diff --git a/ChangeLog b/ChangeLog index dfbd4e9904..ea6feb4b62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Sep 23 22:45:47 CEST 2008 Daniel Veillard + + * configure.in libvirt.spec.in NEWS docs/*: release of libvirt-0.4.6 + * src/storage_backend_logical.c: re-add the -f flag to vgremove + * po/*: rebuilt + Tue Sep 23 12:17:22 CEST 2008 Daniel Veillard * po/pt_BR.po: updated brazilian translation diff --git a/NEWS b/NEWS index 771519e0ea..e69de29bb2 100644 --- a/NEWS +++ b/NEWS @@ -1,768 +0,0 @@ - - NEWS file for libvirt - - Note that this is automatically generated from the news webpage at: - http://libvirt.org/news.html - - -0.4.5: Sep 8 2008: - - New features: NETNS support for Linux containers (Dan Smith), - unified XML domain and network parsing for all drivers (Daniel - Berrange), OpenVZ features improvements (Evgeniy Sokolov), - OpenVZ and Linux containers support now default, USB device - passthrough for QEmu/KVM (Guido Günther), storage pool source - discovery (David Lively) - - Portability: fixes for MinGW (Atsushi SAKAI and Daniel Berrange), - detection of xen lib improvement (David Lively), - storage backend portability for SLES (David Lively), - fix make distclean and distcheck (Jim Meyering), - fix build failures on RHEL4, lot of MinGW portability fixes (Atsushi - SAKAI and Daniel Berrange), HTML generation fix, -lpthread explicit - linking when needed (Jim Meyering) - - Documentation: various typo fixes (Anton Protopopov, Toth - István, Atsushi SAKAI, Nguyen Anh Quynh), - Java bindings docs, remove Xen centric - comments (Guido Günther), various typo in comments (Chris - Lalancette), docs and API comments fixes (Charles Duffy), - how to contribute to open source link (Richard Jones), - memory unit fixups (matthew chan) - - Bug fixes: memory leaks and testing for OOM (Daniel Berrange), - do_open driver bug(Evgeniy Sokolov), don't use polkit auth when - running as non-root (Daniel Berrange), boot of CDRom devices - in QEmu/KVM (Daniel Berrange), fix OpenVZ probe function (Evgeniy - Sokolov), ID related lookup fixes in OpenVZ (Evgeniy Sokolov), - pool cration for netfs (Cole Robinson), check for migrate support - with QEmu (Guido Günther), check against double create with QEmu - (Guido Günther), broken open failure detection in QEmu (Guido - Günther), UUID string conversions in QEmu (Guido Günther), - various small cleanup and bug fixes (Daniel Berrange), ID - related fixes in the test driver (Daniel Berrange), better error - reporting on XML parsing (Daniel Berrange), empty CD-ROM source - device section (Chris Lalancette), avoid crashes for interface - without a name in QEmu (Guido Günther), provide the real - vncport (Charles Duffy), fix forward delay (Daniel Berrange), - new VM state is initialized to be SHUTOFF (Daniel Berrange), - virsh attach-disk bug fixes (Chris Lalancette), veth clash - of device names (Dan Smith), connection lookup fixes on - storage creation (Cole Robinson), parted call fix (Cole Robinson), - use "server" option when using serial/telnet with QEmu (Mark - McLoughlin), duplicate virInitialize calls (Nguyen Anh Quynh), - many fixes to virExec and related functions (Daniel Berrange), - size of disk without partitions (Cole Robinson), creating and - cleaning up logical volumes with target path (Cole Robinson), - fix reporting of virConnectOpen problems (Daniel Berrange), - veth cleanup at shutdown (Dan Smith), lookup of Xen VMs after define - (Cole Robinson), fix emulator reported capabilities (Cole Robinson), - avoid segfault on KVM CD eject (Cole Robinson), fix disk ordering - and avoid duplicate in QEmu XML parsing (Cole Robinson), update - domain XML after device hotplug (Cole Robinson), use poweroff instead - of halt when shutting down a Xen domain (John Levon), don't dump core - of Xen domain live by default (John Levon), vgcreate command line - size bug (Jim Fehlig), signed/unsigned issue in probing file - (Cole Robinson), Fix Xen domains without PVFB console (Daniel - Berrange), OpenVZ config read bug fix (Evgeniy Sokolov). - - - Improvements: improved failure diagnostic for TAP (Jim Meyering), - better exec and error diagnostic for OpenVZ commands (Evgeniy - Sokolov), OpenVZ auto start and stop of domains (Evgeniy Sokolov), - OpenVZ domain cpu time consumption (Evgeniy Sokolov), virsh - shutdown improvements and test (Jim Meyering), better report of - XML well formedness errors (Richard Jones), new XML elements - (Daniel Berrange), virsh "edit" command (Richard Jones), save - UUID of OpenVZ domains (Evgeniy Sokolov), improve xen blocks - statistics (Chris Lalancette), gnulib updates (Jim Meyering), - allow to add disk as USB devices (Guido Günther), LXC container - process should survive libvirtd restarts (Daniel Berrange), allow - to define static host domain configs, number of CPU used by - OpenVZ domains (Evgeniy Sokolov), private root fs for LXC (Daniel - Berrange), storage source information in storage pools (David Lively), - virsh reports attach and detach success (Cole Robinson), detect - failure in QEmu eject command (Cole Robinson), add support for - eect on floppy and SCSI cdroms for QEmu (Cole Robinson), LXC - hypervisor version extraction (Dan Smith), Augeas config file support - (Daniel Berrange), support for a domain name in network - config (JJ Reynolds). - - Cleanups: Python verbosity cleanup (Ryan Scott), - space and tabs cleanups (Atsushi SAKAI), OpenVZ and LXC drivers - cleanup and unification of XML handling (Daniel Berrange), updates - to Relax-NG XML schemas (John Levon and Daniel Berrange), more - printf format checkings (Jim Meyering), VIR_FREE related cleanups - (Jim Meyering), integer string parsing cleanup (Evgeniy Sokolov), - initial OpenVZ xml refactoring (Evgeniy Sokolov), better error - message on domain redefine (Charles Duffy), check XML files against - the RNG Schemas (Daniel Berrange), const-correctness in virsh - (Richard Jones and Jim Meyering), const-correctness and cleanups - in LXC and OpenVZ drivers (Daniel Berrange), virFileLinkPointsTo - rewrite (Jim Meyering), cleanup of the conditional compilation - of C files (Daniel Berrange), shell quoting fixes (Jim Meyering), - parallel build support (James Morris and Jim Meyering), new - convenenience virFileReadLimFD function (Jim Meyering). - - -0.4.4: Jun 25 2008: - - Bug fixes: QEmu network serialization (Kaitlin Rupert), internal - memory allocation fixes (Chris Lalancette Jim Meyering), virsh - large file config problem (Jim Meyering), xen list APIs when - max is zero, string escape problems in the xm driver - - Improvements: add autogen to tarballs, improve iSCSI support - (Chris Lalancette), localization updates - - Cleanups: const-ness fixed (Daniel P. Berrange), string helpers - for enumeations (Daniel P. Berrange) - - -0.4.3: Jun 12 2008: - - New features: Linux Container start and stop (Dave Leskovec), - Network interface model settings (Daniel Berrange),serial and parallel - device support for QEmu and Xen (Daniel Berrange), - Sound support for QEmu and Xen (Cole Robinson), vCPU settings for - QEmu (Cole Robinson), support for NUMA and vCPU pinning in QEmu - (Daniel Berrange), new virDomainBlockPeek API (Richard Jones) - - Documentation: coding guidelines (Jim Meyering and Richard Jones), - small man page missing entries and cleanup, - Web site revamp (Daniel Berrange), - typo fixes (Atsushi SAKAI), more docs on network XML format - (Daniel Berrange), libvirt Wiki (Daniel Berrange), - policykit config docs (Cole Robinson), XML domain docs revamp - (Daniel Berrange), docs for remote listen-tls/tcp fixes (Kenneth - Nagin), - - Bug fixes: save change to config file for Xen (Ryan Scott), - fix /var/run/libvirt/ group ownership (Anton Protopopov), - ancient libparted workaround (Soren Hansen), out of bount - array access (Daniel Berrange), remote check bug (Dave Leskovec), - LXC signal and daemon restart problems (Dave Leskovec), bus selection - logic fix in the daemon config (Daniel Berrange), 2 memory leaks - in the daemon (Jim Meyering), daemon pid file logic bug fix - (Daniel Berrange), python generator fixes (Daniel Berrange), - ivarious leaks and memory problem pointed by valgrind (Daniel - Berrange), iptables forwarding cleanup (Daniel Berrange), - Xen cpuset value checking (Hiroyuki Kaguchi), container process - checks for LXC (Dave Leskovec), let xend check block device syntax - (Hiroyuki Kaguchi), UUIDString for python fixes (Cole Robinson) - - Improvements: fixes for MinGW compilation (Richard Jones), - autostart for running Xen domains (Cole Robinson), - control of listening IP for daemon (Stefan de Konink), - various Xenner related fixes and improvements (Daniel Berrange) - autostart status printed in virsh domainfo (Shigeki Sakamoto), - better error messages for xend driver (Richard Jones) - - Code cleanups: OpenVZ compilation (Richard Jones), conn dom and - net fields deprecation in error structures (Richard Jones), - Xen-ism on UUID (Richard Jones), add missing .pod to dist (Richard - Jones), tab cleanup from sources (Jim Meyering), remove unused field - in virsh control structure (Richard Jones), compilation without - pthread.h (Jim Meyering), cleanup of tests (Daniel Berrange), - syntax-check improvements (Jim Meyering), python cleanup, - remove dependancy on libc is_* character tests (Jim Meyering), - format related cleanups (Jim Meyering), cleanup of the buffer - internal APIs (Daniel Berrange), conversion to the new memory - allocation API (Daniel Berrange), lcov coverage testing - (Daniel Berrange), gnulib updates (Jim Meyering), compatibility - fix with RHEL 5 (Daniel Berrange), SuSE compatibility fix (Jim - Fehlig), const'ification of a number of structures (Jim Meyering), - string comparison macro cleanups (Daniel Berrange), character - range testing cleanups and assorted bug fixes (Jim Meyering), - QEmu test fixes (Daniel Berrange), configure macro cleanup (Daniel - Berrange), refactor QEmu command line building code (Daniel Berrange), - type punning warning in remote code (Richard Jones), refactoring - of internal headers (Richard Jones), generic out of memory - testing and associated bug fixes (Daniel Berrange), don't raise - internal error for unsupported features (Kaitlin Rupert), - missing driver entry points (Daniel Berrange) - - -0.4.2: Apr 8 2008: - - New features: memory operation for QEmu/KVM driver (Cole Robinson), - new routed networking schemas (Mads Olesen) - - Documentation: storage documentation fixes (Atsushi Sakai), many - typo cleanups (Atsushi Sakai), string fixes (Francesco Tombolini) - - Bug fixes: pointer errors in qemu (Jim Meyering), iSCSI login fix - (Chris Lalancette), well formedness error in test driver capabilities - (Cole Robinson), fixes cleanup code when daemon exits (Daniel Berrange), - CD Rom change on live QEmu/KVM domains (Cole Robinson), setting scheduler - parameter is forbidden for read-only (Saori Fukuta)i, fixes for TAP - devices (Daniel Berrange), assorted storage driver fixes (Daniel - Berrange), Makefile fixes (Jim Meyering), Xen-3.2 hypercall fix, - fix iptables rules to avoid blocking traffic within virtual network - (Daniel Berrange), XML output fix for directory pools (Daniel Berrange), - remove dandling domain/net/conn pointers from error data, do not - ask polkit auth when root (Daniel Berrange), handling of fork and - pipe errors when starting the daemon (Richard Jones) - - Improvements: better validation of MAC addresses (Jim Meyering and - Hiroyuki Kaguchi), - virsh vcpupin error report (Shigeki Sakamoto), keep boot tag on - HVM domains (Cole Robinson), virsh non-root should not be limited to read - only anymore (Daniel Berrange), switch to polkit-auth from polkit-grant - (Daniel Berrange), better handling of missing SElinux data (Daniel - Berrange and Jim Meyering), cleanup of the connection opening logic - (Daniel Berrange), first bits of Linux Containers support (Dave Leskovec), - scheduler API support via xend (Saori Fukuta), improvement of the - testing framework and first tests (Jim Meyering), missing error - messages from virsh parameters validation (Shigeki Sakamoto), - improve support of older iscsiadm command (Chris Lalancette), - move linux container support in the daemon (Dan Berrange), older - awk implementation support (Mike Gerdts), NUMA support in test - driver (Cole Robinson), xen and hvm added to test driver capabilities - (Cole Robinson) - - Code cleanup: remove unused getopt header (Jim Meyering), mark more - strings as translatable (Guido Günther and Jim Meyering), convert - error strings to something meaningful and translatable (Jim Meyering), - Linux Containers code cleanup, last error initializer (Guido Günther) - - -0.4.1: Mar 3 2008: - - New features: build on MacOSX (Richard Jones), storage management - (Daniel Berrange), Xenner - Xen on KVM - support (Daniel Berrange) - - Documentation: Fix of various typos (Atsushi SAKAI), memory and - vcpu settings details (Richard Jones), ethernet bridging typo - (Maxwell Bottiger), add storage APIs documentation (Daniel Berrange) - - Bug fixes: OpenVZ code compilation (Mikhail Pokidko), crash in - policykit auth handling (Daniel Berrange), large config files - (Daniel Berrange), cpumap hypercall size (Saori Fukuta), crash - in remote auth (Daniel Berrange), ssh args error (Daniel Berrange), - preserve vif order from config files (Hiroyuki Kaguchi), invalid - pointer access (Jim Meyering), virDomainGetXMLDesc flag handling, - device name conversion on stats (Daniel Berrange), double mutex lock - (Daniel Berrange), config file reading crashes (Guido Guenther), - xenUnifiedDomainSuspend bug (Marcus Meissner), do not crash if - /sys/hypervisor/capabilities is missing (Mark McLoughlin), - virHashRemoveSet bug (Hiroyuki Kaguchi), close-on-exec flag for - qemud signal pipe (Daniel Berrange), double free in OpenVZ - (Anton Protopopov), handle mac without addresses (Shigeki Sakamoto), - MAC addresses checks (Shigeki Sakamoto and Richard Jones), - allow to read non-seekable files (Jim Meyering) - - Improvements: Windows build (Richard Jones), KVM/QEmu shutdown - (Guido Guenther), catch virExec output on debug (Mark McLoughlin), - integration of iptables and lokkit (Mark McLoughlin), keymap - parameter for VNC servers (Daniel Hokka Zakrisson), enable debug - by default using VIR_DEBUG (Daniel Berrange), xen 3.2 fixes - (Daniel Berrange), Python bindings for VCPU and scheduling - (Daniel Berrange), framework for automatic code syntax checks - (Jim Meyering), allow kernel+initrd setup in Xen PV (Daniel Berrange), - allow change of Disk/NIC of an inactive domains (Shigeki Sakamoto), - virsh commands to manipulate and create storage(Daniel Berrange), - update use of PolicyKit APIs, better detection of fedault hypervisor, - block device statistics for QEmu/KVM (Richard Jones), various improvements - for Xenner (Daniel Berrange) - - Code cleanups: avoid warnings (Daniel Berrange), virRun helper - function (Dan Berrange), iptable code fixes (Mark McLoughlin), - static and const cleanups (Jim Meyering), malloc and python cleanups - (Jim Meyering), xstrtol_ull and xstrtol_ll functions (Daniel Berrange), - remove no-op networking from OpenVZ (Daniel Berrange), python generator - cleanups (Daniel Berrange), cleanup ref counting (Daniel Berrange), - remove uninitialized warnings (Jim Meyering), cleanup configure - for RHEL4 (Daniel Berrange), CR/LF cleanups (Richard Jones), - various automatic code check and associated cleanups (Jim Meyering), - various memory leaks (Jim Meyering), fix compilation when building - without Xen (Guido Guenther), mark translatables strings (Jim Meyering), - use virBufferAddLit for constant strings (Jim Meyering), fix - make distcheck (Jim Meyering), return values for python bindings (Cole - Robinson), trailing blanks fixes (Jim Meyering), gcc-4.3.0 fixes - (Mark McLoughlin), use safe read and write routines (Jim Meyering), - refactoring of code dealing with hypervisor capabilities (Daniel - Berrange), qemudReportError to use virErrorMsg (Cole Robinson), - intemediate library and Makefiles for compiling static and coverage - rule support (Jim Meyering), cleanup of various leaks (Jim Meyering) - - -0.4.0: Dec 18 2007: - - New features: Compilation on Windows cygwin/mingw (Richard Jones), - Ruby bindings (David Lutterkort), SASL based authentication for - libvirt remote support (Daniel Berrange), PolicyKit authentication - (Daniel Berrange) - - Documentation: example files for QEMU and libvirtd configuations - (Daniel Berrange), english cleanups (Jim Paris), CIM and OpenVZ - references, document , daemon startup when using - QEMU/KVM, document HV support for new NUMA calls (Richard Jones), - various english fixes (Bruce Montague), OCaml docs links (Richard Jones), - describe the various bindings add Ruby link, Windows support page - (Richard Jones), authentication documentation updates (Daniel Berrange) - - - Bug fixes: NUMA topology error handling (Beth Kon), NUMA topology - cells without CPU (Beth Kon), XML to/from XM bridge config (Daniel - Berrange), XM processing of vnc parameters (Daniel Berrange), Reset - migration source after failure (Jim Paris), negative integer in config - (Tatsuro Enokura), zero terminating string buffer, detect integer - overflow (Jim Meyering), QEmu command line ending fixes (Daniel Berrange), - recursion problem in the daemon (Daniel Berrange), HVM domain with CDRom - (Masayuki Sunou), off by one error in NUMA cpu count (Beth Kon), - avoid xend errors when adding disks (Masayuki Sunou), compile error - (Chris Lalancette), transposed fwrite args (Jim Meyering), compile - without xen and on solaris (Jim Paris), parsing of interface names - (Richard Jones), overflow for starts on 32bits (Daniel Berrange), - fix problems in error reporting (Saori Fukuta), wrong call to - brSetForwardDelay changed to brSetEnableSTP (Richard Jones), - allow shareable disk in old Xen, fix wrong certificate file (Jim - Meyering), avoid some startup error when non-root, off-by-1 buffer - NULL termination (Daniel Berrange), various string allocation fixes - (Daniel Berrange), avoid problems with vnetXXX interfaces in domain dumps - (Daniel Berrange), build fixes for RHEL (Daniel Berrange), virsh prompt - should not depend on uid (Richard Jones), fix scaping of '<' (Richard - Jones), fix detach-disk on Xen tap devices (Saori Fukuta), CPU - parameter setting in XM config (Saori Fukuta), credential handling - fixes (Daniel Berrange), fix compatibility with Xen 3.2.0 (Daniel - Berrange) - - - Improvements: /etc/libvirt/qemu.conf configuration for QEMU driver - (Daniel Berrange), NUMA cpu pinning in config files (DV and Saori Fukuta), - CDRom media change in KVM/QEMU (Daniel Berrange), tests for - in configs, pinning inactive domains for Xen 3.0.3 - (Saori Fukuta), use gnulib for portability enhancement (Jim Meyering), - --without-libvirtd config option (Richard Jones), Python bindings for - NUMA, add extra utility functions to buffer (Richard Jones), - separate qparams module for handling query parameters (Richard Jones) - - - Code cleanups: remove virDomainRestart from API as it was never used - (Richard Jones), constify params for attach/detach APIs (Daniel Berrange), - gcc printf attribute checkings (Jim Meyering), refactoring of device - parsing code and shell escaping (Daniel Berrange), virsh schedinfo - parameters validation (Masayuki Sunou), Avoid risk of format string abuse - (Jim Meyering), integer parsing cleanups (Jim Meyering), build out - of the source tree (Jim Meyering), URI parsing refactoring (Richard - Jones), failed strdup/malloc handling (Jim Meyering), Make "make - distcheck" work (Jim Meyering), improve xen internall error reports - (Richard Jones), cleanup of the daemon remote code (Daniel Berrange), - rename error VIR_FROM_LINUX to VIR_FROM_STATS_LINUX (Richard Jones), - don't compile the proxy if without Xen (Richard Jones), fix paths when - configuring for /usr prefix, improve error reporting code (Jim Meyering), - detect heap allocation failure (Jim Meyering), disable xen sexpr parsing - code if Xen is disabled (Daniel Berrange), cleanup of the GetType - entry point for Xen drivers, move some QEmu path handling to generic - module (Daniel Berrange), many code cleanups related to the Windows - port (Richard Jones), disable the proxy if using PolicyKit, readline - availability detection, test libvirtd's config-processing code (Jim - Meyering), use a variable name as sizeof argument (Jim Meyering) - - - -0.3.3: Sep 30 2007: - - New features: Avahi mDNS daemon export (Daniel Berrange), - NUMA support (Beth Kan) - - Documentation: cleanups (Toth Istvan), typos (Eduardo Pereira), - - Bug fixes: memory corruption on large dumps (Masayuki Sunou), fix - virsh vncdisplay command exit (Masayuki Sunou), Fix network stats - TX/RX result (Richard Jones), warning on Xen 3.0.3 (Richard Jones), - missing buffer check in virDomainXMLDevID (Hugh Brock), avoid zombies - when using remote (Daniel Berrange), xend connection error message - (Richard Jones), avoid ssh tty prompt (Daniel Berrange), username - handling for remote URIs (Fabian Deutsch), fix potential crash - on multiple input XML tags (Daniel Berrange), Solaris Xen hypercalls - fixup (Mark Johnson) - - Improvements: OpenVZ support (Shuveb Hussain and Anoop Cyriac), - CD-Rom reload on XEn (Hugh Brock), PXE boot got QEmu/KVM (Daniel - Berrange), QEmu socket permissions customization (Daniel Berrange), - more QEmu support (Richard Jones), better path detection for qemu and - dnsmasq (Richard Jones), QEmu flags are per-Domain (Daniel Berrange), - virsh freecell command, Solaris portability fixes (Mark Johnson), - default bootloader support (Daniel Berrange), new virNodeGetFreeMemory - API, vncpasswd extraction in configuration files if secure (Mark - Johnson and Daniel Berrange), Python bindings for block and interface - statistics - - Code cleanups: virDrvOpenRemoteFlags definition (Richard Jones), - configure tests and output (Daniel Berrange) - - -0.3.2: Aug 21 2007: - - New features: KVM migration and save/restore (Jim Paris), - added API for migration (Richard Jones), added APIs for block device and - interface statistic (Richard Jones). - - Documentation: examples for XML network APIs, - fix typo and schedinfo synopsis in man page (Atsushi SAKAI), - hypervisor support page update (Richard Jones). - - Bug fixes: remove a couple of leaks in QEmu/KVM backend(Daniel berrange), - fix GnuTLS 1.0 compatibility (Richard Jones), --config/-f option - mistake for libvirtd (Richard Jones), remove leak in QEmu backend - (Jim Paris), fix some QEmu communication bugs (Jim Paris), UUID - lookup though proxy fix, setvcpus checking bugs (with Atsushi SAKAI), - int checking in virsh parameters (with Masayuki Sunou), deny devices - attach/detach for < Xen 3.0.4 (Masayuki Sunou), XenStore query - memory leak (Masayuki Sunou), virsh schedinfo cleanup (Saori Fukuta). - - Improvement: virsh new ttyconsole command, networking API implementation - for test driver (Daniel berrange), qemu/kvm feature reporting of - ACPI/APIC (David Lutterkort), checking of QEmu architectures (Daniel - berrange), improve devices XML errors reporting (Masayuki Sunou), - speedup of domain queries on Xen (Daniel berrange), augment XML dumps - with interface devices names (Richard Jones), internal API to query - drivers for features (Richard Jones). - - - Cleanups: Improve virNodeGetInfo implentation (Daniel berrange), - general UUID code cleanup (Daniel berrange), fix API generator - file selection. - - -0.3.1: Jul 24 2007: - - Documentation: index to remote page, script to test certificates, - IPv6 remote support docs (Daniel Berrange), document - VIRSH_DEFAULT_CONNECT_URI in virsh man page (David Lutterkort), - Relax-NG early grammar for the network XML (David Lutterkort) - - Bug fixes: leaks in disk XML parsing (Masayuki Sunou), hypervisor - alignment call problems on PPC64 (Christian Ehrhardt), dead client - registration in daemon event loop (Daniel Berrange), double free - in error handling (Daniel Berrange), close on exec for log file - descriptors in the daemon (Daniel Berrange), avoid caching problem - in remote daemon (Daniel Berrange), avoid crash after QEmu domain - failure (Daniel Berrange) - - Improvements: checks of x509 certificates and keys (Daniel Berrange), - error reports in the daemon (Daniel Berrange), checking of Ethernet MAC - addresses in XML configs (Masayuki Sunou), support for a new - clock switch between UTC and localtime (Daniel Berrange), early - version of OpenVZ support (Shuveb Hussain), support for input devices - on PS/2 and USB buses (Daniel Berrange), more tests especially - the QEmu support (Daniel Berrange), range check in credit scheduler - (with Saori Fukuta and Atsushi Sakai), add support for listen VNC - parameter un QEmu and fix command line arg (Daniel Berrange) - - Cleanups: debug tracing (Richard Jones), removal of --with-qemud-pid-file - (Richard Jones), remove unused virDeviceMode, new util module for - code shared between drivers (Shuveb Hussain), xen header location - detection (Richard Jones) - - -0.3.0: Jul 9 2007: - - Secure Remote support (Richard Jones). - See the remote page - of the documentation - - - Documentation: remote support (Richard Jones), description of - the URI connection strings (Richard Jones), update of virsh man - page, matrix of libvirt API/hypervisor support with version - information (Richard Jones) - - Bug fixes: examples Makefile.am generation (Richard Jones), - SetMem fix (Mark Johnson), URI handling and ordering of - drivers (Daniel Berrange), fix virsh help without hypervisor (Richard - Jones), id marshalling fix (Daniel Berrange), fix virConnectGetMaxVcpus - on remote (Richard Jones), avoid a realloc leak (Jim Meyering), scheduler - parameters handling for Xen (Richard Jones), various early remote - bug fixes (Richard Jones), remove virsh leaks of domains references - (Masayuki Sunou), configCache refill bug (Richard Jones), fix - XML serialization bugs - - Improvements: QEmu switch to XDR-based protocol (Dan Berrange), - device attach/detach commands (Masayuki Sunou), OCaml bindings - (Richard Jones), new entry points virDomainGetConnect and - virNetworkGetConnect useful for bindings (Richard Jones), - reunitifaction of remote and qemu daemon under a single libvirtd - with a config file (Daniel Berrange) - - Cleanups: parsing of connection URIs (Richard Jones), messages - from virsh (Saori Fukuta), Coverage files (Daniel Berrange), - Solaris fixes (Mark Johnson), avoid [r]index calls (Richard Jones), - release information in Xen backend, virsh cpupin command cleanups - (Masayuki Sunou), xen:/// suppport as standard Xen URI (Richard Jones and - Daniel Berrange), improve driver selection/decline mechanism (Richard - Jones), error reporting on XML dump (Richard Jones), Remove unused - virDomainKernel structure (Richard Jones), daemon event loop event - handling (Daniel Berrange), various unifications cleanup in the daemon - merging (Daniel Berrange), internal file and timer monitoring API - (Daniel Berrange), remove libsysfs dependancy, call brctl program - directly (Daniel Berrange), virBuffer functions cleanups (Richard Jones), - make init script LSB compliant, error handling on lookup functions - (Richard Jones), remove internal virGetDomainByID (Richard Jones), - revamp of xen subdrivers interfaces (Richard Jones) - - Localization updates - - -0.2.3: Jun 8 2007: - - Documentation: documentation for upcoming remote access (Richard Jones), - virConnectNumOfDefinedDomains doc (Jan Michael), virsh help messages - for dumpxml and net-dumpxml (Chris Wright), - - Bug fixes: RelaxNG schemas regexp fix (Robin Green), RelaxNG arch bug - (Mark McLoughlin), large buffers bug fixes (Shigeki Sakamoto), error - on out of memory condition (Shigeki Sakamoto), virshStrdup fix, non-root - driver when using Xen bug (Richard Jones), use --strict-order when - running dnsmasq (Daniel Berrange), virbr0 weirdness on restart (Mark - McLoughlin), keep connection error messages (Richard Jones), increase - QEmu read buffer on help (Daniel Berrange), rpm dependance on - dnsmasq (Daniel Berrange), fix XML boot device syntax (Daniel Berrange), - QEmu memory bug (Daniel Berrange), memory leak fix (Masayuki Sunou), - fix compiler flags (Richard Jones), remove type ioemu on recent Xen - HVM for paravirt drivers (Saori Fukuta), uninitialized string bug - (Masayuki Sunou), allow init even if the daemon is not running, - XML to config fix (Daniel Berrange) - - Improvements: add a special error class for the test module (Richard - Jones), virConnectGetCapabilities on proxy (Richard Jones), allow - network driver to decline usage (Richard Jones), extend error messages - for upcoming remote access (Richard Jones), on_reboot support for QEmu - (Daniel Berrange), save daemon output in a log file (Daniel Berrange), - xenXMDomainDefineXML can override guest config (Hugh Brock), - add attach-device and detach-device commands to virsh (Masayuki Sunou - and Mark McLoughlin and Richard Jones), make virGetVersion case - insensitive and Python bindings (Richard Jones), new scheduler API - (Atsushi SAKAI), localizations updates, add logging option for virsh - (Nobuhiro Itou), allow arguments to be passed to bootloader (Hugh Brock), - increase the test suite (Daniel Berrange and Hugh Brock) - - Cleanups: Remove VIR_DRV_OPEN_QUIET (Richard Jones), disable xm_internal.c - for Xen > 3.0.3 (Daniel Berrange), unused fields in _virDomain (Richard - Jones), export __virGetDomain and __virGetNetwork for libvirtd only - (Richard Jones), ignore old VNC config for HVM on recent Xen (Daniel - Berrange), various code cleanups, -Werror cleanup (Hugh Brock) - - -0.2.2: Apr 17 2007: - - Documentation: fix errors due to Amaya (with Simon Hernandez), - virsh uses kB not bytes (Atsushi SAKAI), add command line help to - qemud (Richard Jones), xenUnifiedRegister docs (Atsushi SAKAI), - strings typos (Nikolay Sivov), ilocalization probalem raised by - Thomas Canniot - - Bug fixes: virsh memory values test (Masayuki Sunou), operations without - libvirt_qemud (Atsushi SAKAI), fix spec file (Florian La Roche, Jeremy - Katz, Michael Schwendt), - direct hypervisor call (Atsushi SAKAI), buffer overflow on qemu - networking command (Daniel Berrange), buffer overflow in quemud (Daniel - Berrange), virsh vcpupin bug (Masayuki Sunou), host PAE detections - and strcuctures size (Richard Jones), Xen PAE flag handling (Daniel - Berrange), bridged config configuration (Daniel Berrange), erroneous - XEN_V2_OP_SETMAXMEM value (Masayuki Sunou), memory free error (Mark - McLoughlin), set VIR_CONNECT_RO on read-only connections (S.Sakamoto), - avoid memory explosion bug (Daniel Berrange), integer overflow - for qemu CPU time (Daniel Berrange), QEMU binary path check (Daniel - Berrange) - - Cleanups: remove some global variables (Jim Meyering), printf-style - functions checks (Jim Meyering), better virsh error messages, increase - compiler checkings and security (Daniel Berrange), virBufferGrow usage - and docs, use calloc instead of malloc/memset, replace all sprintf by - snprintf, avoid configure clobbering user's CTAGS (Jim Meyering), - signal handler error cleanup (Richard Jones), iptables internal code - claenup (Mark McLoughlin), unified Xen driver (Richard Jones), - cleanup XPath libxml2 calls, IPTables rules tightening (Daniel - Berrange), - - Improvements: more regression tests on XML (Daniel Berrange), Python - bindings now generate exception in error cases (Richard Jones), - Python bindings for vir*GetAutoStart (Daniel Berrange), - handling of CD-Rom device without device name (Nobuhiro Itou), - fix hypervisor call to work with Xen 3.0.5 (Daniel Berrange), - DomainGetOSType for inactive domains (Daniel Berrange), multiple boot - devices for HVM (Daniel Berrange), - - - -0.2.1: Mar 16 2007: - - Various internal cleanups (Richard Jones,Daniel Berrange,Mark McLoughlin) - - Bug fixes: libvirt_qemud daemon path (Daniel Berrange), libvirt - config directory (Daniel Berrange and Mark McLoughlin), memory leak - in qemud (Mark), various fixes on network support (Mark), avoid Xen - domain zombies on device hotplug errors (Daniel Berrange), various - fixes on qemud (Mark), args parsing (Richard Jones), virsh -t argument - (Saori Fukuta), avoid virsh crash on TAB key (Daniel Berrange), detect - xend operation failures (Kazuki Mizushima), don't listen on null socket - (Rich Jones), read-only socket cleanup (Rich Jones), use of vnc port 5900 - (Nobuhiro Itou), assorted networking fixes (Daniel Berrange), shutoff and - shutdown mismatches (Kazuki Mizushima), unlimited memory handling - (Atsushi SAKAI), python binding fixes (Tatsuro Enokura) - - Build and portability fixes: IA64 fixes (Atsushi SAKAI), dependancies - and build (Daniel Berrange), fix xend port detection (Daniel - Berrange), icompile time warnings (Mark), avoid const related - compiler warnings (Daniel Berrange), automated builds (Daniel - Berrange), pointer/int mismatch (Richard Jones), configure time - selection of drivers, libvirt spec hacking (Daniel Berrange) - - Add support for network autostart and init scripts (Mark McLoughlin) - - New API virConnectGetCapabilities() to detect the virtualization - capabilities of a host (Richard Jones) - - Minor improvements: qemud signal handling (Mark), don't shutdown or reboot - domain0 (Kazuki Mizushima), QEmu version autodetection (Daniel Berrange), - network UUIDs (Mark), speed up UUID domain lookups (Tatsuro Enokura and - Daniel Berrange), support for paused QEmu CPU (Daniel Berrange), keymap - VNC attribute support (Takahashi Tomohiro and Daniel Berrange), maximum - number of virtual CPU (Masayuki Sunou), virtsh --readonly option (Rich - Jones), python bindings for new functions (Daniel Berrange) - - Documentation updates especially on the XML formats - - -0.2.0: Feb 14 2007: - - Various internal cleanups (Mark McLoughlin, Richard Jones, - Daniel Berrange, Karel Zak) - - Bug fixes: avoid a crash in connect (Daniel Berrange), virsh args - parsing (Richard Jones) - - Add support for QEmu and KVM virtualization (Daniel Berrange) - - Add support for network configuration (Mark McLoughlin) - - Minor improvements: regression testing (Daniel Berrange), - localization string updates - - -0.1.11: Jan 22 2007: - - Finish XML <-> XM config files support - - Remove memory leak when freeing virConf objects - - Finishing inactive domain support (Daniel Berrange) - - Added a Relax-NG schemas to check XML instances - - -0.1.10: Dec 20 2006: - - more localizations - - bug fixes: VCPU info breakages on xen 3.0.3, xenDaemonListDomains buffer overflow (Daniel Berrange), reference count bug when creating Xen domains (Daniel Berrange). - - improvements: support graphic framebuffer for Xen paravirt (Daniel Berrange), VNC listen IP range support (Daniel Berrange), support for default Xen config files and inactive domains of 3.0.4 (Daniel Berrange). - - -0.1.9: Nov 29 2006: - - python bindings: release interpeter lock when calling C (Daniel Berrange) - - don't raise HTTP error when looking information for a domain - - some refactoring to use the driver for all entry points - - better error reporting (Daniel Berrange) - - fix OS reporting when running as non-root - - provide XML parsing errors - - extension of the test framework (Daniel Berrange) - - fix the reconnect regression test - - python bindings: Domain instances now link to the Connect to avoid garbage collection and disconnect - - separate the notion of maximum memory and current use at the XML level - - Fix a memory leak (Daniel Berrange) - - add support for shareable drives - - add support for non-bridge style networking configs for guests(Daniel Berrange) - - python bindings: fix unsigned long marshalling (Daniel Berrange) - - new config APIs virConfNew() and virConfSetValue() to build configs from scratch - - hot plug device support based on Michel Ponceau patch - - added support for inactive domains, new APIs, various associated cleanup (Daniel Berrange) - - special device model for HVM guests (Daniel Berrange) - - add API to dump core of domains (but requires a patched xend) - - pygrub bootloader information take over information - - updated the localization strings - - -0.1.8: Oct 16 2006: - - Bug for system with page size != 4k - - vcpu number initialization (Philippe Berthault) - - don't label crashed domains as shut off (Peter Vetere) - - fix virsh man page (Noriko Mizumoto) - - blktapdd support for alternate drivers like blktap (Daniel Berrange) - - memory leak fixes (xend interface and XML parsing) (Daniel Berrange) - - compile fix - - mlock/munlock size fixes (Daniel Berrange) - - improve error reporting - - -0.1.7: Sep 29 2006: - - fix a memory bug on getting vcpu information from xend (Daniel Berrange) - - fix another problem in the hypercalls change in Xen changeset - 86d26e6ec89b when getting domain information (Daniel Berrange) - - -0.1.6: Sep 22 2006: - - Support for localization of strings using gettext (Daniel Berrange) - - Support for new Xen-3.0.3 cdrom and disk configuration (Daniel Berrange) - - Support for setting VNC port when creating domains with new - xend config files (Daniel Berrange) - - Fix bug when running against xen-3.0.2 hypercalls (Jim Fehlig) - - Fix reconnection problem when talking directly to http xend - - -0.1.5: Sep 5 2006: - - Support for new hypercalls change in Xen changeset 86d26e6ec89b - - bug fixes: virParseUUID() was wrong, netwoking for paravirt guestsi - (Daniel Berrange), virsh on non-existent domains (Daniel Berrange), - string cast bug when handling error in python (Pete Vetere), HTTP - 500 xend error code handling (Pete Vetere and Daniel Berrange) - - improvements: test suite for SEXPR <-> XML format conversions (Daniel - Berrange), virsh output regression suite (Daniel Berrange), new environ - variable VIRSH_DEFAULT_CONNECT_URI for the default URI when connecting - (Daniel Berrange), graphical console support for paravirt guests - (Jeremy Katz), parsing of simple Xen config files (with Daniel Berrange), - early work on defined (not running) domains (Daniel Berrange), - virsh output improvement (Daniel Berrange - - -0.1.4: Aug 16 2006: - - bug fixes: spec file fix (Mark McLoughlin), error report problem (with - Hugh Brock), long integer in Python bindings (with Daniel Berrange), XML - generation bug for CDRom (Daniel Berrange), bug whem using number() XPath - function (Mark McLoughlin), fix python detection code, remove duplicate - initialization errors (Daniel Berrange) - - improvements: UUID in XML description (Peter Vetere), proxy code - cleanup, virtual CPU and affinity support + virsh support (Michel - Ponceau, Philippe Berthault, Daniel Berrange), port and tty information - for console in XML (Daniel Berrange), added XML dump to driver and proxy - support (Daniel Berrange), extention of boot options with support for - floppy and cdrom (Daniel Berrange), features block in XML to report/ask - PAE, ACPI, APIC for HVM domains (Daniel Berrange), fail saide-effect - operations when using read-only connection, large improvements to test - driver (Daniel Berrange) - - documentation: spelling (Daniel Berrange), test driver examples. - - -0.1.3: Jul 11 2006: - - bugfixes: build as non-root, fix xend access when root, handling of - empty XML elements (Mark McLoughlin), XML serialization and parsing fixes - (Mark McLoughlin), allow to create domains without disk (Mark - McLoughlin), - - improvement: xenDaemonLookupByID from O(n^2) to O(n) (Daniel Berrange), - support for fully virtualized guest (Jim Fehlig, DV, Mark McLoughlin) - - documentation: augmented to cover hvm domains - - -0.1.2: Jul 3 2006: - - headers include paths fixup - - proxy mechanism for unprivileged read-only access by httpu - - -0.1.1: Jun 21 2006: - - building fixes: ncurses fallback (Jim Fehlig), VPATH builds (Daniel P. - Berrange) - - driver cleanups: new entry points, cleanup of libvirt.c (with Daniel P. - Berrange) - - Cope with API change introduced in Xen changeset 10277 - - new test driver for regression checks (Daniel P. Berrange) - - improvements: added UUID to XML serialization, buffer usage (Karel - Zak), --connect argument to virsh (Daniel P. Berrange), - - bug fixes: uninitialized memory access in error reporting, S-Expr - parsing (Jim Fehlig, Jeremy Katz), virConnectOpen bug, remove a TODO in - xs_internal.c - - documentation: Python examples (David Lutterkort), new Perl binding - URL, man page update (Karel Zak) - - -0.1.0: Apr 10 2006: - - building fixes: --with-xen-distdir option (Ronald Aigner), out of tree - build and pkginfo cflag fix (Daniel Berrange) - - enhancement and fixes of the XML description format (David Lutterkort - and Jim Fehlig) - - new APIs: for Node information and Reboot - - internal code cleanup: refactoring internals into a driver model, more - error handling, structure sharing, thread safety and ref counting - - bug fixes: error message (Jim Meyering), error allocation in virsh (Jim - Meyering), virDomainLookupByID (Jim Fehlig), - - documentation: updates on architecture, and format, typo fix (Jim - Meyering) - - bindings: exception handling in examples (Jim Meyering), perl ones out - of tree (Daniel Berrange) - - virsh: more options, create, nodeinfo (Karel Zak), renaming of some - options (Karel Zak), use stderr only for errors (Karel Zak), man page - (Andrew Puch) - - -0.0.6: Feb 28 2006: - - add UUID lookup and extract API - - add error handling APIs both synchronous and asynchronous - - added minimal hook for error handling at the python level, improved the - python bindings - - augment the documentation and tests to cover error handling - - -0.0.5: Feb 23 2006: - - Added XML description parsing, dependance to libxml2, implemented the - creation API virDomainCreateLinux() - - new APIs to lookup and name domain by UUID - - fixed the XML dump when using the Xend access - - Fixed a few more problem related to the name change - - Adding regression tests in python and examples in C - - web site improvement, extended the documentation to cover the XML - format and Python API - - Added devhelp help for Gnome/Gtk programmers - - -0.0.4: Feb 10 2006: - - Fix various bugs introduced in the name change - - -0.0.3: Feb 9 2006: - - Switch name from from 'libvir' to libvirt - - Starting infrastructure to add code examples - - Update of python bindings for completeness - - -0.0.2: Jan 29 2006: - - Update of the documentation, web site redesign (Diana Fong) - - integration of HTTP xend RPC based on libxend by Anthony Liquori for - most operations - - Adding Save and Restore APIs - - extended the virsh command line tool (Karel Zak) - - remove xenstore transactions (Anthony Liguori) - - fix the Python bindings bug when domain and connections where freed - - -0.0.1: Dec 19 2005: - - First release - - Basic management of existing Xen domains - - Minimal autogenerated Python bindings - diff --git a/configure.in b/configure.in index 6a2ada104e..338aabf518 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([libvirt], [0.4.5]) +AC_INIT([libvirt], [0.4.6]) AC_CONFIG_SRCDIR([src/libvirt.c]) AC_CONFIG_AUX_DIR([build-aux]) AM_CONFIG_HEADER([config.h]) diff --git a/docs/devhelp/libvirt-libvirt.html b/docs/devhelp/libvirt-libvirt.html index 4dd5af01bb..e9c091d2c2 100644 --- a/docs/devhelp/libvirt-libvirt.html +++ b/docs/devhelp/libvirt-libvirt.html @@ -355,7 +355,7 @@ The content of this structure is not made public by the API.

Structure virDomainInfo

struct _virDomainInfo {
-    unsigned char	state	: the running state, one of virDomainFlags
+    unsigned char	state	: the running state, one of virDomainState
     unsigned long	maxMem	: the maximum memory in KBytes allowed
     unsigned long	memory	: the memory in KBytes used by the domain
     unsigned short	nrVirtCpu	: the number of virtual CPUs for the domain
@@ -695,7 +695,7 @@ The content of this structure is not made public by the API.
         

virDomainCreateLinux ()

virDomainPtr	virDomainCreateLinux	(virConnectPtr conn, 
const char * xmlDesc,
unsigned int flags)

Launch a new Linux guest domain, based on an XML description similar to the one returned by virDomainGetXMLDesc() This function may requires privileged access to the hypervisor. The domain is not persistent, so its definition will disappear when it is destroyed, or if the host is restarted (see virDomainDefineXML() to define persistent domains).

-
conn:pointer to the hypervisor connection
xmlDesc:string containing an XML description of the domain
flags:an optional set of virDomainFlags
Returns:a new domain object or NULL in case of failure
+
conn:pointer to the hypervisor connection
xmlDesc:string containing an XML description of the domain
flags:callers should always pass 0
Returns:a new domain object or NULL in case of failure

virDomainDefineXML ()

virDomainPtr	virDomainDefineXML	(virConnectPtr conn, 
const char * xml)

Define a domain, but does not start it. This definition is persistent, until explicitly undefined with virDomainUndefine().

diff --git a/docs/html/libvirt-libvirt.html b/docs/html/libvirt-libvirt.html index f82175f98b..231bc49dee 100644 --- a/docs/html/libvirt-libvirt.html +++ b/docs/html/libvirt-libvirt.html @@ -207,7 +207,7 @@ char * virStorageVolGetXMLDesc (

virDomainCreateFlags

enum virDomainCreateFlags {
 
VIR_DOMAIN_NONE = 0
}
 

virDomainInfo

struct virDomainInfo{
-
unsigned charstate : the running state, one of virDomainFlags
unsigned longmaxMem : the maximum memory in KBytes allowed
unsigned longmemory : the memory in KBytes used by the domain
unsigned shortnrVirtCpu : the number of virtual CPUs for the domain
unsigned long longcpuTime : the CPU time used in nanoseconds
+
unsigned charstate : the running state, one of virDomainState
unsigned longmaxMem : the maximum memory in KBytes allowed
unsigned longmemory : the memory in KBytes used by the domain
unsigned shortnrVirtCpu : the number of virtual CPUs for the domain
unsigned long longcpuTime : the CPU time used in nanoseconds
 }
 

virDomainInterfaceStatsStruct

struct virDomainInterfaceStatsStruct{
 
long longrx_bytes
long longrx_packets
long longrx_errs
long longrx_drop
long longtx_bytes
long longtx_packets
long longtx_errs
long longtx_drop
@@ -288,7 +288,7 @@ char *	virStorageVolGetXMLDesc		(

This function returns block device (disk) stats for block devices attached to the domain. The path parameter is the name of the block device. Get this by calling virDomainGetXMLDesc and finding the <target dev='...'> attribute within //domain/devices/disk. (For example, "xvda"). Domains may have more than one block device. To get stats for each you should make multiple calls to this function. Individual fields within the stats structure may be returned as -1, which indicates that the hypervisor does not support that particular statistic.

dom:pointer to the domain object
path:path to the block device
stats:block device stats (returned)
size:size of stats structure
Returns:0 in case of success or -1 in case of failure.

virDomainCoreDump

int	virDomainCoreDump		(virDomainPtr domain, 
const char * to,
int flags)

This method will dump the core of a domain on a given file for analysis. Note that for remote Xen Daemon the file path will be interpreted in the remote host.

domain:a domain object
to:path for the core file
flags:extra flags, currently unused
Returns:0 in case of success and -1 in case of failure.

virDomainCreate

int	virDomainCreate			(virDomainPtr domain)

launch a defined domain. If the call succeed the domain moves from the defined to the running domains pools.

domain:pointer to a defined domain
Returns:0 in case of success, -1 in case of error

virDomainCreateLinux

virDomainPtr	virDomainCreateLinux	(virConnectPtr conn, 
const char * xmlDesc,
unsigned int flags)
-

Launch a new Linux guest domain, based on an XML description similar to the one returned by virDomainGetXMLDesc() This function may requires privileged access to the hypervisor. The domain is not persistent, so its definition will disappear when it is destroyed, or if the host is restarted (see virDomainDefineXML() to define persistent domains).

conn:pointer to the hypervisor connection
xmlDesc:string containing an XML description of the domain
flags:an optional set of virDomainFlags
Returns:a new domain object or NULL in case of failure

virDomainDefineXML

virDomainPtr	virDomainDefineXML	(virConnectPtr conn, 
const char * xml)
+

Launch a new Linux guest domain, based on an XML description similar to the one returned by virDomainGetXMLDesc() This function may requires privileged access to the hypervisor. The domain is not persistent, so its definition will disappear when it is destroyed, or if the host is restarted (see virDomainDefineXML() to define persistent domains).

conn:pointer to the hypervisor connection
xmlDesc:string containing an XML description of the domain
flags:callers should always pass 0
Returns:a new domain object or NULL in case of failure

virDomainDefineXML

virDomainPtr	virDomainDefineXML	(virConnectPtr conn, 
const char * xml)

Define a domain, but does not start it. This definition is persistent, until explicitly undefined with virDomainUndefine().

conn:pointer to the hypervisor connection
xml:the XML description for the domain, preferably in UTF-8
Returns:NULL in case of error, a pointer to the domain otherwise

virDomainDestroy

int	virDomainDestroy		(virDomainPtr domain)

Destroy the domain object. The running instance is shutdown if not down already and all resources used by it are given back to the hypervisor. This does not free the associated virDomainPtr object. This function may require privileged access

domain:a domain object
Returns:0 in case of success and -1 in case of failure.

virDomainDetachDevice

int	virDomainDetachDevice		(virDomainPtr domain, 
const char * xml)

Destroy a virtual device attachment to backend.

domain:pointer to domain object
xml:pointer to XML description of one device
Returns:0 in case of success, -1 in case of failure.

virDomainFree

int	virDomainFree			(virDomainPtr domain)
diff --git a/docs/libvirt-api.xml b/docs/libvirt-api.xml index 940421e3c7..71182968eb 100644 --- a/docs/libvirt-api.xml +++ b/docs/libvirt-api.xml @@ -544,7 +544,7 @@ - + @@ -867,7 +867,7 @@ see note above'/> - + Define a domain, but does not start it. This definition is persistent, until explicitly undefined with virDomainUndefine(). diff --git a/docs/libvirt-refs.xml b/docs/libvirt-refs.xml index e72c6b30b7..65576efc56 100644 --- a/docs/libvirt-refs.xml +++ b/docs/libvirt-refs.xml @@ -2048,6 +2048,7 @@ + @@ -2372,6 +2373,9 @@ + + + @@ -3966,7 +3970,6 @@ - @@ -4052,6 +4055,7 @@ + @@ -4501,7 +4505,6 @@ - @@ -4519,6 +4522,7 @@ + @@ -5113,10 +5117,6 @@ - - - - @@ -5160,6 +5160,9 @@ + + + diff --git a/docs/news.html b/docs/news.html index 7a784a7fa0..63d88cd1c7 100644 --- a/docs/news.html +++ b/docs/news.html @@ -76,6 +76,19 @@

Here is the list of official releases, however since it is early on in the development of libvirt, it is preferable when possible to just use the CVS version or snapshot, contact the mailing list and check the ChangeLog to gauge progress.

+

0.4.5: Sep 23 2008

+
  • Documentation: fix some comments in API (Anton Protopopov), + cleanup and extension of bindings and windows pages (Richard Jones)
  • Portability: missing include file (Richard Jones)
  • Bug fixes: avoid a segfault if missing qemu emulator (Cole Robinson), + reading vncdisplay from xend domain (Cole Robinson), segfault in + OpenVZ (Evgeniy Sokolov), fix parsing of pool without a source + (Chris Lalancette and Daniel Berrange)
  • Improvements: add storage disk volume delete (Cole Robinson), + KVM dynamic max CPU detection (Guido Günther), spec file improvement + for minimal builds (Ben Guthro), improved error message in XM + configuration module (Richard Jones), network config in OpenVZ + support (Evgeniy Sokolov), enable stopping a pool in logical + storage backend and cleanup deletion of pool (Chris Lalancette)
  • Cleanups: deadcode removal (Nguyen Anh Quynh), fix one test + case (Daniel Berrange), various strings and space cleanups (Daniel + Berrange), structure initialization cleanup (Chris Lalancette)

0.4.5: Sep 8 2008

  • New features: NETNS support for Linux containers (Dan Smith), unified XML domain and network parsing for all drivers (Daniel diff --git a/docs/news.html.in b/docs/news.html.in index 78e7c9ffad..97be87c1ac 100644 --- a/docs/news.html.in +++ b/docs/news.html.in @@ -5,6 +5,26 @@

    Here is the list of official releases, however since it is early on in the development of libvirt, it is preferable when possible to just use the CVS version or snapshot, contact the mailing list and check the ChangeLog to gauge progress.

    +

    0.4.5: Sep 23 2008

    +
      +
    • Documentation: fix some comments in API (Anton Protopopov), + cleanup and extension of bindings and windows pages (Richard Jones)
    • +
    • Portability: missing include file (Richard Jones)
    • +
    • Bug fixes: avoid a segfault if missing qemu emulator (Cole Robinson), + reading vncdisplay from xend domain (Cole Robinson), segfault in + OpenVZ (Evgeniy Sokolov), fix parsing of pool without a source + (Chris Lalancette and Daniel Berrange)
    • +
    • Improvements: add storage disk volume delete (Cole Robinson), + KVM dynamic max CPU detection (Guido Günther), spec file improvement + for minimal builds (Ben Guthro), improved error message in XM + configuration module (Richard Jones), network config in OpenVZ + support (Evgeniy Sokolov), enable stopping a pool in logical + storage backend and cleanup deletion of pool (Chris Lalancette)
    • +
    • Cleanups: deadcode removal (Nguyen Anh Quynh), fix one test + case (Daniel Berrange), various strings and space cleanups (Daniel + Berrange), structure initialization cleanup (Chris Lalancette)
    • +
    +
  • 0.4.5: Sep 8 2008

    • New features: NETNS support for Linux containers (Dan Smith), diff --git a/include/libvirt/libvirt.h b/include/libvirt/libvirt.h index 052cf9800b..d519452060 100644 --- a/include/libvirt/libvirt.h +++ b/include/libvirt/libvirt.h @@ -380,7 +380,7 @@ extern virConnectAuthPtr virConnectAuthPtrDefault; * version * 1,000,000 + minor * 1000 + micro */ -#define LIBVIR_VERSION_NUMBER 4005 +#define LIBVIR_VERSION_NUMBER 4006 int virGetVersion (unsigned long *libVer, const char *type, diff --git a/libvirt.spec.in b/libvirt.spec.in index dadb8aa546..858c89cee9 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -387,6 +387,9 @@ fi %endif %changelog +* Tue Sep 23 2008 Daniel Veillard - 0.4.6-1 +- release of 0.4.6 + * Mon Sep 8 2008 Daniel Veillard - 0.4.5-1 - release of 0.4.5 diff --git a/po/af.po b/po/af.po index c94d596d91..b0f327a746 100644 --- a/po/af.po +++ b/po/af.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/am.po b/po/am.po index c94d596d91..b0f327a746 100644 --- a/po/am.po +++ b/po/am.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/ar.po b/po/ar.po index c94d596d91..b0f327a746 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/as.po b/po/as.po index dd340d9cce..f0793d1bda 100644 --- a/po/as.po +++ b/po/as.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: as\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-09-25 17:39+0530\n" "Last-Translator: Amitakhya Phukan \n" "Language-Team: Assamese\n" @@ -770,36 +770,36 @@ msgstr "" msgid "storage_vol not found" msgstr "কাৰà§à¦£à§‡à¦²à§° তথà§à¦¯ নাই" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "" -#: src/conf.c:473 +#: src/conf.c:477 msgid "list is not closed with ]" msgstr "" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "" @@ -807,17 +807,17 @@ msgstr "" msgid "expecting an assignment" msgstr "" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "value array বিতৰণ কৰক" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "" @@ -1138,7 +1138,7 @@ msgstr "অজà§à¦žà¦¾à¦¤ OS ৰ ধৰণ %s" msgid "cannot extract disk devices" msgstr "উতà§à¦¤à§° বিতৰন কৰক" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "অপà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ mime ৰ ধৰণ" @@ -1233,12 +1233,12 @@ msgstr "অপà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ mime ৰ ধৰণ" msgid "unexpected char type %d" msgstr "অপà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ mime ৰ ধৰণ" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "অপà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ mime ৰ ধৰণ" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "অপà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ mime ৰ ধৰণ" @@ -1637,20 +1637,20 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 msgid "no domain with matching uuid" msgstr "" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 msgid "cannot delete active domain" msgstr "" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "আৰমà§à¦­." @@ -1715,7 +1715,7 @@ msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° লিখিবলৈ বিফল: %s" @@ -1774,7 +1774,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "অজà§à¦žà¦¾à¦¤ OS ৰ ধৰণ %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1790,22 +1790,47 @@ msgstr "" msgid "no config file for %s" msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§°à§° শবà§à¦¦à¦¬à¦¿à¦¨à§à¦¯à¦¾à¦¸à¦¤ ভà§à¦²: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "%s লৈ সংযোগ কৰিব পৰা ন'গ'ল" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "%s লৈ সংযোগ কৰিব পৰা ন'গ'ল" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "নে'টৱৰà§à¦• নথিপতà§à§°à§° নাম বিশà§à¦²à§‡à¦·à¦£ কৰা হৈছে" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "অবৈধ MAC ঠিকনা" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "অবৈধ MAC ঠিকনা" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "কাৰà§à¦¯à§à¦¯à¦•à§°à¦£ বিফল" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§°à§° শবà§à¦¦à¦¬à¦¿à¦¨à§à¦¯à¦¾à¦¸à¦¤ ভà§à¦²: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "%s লৈ সংযোগ কৰিব পৰা ন'গ'ল" @@ -1842,10 +1867,10 @@ msgstr "নে'টৱৰà§à¦• à¦à¦¤à¦¿à§Ÿà¦¾à¦“ চলি আছে" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "%s লৈ সংযোগ কৰিব পৰা ন'গ'ল" @@ -1855,53 +1880,53 @@ msgstr "%s লৈ সংযোগ কৰিব পৰা ন'গ'ল" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "%s লৈ সংযোগ কৰিব পৰা ন'গ'ল" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "%s লৈ সংযোগ কৰিব পৰা ন'গ'ল" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 msgid "Could not set number of virtual cpu" msgstr "" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "নে'টৱৰà§à¦• à¦à¦¤à¦¿à§Ÿà¦¾à¦“ চলি আছে" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "%s লৈ সংযোগ কৰিব পৰা ন'গ'ল" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "অজà§à¦žà¦¾à¦¤ OS ৰ ধৰণ %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "%s লৈ সংযোগ কৰিব পৰা ন'গ'ল" @@ -1965,7 +1990,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" @@ -1985,7 +2010,7 @@ msgstr "" msgid "Network type %d is not supported" msgstr "" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" @@ -2025,616 +2050,621 @@ msgstr "অবৈধ ডোমেইন নিৰà§à¦¦à§‡à¦¶à¦• যনà§à¦¤à§ msgid "failed to allocate space for argv string" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° লিখিবলৈ বিফল" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "পà§à¦¾à§° বাবে বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "নে'টৱৰà§à¦• বিচাৰিবলৈ অকà§à¦·à¦®: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "সà§à¦®à§ƒà¦¤à¦¿à¦¶à¦•à§à¦¤à¦¿à§° অপৰà§à¦¯à§à¦¯à¦¾à¦ªà§à¦¤" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "সà§à¦®à§ƒà¦¤à¦¿à¦¶à¦•à§à¦¤à¦¿à§° অপৰà§à¦¯à§à¦¯à¦¾à¦ªà§à¦¤" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° লিখিবলৈ বিফল" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "নতà§à¦¨ সনà§à¦¦à§°à§à¦­ বিতৰণ কৰক" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "কাৰà§à¦¯à§à¦¯à¦•à§°à¦£ বিফল" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 msgid "VM is already active" msgstr "" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° লিখিবলৈ বিফল" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° লিখিবলৈ বিফল" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° লিখিবলৈ বিফল" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, c-format msgid "Shutting down VM '%s'\n" msgstr "" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° লিখিবলৈ বিফল" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "অপà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "পà§à¦¾à§° বাবে বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "পà§à¦¾à§° বাবে বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "পà§à¦¾à§° বাবে বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "পà§à¦¾à§° বাবে বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "পà§à¦¾à§° বাবে বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 msgid "failed to allocate space for IP tables support" msgstr "" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "পà§à¦¾à§° বাবে বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "পà§à¦¾à§° বাবে বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "পà§à¦¾à§° বাবে বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "পà§à¦¾à§° বাবে বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "পà§à¦¾à§° বাবে বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "নে'টৱৰà§à¦• ইতিমধà§à¦¯à§‡ চলি আছে" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° লিখিবলৈ বিফল: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, c-format msgid "Shutting down network '%s'\n" msgstr "" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "অপà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" + +#: src/qemu_driver.c:1859 msgid "failed to allocate space for capabilities support" msgstr "" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "সà§à¦®à§ƒà¦¤à¦¿à¦¶à¦•à§à¦¤à¦¿à§° অপৰà§à¦¯à§à¦¯à¦¾à¦ªà§à¦¤" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "%s ডোমেইন ইতিমধà§à¦¯à§‡ আছে" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "%s ডোমেইন ইতিমধà§à¦¯à§‡ আছে" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "নে'টৱৰà§à¦• à¦à¦¤à¦¿à§Ÿà¦¾à¦“ চলি আছে" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "কাৰà§à¦¯à§à¦¯à¦•à§°à¦£ বিফল" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "কাৰà§à¦¯à§à¦¯à¦•à§°à¦£ বিফল" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° লিখিবলৈ বিফল" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 msgid "cannot set memory of an active domain" msgstr "" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "পà§à¦¾à§° বাবে বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° লিখিবলৈ বিফল" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° লিখিবলৈ বিফল" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° লিখিবলৈ বিফল" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° লিখিবলৈ বিফল" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "সà§à¦®à§ƒà¦¤à¦¿à¦¶à¦•à§à¦¤à¦¿à§° অপৰà§à¦¯à§à¦¯à¦¾à¦ªà§à¦¤" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "কাৰà§à¦¯à§à¦¯à¦•à§°à¦£ বিফল" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 msgid "cannot change vcpu count of an active domain" msgstr "" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "ডোমেইন বিতৰণ কৰা হৈছে" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call বিফল, হয়তো সমৰà§à¦¥à¦¿à¦¤ নহয়" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, c-format msgid "unknown virt type in domain definition '%d'" msgstr "" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 msgid "cannot read domain image" msgstr "" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° লিখিবলৈ বিফল" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "%s ডোমেইন ইতিমধà§à¦¯à§‡ আছে" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° লিখিবলৈ বিফল" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° লিখিবলৈ বিফল" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "পà§à¦¾à§° বাবে বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "উতà§à¦¤à§° বিতৰন কৰক" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "অপà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ mime ৰ ধৰণ" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "উতà§à¦¤à§° বিতৰন কৰক" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 msgid "adding usb disk failed" msgstr "" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 msgid "cannot attach usb device" msgstr "" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 msgid "adding usb device failed" msgstr "" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 msgid "cannot attach device on inactive domain" msgstr "" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "ডোমেইন বিতৰণ কৰা হৈছে" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° লিখিবলৈ বিফল" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "%s ত অবৈধ তৰà§à¦•" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "%s ত অবৈধ তৰà§à¦•" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "কাৰà§à¦¯à§à¦¯à¦•à§°à¦£ বিফল" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "নে'টৱৰà§à¦• ইতিমধà§à¦¯à§‡ চলি আছে" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 msgid "no network with matching id" msgstr "" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° লিখিবলৈ বিফল" @@ -3149,62 +3179,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3325,7 +3366,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3344,17 +3385,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3467,26 +3508,31 @@ msgstr "কাৰà§à¦¯à§à¦¯à¦•à§°à¦£ বিফল" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 msgid "command line" msgstr "" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° লিখিবলৈ বিফল: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -5990,7 +6036,7 @@ msgid "DATA" msgstr "" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" +msgid "idle" msgstr "" #: src/virsh.c:6294 @@ -6617,7 +6663,7 @@ msgstr "" msgid "domain information incomplete, missing uuid" msgstr "" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "" @@ -6679,202 +6725,202 @@ msgstr "অপà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ dict node" msgid "unknown graphics type '%s'" msgstr "অজà§à¦žà¦¾à¦¤ OS ৰ ধৰণ %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "অজà§à¦žà¦¾à¦¤ OS ৰ ধৰণ %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "পà§à¦¾à§° বাবে বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° খোলোà¦à¦¤à§‡ বিফল" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§°à§° শবà§à¦¦à¦¬à¦¿à¦¨à§à¦¯à¦¾à¦¸à¦¤ ভà§à¦²" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "নে'টৱৰà§à¦• বিচাৰিবলৈ অকà§à¦·à¦®: %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "অপà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ mime ৰ ধৰণ" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "অপà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "সà§à¦®à§ƒà¦¤à¦¿à¦¶à¦•à§à¦¤à¦¿à§° অপৰà§à¦¯à§à¦¯à¦¾à¦ªà§à¦¤" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "কাৰà§à¦¯à§à¦¯à¦•à§°à¦£ বিফল" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "নে'টৱৰà§à¦• বিচাৰিবলৈ অকà§à¦·à¦®: %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "কাৰà§à¦¯à§à¦¯à¦•à§°à¦£ বিফল: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° লিখিবলৈ বিফল" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "পà§à¦¾à§° বাবে বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° খোলোà¦à¦¤à§‡ বিফল" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 msgid "node information incomplete, missing scheduler name" msgstr "" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "অজà§à¦žà¦¾à¦¤ গৃহসà§à¦¥" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° লিখিবলৈ বিফল" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 msgid "domain information incomplete, missing cpu_weight" msgstr "" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 msgid "domain information incomplete, missing cpu_cap" msgstr "" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "%s ত অবৈধ তৰà§à¦•" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "অপà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ mime ৰ ধৰণ" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "অপà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ mime ৰ ধৰণ" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "অপà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ mime ৰ ধৰণ" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "অপà§à§°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 msgid "no HVM domain loader" msgstr "" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call বিফল, হয়তো সমৰà§à¦¥à¦¿à¦¤ নহয়" @@ -7122,10 +7168,6 @@ msgstr "" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° লিখিবলৈ বিফল: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "বিনà§à¦¯à¦¾à¦¸ নথিপতà§à§° লিখিবলৈ বিফল: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "পà§à¦¾à§° বাবে %s খোলোà¦à¦¤à§‡ বিফল" diff --git a/po/be.po b/po/be.po index c94d596d91..b0f327a746 100644 --- a/po/be.po +++ b/po/be.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/bg.po b/po/bg.po index 21d57326ef..30bed89633 100644 --- a/po/bg.po +++ b/po/bg.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-09-05 08:58+0300\n" "Last-Translator: Doncho N. Gunchev \n" "Language-Team: Bulgarian \n" @@ -772,37 +772,37 @@ msgstr "" msgid "storage_vol not found" msgstr "Ðе е открита мрежата" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "заделÑне на конфигурациÑ" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "незавършено чиÑло" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "незавършен низ" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "очаква Ñе ÑтойноÑÑ‚" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "очаква Ñе разделител в ÑпиÑъка" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "ÑпиÑъка не е затворен Ñ ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "очаква Ñе име" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "очаква Ñе разделител" @@ -810,17 +810,17 @@ msgstr "очаква Ñе разделител" msgid "expecting an assignment" msgstr "очаква Ñе приÑвоÑване" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "заделÑне на нов буфер" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "неуÑпешно отварÑне на файл" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "неуÑпешен Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° файл" @@ -1141,7 +1141,7 @@ msgstr "непознат тип ОС %s" msgid "cannot extract disk devices" msgstr "интерфейÑно уÑтройÑтво" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "тип на целевото уÑтройÑтво" @@ -1241,12 +1241,12 @@ msgstr "неочакван mime тип" msgid "unexpected char type %d" msgstr "неочакван mime тип" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "неочакван mime тип" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "неочакван mime тип" @@ -1650,22 +1650,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "id или uuid на домейн" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "име на Ð½ÐµÐ°ÐºÑ‚Ð¸Ð²Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "име на Ð½ÐµÐ°ÐºÑ‚Ð¸Ð²Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½" @@ -1730,7 +1730,7 @@ msgstr "ÐеуÑпешно отварÑне на '%s': %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "грешка при Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð¸Ñ Ñ„Ð°Ð¹Ð»: %s" @@ -1789,7 +1789,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "непознат тип ОС %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1805,22 +1805,47 @@ msgstr "" msgid "no config file for %s" msgstr "Ñинтактична грешка в ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð¸Ñ Ñ„Ð°Ð¹Ð»: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "не може да Ñе оÑъщеÑтви връзка Ñ %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "не може да Ñе оÑъщеÑтви връзка Ñ %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "откриване на мрежов файл" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "невалиден MAC адреÑ" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC адреÑ" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "грешка при операциÑта" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "ÐеуÑпешно отварÑне на '%s': %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "Ñинтактична грешка в ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð¸Ñ Ñ„Ð°Ð¹Ð»: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "не може да Ñе оÑъщеÑтви връзка Ñ %s" @@ -1857,10 +1882,10 @@ msgstr "Домейнът е вÑе още активен" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "не може да Ñе оÑъщеÑтви връзка Ñ %s" @@ -1870,54 +1895,54 @@ msgstr "не може да Ñе оÑъщеÑтви връзка Ñ %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "не може да Ñе оÑъщеÑтви връзка Ñ %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "не може да Ñе оÑъщеÑтви връзка Ñ %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "промÑна Ð±Ñ€Ð¾Ñ Ð²Ð¸Ñ€Ñ‚ÑƒÐ°Ð»Ð½Ð¸ ЦП" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Домейнът е вÑе още активен" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "не може да Ñе оÑъщеÑтви връзка Ñ %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "непознат тип ОС %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "не може да Ñе оÑъщеÑтви връзка Ñ %s" @@ -1981,7 +2006,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "ÐеуÑпешно отварÑне на '%s': %s" @@ -2001,7 +2026,7 @@ msgstr "Мрежа %s бе Ñтартирана\n" msgid "Network type %d is not supported" msgstr "Мрежа %s бе Ñтартирана\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "ÐеуÑпешно отварÑне на '%s': %s" @@ -2041,627 +2066,632 @@ msgstr "невалиден указател за домейн в" msgid "failed to allocate space for argv string" msgstr "ÐеуÑпешно заделÑне на памет" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "неуÑпех при Ð·Ð°Ð¿Ð¸Ñ Ð² дневника" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "неуÑпешен разбор на информациÑта за Xend домейн" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "ÐеуÑпешно Ñтартиране на мрежа %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "ÐеуÑпешно отварÑне на '%s': %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Ðе може да бъде намерена мрежата: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "Ñвърши паметта" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "Ñвърши паметта" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "ÐеуÑпешно отварÑне на '%s': %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "неуÑпех при Ð·Ð°Ð¿Ð¸Ñ Ð² дневника" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "заделÑне на нов контекÑÑ‚" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "неуÑпешно получаване на домейн '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "грешка при операциÑта" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Домейна вече е активен" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "неуÑпех при Ð·Ð°Ð¿Ð¸Ñ Ð² дневника" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "неуÑпех при Ð·Ð°Ð¿Ð¸Ñ Ð² дневника" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "ÐеуÑпешно отварÑне на '%s': %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "неуÑпех при Ð·Ð°Ð¿Ð¸Ñ Ð² дневника" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "неуÑпешно получаване на мрежа '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "неуÑпех при Ð·Ð°Ð¿Ð¸Ñ Ð² дневника" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "неочакван възел речник" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "неуÑпешно заделÑне на възел" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "ÐеуÑпешно запиÑване на домейн %s в %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "ÐеуÑпешно запиÑване на домейн %s в %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "ÐеуÑпешно запиÑване на домейн %s в %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "ÐеуÑпешно запиÑване на домейн %s в %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "ÐеуÑпешно запиÑване на домейн %s в %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "неуÑпешно заделÑне на възел" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "ÐеуÑпешно запиÑване на домейн %s в %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "ÐеуÑпешно запиÑване на домейн %s в %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "ÐеуÑпешно запиÑване на домейн %s в %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "ÐеуÑпешно запиÑване на домейн %s в %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "ÐеуÑпешно запиÑване на домейн %s в %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Домейна вече е активен" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "грешка при Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð¸Ñ Ñ„Ð°Ð¹Ð»: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "ÐеуÑпешно отварÑне на '%s': %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "ÐеуÑпешно отварÑне на '%s': %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "ÐеуÑпешно отварÑне на '%s': %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "грешка при отварÑне на конфигурационен файл %s за четене" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "ÐеуÑпешно отварÑне на '%s': %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "ÐеуÑпешно отварÑне на '%s': %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "неуÑпешно получаване на мрежа '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "неочакван възел речник" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "ÐеуÑпешно отварÑне на '%s': %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "ÐеуÑпешно заделÑне на памет" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Ползвана памет:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "домейна %s вече ÑъщеÑтвува" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "домейна %s вече ÑъщеÑтвува" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Домейнът е вÑе още активен" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "грешка при операциÑта" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "грешка при операциÑта" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "неуÑпешно заделÑне на възел" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "име на Ð½ÐµÐ°ÐºÑ‚Ð¸Ð²Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "ÐеуÑпешно приÑпиване на домейн %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "неуÑпешно получаване на UUID на домейна" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "ÐеуÑпех при опит за Ñъздаване на XML файл" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "ÐеуÑпешен Ð·Ð°Ð¿Ð¸Ñ Ð² порт %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "ÐеуÑпешен Ð·Ð°Ð¿Ð¸Ñ Ð² порт %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "Ñвърши паметта" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "грешка при операциÑта" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "име на Ð½ÐµÐ°ÐºÑ‚Ð¸Ð²Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "премахване дефинициÑта на неактивен домейн" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "ÐеуÑпешно отварÑне на '%s': %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "неуÑпешно извикване на библиотечна функциÑ, може би не Ñе поддържа" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "ÐеуÑпех при опит за Ñъздаване на XML файл" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "зареждане на файл Ñ Ð´ÐµÑ„Ð¸Ð½Ð¸Ñ†Ð¸Ð¸ на домейни" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "ÑпиÑък домейни на възела" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "неуÑпешно четене от xen демона" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "ÐеуÑпех при опит за Ñъздаване на XML файл" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "ÐеуÑпех при опит за Ñъздаване на XML файл" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Домейна вече е активен" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "ÐеуÑпех при опит за Ñъздаване на XML файл" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "ÐеуÑпешно Ñтартиране на домейн %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "ÐеуÑпешно Ñъбуждане на домейн %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "ÐеуÑпешно заделÑне на памет" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "интерфейÑно уÑтройÑтво" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "тип на целевото уÑтройÑтво" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "интерфейÑно уÑтройÑтво" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "зареждане на файл Ñ Ð´ÐµÑ„Ð¸Ð½Ð¸Ñ†Ð¸Ð¸ на машини" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "интерфейÑно уÑтройÑтво" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "зареждане на файл Ñ Ð´ÐµÑ„Ð¸Ð½Ð¸Ñ†Ð¸Ð¸ на машини" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "премахване дефинициÑта на неактивен домейн" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "име на Ð½ÐµÐ°ÐºÑ‚Ð¸Ð²Ð½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ¹Ð½" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "ÐеуÑпешно запиÑване на домейн %s в %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "ÐеуÑпешно отварÑне на '%s': %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "невалиден аргумент в %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Ðе е открит домейна: %s" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "невалиден аргумент в %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "име на домейна" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Домейна вече е активен" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð·Ð° мрежа в XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "неуÑпешно заделÑне на възел" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "ÐеуÑпешно запиÑване на домейн %s в %s" @@ -3177,62 +3207,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "ÐеуÑпешно отварÑне на '%s': %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3354,7 +3395,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3373,17 +3414,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "ÐеуÑпешно отварÑне на '%s': %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "ÐеуÑпешно отварÑне на '%s': %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3497,27 +3538,32 @@ msgstr "име на домейна" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "име на домейна" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "грешка при Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð¸Ñ Ñ„Ð°Ð¹Ð»: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6086,8 +6132,9 @@ msgid "DATA" msgstr "ДÐÐÐИ" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "блокиран" +#, fuzzy +msgid "idle" +msgstr "XML файл" #: src/virsh.c:6294 msgid "paused" @@ -6725,7 +6772,7 @@ msgstr "информациÑта за домейна е невÑрна, domid н msgid "domain information incomplete, missing uuid" msgstr "информациÑта за домейна е непълна, липÑва uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "информациÑта за домейна е непълна, липÑва име" @@ -6790,206 +6837,206 @@ msgstr "неочакван възел речник" msgid "unknown graphics type '%s'" msgstr "непознат тип ОС %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "информациÑта за домейна е непълна, липÑва id" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "непознат тип ОС %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "неуÑпешен разбор на информациÑта за Xend домейн" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "Ñинтактична грешка в ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð¸Ñ Ñ„Ð°Ð¹Ð»" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "неуÑпешен разбор на информациÑта за Xend домейн" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "ÐеуÑпешно приÑпиване на домейн %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "тип на целевото уÑтройÑтво" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "неочакван възел ÑтойноÑÑ‚" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "памет на възела" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "грешка при операциÑта" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "ÐеуÑпешно премахване дефинициÑта на домейн %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "грешка при операциÑ: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "неуÑпешно получаване на името на машината" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "неуÑпешен разбор на информациÑта за Xend домейн" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Грешка при Ñъздаване на неактивен домейн %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "информациÑта за домейна е непълна, липÑва име" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "Ðепозната" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "неуÑпешно получаване на името на машината" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "информациÑта за домейна е непълна, липÑва uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "информациÑта за домейна е непълна, липÑва uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "невалиден аргумент в %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "грешка при отварÑне на конфигурационен файл %s за четене" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "ÐеуÑпешно отварÑне на '%s': %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "неочакван mime тип" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "неочакван mime тип" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "неочакван mime тип" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "неочакван възел ÑтойноÑÑ‚" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "ÑпиÑък домейни на възела" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "неуÑпешно извикване на библиотечна функциÑ, може би не Ñе поддържа" @@ -7167,6 +7214,9 @@ msgstr "заделÑне на нов контекÑÑ‚" msgid "failed to connect to Xen Store" msgstr "неуÑпешно Ñвързване към xen хранилище" +#~ msgid "blocked" +#~ msgstr "блокиран" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "тип на целевото уÑтройÑтво" @@ -7243,10 +7293,6 @@ msgstr "неуÑпешно Ñвързване към xen хранилище" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "грешка при Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð¸Ñ Ñ„Ð°Ð¹Ð»: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "грешка при Ð·Ð°Ð¿Ð¸Ñ Ð½Ð° ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð¸Ñ Ñ„Ð°Ð¹Ð»: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "ÐеуÑпешно заделÑне на памет" diff --git a/po/bn.po b/po/bn.po index c94d596d91..b0f327a746 100644 --- a/po/bn.po +++ b/po/bn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/bn_IN.po b/po/bn_IN.po index 13f0d4428e..3b69bfe8c4 100644 --- a/po/bn_IN.po +++ b/po/bn_IN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: bn_IN\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-08-28 15:08+0530\n" "Last-Translator: Runa Bhattacharjee \n" "Language-Team: Bengali INDIA\n" @@ -774,37 +774,37 @@ msgstr "" msgid "storage_vol not found" msgstr "নেটওয়ারà§à¦• পাওয়া যায়নি" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "কনফিগারেশনের মান বরাদà§à¦¦ করা হচà§à¦›à§‡" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "অসমাপà§à¦¤ সংখà§à¦¯à¦¾" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "অসমাপà§à¦¤ পংকà§à¦¤à¦¿" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "মান পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "তালিকার মধà§à¦¯à§‡ à¦à¦•à¦Ÿà¦¿ বিভাজন রেখা পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "] দà§à¦¬à¦¾à¦°à¦¾ তালিকা সমাপà§à¦¤ হয়নি " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "নাম পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "বিভাজনরেখা পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤" @@ -812,17 +812,17 @@ msgstr "বিভাজনরেখা পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤" msgid "expecting an assignment" msgstr "আরকà§à¦·à¦¿à¦¤ মান পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "নতà§à¦¨ বাফার বরাদà§à¦¦à¦•à¦°à¦£" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "ফাইল খà§à¦²à¦¤à§‡ বà§à¦¯à¦°à§à¦¥" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "বিষয়বসà§à¦¤à§ সংরকà§à¦·à¦£ করতে বà§à¦¯à¦°à§à¦¥" @@ -1143,7 +1143,7 @@ msgstr "অজানা OS পà§à¦°à¦•à§ƒà¦¤à¦¿ %s" msgid "cannot extract disk devices" msgstr "ইনà§à¦Ÿà¦¾à¦°à¦«à§‡à¦¸ ডিভাইস" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "উদà§à¦¦à¦¿à¦·à§à¦Ÿ ডিভাইসের পà§à¦°à¦•à§ƒà¦¤à¦¿" @@ -1243,12 +1243,12 @@ msgstr "অপà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ mime পà§à¦°à¦•à§ƒà¦¤à¦¿" msgid "unexpected char type %d" msgstr "অপà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ mime পà§à¦°à¦•à§ƒà¦¤à¦¿" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "অপà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ mime পà§à¦°à¦•à§ƒà¦¤à¦¿" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "অপà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ mime পà§à¦°à¦•à§ƒà¦¤à¦¿" @@ -1652,22 +1652,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "ডোমেইন id অথবা uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "à¦à¦•à¦Ÿà¦¿ নিষà§à¦•à§à¦°à¦¿à§Ÿ ডোমেইনের নাম" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "à¦à¦•à¦Ÿà¦¿ নিষà§à¦•à§à¦°à¦¿à§Ÿ ডোমেইনের নাম" @@ -1732,7 +1732,7 @@ msgstr "'%s' খà§à¦²à¦¤à§‡ বà§à¦¯à¦°à§à¦¥: %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "কনফিগারেশন ফাইলের মধà§à¦¯à§‡ লিখতে বà§à¦¯à¦°à§à¦¥: %s" @@ -1791,7 +1791,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "অজানা OS পà§à¦°à¦•à§ƒà¦¤à¦¿ %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1807,22 +1807,47 @@ msgstr "" msgid "no config file for %s" msgstr "কনফিগারেশন ফাইলের মধà§à¦¯à§‡ সিনà§à¦Ÿà§‡à¦•à§à¦¸ সংকà§à¦°à¦¾à¦¨à§à¦¤ সমসà§à¦¯à¦¾: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "%s-র সাথে সংযোগ করতে বà§à¦¯à¦°à§à¦¥" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "%s-র সাথে সংযোগ করতে বà§à¦¯à¦°à§à¦¥" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "নেটওয়ারà§à¦• ফাইলের নাম মীমাংস করা হচà§à¦›à§‡" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "অবৈধ MAC ঠিকানা" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC ঠিকানা" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "করà§à¦® বিফল" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "'%s' খà§à¦²à¦¤à§‡ বà§à¦¯à¦°à§à¦¥: %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "কনফিগারেশন ফাইলের মধà§à¦¯à§‡ সিনà§à¦Ÿà§‡à¦•à§à¦¸ সংকà§à¦°à¦¾à¦¨à§à¦¤ সমসà§à¦¯à¦¾: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "%s-র সাথে সংযোগ করতে বà§à¦¯à¦°à§à¦¥" @@ -1859,10 +1884,10 @@ msgstr "ডোমেইন বরà§à¦¤à¦®à¦¾à¦¨à§‡ সকà§à¦°à¦¿à§Ÿ" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "%s-র সাথে সংযোগ করতে বà§à¦¯à¦°à§à¦¥" @@ -1872,54 +1897,54 @@ msgstr "%s-র সাথে সংযোগ করতে বà§à¦¯à¦°à§à¦¥" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "%s-র সাথে সংযোগ করতে বà§à¦¯à¦°à§à¦¥" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "%s-র সাথে সংযোগ করতে বà§à¦¯à¦°à§à¦¥" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "ভারà§à¦šà§à§Ÿà¦¾à¦² CPU সংখà§à¦¯à¦¾ পরিবরà§à¦¤à¦¨ করà§à¦¨" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "ডোমেইন বরà§à¦¤à¦®à¦¾à¦¨à§‡ সকà§à¦°à¦¿à§Ÿ" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "%s-র সাথে সংযোগ করতে বà§à¦¯à¦°à§à¦¥" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "অজানা OS পà§à¦°à¦•à§ƒà¦¤à¦¿ %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "%s-র সাথে সংযোগ করতে বà§à¦¯à¦°à§à¦¥" @@ -1983,7 +2008,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "'%s' খà§à¦²à¦¤à§‡ বà§à¦¯à¦°à§à¦¥: %s" @@ -2003,7 +2028,7 @@ msgstr "নেটওয়ারà§à¦• %s আরমà§à¦­ করা হয়েছে msgid "Network type %d is not supported" msgstr "নেটওয়ারà§à¦• %s আরমà§à¦­ করা হয়েছে\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "'%s' খà§à¦²à¦¤à§‡ বà§à¦¯à¦°à§à¦¥: %s" @@ -2043,627 +2068,632 @@ msgstr "অবৈধ ডোমেইন নিরà§à¦¦à§‡à¦¶à¦• উপসà§à¦¥ msgid "failed to allocate space for argv string" msgstr "মেমরি বরাদà§à¦¦ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "লগ ফাইলের মধà§à¦¯à§‡ লিখতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "Xend ডোমেইন সংকà§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পারà§à¦¸ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "নেটওয়ারà§à¦• %s আরমà§à¦­ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "'%s' খà§à¦²à¦¤à§‡ বà§à¦¯à¦°à§à¦¥: %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "নেটওয়ারà§à¦• অনà§à¦¸à¦¨à§à¦§à¦¾à¦¨ করতে বà§à¦¯à¦°à§à¦¥: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "মেমরি অবশিষà§à¦Ÿ নেই" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "মেমরি অবশিষà§à¦Ÿ নেই" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "'%s' খà§à¦²à¦¤à§‡ বà§à¦¯à¦°à§à¦¥: %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "লগ ফাইলের মধà§à¦¯à§‡ লিখতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "নতà§à¦¨ কনটেকà§à¦¸à¦Ÿ বরাদà§à¦¦à¦•à¦°à¦£" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "ডোমেইন '%s' পà§à¦°à¦¾à¦ªà§à¦¤ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "করà§à¦® বিফল" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "ডোমেইন বরà§à¦¤à¦®à¦¾à¦¨à§‡ সকà§à¦°à¦¿à§Ÿ" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "লগ ফাইলের মধà§à¦¯à§‡ লিখতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "লগ ফাইলের মধà§à¦¯à§‡ লিখতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "'%s' খà§à¦²à¦¤à§‡ বà§à¦¯à¦°à§à¦¥: %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "লগ ফাইলের মধà§à¦¯à§‡ লিখতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "নেটওয়ারà§à¦• '%s' পà§à¦°à¦¾à¦ªà§à¦¤ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "লগ ফাইলের মধà§à¦¯à§‡ লিখতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "অপà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ dict নোড" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "নোড বরাদà§à¦¦ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "%s ডোমেইন %s-ঠসংরকà§à¦·à¦£ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "%s ডোমেইন %s-ঠসংরকà§à¦·à¦£ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "%s ডোমেইন %s-ঠসংরকà§à¦·à¦£ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "%s ডোমেইন %s-ঠসংরকà§à¦·à¦£ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "%s ডোমেইন %s-ঠসংরকà§à¦·à¦£ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "নোড বরাদà§à¦¦ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "%s ডোমেইন %s-ঠসংরকà§à¦·à¦£ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "%s ডোমেইন %s-ঠসংরকà§à¦·à¦£ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "%s ডোমেইন %s-ঠসংরকà§à¦·à¦£ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "%s ডোমেইন %s-ঠসংরকà§à¦·à¦£ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "%s ডোমেইন %s-ঠসংরকà§à¦·à¦£ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "ডোমেইন বরà§à¦¤à¦®à¦¾à¦¨à§‡ সকà§à¦°à¦¿à§Ÿ" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "কনফিগারেশন ফাইলের মধà§à¦¯à§‡ লিখতে বà§à¦¯à¦°à§à¦¥: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "'%s' খà§à¦²à¦¤à§‡ বà§à¦¯à¦°à§à¦¥: %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "'%s' খà§à¦²à¦¤à§‡ বà§à¦¯à¦°à§à¦¥: %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "'%s' খà§à¦²à¦¤à§‡ বà§à¦¯à¦°à§à¦¥: %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "পড়ার উদà§à¦¦à§‡à¦¶à§à¦¯à§‡ %s খà§à¦²à¦¤à§‡ বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "'%s' খà§à¦²à¦¤à§‡ বà§à¦¯à¦°à§à¦¥: %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "'%s' খà§à¦²à¦¤à§‡ বà§à¦¯à¦°à§à¦¥: %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "নেটওয়ারà§à¦• '%s' পà§à¦°à¦¾à¦ªà§à¦¤ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "অপà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ dict নোড" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "'%s' খà§à¦²à¦¤à§‡ বà§à¦¯à¦°à§à¦¥: %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "মেমরি বরাদà§à¦¦ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "বà§à¦¯à¦¬à¦¹à§ƒà¦¤ মেমরি:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "%s ডোমেইন বরà§à¦¤à¦®à¦¾à¦¨à§‡ উপসà§à¦¥à¦¿à¦¤" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "%s ডোমেইন বরà§à¦¤à¦®à¦¾à¦¨à§‡ উপসà§à¦¥à¦¿à¦¤" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "ডোমেইন বরà§à¦¤à¦®à¦¾à¦¨à§‡ সকà§à¦°à¦¿à§Ÿ" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "করà§à¦® বিফল" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "করà§à¦® বিফল" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "নোড বরাদà§à¦¦ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "à¦à¦•à¦Ÿà¦¿ নিষà§à¦•à§à¦°à¦¿à§Ÿ ডোমেইনের নাম" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "ডোমেইন %s সাসপেনà§à¦¡ অবসà§à¦¥à¦¾à§Ÿ সà§à¦¥à¦¾à¦ªà¦¨ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "ডোমেইন UUID পà§à¦°à¦¾à¦ªà§à¦¤ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "XML নিরà§à¦®à¦¾à¦£ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "সকেট %d লিখতে বà§à¦¯à¦°à§à¦¥\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "সকেট %d লিখতে বà§à¦¯à¦°à§à¦¥\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "মেমরি অবশিষà§à¦Ÿ নেই" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "করà§à¦® বিফল" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "à¦à¦•à¦Ÿà¦¿ নিষà§à¦•à§à¦°à¦¿à§Ÿ ডোমেইনের নাম" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "নিষà§à¦•à§à¦°à¦¿à§Ÿ ডোমেইনের বà§à¦¯à¦¾à¦–à§à¦¯à¦¾ মà§à¦›à§‡ ফেলà§à¦¨" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "'%s' খà§à¦²à¦¤à§‡ বà§à¦¯à¦°à§à¦¥: %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "লাইবà§à¦°à§‡à¦°à¦¿ কল বিফল, সমà§à¦­à¦¬à¦¤ সমরà§à¦¥à¦¿à¦¤ নয়" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "XML নিরà§à¦®à¦¾à¦£ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "ডোমেইন বà§à¦¯à¦¾à¦–à§à¦¯à¦¾à¦•à¦¾à¦°à§€ ফাইল লোড করà§à¦¨" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "নোডের ডোমেইন তালিকা" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "Xen Daemon থেকে পড়তে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "XML নিরà§à¦®à¦¾à¦£ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "XML নিরà§à¦®à¦¾à¦£ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "ডোমেইন বরà§à¦¤à¦®à¦¾à¦¨à§‡ সকà§à¦°à¦¿à§Ÿ" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "XML নিরà§à¦®à¦¾à¦£ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "ডোমেইন %s আরমà§à¦­ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "ডোমেইন %s পà§à¦¨à¦°à¦¾à¦°à¦®à§à¦­ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "মেমরি বরাদà§à¦¦ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "ইনà§à¦Ÿà¦¾à¦°à¦«à§‡à¦¸ ডিভাইস" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "উদà§à¦¦à¦¿à¦·à§à¦Ÿ ডিভাইসের পà§à¦°à¦•à§ƒà¦¤à¦¿" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "ইনà§à¦Ÿà¦¾à¦°à¦«à§‡à¦¸ ডিভাইস" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "হোসà§à¦Ÿ বà§à¦¯à¦¾à¦–à§à¦¯à¦¾à¦•à¦¾à¦°à§€ ফাইল লোড করা হচà§à¦›à§‡" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "ইনà§à¦Ÿà¦¾à¦°à¦«à§‡à¦¸ ডিভাইস" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "হোসà§à¦Ÿ বà§à¦¯à¦¾à¦–à§à¦¯à¦¾à¦•à¦¾à¦°à§€ ফাইল লোড করা হচà§à¦›à§‡" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "নিষà§à¦•à§à¦°à¦¿à§Ÿ ডোমেইনের বà§à¦¯à¦¾à¦–à§à¦¯à¦¾ মà§à¦›à§‡ ফেলà§à¦¨" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "à¦à¦•à¦Ÿà¦¿ নিষà§à¦•à§à¦°à¦¿à§Ÿ ডোমেইনের নাম" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "%s ডোমেইন %s-ঠসংরকà§à¦·à¦£ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "'%s' খà§à¦²à¦¤à§‡ বà§à¦¯à¦°à§à¦¥: %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "%s-র মধà§à¦¯à§‡ অবৈধ আরà§à¦—à§à¦®à§‡à¦¨à§à¦Ÿ" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "ডোমেইন পাওয়া যায়নি: %s" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "%s-র মধà§à¦¯à§‡ অবৈধ আরà§à¦—à§à¦®à§‡à¦¨à§à¦Ÿ" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "ডোমেইনের নাম" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "ডোমেইন বরà§à¦¤à¦®à¦¾à¦¨à§‡ সকà§à¦°à¦¿à§Ÿ" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "XML-র মধà§à¦¯à§‡ নেটওয়ারà§à¦• সংকà§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "নোড বরাদà§à¦¦ করতে বà§à¦¯à¦°à§à¦¥" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "%s ডোমেইন %s-ঠসংরকà§à¦·à¦£ করতে বà§à¦¯à¦°à§à¦¥" @@ -3179,62 +3209,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "'%s' খà§à¦²à¦¤à§‡ বà§à¦¯à¦°à§à¦¥: %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3356,7 +3397,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3375,17 +3416,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "'%s' খà§à¦²à¦¤à§‡ বà§à¦¯à¦°à§à¦¥: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "'%s' খà§à¦²à¦¤à§‡ বà§à¦¯à¦°à§à¦¥: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3499,27 +3540,32 @@ msgstr "ডোমেইনের নাম" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "ডোমেইনের নাম" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "কনফিগারেশন ফাইলের মধà§à¦¯à§‡ লিখতে বà§à¦¯à¦°à§à¦¥: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6084,8 +6130,9 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "অবরà§à¦¦à§à¦§" +#, fuzzy +msgid "idle" +msgstr "XML ফাইল" #: src/virsh.c:6294 msgid "paused" @@ -6719,7 +6766,7 @@ msgstr "ডোমেইন সংকà§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ অসমৠmsgid "domain information incomplete, missing uuid" msgstr "ডোমেইন সংকà§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ অসমà§à¦ªà§‚রà§à¦£, uuid অনà§à¦ªà¦¸à§à¦¥à¦¿à¦¤" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "ডোমেইন সংকà§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ অসমà§à¦ªà§‚রà§à¦£, নাম অনà§à¦ªà¦¸à§à¦¥à¦¿à¦¤" @@ -6782,206 +6829,206 @@ msgstr "অপà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ dict নোড" msgid "unknown graphics type '%s'" msgstr "অজানা OS পà§à¦°à¦•à§ƒà¦¤à¦¿ %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "ডোমেইন সংকà§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ অসমà§à¦ªà§‚রà§à¦£, id অনà§à¦ªà¦¸à§à¦¥à¦¿à¦¤" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "অজানা OS পà§à¦°à¦•à§ƒà¦¤à¦¿ %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "Xend ডোমেইন সংকà§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পারà§à¦¸ করতে বà§à¦¯à¦°à§à¦¥" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "কনফিগারেশন ফাইলের মধà§à¦¯à§‡ সিনà§à¦Ÿà§‡à¦•à§à¦¸ সংকà§à¦°à¦¾à¦¨à§à¦¤ সমসà§à¦¯à¦¾" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "Xend ডোমেইন সংকà§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পারà§à¦¸ করতে বà§à¦¯à¦°à§à¦¥" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "ডোমেইন %s সাসপেনà§à¦¡ অবসà§à¦¥à¦¾à§Ÿ সà§à¦¥à¦¾à¦ªà¦¨ করতে বà§à¦¯à¦°à§à¦¥" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "উদà§à¦¦à¦¿à¦·à§à¦Ÿ ডিভাইসের পà§à¦°à¦•à§ƒà¦¤à¦¿" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "অপà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ value নোড" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "নোডের মেমরি" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "করà§à¦® বিফল" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "ডোমেইন %s-র বà§à¦¯à¦¾à¦–à§à¦¯à¦¾ মà§à¦›à§‡ ফেলতে বà§à¦¯à¦°à§à¦¥" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "করà§à¦® বিফল: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "হোসà§à¦Ÿ-নেম পà§à¦°à¦¾à¦ªà§à¦¤ করতে বà§à¦¯à¦°à§à¦¥" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "Xend ডোমেইন সংকà§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ পারà§à¦¸ করতে বà§à¦¯à¦°à§à¦¥" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "নিষà§à¦•à§à¦°à¦¿à§Ÿ ডোমেইন %s নিরà§à¦®à¦¾à¦£ করতে বà§à¦¯à¦°à§à¦¥\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "ডোমেইন সংকà§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ অসমà§à¦ªà§‚রà§à¦£, নাম অনà§à¦ªà¦¸à§à¦¥à¦¿à¦¤" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "অজানা" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "হোসà§à¦Ÿ-নেম পà§à¦°à¦¾à¦ªà§à¦¤ করতে বà§à¦¯à¦°à§à¦¥" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "ডোমেইন সংকà§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ অসমà§à¦ªà§‚রà§à¦£, uuid অনà§à¦ªà¦¸à§à¦¥à¦¿à¦¤" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "ডোমেইন সংকà§à¦°à¦¾à¦¨à§à¦¤ তথà§à¦¯ অসমà§à¦ªà§‚রà§à¦£, uuid অনà§à¦ªà¦¸à§à¦¥à¦¿à¦¤" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "%s-র মধà§à¦¯à§‡ অবৈধ আরà§à¦—à§à¦®à§‡à¦¨à§à¦Ÿ" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "পড়ার উদà§à¦¦à§‡à¦¶à§à¦¯à§‡ %s খà§à¦²à¦¤à§‡ বà§à¦¯à¦°à§à¦¥" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "'%s' খà§à¦²à¦¤à§‡ বà§à¦¯à¦°à§à¦¥: %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "অপà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ mime পà§à¦°à¦•à§ƒà¦¤à¦¿" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "অপà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ mime পà§à¦°à¦•à§ƒà¦¤à¦¿" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "অপà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ mime পà§à¦°à¦•à§ƒà¦¤à¦¿" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "অপà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ value নোড" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "নোডের ডোমেইন তালিকা" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "লাইবà§à¦°à§‡à¦°à¦¿ কল বিফল, সমà§à¦­à¦¬à¦¤ সমরà§à¦¥à¦¿à¦¤ নয়" @@ -7159,6 +7206,9 @@ msgstr "নতà§à¦¨ কনটেকà§à¦¸à¦Ÿ বরাদà§à¦¦à¦•à¦°à¦£" msgid "failed to connect to Xen Store" msgstr "Xen Store-র সাথে সংযোগ করতে বà§à¦¯à¦°à§à¦¥" +#~ msgid "blocked" +#~ msgstr "অবরà§à¦¦à§à¦§" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "উদà§à¦¦à¦¿à¦·à§à¦Ÿ ডিভাইসের পà§à¦°à¦•à§ƒà¦¤à¦¿" @@ -7235,10 +7285,6 @@ msgstr "Xen Store-র সাথে সংযোগ করতে বà§à¦¯à¦°à§ #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "কনফিগারেশন ফাইলের মধà§à¦¯à§‡ লিখতে বà§à¦¯à¦°à§à¦¥: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "কনফিগারেশন ফাইলের মধà§à¦¯à§‡ লিখতে বà§à¦¯à¦°à§à¦¥: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "মেমরি বরাদà§à¦¦ করতে বà§à¦¯à¦°à§à¦¥" diff --git a/po/bs.po b/po/bs.po index c4dbb2b288..321b5ef895 100644 --- a/po/bs.po +++ b/po/bs.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: hr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-01-23 16:29+0100\n" "Last-Translator: Adnan Hodzic \n" "Language-Team: Bosnian \n" @@ -768,37 +768,37 @@ msgstr "" msgid "storage_vol not found" msgstr "naziv domene ili uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "dodjeljivanje konfiguracije" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "neodreÄ‘eni broj" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "neodreÄ‘eni niz" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "oÄekuje se vrijednost" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "oÄekuje se razdjelnik u popisu" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "popis nije zatvoren s ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "oÄekuje se naziv" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "oÄekuje se razdjelnik" @@ -806,17 +806,17 @@ msgstr "oÄekuje se razdjelnik" msgid "expecting an assignment" msgstr "oÄekuje se dodjeljivanje" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "dodijeli novi meÄ‘uspremnik" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "otvaranje datoteke nije uspjelo" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "spremanje sadržaja nije uspjelo" @@ -1137,7 +1137,7 @@ msgstr "nepoznata vrsta OS %s" msgid "cannot extract disk devices" msgstr "Nije moguće izvući hypervisor verziju pokrenutog %s\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "neoÄekivana MIME vrsta" @@ -1234,12 +1234,12 @@ msgstr "neoÄekivana MIME vrsta" msgid "unexpected char type %d" msgstr "neoÄekivana MIME vrsta" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "neoÄekivana MIME vrsta" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "neoÄekivana MIME vrsta" @@ -1646,22 +1646,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "ID domene ili UUID" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "naziv neaktivne domene" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "naziv neaktivne domene" @@ -1726,7 +1726,7 @@ msgstr "Obustavljanje domene %s nije uspjelo" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" @@ -1785,7 +1785,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "nepoznata vrsta OS %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1801,22 +1801,47 @@ msgstr "" msgid "no config file for %s" msgstr "pogreÅ¡ka u sintaksi konfiguracijske datoteke: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "nije moguće uspostaviti vezu s %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "nije moguće uspostaviti vezu s %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "razrjeÅ¡avanje naziva domena" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "neispravan argument pri %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "neispravan argument pri %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operacija nije uspjela" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "pogreÅ¡ka u sintaksi konfiguracijske datoteke: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "nije moguće uspostaviti vezu s %s" @@ -1853,10 +1878,10 @@ msgstr "Domena je aktivna" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "nije moguće uspostaviti vezu s %s" @@ -1866,54 +1891,54 @@ msgstr "nije moguće uspostaviti vezu s %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "nije moguće uspostaviti vezu s %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "nije moguće uspostaviti vezu s %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "promijeni broj virtualnih CPU-a" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domena je aktivna" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "nije moguće uspostaviti vezu s %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "nepoznata vrsta OS %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "nije moguće uspostaviti vezu s %s" @@ -1978,7 +2003,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Obustavljanje domene %s nije uspjelo" @@ -1998,7 +2023,7 @@ msgstr "Domena %s je pokrenuta\n" msgid "Network type %d is not supported" msgstr "Domena %s je pokrenuta\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Obustavljanje domene %s nije uspjelo" @@ -2038,627 +2063,632 @@ msgstr "neispravan pokazivaÄ domene pri" msgid "failed to allocate space for argv string" msgstr "dodjeljivanje Ävora nije uspjelo" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "raÅ¡Älanjivanje podataka Xend domene nije uspjelo" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Pokretanje domene %s nije uspjelo" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Uklanjanje definicije domene %s nije uspjelo" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "nedovoljno memorije" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "nedovoljno memorije" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "dodijeli novi kontekst" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "dohvaćanje domene '%s' nije uspjelo" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operacija nije uspjela" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domena je aktivna" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "dohvaćanje domene '%s' nije uspjelo" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "zapisivanje konfiguracijske datoteke nije uspjelo" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "neoÄekivani Ävor rjeÄnika" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "dodjeljivanje Ävora nije uspjelo" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "dodjeljivanje Ävora nije uspjelo" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domena je aktivna" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "otvaranje %s za Äitanje nije uspjelo" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "dohvaćanje domene '%s' nije uspjelo" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "neoÄekivani Ävor rjeÄnika" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Obustavljanje domene %s nije uspjelo" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "dodjeljivanje Ävora nije uspjelo" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Upotrijebljeno memorije:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domena %s već postoji" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domena %s već postoji" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domena je aktivna" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operacija nije uspjela" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operacija nije uspjela" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "dodjeljivanje Ävora nije uspjelo" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "naziv neaktivne domene" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "dohvaćanje UUID-a domene nije uspjelo" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "ÄŒitanje prikljuÄka %d nije uspjelo\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Zapisivanje u prikljuÄak %d nije uspjelo\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Zapisivanje u prikljuÄak %d nije uspjelo\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "nedovoljno memorije" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operacija nije uspjela" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "naziv neaktivne domene" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "uklanjanje definicije neaktivne domene" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "pozivanje biblioteke nije uspjelo, možda nije podržano" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "ÄŒitanje prikljuÄka %d nije uspjelo\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "uÄitavanje datoteka definicija domena" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "Ävor, popis domena" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "Äitanje iz demona Xen nije uspjelo" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "ÄŒitanje prikljuÄka %d nije uspjelo\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "ÄŒitanje prikljuÄka %d nije uspjelo\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domena je aktivna" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "ÄŒitanje prikljuÄka %d nije uspjelo\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Pokretanje domene %s nije uspjelo" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Nastavljanje domene %s nije uspjelo" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "dodjeljivanje Ävora nije uspjelo" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Nije moguće izvući hypervisor verziju pokrenutog %s\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "neoÄekivana MIME vrsta" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "uklanjanje definicije neaktivne domene" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "uÄitavanje datoteke definicija raÄunala" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "uklanjanje definicije neaktivne domene" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "uÄitavanje datoteke definicija raÄunala" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "uklanjanje definicije neaktivne domene" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "naziv neaktivne domene" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "neispravan argument pri %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domena je obnovljena iz %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "neispravan argument pri %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "naziv domene" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domena je aktivna" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "podaci domene u XML-u" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "dodjeljivanje Ävora nije uspjelo" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" @@ -3174,62 +3204,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Obustavljanje domene %s nije uspjelo" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3351,7 +3392,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3370,17 +3411,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3494,27 +3535,32 @@ msgstr "naziv domene" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "naziv domene" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6136,8 +6182,8 @@ msgid "DATA" msgstr "PODATAK" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blokirano" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6775,7 +6821,7 @@ msgstr "podaci domene nisu ispravni, domid nije broj" msgid "domain information incomplete, missing uuid" msgstr "podaci domene nisu potpuni, nedostaje uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "podaci domene nisu potpuni, nedostaje name" @@ -6843,207 +6889,207 @@ msgstr "neoÄekivani Ävor rjeÄnika" msgid "unknown graphics type '%s'" msgstr "nepoznata vrsta OS %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "podaci domene nisu potpuni, nedostaje uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "nepoznata vrsta OS %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "raÅ¡Älanjivanje podataka Xend domene nije uspjelo" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "pogreÅ¡ka u sintaksi konfiguracijske datoteke" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "raÅ¡Älanjivanje podataka Xend domene nije uspjelo" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "neoÄekivana MIME vrsta" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "neoÄekivani Ävor vrijednosti" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "Ävor, memorija" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operacija nije uspjela" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Uklanjanje definicije domene %s nije uspjelo" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operacija nije uspjela: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "dohvaćanje vrste hypervisora nije uspjelo" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "raÅ¡Älanjivanje podataka Xend domene nije uspjelo" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Izrada domene %s nije uspjela\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "podaci domene nisu potpuni, nedostaje name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "nepoznato raÄunalo" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "dohvaćanje vrste hypervisora nije uspjelo" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "podaci domene nisu potpuni, nedostaje uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "podaci domene nisu potpuni, nedostaje uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "neispravan argument pri %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "otvaranje %s za Äitanje nije uspjelo" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "neoÄekivana MIME vrsta" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "neoÄekivana MIME vrsta" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "neoÄekivana MIME vrsta" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "neoÄekivani Ävor vrijednosti" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "Ävor, popis domena" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "pozivanje biblioteke nije uspjelo, možda nije podržano" @@ -7221,6 +7267,9 @@ msgstr "dodijeli novi kontekst" msgid "failed to connect to Xen Store" msgstr "uspostavljanje veze sa Xen Store nije uspjelo" +#~ msgid "blocked" +#~ msgstr "blokirano" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "neispravan argument pri %s" @@ -7293,10 +7342,6 @@ msgstr "uspostavljanje veze sa Xen Store nije uspjelo" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "dodjeljivanje Ävora nije uspjelo" diff --git a/po/ca.po b/po/ca.po index a50cc90e84..4032ee0f42 100644 --- a/po/ca.po +++ b/po/ca.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-09-08 10:20-0100\n" "Last-Translator: Xavier Conde Rueda \n" "Language-Team: Catalan \n" @@ -783,37 +783,37 @@ msgstr "" msgid "storage_vol not found" msgstr "No s'ha trobat la xarxa" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "s'està assignant la configuració" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "número no acabat" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "cadena sense acabar" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "s'espera un valor" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "s'espera un separador a la llista" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "la llista no s'ha tancat amb ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "s'espera un nom" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "s'espera un separador" @@ -821,17 +821,17 @@ msgstr "s'espera un separador" msgid "expecting an assignment" msgstr "s'espera una assignació" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "assigna memòria intermèdia nova" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "no s'ha pogut obrir el fitxer" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "no s'ha pogut desar el contingut" @@ -1152,7 +1152,7 @@ msgstr "tipus d'SO desconegut %s" msgid "cannot extract disk devices" msgstr "dispositiu de la interfície" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "tipus de dispositiu destí" @@ -1252,12 +1252,12 @@ msgstr "tipus mime inesperat" msgid "unexpected char type %d" msgstr "tipus mime inesperat" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "tipus mime inesperat" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "tipus mime inesperat" @@ -1662,22 +1662,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "id de domini o uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "nom del domini inactiu" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "nom del domini inactiu" @@ -1742,7 +1742,7 @@ msgstr "No s'ha pogut obrir «%s»: %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "no s'ha pogut escriure el fitxer de configuració: %s" @@ -1801,7 +1801,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "tipus d'SO desconegut %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1817,22 +1817,47 @@ msgstr "" msgid "no config file for %s" msgstr "error de sintaxi del fitxer de configuració: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "no s'ha pogut connectar a %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "no s'ha pogut connectar a %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "s'està resolent el nom de fitxer de la xarxa" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "l'adreça MAC no és vàlida" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "adreça MAC" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "ha fallat l'operació" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "No s'ha pogut obrir «%s»: %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "error de sintaxi del fitxer de configuració: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "no s'ha pogut connectar a %s" @@ -1869,10 +1894,10 @@ msgstr "El domini encara s'està executant" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "no s'ha pogut connectar a %s" @@ -1882,54 +1907,54 @@ msgstr "no s'ha pogut connectar a %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "no s'ha pogut connectar a %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "no s'ha pogut connectar a %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "canvia el nombre de CPU virtuals" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "El domini encara s'està executant" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "no s'ha pogut connectar a %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "tipus d'SO desconegut %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "no s'ha pogut connectar a %s" @@ -1996,7 +2021,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "No s'ha pogut obrir «%s»: %s" @@ -2016,7 +2041,7 @@ msgstr "S'ha iniciat la xarxa %s\n" msgid "Network type %d is not supported" msgstr "S'ha iniciat la xarxa %s\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "No s'ha pogut obrir «%s»: %s" @@ -2056,627 +2081,632 @@ msgstr "punter de domini invàlid" msgid "failed to allocate space for argv string" msgstr "No s'ha pogut assignar memòria" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "no s'ha pogut escriure el fitxer de registre" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "no s'ha pogut analitzar la informació del domini Xend" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "No s'ha pogut iniciar la xarxa %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "No s'ha pogut obrir «%s»: %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "No s'ha trobat la xarxa: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "sense memòria" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "sense memòria" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "No s'ha pogut obrir «%s»: %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "no s'ha pogut escriure el fitxer de registre" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "assigna un nou context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "no s'ha pogut obtenir el domini '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "ha fallat l'operació" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "El domini ja és actiu" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "no s'ha pogut escriure el fitxer de registre" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "no s'ha pogut escriure el fitxer de registre" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "No s'ha pogut obrir «%s»: %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "no s'ha pogut escriure el fitxer de registre" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "no s'ha pogut obtenir la xarxa '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "no s'ha pogut escriure el fitxer de registre" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "node dict inesperat" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "no s'ha pogut assignar un node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "No s'ha pogut desar el domini %s a %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "No s'ha pogut desar el domini %s a %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "No s'ha pogut desar el domini %s a %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "No s'ha pogut desar el domini %s a %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "No s'ha pogut desar el domini %s a %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "no s'ha pogut assignar un node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "No s'ha pogut desar el domini %s a %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "No s'ha pogut desar el domini %s a %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "No s'ha pogut desar el domini %s a %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "No s'ha pogut desar el domini %s a %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "No s'ha pogut desar el domini %s a %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "El domini ja és actiu" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "no s'ha pogut escriure el fitxer de configuració: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "No s'ha pogut obrir «%s»: %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "No s'ha pogut obrir «%s»: %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "No s'ha pogut obrir «%s»: %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "no s'ha pogut obrir %s per a llegir" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "No s'ha pogut obrir «%s»: %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "No s'ha pogut obrir «%s»: %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "no s'ha pogut obtenir la xarxa '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "node dict inesperat" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "No s'ha pogut obrir «%s»: %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "No s'ha pogut assignar memòria" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Memòria emprada:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "el domini %s ja existeix" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "el domini %s ja existeix" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "El domini encara s'està executant" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "ha fallat l'operació" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "ha fallat l'operació" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "no s'ha pogut assignar un node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "nom del domini inactiu" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "No s'ha pogut suspendre el domini %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "no s'ha pogut obtenir un UUID de domini" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "No s'ha pogut crear l'XML" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "No s'ha pogut escriure el sòcol %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "No s'ha pogut escriure el sòcol %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "sense memòria" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "ha fallat l'operació" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "nom del domini inactiu" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "no defineixis un domini inactiu" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "No s'ha pogut obrir «%s»: %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "ha fallat la crida a la biblioteca, potser no està disponible" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "No s'ha pogut crear l'XML" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "carrega el fitxer de definició del domini" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node de llista de domini" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "no s'ha pogut llegir el dimoni Xen" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "No s'ha pogut crear l'XML" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "No s'ha pogut crear l'XML" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "El domini ja és actiu" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "No s'ha pogut crear l'XML" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "No s'ha pogut iniciar el domini %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "No s'ha pogut recuperar el domini %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "No s'ha pogut assignar memòria" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "dispositiu de la interfície" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "tipus de dispositiu destí" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "dispositiu de la interfície" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "s'està carregant el fitxer de definició del sistema amfitrió" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "dispositiu de la interfície" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "s'està carregant el fitxer de definició del sistema amfitrió" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "no defineixis un domini inactiu" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "nom del domini inactiu" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "No s'ha pogut desar el domini %s a %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "No s'ha pogut obrir «%s»: %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "argument invàlid a %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "No s'ha trobat el domini: %s" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "argument invàlid a %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "nom de domini" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "El domini ja és actiu" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "informació de la xarxa en XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "no s'ha pogut assignar un node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "No s'ha pogut desar el domini %s a %s" @@ -3192,62 +3222,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "No s'ha pogut obrir «%s»: %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3369,7 +3410,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3388,17 +3429,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "No s'ha pogut obrir «%s»: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "No s'ha pogut obrir «%s»: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3512,27 +3553,32 @@ msgstr "nom de domini" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "nom de domini" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "no s'ha pogut escriure el fitxer de configuració: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6108,8 +6154,9 @@ msgid "DATA" msgstr "DADES" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocat" +#, fuzzy +msgid "idle" +msgstr "Fitxer XML" #: src/virsh.c:6294 msgid "paused" @@ -6741,7 +6788,7 @@ msgstr "la informació del domini és incorrecta, domid no és numèric" msgid "domain information incomplete, missing uuid" msgstr "la informació del domini és incompleta, manca l'uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "la informació del domini és incompleta, manca el nom" @@ -6807,206 +6854,206 @@ msgstr "node dict inesperat" msgid "unknown graphics type '%s'" msgstr "tipus d'SO desconegut %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "la informació del domini és incompleta, manca l'id" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "tipus d'SO desconegut %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "no s'ha pogut analitzar la informació del domini Xend" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "error de sintaxi del fitxer de configuració" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "no s'ha pogut analitzar la informació del domini Xend" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "No s'ha pogut suspendre el domini %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "tipus de dispositiu destí" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "node value inesperat" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node de memòria" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "ha fallat l'operació" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "No s'ha definit el domini %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "ha fallat l'operació: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "no s'ha pogut obtenir el nom de màquina" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "no s'ha pogut analitzar la informació del domini Xend" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "No s'ha pogut crear el domini inactiu %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "la informació del domini és incompleta, manca el nom" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "Desconegut" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "no s'ha pogut obtenir el nom de màquina" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "la informació del domini és incompleta, manca l'uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "la informació del domini és incompleta, manca l'uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "argument invàlid a %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "no s'ha pogut obrir %s per a llegir" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "No s'ha pogut obrir «%s»: %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "tipus mime inesperat" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "tipus mime inesperat" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "tipus mime inesperat" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "node value inesperat" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node de llista de domini" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "ha fallat la crida a la biblioteca, potser no està disponible" @@ -7184,6 +7231,9 @@ msgstr "assigna un nou context" msgid "failed to connect to Xen Store" msgstr "no s'ha pogut connectar al magatzem Xen" +#~ msgid "blocked" +#~ msgstr "blocat" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "tipus de dispositiu destí" @@ -7260,10 +7310,6 @@ msgstr "no s'ha pogut connectar al magatzem Xen" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "no s'ha pogut escriure el fitxer de configuració: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "no s'ha pogut escriure el fitxer de configuració: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "No s'ha pogut assignar memòria" diff --git a/po/cs.po b/po/cs.po index 54a30748d3..0f024515bb 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: cs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-09-19 19:45+0100\n" "Last-Translator: VojtÄ›ch Horký \n" "Language-Team: Czech \n" @@ -770,37 +770,37 @@ msgstr "" msgid "storage_vol not found" msgstr "Síť nebyla nalezena" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "alokuji nastavení" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "neukonÄené Äíslo" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "neukonÄený Å™etÄ›zec" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "oÄekávám hodnotu" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "oÄekávám v seznamu oddÄ›lovaÄ" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "seznam není ukonÄen ]" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "oÄekávám jméno" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "oÄekávám oddÄ›lovaÄ" @@ -808,17 +808,17 @@ msgstr "oÄekávám oddÄ›lovaÄ" msgid "expecting an assignment" msgstr "oÄekávám pÅ™iÅ™azení" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "alokovat nový buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "nepodaÅ™ilo se otevřít soubor" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "nepodaÅ™ilo se uložit obsah" @@ -1139,7 +1139,7 @@ msgstr "neznámý druh OS %s" msgid "cannot extract disk devices" msgstr "rozhraní zařízení" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "druh cílového zařízení" @@ -1239,12 +1239,12 @@ msgstr "neoÄekávaný typ MIME" msgid "unexpected char type %d" msgstr "neoÄekávaný typ MIME" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "neoÄekávaný typ MIME" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "neoÄekávaný typ MIME" @@ -1648,22 +1648,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "ID nebo UUID domény" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "Jméno neaktivní domény" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "Jméno neaktivní domény" @@ -1728,7 +1728,7 @@ msgstr "NepodaÅ™ilo se otevřít '%s': %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "nepodaÅ™ilo se zapsat konfiguraÄní soubor: %s" @@ -1787,7 +1787,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "neznámý druh OS %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1803,22 +1803,47 @@ msgstr "" msgid "no config file for %s" msgstr "chybná syntaxe konfiguraÄního souboru: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "nepodaÅ™ilo se pÅ™ipojit k %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "nepodaÅ™ilo se pÅ™ipojit k %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "zjiÅ¡Å¥uji název soubor sítÄ›" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "neplatná MAC adresa" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC adresar" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "selhala operace" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "NepodaÅ™ilo se otevřít '%s': %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "chybná syntaxe konfiguraÄního souboru: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "nepodaÅ™ilo se pÅ™ipojit k %s" @@ -1855,10 +1880,10 @@ msgstr "Doména stále běží" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "nepodaÅ™ilo se pÅ™ipojit k %s" @@ -1868,54 +1893,54 @@ msgstr "nepodaÅ™ilo se pÅ™ipojit k %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "nepodaÅ™ilo se pÅ™ipojit k %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "nepodaÅ™ilo se pÅ™ipojit k %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "zmÄ›nit poÄet virtuálních CPU" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Doména stále běží" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "nepodaÅ™ilo se pÅ™ipojit k %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "neznámý druh OS %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "nepodaÅ™ilo se pÅ™ipojit k %s" @@ -1979,7 +2004,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "NepodaÅ™ilo se otevřít '%s': %s" @@ -1999,7 +2024,7 @@ msgstr "SpuÅ¡tÄ›na síť %s\n" msgid "Network type %d is not supported" msgstr "SpuÅ¡tÄ›na síť %s\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "NepodaÅ™ilo se otevřít '%s': %s" @@ -2039,627 +2064,632 @@ msgstr "neplatný doménový ukazatel v" msgid "failed to allocate space for argv string" msgstr "NepodaÅ™ilo se alokovat paměť" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "nepodaÅ™ilo se zapsat do log souboru" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "nepodaÅ™ilo se parsovat doménové informace o Xend" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Selhalo spuÅ¡tÄ›ní sítÄ› %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "NepodaÅ™ilo se otevřít '%s': %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "NepodaÅ™ilo se najít síť: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "nedostatek pamÄ›ti" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "nedostatek pamÄ›ti" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "NepodaÅ™ilo se otevřít '%s': %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "nepodaÅ™ilo se zapsat do log souboru" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "alokovat nový kontext" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "nepodaÅ™ilo se získat doménu '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "selhala operace" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Doména je již aktivní" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "nepodaÅ™ilo se zapsat do log souboru" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "nepodaÅ™ilo se zapsat do log souboru" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "NepodaÅ™ilo se otevřít '%s': %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "nepodaÅ™ilo se zapsat do log souboru" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "nepodaÅ™ilo se získat síť '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "nepodaÅ™ilo se zapsat do log souboru" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "neoÄekávaný příkazový (dict) uzel" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "nepodaÅ™ilo se alokovat uzel" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "NepodaÅ™ilo se uložit doménu %s do %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "NepodaÅ™ilo se uložit doménu %s do %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "NepodaÅ™ilo se uložit doménu %s do %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "NepodaÅ™ilo se uložit doménu %s do %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "NepodaÅ™ilo se uložit doménu %s do %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "nepodaÅ™ilo se alokovat uzel" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "NepodaÅ™ilo se uložit doménu %s do %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "NepodaÅ™ilo se uložit doménu %s do %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "NepodaÅ™ilo se uložit doménu %s do %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "NepodaÅ™ilo se uložit doménu %s do %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "NepodaÅ™ilo se uložit doménu %s do %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Doména je již aktivní" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "nepodaÅ™ilo se zapsat konfiguraÄní soubor: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "NepodaÅ™ilo se otevřít '%s': %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "NepodaÅ™ilo se otevřít '%s': %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "NepodaÅ™ilo se otevřít '%s': %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "nepodaÅ™ilo se otevřít %s pro Ätení" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "NepodaÅ™ilo se otevřít '%s': %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "NepodaÅ™ilo se otevřít '%s': %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "nepodaÅ™ilo se získat síť '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "neoÄekávaný příkazový (dict) uzel" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "NepodaÅ™ilo se otevřít '%s': %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "NepodaÅ™ilo se alokovat paměť" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Použité pamÄ›ti:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "doména %s již existuje" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "doména %s již existuje" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Doména stále běží" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "selhala operace" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "selhala operace" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "nepodaÅ™ilo se alokovat uzel" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "Jméno neaktivní domény" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "NepodaÅ™ilo se uspat doménu %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "nepodaÅ™ilo se získat UUID domény" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "NepodaÅ™ilo se vytvoÅ™it XML" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "NepodaÅ™ilo se zapsat do soketu %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "NepodaÅ™ilo se zapsat do soketu %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "nedostatek pamÄ›ti" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "selhala operace" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "Jméno neaktivní domény" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "oddefinovat neaktivní doménu" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "NepodaÅ™ilo se otevřít '%s': %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "volání knihovny selhalo, pravdÄ›podobnÄ› není podporováno" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "NepodaÅ™ilo se vytvoÅ™it XML" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "naÄíst definiÄní soubor domény" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "uzel seznamu domén" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "nepodaÅ™ilo se Äíst z démona Xen" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "NepodaÅ™ilo se vytvoÅ™it XML" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "NepodaÅ™ilo se vytvoÅ™it XML" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Doména je již aktivní" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "NepodaÅ™ilo se vytvoÅ™it XML" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "NepodaÅ™ilo se spustit doménu %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "NepodaÅ™ilo se probudit doménu %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "NepodaÅ™ilo se alokovat paměť" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "rozhraní zařízení" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "druh cílového zařízení" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "rozhraní zařízení" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "naÄíst definiÄní soubor hostitele" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "rozhraní zařízení" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "naÄíst definiÄní soubor hostitele" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "oddefinovat neaktivní doménu" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "Jméno neaktivní domény" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "NepodaÅ™ilo se uložit doménu %s do %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "NepodaÅ™ilo se otevřít '%s': %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "neplatný parametr v %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Doména nebyla nalezena: %s" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "neplatný parametr v %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "doménové jméno" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Doména je již aktivní" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "informace o síti v XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "nepodaÅ™ilo se alokovat uzel" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "NepodaÅ™ilo se uložit doménu %s do %s" @@ -3175,62 +3205,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "NepodaÅ™ilo se otevřít '%s': %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3352,7 +3393,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3371,17 +3412,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "NepodaÅ™ilo se otevřít '%s': %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "NepodaÅ™ilo se otevřít '%s': %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3495,27 +3536,32 @@ msgstr "doménové jméno" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "doménové jméno" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "nepodaÅ™ilo se zapsat konfiguraÄní soubor: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6080,8 +6126,9 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blokováno" +#, fuzzy +msgid "idle" +msgstr "XML soubor" #: src/virsh.c:6294 msgid "paused" @@ -6715,7 +6762,7 @@ msgstr "nesprávná informace o doménÄ›, domid není Äíslo" msgid "domain information incomplete, missing uuid" msgstr "neúplná informace o doménÄ›, chybí UUID" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "neúplná informace o doménÄ›, chybí jméno" @@ -6778,206 +6825,206 @@ msgstr "neoÄekávaný příkazový (dict) uzel" msgid "unknown graphics type '%s'" msgstr "neznámý druh OS %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "neúplná informace o doménÄ›, chybí ID" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "neznámý druh OS %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "nepodaÅ™ilo se parsovat doménové informace o Xend" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "chybná syntaxe konfiguraÄního souboru" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "nepodaÅ™ilo se parsovat doménové informace o Xend" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "NepodaÅ™ilo se uspat doménu %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "druh cílového zařízení" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "neoÄekávaná hodnota uzlu" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "uzel pamÄ›ti" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "selhala operace" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "NepodaÅ™ilo se oddefinovat doménu %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "selhala operace %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "nepodaÅ™ilo se získat hostitelské jméno" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "nepodaÅ™ilo se parsovat doménové informace o Xend" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "NepodaÅ™ilo se vytvoÅ™it neaktivní doménu %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "neúplná informace o doménÄ›, chybí jméno" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "Neznámý" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "nepodaÅ™ilo se získat hostitelské jméno" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "neúplná informace o doménÄ›, chybí UUID" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "neúplná informace o doménÄ›, chybí UUID" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "neplatný parametr v %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "nepodaÅ™ilo se otevřít %s pro Ätení" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "NepodaÅ™ilo se otevřít '%s': %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "neoÄekávaný typ MIME" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "neoÄekávaný typ MIME" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "neoÄekávaný typ MIME" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "neoÄekávaná hodnota uzlu" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "uzel seznamu domén" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "volání knihovny selhalo, pravdÄ›podobnÄ› není podporováno" @@ -7155,6 +7202,9 @@ msgstr "alokovat nový kontext" msgid "failed to connect to Xen Store" msgstr "nepodaÅ™ilo se pÅ™ipojit ke Xen Store" +#~ msgid "blocked" +#~ msgstr "blokováno" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "druh cílového zařízení" @@ -7231,10 +7281,6 @@ msgstr "nepodaÅ™ilo se pÅ™ipojit ke Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "nepodaÅ™ilo se zapsat konfiguraÄní soubor: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "nepodaÅ™ilo se zapsat konfiguraÄní soubor: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "NepodaÅ™ilo se alokovat paměť" diff --git a/po/cy.po b/po/cy.po index c94d596d91..b0f327a746 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/da.po b/po/da.po index c437387935..c093f282f1 100644 --- a/po/da.po +++ b/po/da.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: da\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-05-10 15:48+0200\n" "Last-Translator: Keld Simonsen \n" "Language-Team: \n" @@ -775,37 +775,37 @@ msgstr "" msgid "storage_vol not found" msgstr "netværksnavn eller uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allokerer konfiguration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "uafsluttet nummer" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "uafsluttet streng" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "forventer en værdi" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "forventer en separator i listen" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "listen er ikke afsluttet med ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "forventer et navn" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "forventer en separator" @@ -813,17 +813,17 @@ msgstr "forventer en separator" msgid "expecting an assignment" msgstr "forventer en tildeling" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allokér ny buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "kunne ikke Ã¥bne fil" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "kunne ikke gemme indhold" @@ -1144,7 +1144,7 @@ msgstr "ukendt OS-type %s" msgid "cannot extract disk devices" msgstr "Kan ikke hente version ud af kørende %s hypervisor\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "uventet mime-type" @@ -1241,12 +1241,12 @@ msgstr "uventet mime-type" msgid "unexpected char type %d" msgstr "uventet mime-type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "uventet mime-type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "uventet mime-type" @@ -1650,22 +1650,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domænenavn eller uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "navn for det inaktive domæne" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "navn for det inaktive domæne" @@ -1730,7 +1730,7 @@ msgstr "Kunne ikke suspendere domæne %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "kunne ikke skrive konfigurationsfilen: %s" @@ -1789,7 +1789,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "ukendt OS-type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1805,22 +1805,47 @@ msgstr "" msgid "no config file for %s" msgstr "syntaksfejl i konfigurationsfilen: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "kunne ikke forbinde til %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "kunne ikke forbinde til %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "slÃ¥ op domænefilnavn" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "ugyldigt argument i %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "ugyldigt argument i %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation mislykkedes" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Kunne ikke suspendere domæne %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "syntaksfejl i konfigurationsfilen: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "kunne ikke forbinde til %s" @@ -1857,10 +1882,10 @@ msgstr "Domænet kører stadigvæk" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "kunne ikke forbinde til %s" @@ -1870,54 +1895,54 @@ msgstr "kunne ikke forbinde til %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "kunne ikke forbinde til %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "kunne ikke forbinde til %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "ændr antal virtuelle CPU'er" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domænet kører stadigvæk" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "kunne ikke forbinde til %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "ukendt OS-type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "kunne ikke forbinde til %s" @@ -1981,7 +2006,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Kunne ikke suspendere domæne %s" @@ -2001,7 +2026,7 @@ msgstr "Netværk %s startede\n" msgid "Network type %d is not supported" msgstr "Netværk %s startede\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Kunne ikke suspendere domæne %s" @@ -2041,627 +2066,632 @@ msgstr "ugyldig domænepeger i" msgid "failed to allocate space for argv string" msgstr "kunne ikke allokere en knude" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "kunne ikke skrive konfigurationsfilen" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "kunne ikke analysere domæneinformation for Xend" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Kunne ikke starte netværk %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Kunne ikke suspendere domæne %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Kunne ikke afdefinere netværk %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "ikke mere hukommelse" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "ikke mere hukommelse" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Kunne ikke suspendere domæne %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "kunne ikke skrive konfigurationsfilen" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allokér ny kontekst" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "kunne ikke hente domæne '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation mislykkedes" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domænet er allerede aktivt" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "kunne ikke skrive konfigurationsfilen" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "kunne ikke skrive konfigurationsfilen" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Kunne ikke suspendere domæne %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "kunne ikke skrive konfigurationsfilen" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "kunne ikke hente netværk '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "kunne ikke skrive konfigurationsfilen" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "uventet dict-knude" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "kunne ikke allokere en knude" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Kunne ikke gemme domæne %s til %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Kunne ikke gemme domæne %s til %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Kunne ikke gemme domæne %s til %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Kunne ikke gemme domæne %s til %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Kunne ikke gemme domæne %s til %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "kunne ikke allokere en knude" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Kunne ikke gemme domæne %s til %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Kunne ikke gemme domæne %s til %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Kunne ikke gemme domæne %s til %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Kunne ikke gemme domæne %s til %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Kunne ikke gemme domæne %s til %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domænet er allerede aktivt" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "kunne ikke skrive konfigurationsfilen: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Kunne ikke suspendere domæne %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Kunne ikke suspendere domæne %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Kunne ikke suspendere domæne %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "kunne ikke Ã¥bne %s for læsning" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Kunne ikke suspendere domæne %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Kunne ikke suspendere domæne %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "kunne ikke hente netværk '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "uventet dict-knude" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Kunne ikke suspendere domæne %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "kunne ikke allokere en knude" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Brugt hukommelse:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domæne %s findes allerede" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domæne %s findes allerede" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domænet kører stadigvæk" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation mislykkedes" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation mislykkedes" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "kunne ikke allokere en knude" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "navn for det inaktive domæne" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Kunne ikke suspendere domæne %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "kunne ikke hente domæne-UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Kunne ikke læse fra sokkel %d\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Kunne ikke skrive til sokkel %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Kunne ikke skrive til sokkel %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "ikke mere hukommelse" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation mislykkedes" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "navn for det inaktive domæne" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "afdefinér et inaktivt domæne" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Kunne ikke suspendere domæne %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "bibliotekskald mislykkedes, understøttes nok ikke" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Kunne ikke læse fra sokkel %d\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "indlæs domæne-definitionsfil" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "knudens domæneliste" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "kunne ikke læse fra Xen-dæmonen" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Kunne ikke læse fra sokkel %d\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Kunne ikke læse fra sokkel %d\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domænet er allerede aktivt" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Kunne ikke læse fra sokkel %d\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Kunne ikke starte domæne %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Kunne ikke fortsætte domæne %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "kunne ikke allokere en knude" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Kan ikke hente version ud af kørende %s hypervisor\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "uventet mime-type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "afdefinér et inaktivt domæne" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "indlæser værts-definitionsfil" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "afdefinér et inaktivt domæne" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "indlæser værts-definitionsfil" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "afdefinér et inaktivt domæne" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "navn for det inaktive domæne" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Kunne ikke gemme domæne %s til %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Kunne ikke suspendere domæne %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "ugyldigt argument i %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domæne genetableret fra %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "ugyldigt argument i %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domænenavn" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domænet er allerede aktivt" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "netværksinformation i XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "kunne ikke allokere en knude" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Kunne ikke gemme domæne %s til %s" @@ -3178,62 +3208,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Kunne ikke suspendere domæne %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3355,7 +3396,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3374,17 +3415,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Kunne ikke suspendere domæne %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Kunne ikke suspendere domæne %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3498,27 +3539,32 @@ msgstr "domænenavn" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domænenavn" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "kunne ikke skrive konfigurationsfilen: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6109,8 +6155,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blokeret" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6751,7 +6797,7 @@ msgstr "domæneinformation fejl, domid er ikke numerisk" msgid "domain information incomplete, missing uuid" msgstr "domæneinformation ukomplet, mangler uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domæneinformation ukomplet, mangler navn" @@ -6814,206 +6860,206 @@ msgstr "uventet dict-knude" msgid "unknown graphics type '%s'" msgstr "ukendt OS-type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "domæneinformation ukomplet, mangler id" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "ukendt OS-type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "kunne ikke analysere domæneinformation for Xend" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "syntaksfejl i konfigurationsfilen" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "kunne ikke analysere domæneinformation for Xend" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Kunne ikke suspendere domæne %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "uventet mime-type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "uventet værdi-knude" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "knudens hukommelse" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation mislykkedes" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Kunne ikke afdefinere domæne %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation mislykkedes: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "kunne ikke hente type pÃ¥ hypervisor" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "kunne ikke analysere domæneinformation for Xend" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Kunne ikke oprette inaktivt domæne %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domæneinformation ukomplet, mangler navn" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "ukendt vært" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "kunne ikke hente type pÃ¥ hypervisor" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domæneinformation ukomplet, mangler uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domæneinformation ukomplet, mangler uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "ugyldigt argument i %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "kunne ikke Ã¥bne %s for læsning" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Kunne ikke suspendere domæne %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "uventet mime-type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "uventet mime-type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "uventet mime-type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "uventet værdi-knude" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "knudens domæneliste" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "bibliotekskald mislykkedes, understøttes nok ikke" @@ -7191,6 +7237,9 @@ msgstr "allokér ny kontekst" msgid "failed to connect to Xen Store" msgstr "kunne ikke forbinde til Xen Store" +#~ msgid "blocked" +#~ msgstr "blokeret" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "ugyldigt argument i %s" @@ -7267,10 +7316,6 @@ msgstr "kunne ikke forbinde til Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "kunne ikke skrive konfigurationsfilen: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "kunne ikke skrive konfigurationsfilen: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "kunne ikke allokere en knude" diff --git a/po/de.po b/po/de.po index 5514d59eb7..cb6a3f8255 100644 --- a/po/de.po +++ b/po/de.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: de\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2008-08-28 12:50+0100\n" "Last-Translator: Fabian Affolter \n" "Language-Team: German \n" @@ -776,37 +776,37 @@ msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgid "storage_vol not found" msgstr "storage_vol nicht gefunden" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "Konfiguration zuweisen" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unbegrenzte Nummer" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unbegrenzter String" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "erwarte einen Wert" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "erwarte ein Trennzeichen in der Liste" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "Telefonuhr ist nicht mit PC Uhr synchronisiert." -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "erwarte einen Namen" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "erwarte ein Trennzeichen" @@ -814,16 +814,16 @@ msgstr "erwarte ein Trennzeichen" msgid "expecting an assignment" msgstr "erwarte eine Anweisung" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 msgid "allocate buffer" msgstr "Puffer zuweisen" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "Öffnen der Datei scheiterte" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "Speichern des Inhalts scheiterte" @@ -1139,7 +1139,7 @@ msgstr "Unbekanntes Boot-Gerät`%s'" msgid "cannot extract disk devices" msgstr "Die Kataloge können nicht aus den RPM-Datei extrahiert werden." -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "Nicht unterstützter Laufwerkstyp %s" @@ -1238,12 +1238,12 @@ msgstr "Standard-Transfertyp:" msgid "unexpected char type %d" msgstr "Standard-Transfertyp:" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "Standard-Transfertyp:" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "Standard-Transfertyp:" @@ -1651,24 +1651,24 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "" "Es wurde keine Anwendung namens »%s« gefunden, die ein Lesezeichen für »%" "s«registriert hat." -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "Kann keine aktive DFÃœ-Verbindung finden: %s" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "Kann keine aktive DFÃœ-Verbindung finden: %s" @@ -1735,7 +1735,7 @@ msgstr "Kann die Datei nicht bearbeiten" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "Datenbankverzeichnis kann nicht erstellt werden!" @@ -1794,7 +1794,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "Unbekannter Auth-Typ '%s'" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, fuzzy, c-format msgid "cannot create autostart directory %s: %s" @@ -1810,21 +1810,46 @@ msgstr "" msgid "no config file for %s" msgstr "Keine Konfigurationsdatei für %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "kann Konfiguration nicht entfernen für %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "kann Konfiguration nicht entfernen für %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "Netzwerk-Dateinamen auflösen" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "ungültige MAC-Adresse" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC-Adresse" + +#: src/openvz_conf.c:327 msgid "popen failed" msgstr "popen fehlgeschlagen" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Parsen der Port-Nummer fehlgeschlagen: %s\n" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "Ungültiges tsflag in Konfigurationsdatei: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "kann Konfiguration nicht entfernen für %s" @@ -1862,10 +1887,10 @@ msgstr "Domain läuft nicht" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "Verbindung mit %s fehlgeschlagen" @@ -1875,54 +1900,54 @@ msgstr "Verbindung mit %s fehlgeschlagen" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "Konnte semanage-Verbindung nicht herstellen" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "Verbindung mit %s fehlgeschlagen" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "Anzahl der virtuellen CPUs ändern" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "Keine Domain mit übereinstimmender ID" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain läuft nicht" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "Konnte semanage-Verbindung nicht herstellen" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, c-format msgid "unknown type '%s'" msgstr "Unbekannter Typ '%s'" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "Konnte semanage-Verbindung nicht herstellen" @@ -1986,7 +2011,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Kann keinen Font-Knoten '%s' finden." @@ -2006,7 +2031,7 @@ msgstr "Netzwerk '%s' nicht aktiv" msgid "Network type %d is not supported" msgstr "Bildtyp »%s« wird nicht unterstützt" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Kann SciTech MGL nicht initialisieren !" @@ -2045,47 +2070,47 @@ msgstr "Ungültiges Audio-Modell" msgid "failed to allocate space for argv string" msgstr "Speicherzuweisung gescheitert" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "Konnte Zwischenablage nicht schliessen." -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "Erzeugen eines Domänenbrowser fehlgeschlagen: %s" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Verzeichnis konnte nicht gewechselt werden" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Verzeichnis konnte nicht gewechselt werden" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Netzwerk wurde nicht gefunden: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "&Zeitüberschreitung nach" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "Ãœbersetzungsspeicher aktualisieren" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 #, fuzzy msgid "Reloading iptables rules\n" msgstr "Neuladen der iptables-Regeln" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" @@ -2094,592 +2119,597 @@ msgstr "" "QEMU beendet während %s Start\n" "%s" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, fuzzy, c-format msgid "Failure while reading %s startup output: %s" msgstr "C-Header-Datei ausgeben" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Das angeforderte HTML-Dokument konnte nicht geöffnet werden: %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "Konnte Zwischenablage nicht schließen." -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "Farbtabelleneinträge konnten nicht bereitgestellt werden" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "Konnte Dateien nicht in die Zwischenablage kopieren." -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "Aktion TIFFClose gescheitert" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 msgid "VM is already active" msgstr "VM ist bereits aktiv" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "Konfigurationsdatei-Pfad ist zu lang: %s/%s.log" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "Datei »%s« konnte nicht angelegt werden: %s" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "Konnte Zwischenablage nicht schliessen." -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Kann keinen Font-Knoten '%s' finden." -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "Fehler beim Schreiben der Log-Datei" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "VM '%s' herunterfahren" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "Konnte Zwischenablage nicht schließen." -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "Unerwarteter Dict-Knoten" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "Knotenzuweisung schlug fehl" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "" "Hinzufügen der iptables-Regel für Weiterleitung fehlgeschlagen von '%s' : %" "s\n" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "" "Hinzufügen der iptables-Regel für Weiterleitung fehlgeschlagen zu %s : %s\n" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "Knotenzuweisung schlug fehl" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Speichern der Iptables-Regel fehlgeschlagen zu %s : %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 msgid "network is already active" msgstr "Netzwerk ist bereits aktiv" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "Kann neuen Filter nicht erstellen" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Setze Global auf still" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Setze Global auf still" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Konnte Fehlerberichtsverzeichnis \"%s\" nicht aufräumen." -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, c-format msgid "failed to enable IP forwarding : %s" msgstr "Aktivieren der IP-Weiterleitung fehlgeschlagen : %s" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Öffnen von '%s' schlug fehl: %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Verzeichnis konnte nicht gewechselt werden" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "Netzwerk '%s' herunterfahren" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "Unerwarteter Dict-Knoten" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Kann TTY-Label nicht wiederherstellen...\n" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "Speicherzuweisung gescheitert" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 #, fuzzy msgid "NUMA not supported on this host" msgstr "Servername nicht unterstützt für ai_socktype" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "NUMA freier Speicher" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "Domain %s existiert bereits" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "Domain %s existiert bereits" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "Keine Domain mit übereinstimmender ID %d" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 msgid "domain is not running" msgstr "Domain läuft nicht" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 msgid "suspend operation failed" msgstr "Suspend-Operation gescheitert" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 msgid "shutdown operation failed" msgstr "Herunterfahren-Operation gescheitert" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "Knotenzuweisung schlug fehl" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, fuzzy, c-format msgid "no domain with matching uuid '%s'" msgstr "" "Es wurde keine Anwendung namens »%s« gefunden, die ein Lesezeichen für »%" "s«registriert hat." -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "Name der inaktiven Domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Erzeugen eines Domänenbrowser fehlgeschlagen: %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "Fehler beim Schreiben der xml-Datei" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Datei »%s« konnte nicht angelegt werden: %s" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "TIFF-Bild konnte nicht gespeichert werden" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Fehler beim Schreiben der xml-Datei" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "zu wenig Arbeitsspeicher" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "Aktion TIFFClose gescheitert" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 #, fuzzy msgid "'migrate' not supported by this qemu" msgstr "'info blockstats' nicht unterstützt von diesem qemu" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "Name der inaktiven Domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "Eine inaktive Domain undefinieren" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, fuzzy, c-format msgid "vcpu number out of range %d > %d" msgstr "Ganzzahliger Wert »%s« ist außerhalb des Wertebereiches." -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Eigener Filtersatz" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "Bildtyp »%s« wird nicht unterstützt" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Bekomme den Hostnamen nicht" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "Domain-Definitionsdatei laden" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "XPM-Farbtabelle konnte nicht gelesen werden" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "Es konnte nicht aus der Datei »%s« gelesen werden: %s" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 #, fuzzy msgid "image magic is incorrect" msgstr "Bildtyp »%s« wird nicht unterstützt" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, fuzzy, c-format msgid "image version is not supported (%d > %d)" msgstr "Bildtyp »%s« wird nicht unterstützt" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 msgid "failed to read XML" msgstr "Lesen von XML fehlgeschlagen" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Fehler beim Parsen der Adresse '%s'\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain ist bereits aktiv" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Erwerb des neuen Kontexts fehlgeschlagen.\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 msgid "failed to start VM" msgstr "Start VM fehlgeschlagen" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Erzeugen eines Domänenbrowser fehlgeschlagen: %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "Speicherzuweisung gescheitert" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "Nicht unterstützter Laufwerkstyp %s" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "kann CDROM-Medium nicht wechseln" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 #, fuzzy msgid "changing cdrom media failed" msgstr "kann CDROM-Medium nicht wechseln" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "Die Kataloge können nicht aus den RPM-Datei extrahiert werden." -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "Host-Definitionsdatei laden" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "Die Kataloge können nicht aus den RPM-Datei extrahiert werden." -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "Host-Definitionsdatei laden" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "Eine inaktive Domain undefinieren" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 #, fuzzy msgid "this device type cannot be attached" msgstr "nur CDROM-Laufwerke können angehängt werden" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "Name der inaktiven Domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Datei »%s« konnte nicht angelegt werden: %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Verzeichnis konnte nicht gewechselt werden" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, c-format msgid "invalid path: %s" msgstr "ungültiger Pfad: %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 #, fuzzy msgid "'info blockstats' command failed" msgstr "Fehler beim Senden des Befehls." -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "'info blockstats' nicht unterstützt von diesem qemu" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, c-format msgid "device not found: %s (%s)" msgstr "Gerät nicht gefunden: %s (%s)" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "NULL oder leerer Pfad" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 msgid "invalid path" msgstr "ungültiger Pfad" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "QEMU-Treiber unterstützt nur virtuelle Speicher-Adressen" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "LVS-Befehl fehlgeschlagen" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 #, fuzzy msgid "no network with matching uuid" msgstr "" "Es wurde keine Anwendung namens »%s« gefunden, die ein Lesezeichen für »%" "s«registriert hat." -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 #, fuzzy msgid "no network with matching name" msgstr "" "Es wurde keine Anwendung namens »%s« gefunden, die ein Lesezeichen für »%" "s«registriert hat." -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Netzwerk ist bereits aktiv" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "" "Es wurde keine Anwendung namens »%s« gefunden, die ein Lesezeichen für »%" "s«registriert hat." -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "Knotenzuweisung schlug fehl" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Datei »%s« konnte nicht angelegt werden: %s" @@ -3205,62 +3235,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "%s: nicht implementiert\n" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, fuzzy, c-format msgid "unsupported pool format %s" msgstr "Nicht unterstütztes Format in der Zwischenablage." -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, fuzzy, c-format msgid "unsupported pool format %d" msgstr "Nicht unterstütztes Format in der Zwischenablage." -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, fuzzy, c-format msgid "unsupported volume format %s" msgstr "Nicht unterstütztes Format in der Zwischenablage." -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, fuzzy, c-format msgid "unsupported volume format %d" msgstr "Nicht unterstütztes Format in der Zwischenablage." -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "Datenträger" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 #, fuzzy msgid "volume extents" msgstr "Leiser" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" -msgstr "Laufwerkspools werden im Moment icht unterstützt" +#: src/storage_backend_disk.c:502 +#, fuzzy, c-format +msgid "Couldn't read volume target path '%s'. %s" +msgstr "kann Pfad nicht erzeugen '%s': %s" + +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "kann Header nicht lesen '%s': %s" #: src/storage_backend_fs.c:358 #, c-format @@ -3382,7 +3423,7 @@ msgid "cannot extend file '%s': %s" msgstr "Kann die Datei nicht bearbeiten" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, fuzzy, c-format msgid "cannot read path '%s': %s" msgstr "XPM-Farbtabelle konnte nicht gelesen werden" @@ -3401,17 +3442,17 @@ msgstr "Kann Inhalte des nicht unterstützten Typs %d nicht kopieren." msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Kann den Inhalt der Datei %s nicht öffnen!" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Kann den Inhalt der Datei %s nicht öffnen!" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, fuzzy, c-format msgid "cannot close file '%s': %s" msgstr "Kann Datei '%s' nicht schließen" @@ -3523,26 +3564,31 @@ msgstr "LVS-Befehl fehlgeschlagen" msgid "lvs command failed with exitstatus %d" msgstr "Befehlsausführung '%s' schlug fehl mit Fehler: %ul" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 msgid "command line" msgstr "Befehlszeile" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "Kann Gerät nicht öffnen %s" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, fuzzy, c-format msgid "cannot clear device header %s" msgstr "TGA-Vorspannspeicher konnte nicht bereitgestellt werden" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "Kann Gerät nicht schliessen %s" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "Kann %s Datei nicht entfernt %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6093,8 +6139,9 @@ msgid "DATA" msgstr "DATEN" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blockiert" +#, fuzzy +msgid "idle" +msgstr "Datei" #: src/virsh.c:6294 msgid "paused" @@ -6727,7 +6774,7 @@ msgstr "Domaininformation inkorrekt, domid nicht numerisch" msgid "domain information incomplete, missing uuid" msgstr "Domaininformation unvollständig, fehlende uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "Domaininformation unvollständig, fehlender Name" @@ -6791,207 +6838,207 @@ msgstr "Unerwarteter Dict-Knoten" msgid "unknown graphics type '%s'" msgstr "Unbekannter Auth-Typ '%s'" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "Domaininformation unvollständig, fehlende id" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unbekannter OS-Typ %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 msgid "failed to parse topology information" msgstr "Analyse der Topologie-Informationen gescheitert" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 msgid "topology syntax error" msgstr "Topologie-Syntaxfehler" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "Analyse der Xend-Domaininformation schlug fehl" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Verzeichnis konnte nicht gewechselt werden" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "Nicht unterstützter Eingabegeräte-Typ %s" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "Unerwarteter Werte-Knoten" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "Ãœbersetzungsspeicher" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "Authentifizierung fehlgeschlagen." -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Verzeichnis konnte nicht gewechselt werden" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "Authentifizierung fehlgeschlagen." -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "Sie müssen einen Servernamen angeben." -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 #, fuzzy msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "Unbekanntes Flag für den Stil " -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 #, fuzzy msgid "xenDaemonDomainMigrate: invalid URI" msgstr "Der URI »%s« ist ungültig" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "strdup fehlgeschlagen" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 #, fuzzy msgid "xenDaemonDomainMigrate: invalid port number" msgstr "Parsen der Port-Nummer fehlgeschlagen: %s\n" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "Erzeugen eines Domänenbrowser fehlgeschlagen: %s" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Fehler beim Erstellen einer inaktiven Domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "Nicht unterstütz in xendConfigVersion < 4" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "Domaininformation unvollständig, fehlender Name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "Dateigröße unbekannt" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "Hostname-Abfrage fehlgeschlagen: %s\n" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "Domaininformation unvollständig, fehlende uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "Domaininformation unvollständig, fehlender Name" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 #, fuzzy msgid "domainBlockPeek is not supported for dom0" msgstr "Auflisten von Ereignissen für diese Zelle ist nicht unterstützt." -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "Ungültiger Pfad für Servereintrag" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "%s konnte nicht zum Lesen geöffnet werden" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Konnte keine PID von Sperr-Datei lesen." -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "Standard-Transfertyp:" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "Unerwarteter MIME-Type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "Kann Inhalte des nicht unterstützten Typs %d nicht kopieren." -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "Unerwarteter Werte-Knoten" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 msgid "no HVM domain loader" msgstr "Kein HVM-Domain-Loader" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "ai_socktype nicht unterstützt" @@ -7165,6 +7212,12 @@ msgstr "Neuen Kontext zuweisen" msgid "failed to connect to Xen Store" msgstr "Verbindung zum Xen-Store scheiterte" +#~ msgid "Disk pools are not yet supported" +#~ msgstr "Laufwerkspools werden im Moment icht unterstützt" + +#~ msgid "blocked" +#~ msgstr "blockiert" + #~ msgid "missing filesystem type" #~ msgstr "Fehlender Dateisystem-Typ" @@ -7233,10 +7286,6 @@ msgstr "Verbindung zum Xen-Store scheiterte" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "Konnte keine PID von Sperr-Datei lesen." -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "Kann %s Datei nicht entfernt %s" - #, fuzzy #~ msgid "execl failed to exec init: %s" #~ msgstr "Die Befehlszeile »%s« konnte nicht mit der URI »%s« verknüpft werden." diff --git a/po/el.po b/po/el.po index c94d596d91..b0f327a746 100644 --- a/po/el.po +++ b/po/el.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/en_GB.po b/po/en_GB.po index 19653c818d..cb204870f6 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-06-11 13:51+0000\n" "Last-Translator: Abigail Brady \n" "Language-Team: \n" @@ -770,37 +770,37 @@ msgstr "" msgid "storage_vol not found" msgstr "network name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -808,17 +808,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1139,7 +1139,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1236,12 +1236,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1645,22 +1645,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1725,7 +1725,7 @@ msgstr "Failed to open '%s': %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1784,7 +1784,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1800,22 +1800,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to open '%s': %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1852,10 +1877,10 @@ msgstr "Domain is still running" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1865,54 +1890,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is still running" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1976,7 +2001,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to open '%s': %s" @@ -1996,7 +2021,7 @@ msgstr "Network %s started\n" msgid "Network type %d is not supported" msgstr "Network %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to open '%s': %s" @@ -2036,627 +2061,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write the log file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start network %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to open '%s': %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to find the network: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to open '%s': %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write the log file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write the log file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write the log file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to open '%s': %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write the log file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get network '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write the log file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to open '%s': %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to open '%s': %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to open '%s': %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to open '%s': %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to open '%s': %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get network '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to open '%s': %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is still running" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to read socket %d\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to open '%s': %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to read socket %d\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to read socket %d\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to read socket %d\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to read socket %d\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to open '%s': %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "network information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3173,62 +3203,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to open '%s': %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3350,7 +3391,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3369,17 +3410,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to open '%s': %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to open '%s': %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3493,27 +3534,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6101,8 +6147,9 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +#, fuzzy +msgid "idle" +msgstr "XML file" #: src/virsh.c:6294 msgid "paused" @@ -6739,7 +6786,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6802,206 +6849,206 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing id" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create inactive domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "Unknown" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to open '%s': %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7179,6 +7226,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7255,10 +7305,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/es.po b/po/es.po index ec9ed2ffb1..bde1242599 100644 --- a/po/es.po +++ b/po/es.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: es\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-12-12 09:44-0300\n" "Last-Translator: Domingo Becker \n" "Language-Team: Spanish \n" @@ -774,37 +774,37 @@ msgstr "" msgid "storage_vol not found" msgstr "Red no encontrada" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "asignando configuración" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "número no terminado" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "cadena no terminada" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "esperando un valor" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "esperando un separador en la lista" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "la lista no fue cerrada con ]" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "esperando un nombre" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "esperando un separador" @@ -812,16 +812,16 @@ msgstr "esperando un separador" msgid "expecting an assignment" msgstr "esperando una asignación" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 msgid "allocate buffer" msgstr "asignar buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "falló al abrir archivo" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "falló al guardar contenido" @@ -1142,7 +1142,7 @@ msgstr "tipo de SO desconocido %s" msgid "cannot extract disk devices" msgstr "dispositivo de interfase" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "destino del tipo de dispositivo" @@ -1242,12 +1242,12 @@ msgstr "tipo mime no esperado" msgid "unexpected char type %d" msgstr "tipo mime no esperado" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "tipo mime no esperado" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "tipo mime no esperado" @@ -1650,22 +1650,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "id o uuid del dominio" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "nombre del dominio inactivo" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "nombre del dominio inactivo" @@ -1730,7 +1730,7 @@ msgstr "Falló al abrir '%s': %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "falló la escritura del archivo de configuración: %s" @@ -1789,7 +1789,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "tipo de SO desconocido %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1805,22 +1805,47 @@ msgstr "" msgid "no config file for %s" msgstr "error de sintaxis en el archivo de configuración: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "no se pudo analizar sintácticamente la URI de conexión" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "no se pudo analizar sintácticamente la URI de conexión" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolviendo nombre de archivo de la red" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "dirección MAC inválida" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "Dirección MAC" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "fallo de operación" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Falló al abrir '%s': %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "error de sintaxis en el archivo de configuración: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "no se pudo analizar sintácticamente la URI de conexión" @@ -1857,10 +1882,10 @@ msgstr "El dominio todavía está en ejecución" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "no se pudo conectar a %s" @@ -1870,54 +1895,54 @@ msgstr "no se pudo conectar a %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "no se pudo analizar sintácticamente la URI de conexión" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "no se pudo conectar a %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "cambiar los números de los CPUs virtuales" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "El dominio todavía está en ejecución" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "no se pudo analizar sintácticamente la URI de conexión" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "tipo de SO desconocido %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "no se pudo analizar sintácticamente la URI de conexión" @@ -1983,7 +2008,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Falló al abrir '%s': %s" @@ -2003,7 +2028,7 @@ msgstr "Red %s iniciada\n" msgid "Network type %d is not supported" msgstr "Red %s iniciada\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Falló al abrir '%s': %s" @@ -2043,627 +2068,632 @@ msgstr "puntero a dominio inválido en" msgid "failed to allocate space for argv string" msgstr "Falló al asignar memoria" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "%s: falló la escritura en el archivo log: %s" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "falló el análisis sintáctico de la información del dominio Xend" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Falló al iniciar la red %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Falló al abrir '%s': %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Falló al encontrar la red: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "falta memoria" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "falta memoria" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Falló al abrir '%s': %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "%s: falló la escritura en el archivo log: %s" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "asignar nuevo contexto" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "falló al obtener el dominio '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "fallo de operación" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "El dominio ya está activo" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "%s: falló la escritura en el archivo log: %s" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "%s: falló la escritura en el archivo log: %s" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Falló al abrir '%s': %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "%s: falló la escritura en el archivo log: %s" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "falló al obtener la red '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "%s: falló la escritura en el archivo log: %s" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "nodo de diccionario no esperado" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "falló al asignar un nodo" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Falló al guardar el dominio %s en %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Falló al guardar el dominio %s en %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Falló al guardar el dominio %s en %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Falló al guardar el dominio %s en %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Falló al guardar el dominio %s en %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "falló al asignar un nodo" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Falló al guardar el dominio %s en %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Falló al guardar el dominio %s en %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Falló al guardar el dominio %s en %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Falló al guardar el dominio %s en %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Falló al guardar el dominio %s en %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "El dominio ya está activo" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "falló la escritura del archivo de configuración: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Falló al abrir '%s': %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Falló al abrir '%s': %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Falló al abrir '%s': %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "no se pudo abrir %s para lectura" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Falló al abrir '%s': %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Falló al abrir '%s': %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "falló al obtener la red '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "nodo de diccionario no esperado" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Falló al abrir '%s': %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "Falló al asignar memoria" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Memoria libre de NUMA" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "el dominio %s ya existe" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "el dominio %s ya existe" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "El dominio todavía está en ejecución" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "fallo de operación" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "fallo de operación" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "falló al asignar un nodo" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "nombre del dominio inactivo" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Falló al suspender dominio %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "falló al obtener el UUID del dominio" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Falló al crear XML" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Falló al escribir en el socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Falló al escribir en el socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "falta memoria" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "fallo de operación" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "nombre del dominio inactivo" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "desdefinir un dominio inactivo" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Falló al abrir '%s': %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "falló la llamada a biblioteca, probablemente no haya soporte" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Falló al crear XML" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "cargar archivo de definición del dominio" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "lista de dominio del nodo" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "falló al leer del Demonio Xen" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Falló al crear XML" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Falló al crear XML" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "El dominio ya está activo" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Falló al crear XML" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Falló al iniciar el dominio %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Falló al reasumir dominio %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "Falló al asignar memoria" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "dispositivo de interfase" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "destino del tipo de dispositivo" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "dispositivo de interfase" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "cargando el archivo de definición del equipo" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "dispositivo de interfase" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "cargando el archivo de definición del equipo" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "desdefinir un dominio inactivo" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "nombre del dominio inactivo" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Falló al guardar el dominio %s en %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Falló al abrir '%s': %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "argumento inválido en %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Dominio no encontrado: %s" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "argumento inválido en %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "nombre de dominio" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "El dominio ya está activo" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "información de la red en XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "falló al asignar un nodo" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Falló al guardar el dominio %s en %s" @@ -3179,62 +3209,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Falló al abrir '%s': %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3357,7 +3398,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3376,17 +3417,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Falló al abrir '%s': %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Falló al abrir '%s': %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3501,27 +3542,32 @@ msgstr "nombre de dominio" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "nombre de dominio" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "falló la escritura del archivo de configuración: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6091,8 +6137,9 @@ msgid "DATA" msgstr "DATOS" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "bloqueado" +#, fuzzy +msgid "idle" +msgstr "Archivo XML" #: src/virsh.c:6294 msgid "paused" @@ -6728,7 +6775,7 @@ msgstr "la información del dominio es incorrecta, domid no es numérico" msgid "domain information incomplete, missing uuid" msgstr "la información del dominio es incompleta, falta uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "la información del dominio es incompleta, falta el nombre" @@ -6795,204 +6842,204 @@ msgstr "nodo de diccionario no esperado" msgid "unknown graphics type '%s'" msgstr "tipo de SO desconocido %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "la información del dominio está incompleta, falta id" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "tipo de SO desconocido %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 msgid "failed to parse topology information" msgstr "falló el análisis sintáctico de la información de la topología" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 msgid "topology syntax error" msgstr "error de sintaxis de la topología" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "falló el análisis sintáctico de la información del dominio Xend" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Falló al suspender dominio %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "destino del tipo de dispositivo" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "nodo valor no esperado" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "memoria del nodo" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "fallo de operación" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Falló al desdefinir dominio %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "fallo de operación: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "falló al obtener el nombre de anfitrión" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "falló el análisis sintáctico de la información del dominio Xend" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Falló al crear dominio inactivo %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "la información del dominio es incompleta, falta el nombre" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "Desconocido" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "falló al obtener el nombre de anfitrión" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "la información del dominio es incompleta, falta uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "la información del dominio es incompleta, falta uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "argumento inválido en %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "no se pudo abrir %s para lectura" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Falló al abrir '%s': %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "tipo mime no esperado" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "tipo mime no esperado" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "tipo mime no esperado" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "nodo valor no esperado" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "lista de dominio del nodo" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "falló la llamada a biblioteca, probablemente no haya soporte" @@ -7170,6 +7217,9 @@ msgstr "asignar nuevo contexto" msgid "failed to connect to Xen Store" msgstr "falló al conectar al Almcenaje Xen" +#~ msgid "blocked" +#~ msgstr "bloqueado" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "destino del tipo de dispositivo" @@ -7246,10 +7296,6 @@ msgstr "falló al conectar al Almcenaje Xen" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "falló la escritura del archivo de configuración: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "falló la escritura del archivo de configuración: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "Falló al asignar memoria" diff --git a/po/et.po b/po/et.po index c94d596d91..b0f327a746 100644 --- a/po/et.po +++ b/po/et.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/eu_ES.po b/po/eu_ES.po index c94d596d91..b0f327a746 100644 --- a/po/eu_ES.po +++ b/po/eu_ES.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/fa.po b/po/fa.po index c94d596d91..b0f327a746 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/fi.po b/po/fi.po index e571c62878..39dcda442d 100644 --- a/po/fi.po +++ b/po/fi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-10-24 01:24+0300\n" "Last-Translator: Ville-Pekka Vainio \n" "Language-Team: Finnish \n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "Verkkoa ei löytynyt" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "varataan asetusohjelmaa" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "päättymätön numero" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "päättämätön merkkijono" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "odotetaan arvoa" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "odotetaan erotinta luettelossa" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "luettelo ei pääty ]" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "odotetaan nimeä" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "odotetaan erotinta" @@ -809,16 +809,16 @@ msgstr "odotetaan erotinta" msgid "expecting an assignment" msgstr "odotetaan sijoitusta" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 msgid "allocate buffer" msgstr "varaa puskuri" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "ei voitu avata tiedostoa" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "sisältöä ei voitu tallentaa" @@ -1139,7 +1139,7 @@ msgstr "tuntematon käyttöjärjestelmän tyyppi %s" msgid "cannot extract disk devices" msgstr "liitäntälaite" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "kohdelaitetyyppi" @@ -1239,12 +1239,12 @@ msgstr "odottamaton MIME-tyyppi" msgid "unexpected char type %d" msgstr "odottamaton MIME-tyyppi" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "odottamaton MIME-tyyppi" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "odottamaton MIME-tyyppi" @@ -1648,22 +1648,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "toimialueen id tai uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "Epäaktiivisen toimialueen nimi" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "Epäaktiivisen toimialueen nimi" @@ -1728,7 +1728,7 @@ msgstr "Kohteen â€%s†avaaminen epäonnistui: %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "asetustiedoston kirjoitus epäonnistui: %s" @@ -1787,7 +1787,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "tuntematon käyttöjärjestelmän tyyppi %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1803,22 +1803,47 @@ msgstr "" msgid "no config file for %s" msgstr "asetustiedoston syntaksivirhe: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "ei voitu yhdistää kohteeseen %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "ei voitu yhdistää kohteeseen %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "selvitetään verkkotiedostonimeä" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "virheellinen MAC-osoite" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC-osoite" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "toimenpide epäonnistui" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Kohteen â€%s†avaaminen epäonnistui: %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "asetustiedoston syntaksivirhe: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "ei voitu yhdistää kohteeseen %s" @@ -1855,10 +1880,10 @@ msgstr "toimialue on edelleen käynnissä" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "ei voitu yhdistää kohteeseen %s" @@ -1868,54 +1893,54 @@ msgstr "ei voitu yhdistää kohteeseen %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "ei voitu yhdistää kohteeseen %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "ei voitu yhdistää kohteeseen %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "muuta virtuaaliprosessorien määrää" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "toimialue on edelleen käynnissä" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "ei voitu yhdistää kohteeseen %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "tuntematon käyttöjärjestelmän tyyppi %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "ei voitu yhdistää kohteeseen %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Kohteen â€%s†avaaminen epäonnistui: %s" @@ -2000,7 +2025,7 @@ msgstr "Verkko %s käynnistetty\n" msgid "Network type %d is not supported" msgstr "Verkko %s käynnistetty\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Kohteen â€%s†avaaminen epäonnistui: %s" @@ -2040,627 +2065,632 @@ msgstr "virheellinen toimialueosoitin kohteessa" msgid "failed to allocate space for argv string" msgstr "Muistin varaus epäonnistui." -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "lokitiedoston kirjoitus epäonnistui" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "Xend-toimialueen tietojen jäsentäminen epäonnistui" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Verkon %s käynnistäminen epäonnistui" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Kohteen â€%s†avaaminen epäonnistui: %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Verkkoa ei löytynyt: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "muisti lopussa" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "muisti lopussa" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Kohteen â€%s†avaaminen epäonnistui: %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "lokitiedoston kirjoitus epäonnistui" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "varaa uusi konteksti" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "toimialueen â€%s†hakeminen epäonnistui" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "toimenpide epäonnistui" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Toimialue on jo aktiivinen" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "lokitiedoston kirjoitus epäonnistui" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "lokitiedoston kirjoitus epäonnistui" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Kohteen â€%s†avaaminen epäonnistui: %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "lokitiedoston kirjoitus epäonnistui" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "verkon â€%s†hakeminen epäonnistui" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "lokitiedoston kirjoitus epäonnistui" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "Sama kuin solmu" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "solmun varaus epäonnistui" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "solmun varaus epäonnistui" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Toimialue on jo aktiivinen" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "asetustiedoston kirjoitus epäonnistui: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Kohteen â€%s†avaaminen epäonnistui: %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Kohteen â€%s†avaaminen epäonnistui: %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Kohteen â€%s†avaaminen epäonnistui: %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "tiedoston %s avaaminen luettavaksi epäonnistui" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Kohteen â€%s†avaaminen epäonnistui: %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Kohteen â€%s†avaaminen epäonnistui: %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "verkon â€%s†hakeminen epäonnistui" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "Sama kuin solmu" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Kohteen â€%s†avaaminen epäonnistui: %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "Muistin varaus epäonnistui." -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Muisti: %1 %2 käytetty, %3 %4 vapaana" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "toimialue %s on jo olemassa" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "toimialue %s on jo olemassa" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "toimialue on edelleen käynnissä" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "toimenpide epäonnistui" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "toimenpide epäonnistui" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "solmun varaus epäonnistui" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "Epäaktiivisen toimialueen nimi" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Toimialueen %s asettaminen keskeytystilaan epäonnistui" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "toimialueen UUID:n saanti epäonnistui" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "XML:n luonti epäonnistui" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Ei pystytty kirjoittamaan pistokkeeseen %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Ei pystytty kirjoittamaan pistokkeeseen %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "muisti lopussa" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "toimenpide epäonnistui" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "Epäaktiivisen toimialueen nimi" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "poista epäaktiivisen toimialueen määritys" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Kohteen â€%s†avaaminen epäonnistui: %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "kirjastokutsu epäonnistui, sitä ei ehkä tueta" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "XML:n luonti epäonnistui" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "lataa toimialueen määritystiedosto" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "solmun toimialueluettelo" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "Luku Xen Daemonista epäonnistui" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "XML:n luonti epäonnistui" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "XML:n luonti epäonnistui" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Toimialue on jo aktiivinen" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "XML:n luonti epäonnistui" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Toimialueen %s käynnistys epäonnistui" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Toimialueen %s palautus epäonnistui" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "Muistin varaus epäonnistui." -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "liitäntälaite" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "kohdelaitetyyppi" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "liitäntälaite" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "lataa koneen määritystiedostoa" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "liitäntälaite" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "lataa koneen määritystiedostoa" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "poista epäaktiivisen toimialueen määritys" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "Epäaktiivisen toimialueen nimi" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Kohteen â€%s†avaaminen epäonnistui: %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "virheellinen argumentti kohteessa %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Toimialuetta ei löytynyt: %s" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "virheellinen argumentti kohteessa %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "toimialueen nimi" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Toimialue on jo aktiivinen" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "verkkotiedot XML-muodossa" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "solmun varaus epäonnistui" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Toimialueen %s tallentaminen tiedostoon %s epäonnistui" @@ -3177,62 +3207,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Kohteen â€%s†avaaminen epäonnistui: %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3355,7 +3396,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3374,17 +3415,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Kohteen â€%s†avaaminen epäonnistui: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Kohteen â€%s†avaaminen epäonnistui: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3499,27 +3540,32 @@ msgstr "toimialueen nimi" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "toimialueen nimi" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "asetustiedoston kirjoitus epäonnistui: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6099,8 +6145,9 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "odottaa" +#, fuzzy +msgid "idle" +msgstr "XML-tiedosto" #: src/virsh.c:6294 msgid "paused" @@ -6737,7 +6784,7 @@ msgstr "toimialuetieto on virheellistä, domid ei ole numeerinen" msgid "domain information incomplete, missing uuid" msgstr "toimialuetieto on epätäydellistä, uuid puuttuu" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "toimialuetiedot ovat epätäydellisiä, nimi puuttuu" @@ -6800,205 +6847,205 @@ msgstr "Sama kuin solmu" msgid "unknown graphics type '%s'" msgstr "tuntematon käyttöjärjestelmän tyyppi %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "toimialuetieto on epätäydellistä, id puuttuu" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "tuntematon käyttöjärjestelmän tyyppi %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 msgid "failed to parse topology information" msgstr "topologiatiedon jäsentäminen epäonnistui" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "asetustiedoston syntaksivirhe" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "Xend-toimialueen tietojen jäsentäminen epäonnistui" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Toimialueen %s asettaminen keskeytystilaan epäonnistui" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "kohdelaitetyyppi" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "odottamaton arvosolmu" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "solmun muisti" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "toimenpide epäonnistui" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Toimialueen %s määrityksen poistaminen epäonnistui" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "toimenpide epäonnistui: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "konenimen haku epäonnistui" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "Xend-toimialueen tietojen jäsentäminen epäonnistui" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Epäaktiivisen toimialueen %s luominen epäonnistui\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "toimialuetiedot ovat epätäydellisiä, nimi puuttuu" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "Tuntematon" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "konenimen haku epäonnistui" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "toimialuetieto on epätäydellistä, uuid puuttuu" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "toimialuetieto on epätäydellistä, uuid puuttuu" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "virheellinen argumentti kohteessa %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "tiedoston %s avaaminen luettavaksi epäonnistui" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Kohteen â€%s†avaaminen epäonnistui: %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "odottamaton MIME-tyyppi" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "odottamaton MIME-tyyppi" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "odottamaton MIME-tyyppi" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "odottamaton arvosolmu" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "solmun toimialueluettelo" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "kirjastokutsu epäonnistui, sitä ei ehkä tueta" @@ -7177,6 +7224,9 @@ msgstr "varaa uusi konteksti" msgid "failed to connect to Xen Store" msgstr "yhteydenotto Xen Storeen ei onnistunut" +#~ msgid "blocked" +#~ msgstr "odottaa" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "kohdelaitetyyppi" @@ -7253,10 +7303,6 @@ msgstr "yhteydenotto Xen Storeen ei onnistunut" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "asetustiedoston kirjoitus epäonnistui: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "asetustiedoston kirjoitus epäonnistui: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "Muistin varaus epäonnistui." diff --git a/po/fr.po b/po/fr.po index 889806e5ce..aac9f89978 100644 --- a/po/fr.po +++ b/po/fr.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt.HEAD.fr-4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2008-06-18 10:39+0200\n" "Last-Translator: Mathieu Schopfer \n" "Language-Team: Français \n" @@ -803,36 +803,36 @@ msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgid "storage_vol not found" msgstr "Volume de stockage introuvable" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "configuration d'allocation" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "nombre sans fin" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "chaîne sans fin" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "valeur attendue" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "séparateur attendu dans la liste" -#: src/conf.c:473 +#: src/conf.c:477 msgid "list is not closed with ]" msgstr "la liste n'est pas terminée avec « ] »" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "nom attendu" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "séparateur attendu" @@ -840,16 +840,16 @@ msgstr "séparateur attendu" msgid "expecting an assignment" msgstr "affectation attendue" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 msgid "allocate buffer" msgstr "allouer une mémoire tampon" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "impossible d'ouvrir le fichier" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "impossible d'enregistrer le contenu" @@ -1169,7 +1169,7 @@ msgstr "type auth '%s' inconnu" msgid "cannot extract disk devices" msgstr "impossible d'extraire les périphériques sources" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "type de volume de stockage %d non pris en charge" @@ -1269,12 +1269,12 @@ msgstr "type mime inattendu" msgid "unexpected char type %d" msgstr "type mime inattendu" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "type mime inattendu" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "type mime inattendu" @@ -1672,22 +1672,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "aucun domaine ayant un id %d correspondant" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "nom du domaine inactif" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "nom du domaine inactif" @@ -1752,7 +1752,7 @@ msgstr "impossible de déterminer l'état du fichier '%s' : %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "impossible de créer le répertoire de configuration %s : %s" @@ -1811,7 +1811,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "type auth '%s' inconnu" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1829,22 +1829,47 @@ msgstr "" msgid "no config file for %s" msgstr "aucun fichier de configuration pour %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "impossible d'analyser l'URI de connexion" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "impossible d'analyser l'URI de connexion" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "résolution du nom de fichier du réseau" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "adresse MAC invalide" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "adresse MAC" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "opération échouée" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Impossible d'analyser le mode '%s'" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "aucun fichier de configuration pour %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "impossible d'analyser l'URI de connexion" @@ -1882,10 +1907,10 @@ msgstr "le domaine n'est pas actif" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "impossible de se connecter à %s" @@ -1895,55 +1920,55 @@ msgstr "impossible de se connecter à %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "impossible d'analyser l'URI de connexion" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "impossible de se connecter à %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "changer le nombre de processeurs virtuels" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 #, fuzzy msgid "no domain with matching id" msgstr "aucun domaine ayant un id %d correspondant" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "le domaine n'est pas actif" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "impossible d'analyser l'URI de connexion" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "type auth '%s' inconnu" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "impossible d'analyser l'URI de connexion" @@ -2007,7 +2032,7 @@ msgstr "État de sortie de qemu %d pid %lu inattendu" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "État de sortie inattendu '%d', qemu a probablement échoué" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "impossible de lire le répertoire '%s' : %s" @@ -2027,7 +2052,7 @@ msgstr "Réseau %s démarré\n" msgid "Network type %d is not supported" msgstr "ai_socktype non pris en charge" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "impossible de configurer le mode de fichier '%s' : %s" @@ -2067,654 +2092,659 @@ msgstr "périphérique d'entrées invalide" msgid "failed to allocate space for argv string" msgstr "impossible d'allouer de la mémoire pour la liste de configuration %s" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "" "Impossible de définir le drapeau descripteur de fichiers « close-on-exec »" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "" "Impossible de définir le drapeau descripteur de fichiers « non-blocking »" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Impossible de démarrer automatiquement le réseau '%s' : %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Impossible de démarrer automatiquement la VM '%s' : %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "" "Impossible de trouver un enregistrement utilisateur pour l'uid « %d » : %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "mémoire saturée dans asprintf" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "qemudStartup : mémoire saturée" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 #, fuzzy msgid "Reloading iptables rules\n" msgstr "Rechargement des règles iptables" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, fuzzy, c-format msgid "Failure while reading %s startup output: %s" msgstr "échec de l'écriture de la sortie : %s\n" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Impossible d'ouvrir tty %s : %s\n" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 #, fuzzy msgid "Unable to set monitor close-on-exec flag" msgstr "" "Impossible de définir le drapeau descripteur de fichiers « close-on-exec »" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "Incapable de journaliser les données de la console VM : %s" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allouer un dictionnaire" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "impossible de récupérer le domaine '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "opération échouée" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Le domaine est déjà actif" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "%s : impossible d'écrire dans le fichier journal : %s" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "Impossible de fermer le fichier journal %d : %s" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "impossible de lire le répertoire '%s' : %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "Impossible d'écrire argv dans le fichier journal %d : %s" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "Arrêt de VM '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "Impossible de fermer le fichier journal %d : %s" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "obtention de pid, damn inattendus" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "impossible d'attribuer un noeud" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "" "L'ajout de la règle iptables « %s » à la chaine « %s » dans la table « %s » a " "échoué : %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "" "L'ajout de la règle iptables « %s » à la chaine « %s » dans la table « %s » a " "échoué : %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Impossible d'enregistrer les règles iptables dans %s : %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "" "L'ajout de la règle iptables « %s » à la chaine « %s » dans la table « %s » a " "échoué : %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "" "L'ajout de la règle iptables « %s » à la chaine « %s » dans la table « %s » a " "échoué : %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "impossible d'attribuer un noeud" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "" "L'ajout de la règle iptables « %s » à la chaine « %s » dans la table « %s » a " "échoué : %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "" "L'ajout de la règle iptables « %s » à la chaine « %s » dans la table « %s » a " "échoué : %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "" "L'ajout de la règle iptables « %s » à la chaine « %s » dans la table « %s » a " "échoué : %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "" "L'ajout de la règle iptables « %s » à la chaine « %s » dans la table « %s » a " "échoué : %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "" "L'ajout de la règle iptables « %s » à la chaine « %s » dans la table « %s » a " "échoué : %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Le domaine est déjà actif" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "impossible de créer le répertoire '%s' : %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "impossible de configurer le mode de fichier '%s' : %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "impossible de configurer le mode de fichier '%s' : %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Impossible de détruire le pont '%s' : %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "impossible d'ouvrir %s en lecture" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Impossible de détruire le pont '%s' : %s\n" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Impossible de supprimer le pont '%s' : %s\n" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "Extinction du réseau '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "Un pid inattendu a été reçu pour dnsmasq\n" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Impossible d'ouvrir tty %s : %s\n" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "impossible d'allouer de la mémoire pour la liste de configuration %s" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 #, fuzzy msgid "NUMA not supported on this host" msgstr "Nom de serveur non pris en charge pour ai_socktype" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Mémoire NUMA disponible" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "le domaine %s existe déjà" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "le domaine %s existe déjà" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "aucun domaine ayant un id %d correspondant" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 msgid "domain is not running" msgstr "le domaine n'est pas actif" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "opération échouée" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "opération échouée" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "impossible d'attribuer un noeud" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, fuzzy, c-format msgid "no domain with matching uuid '%s'" msgstr "aucun domaine ayant un id %d correspondant" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "nom du domaine inactif" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Impossible de suspendre le domaine %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "impossible de récupérer l'UUID du domaine" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Impossible de créer le volume %s" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Impossible d'écrire sur " -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Impossible d'écrire sur " -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "plus de mémoire disponible" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "opération échouée" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 #, fuzzy msgid "'migrate' not supported by this qemu" msgstr "'info blockstats' n'est pas pris en charge par ce qemu" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "Supprimer la configuration d'un domaine inactif" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "supprimer un domaine inactif" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "impossible de définir le propriétaire du fichier '%s' : %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "ai_family non prise en charge" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "impossible de déterminer le contexte du fichier '%s' : %s" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, c-format msgid "unknown virt type in domain definition '%d'" msgstr "" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "impossible de lire fd" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "impossible de lire depuis le démon Xen" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Impossible de lire " -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "impossible de créer XML" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Le domaine est déjà actif" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "impossible de créer XML" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Impossible de démarrer le pool %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Impossible de réactiver le domaine %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "impossible d'allouer de la mémoire pour la liste de configuration %s" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "impossible d'extraire les périphériques sources" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "type de volume de stockage %d non pris en charge" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "impossible d'extraire les périphériques sources" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "chargement du fichier de définition de l'hôte" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "impossible d'extraire les périphériques sources" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "chargement du fichier de définition de l'hôte" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "supprimer un domaine inactif" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "nom du domaine inactif" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Impossible de créer le lien symbolique '%s' sur '%s' : %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Impossible de supprimer le lien symbolique '%s' : %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, c-format msgid "invalid path: %s" msgstr "chemin invalide : %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "la commande 'info blockstats' a échoué" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "'info blockstats' n'est pas pris en charge par ce qemu" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, c-format msgid "device not found: %s (%s)" msgstr "périphérique non trouvé : %s (%s)" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "chemin invalide : %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "la commande 'info blockstats' a échoué" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 #, fuzzy msgid "no network with matching uuid" msgstr "aucun pool avec un UUID correspondant" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 #, fuzzy msgid "no network with matching name" msgstr "aucun pool avec un nom correspondant" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Le domaine est déjà actif" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "aucun pool avec un UUID correspondant" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "impossible d'attribuer un noeud" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Impossible de créer le lien symbolique '%s' sur '%s' : %s" @@ -3242,61 +3272,72 @@ msgstr "état de sortie non nul pour la commande %d" msgid "%s not implemented on Win32" msgstr "console non implémentée sur cette plate-forme" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "format de pool non supporté %s" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "format de pool non supporté %d" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "format de volume %s non pris en charge" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "format de volume %d non pris en charge" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "volume" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "extents du volume" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "impossible d'analyser la zone d'amorçage du périphérique" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "impossible d'analyser le périphérique et l'emplacement" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "extents" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "pas d'extent libre suffisamment grand" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" -msgstr "Les pools du disque ne sont pas encore supportés" +#: src/storage_backend_disk.c:502 +#, fuzzy, c-format +msgid "Couldn't read volume target path '%s'. %s" +msgstr "impossible de créer le répertoire '%s' : %s" + +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "impossible de lire l'en-tête '%s' : %s" #: src/storage_backend_fs.c:358 #, c-format @@ -3415,7 +3456,7 @@ msgid "cannot extend file '%s': %s" msgstr "impossible d'étendre le fichier '%s' : %s" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "impossible de lire à l'emplacement '%s' : %s" @@ -3435,17 +3476,17 @@ msgid "creation of non-raw images is not supported without qemu-img" msgstr "" "la création d'images non brutes n'est pas prise en charge sans qemu-img" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, c-format msgid "cannot set file owner '%s': %s" msgstr "impossible de définir le propriétaire du fichier '%s' : %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, c-format msgid "cannot set file mode '%s': %s" msgstr "impossible de configurer le mode de fichier '%s' : %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "impossible de fermer le fichier '%s' : %s" @@ -3557,26 +3598,31 @@ msgstr "la commande 'info blockstats' a échoué" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 msgid "command line" msgstr "ligne de commande" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "impossible d'ouvrir le périphérique %s" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "impossible d'effacer l'entête du périphérique %s" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "impossible de fermer le périphérique %s" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "impossible de lire le répertoire '%s' : %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "impossible de trouver le volume nouvellement créé « %s » : %s" @@ -6085,8 +6131,9 @@ msgid "DATA" msgstr "DONNÉE" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "bloqué" +#, fuzzy +msgid "idle" +msgstr "fichier" #: src/virsh.c:6294 msgid "paused" @@ -6714,7 +6761,7 @@ msgstr "informations de domaine incorrectes, domid non numérique" msgid "domain information incomplete, missing uuid" msgstr "informations de domaine incomplètes, UUID manquant" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "informations de domaine incomplètes, nom manquant" @@ -6779,87 +6826,87 @@ msgstr "noeud dict inattendu" msgid "unknown graphics type '%s'" msgstr "type auth '%s' inconnu" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "informations de domaine incomplètes, ID manquant" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "type de SE inconnu %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 msgid "failed to parse topology information" msgstr "impossible d'analyser les informations de topologie" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 msgid "topology syntax error" msgstr "erreur de syntaxe dans la topologie" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "impossible d'analyser les informations du domaine Xen" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 #, fuzzy msgid "xenDaemonDomainFetch failed to find this domain" msgstr "xenDaemonDomainDumpXMLByName n'a pas réussi à trouver ce domaine" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Impossible de construire le pool %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "type de volume de stockage %d non pris en charge" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 #, fuzzy msgid "xenDaemonGetAutostart failed to find this domain" msgstr "xenDaemonDomainDumpXMLByID n'a pas réussi à trouver ce domaine" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 #, fuzzy msgid "xenDaemonSetAutostart failed to find this domain" msgstr "xenDaemonDomainDumpXMLByID n'a pas réussi à trouver ce domaine" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "valeur de noeud inattendue" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "mémoire du noeud" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "opération échouée" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Impossible de définir le pool %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "opération échouée : %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "impossible de récupérer le nom de l'hôte" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" @@ -6867,7 +6914,7 @@ msgstr "" "xenDaemonDomainMigrate : Xen ne prend pas en charge que les domaines soient " "renommés durant la migration" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" @@ -6875,116 +6922,116 @@ msgstr "" "xenDaemonDomainMigrate : Xen ne prend pas en charge la limitation de bande " "passante durant la migration" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "xenDaemonDomainMigrate : indicateur non supporté" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "xenDaemonDomainMigrate : URI invalide" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" "xenDaemonDomainMigrate : seules les migrations de xenmigr:// sont supportées " "par Xen" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "xenDaemonDomainMigrate : un nom d'hôte doit être spécifié dans l'URI" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "strdup a échoué" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "xenDaemonDomainMigrate : numéro de port invalide" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 msgid "failed to parse domain description" msgstr "impossible d'analyser la description du domaine" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Impossible de créer le domaine inactif %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "informations de domaine incomplètes, nom manquant" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "Erreur inconnue" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "impossible de récupérer le nom de l'hôte" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "informations de domaine incomplètes, UUID manquant" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "informations de domaine incomplètes, UUID manquant" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 #, fuzzy msgid "domainBlockPeek is not supported for dom0" msgstr "ai_socktype non pris en charge" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "chemin invalide : %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "impossible d'ouvrir %s en lecture" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Impossible de fermer le fichier pid « %s » : %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "type mime inattendu" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "type mime inattendu" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "type de volume de stockage %d non pris en charge" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "valeur de noeud inattendue" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 msgid "no HVM domain loader" msgstr "aucun chargeur de domaine HVM" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "ai_socktype non pris en charge" @@ -7162,6 +7209,12 @@ msgstr "allouer un nouveau contexte" msgid "failed to connect to Xen Store" msgstr "Impossible de se connecter au magasin Xen" +#~ msgid "Disk pools are not yet supported" +#~ msgstr "Les pools du disque ne sont pas encore supportés" + +#~ msgid "blocked" +#~ msgstr "bloqué" + #, fuzzy #~ msgid "Domain config filename '%s' does not match domain name '%s'" #~ msgstr "" @@ -7252,10 +7305,6 @@ msgstr "Impossible de se connecter au magasin Xen" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "impossible de créer le fichier de configuration %s : %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "impossible de lire le répertoire '%s' : %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "" diff --git a/po/gl.po b/po/gl.po index c94d596d91..b0f327a746 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/gu.po b/po/gu.po index 7e83297cdb..16db6a5c4a 100644 --- a/po/gu.po +++ b/po/gu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-10-24 14:05+0530\n" "Last-Translator: Ankit Patel \n" "Language-Team: Gujarati \n" @@ -780,37 +780,37 @@ msgstr "" msgid "storage_vol not found" msgstr "નેટવરà«àª• મળà«àª¯à«àª‚ નહિં" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "રૂપરેખાંકન ફાળવી રહà«àª¯àª¾ છીàª" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "નહિં તૂટેલ અંક" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "નહિં તૂટેલ શબà«àª¦àª®àª¾àª³àª¾" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "કિંમતની ઈચà«àª›àª¾ રાખી રહà«àª¯àª¾ છીàª" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "યાદીમાં વિભાજકની ઈચà«àª›àª¾ રાખી રહà«àª¯àª¾ છીàª" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "યાદી ] સાથે બંધ થયેલ નથી " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "નામ ઈચà«àª›àª¿àª¤ છે" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "વિભાજક ઈચà«àª›àª¿àª¤ છે" @@ -818,16 +818,16 @@ msgstr "વિભાજક ઈચà«àª›àª¿àª¤ છે" msgid "expecting an assignment" msgstr "સોંપણી ઈચà«àª›àª¿àª¤ છે" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 msgid "allocate buffer" msgstr "બફર ફાળવો" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "ફાઈલ ખોલવામાં નિષà«àª«àª³" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "સમાવિષà«àªŸ સંગà«àª°àª¹àªµàª¾àª®àª¾àª‚ નિષà«àª«àª³" @@ -1148,7 +1148,7 @@ msgstr "અજà«àªžàª¾àª¤ OS પà«àª°àª•àª¾àª° %s" msgid "cannot extract disk devices" msgstr "ઈનà«àªŸàª°àª«à«‡àª¸ ઉપકરણ" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "લકà«àª·à«àª¯ ઉપકરણ પà«àª°àª•àª¾àª°" @@ -1248,12 +1248,12 @@ msgstr "અનિચà«àª›àª¨à«€àª¯ mime પà«àª°àª•àª¾àª°" msgid "unexpected char type %d" msgstr "અનિચà«àª›àª¨à«€àª¯ mime પà«àª°àª•àª¾àª°" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "અનિચà«àª›àª¨à«€àª¯ mime પà«àª°àª•àª¾àª°" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "અનિચà«àª›àª¨à«€àª¯ mime પà«àª°àª•àª¾àª°" @@ -1657,22 +1657,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "ડોમેઈન id અથવા uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "અસકà«àª°àª¿àª¯ ડોમેઈનનà«àª‚ નામ" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "અસકà«àª°àª¿àª¯ ડોમેઈનનà«àª‚ નામ" @@ -1737,7 +1737,7 @@ msgstr "'%s' ખોલવામાં નિષà«àª«àª³: %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "રૂપરેખાંકન ફાઈલ લખવામાં નિષà«àª«àª³: %s" @@ -1796,7 +1796,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "અજà«àªžàª¾àª¤ OS પà«àª°àª•àª¾àª° %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1812,22 +1812,47 @@ msgstr "" msgid "no config file for %s" msgstr "રૂપરેખાંકન ફાઈલ વાકà«àª¯àª°àªšàª¨àª¾ ભૂલ: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "હાયપરવિàªàª° %s સાથે જોડાઈ શકà«àª¯àª¾ નહિં" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "હાયપરવિàªàª° %s સાથે જોડાઈ શકà«àª¯àª¾ નહિં" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "નેટવરà«àª• ફાઈલનામ ઉકેલી રહà«àª¯àª¾ છીàª" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "અયોગà«àª¯ MAC સરનામà«àª‚" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC સરનામà«àª‚" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "પà«àª°àª•à«àª°àª¿àª¯àª¾ નિષà«àª«àª³" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "'%s' ખોલવામાં નિષà«àª«àª³: %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "રૂપરેખાંકન ફાઈલ વાકà«àª¯àª°àªšàª¨àª¾ ભૂલ: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "હાયપરવિàªàª° %s સાથે જોડાઈ શકà«àª¯àª¾ નહિં" @@ -1864,10 +1889,10 @@ msgstr "ડોમેઈન હજૠપણ ચાલી રહà«àª¯à«àª‚ છ msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "હાયપરવિàªàª° %s સાથે જોડાઈ શકà«àª¯àª¾ નહિં" @@ -1877,54 +1902,54 @@ msgstr "હાયપરવિàªàª° %s સાથે જોડાઈ શકà«àª¯ msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "હાયપરવિàªàª° %s સાથે જોડાઈ શકà«àª¯àª¾ નહિં" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "હાયપરવિàªàª° %s સાથે જોડાઈ શકà«àª¯àª¾ નહિં" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "વરà«àªšà«àª¯à«àª…લ CPUs ની સંખà«àª¯àª¾ બદલો" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "ડોમેઈન હજૠપણ ચાલી રહà«àª¯à«àª‚ છે" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "હાયપરવિàªàª° %s સાથે જોડાઈ શકà«àª¯àª¾ નહિં" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "અજà«àªžàª¾àª¤ OS પà«àª°àª•àª¾àª° %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "હાયપરવિàªàª° %s સાથે જોડાઈ શકà«àª¯àª¾ નહિં" @@ -1988,7 +2013,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "'%s' ખોલવામાં નિષà«àª«àª³: %s" @@ -2008,7 +2033,7 @@ msgstr "નેટવરà«àª• %s શરૂ થઈ ગયà«àª‚\n" msgid "Network type %d is not supported" msgstr "નેટવરà«àª• %s શરૂ થઈ ગયà«àª‚\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "'%s' ખોલવામાં નિષà«àª«àª³: %s" @@ -2048,627 +2073,632 @@ msgstr "આમાં અયોગà«àª¯ ડોમેઈન નિરà«àª¦à«‡àª¶ msgid "failed to allocate space for argv string" msgstr "મેમરીની ફાળવણી કરવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "લોગ ફાઈલ લખવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "Xend ડોમેઈન જાણકારીનà«àª‚ પદચà«àª›à«‡àª¦àª¨ કરવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "નેટવરà«àª• %s શરૂ કરવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "'%s' ખોલવામાં નિષà«àª«àª³: %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "નેટવરà«àª• શોધવામાં નિષà«àª«àª³: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "મેમરીની બહાર" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "મેમરીની બહાર" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "'%s' ખોલવામાં નિષà«àª«àª³: %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "લોગ ફાઈલ લખવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "નવો સંદરà«àª­ ફાળવો" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "ડોમેઈન '%s' મેળવવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "પà«àª°àª•à«àª°àª¿àª¯àª¾ નિષà«àª«àª³" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "ડોમેઈન પહેલાથી જ સકà«àª°àª¿àª¯ છે" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "લોગ ફાઈલ લખવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "લોગ ફાઈલ લખવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "'%s' ખોલવામાં નિષà«àª«àª³: %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "લોગ ફાઈલ લખવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "નેટવરà«àª• '%s' મેળવવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "લોગ ફાઈલ લખવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "અનિચà«àª›àª¨à«€àª¯ ડિકà«àªŸ નોડ" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "નોડની ફાળવણી કરવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "ડોમેઈન %s ને %s માં સંગà«àª°àª¹àªµàª¾àª®àª¾àª‚ નિષà«àª«àª³" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "ડોમેઈન %s ને %s માં સંગà«àª°àª¹àªµàª¾àª®àª¾àª‚ નિષà«àª«àª³" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "ડોમેઈન %s ને %s માં સંગà«àª°àª¹àªµàª¾àª®àª¾àª‚ નિષà«àª«àª³" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "ડોમેઈન %s ને %s માં સંગà«àª°àª¹àªµàª¾àª®àª¾àª‚ નિષà«àª«àª³" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "ડોમેઈન %s ને %s માં સંગà«àª°àª¹àªµàª¾àª®àª¾àª‚ નિષà«àª«àª³" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "નોડની ફાળવણી કરવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "ડોમેઈન %s ને %s માં સંગà«àª°àª¹àªµàª¾àª®àª¾àª‚ નિષà«àª«àª³" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "ડોમેઈન %s ને %s માં સંગà«àª°àª¹àªµàª¾àª®àª¾àª‚ નિષà«àª«àª³" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "ડોમેઈન %s ને %s માં સંગà«àª°àª¹àªµàª¾àª®àª¾àª‚ નિષà«àª«àª³" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "ડોમેઈન %s ને %s માં સંગà«àª°àª¹àªµàª¾àª®àª¾àª‚ નિષà«àª«àª³" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "ડોમેઈન %s ને %s માં સંગà«àª°àª¹àªµàª¾àª®àª¾àª‚ નિષà«àª«àª³" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "ડોમેઈન પહેલાથી જ સકà«àª°àª¿àª¯ છે" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "રૂપરેખાંકન ફાઈલ લખવામાં નિષà«àª«àª³: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "'%s' ખોલવામાં નિષà«àª«àª³: %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "'%s' ખોલવામાં નિષà«àª«àª³: %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "'%s' ખોલવામાં નિષà«àª«àª³: %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "%s ને વાંચવા માટે ખોલવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "'%s' ખોલવામાં નિષà«àª«àª³: %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "'%s' ખોલવામાં નિષà«àª«àª³: %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "નેટવરà«àª• '%s' મેળવવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "અનિચà«àª›àª¨à«€àª¯ ડિકà«àªŸ નોડ" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "'%s' ખોલવામાં નિષà«àª«àª³: %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "મેમરીની ફાળવણી કરવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "NUMA મà«àª•à«àª¤ મેમરી" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "ડોમેઈન %s પહેલાથી જ હાજર છે" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "ડોમેઈન %s પહેલાથી જ હાજર છે" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "ડોમેઈન હજૠપણ ચાલી રહà«àª¯à«àª‚ છે" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "પà«àª°àª•à«àª°àª¿àª¯àª¾ નિષà«àª«àª³" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "પà«àª°àª•à«àª°àª¿àª¯àª¾ નિષà«àª«àª³" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "નોડની ફાળવણી કરવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "અસકà«àª°àª¿àª¯ ડોમેઈનનà«àª‚ નામ" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "ડોમેઈન %s અટકાવવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "ડોમેઈન UUID મેળવવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "XML બનાવવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "સોકેટ %d લખવામાં નિષà«àª«àª³\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "સોકેટ %d લખવામાં નિષà«àª«àª³\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "મેમરીની બહાર" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "પà«àª°àª•à«àª°àª¿àª¯àª¾ નિષà«àª«àª³" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "અસકà«àª°àª¿àª¯ ડોમેઈનનà«àª‚ નામ" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "અસકà«àª°àª¿àª¯ ડોમેઈનને અવà«àª¯àª¾àª–à«àª¯àª¾àª¯àª¿àª¤ કરો" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "'%s' ખોલવામાં નિષà«àª«àª³: %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "લાઈબà«àª°à«‡àª°à«€ બોલાવવાનà«àª‚ નિષà«àª«àª³, કદાચ આધારભૂત નથી" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "XML બનાવવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "ડોમેઈન વà«àª¯àª¾àª–à«àª¯àª¾ ફાઈલ લાવો" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "નોડ ડોમેઈન યાદી" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "Xen ડિમનમાંથી વાંચવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "XML બનાવવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "XML બનાવવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "ડોમેઈન પહેલાથી જ સકà«àª°àª¿àª¯ છે" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "XML બનાવવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "ડોમેઈન %s શરૂ કરવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "ડોમેઇન %s છોડવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "મેમરીની ફાળવણી કરવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "ઈનà«àªŸàª°àª«à«‡àª¸ ઉપકરણ" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "લકà«àª·à«àª¯ ઉપકરણ પà«àª°àª•àª¾àª°" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "ઈનà«àªŸàª°àª«à«‡àª¸ ઉપકરણ" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "યજમાન વà«àª¯àª¾àª–à«àª¯àª¾ ફાઈલ લાવી રહà«àª¯àª¾ છીàª" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "ઈનà«àªŸàª°àª«à«‡àª¸ ઉપકરણ" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "યજમાન વà«àª¯àª¾àª–à«àª¯àª¾ ફાઈલ લાવી રહà«àª¯àª¾ છીàª" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "અસકà«àª°àª¿àª¯ ડોમેઈનને અવà«àª¯àª¾àª–à«àª¯àª¾àª¯àª¿àª¤ કરો" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "અસકà«àª°àª¿àª¯ ડોમેઈનનà«àª‚ નામ" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "ડોમેઈન %s ને %s માં સંગà«àª°àª¹àªµàª¾àª®àª¾àª‚ નિષà«àª«àª³" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "'%s' ખોલવામાં નિષà«àª«àª³: %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "%s આમાં અયોગà«àª¯ દલીલ" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "ડોમેઈન મળà«àª¯à«àª‚ નહિં: %s" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "%s આમાં અયોગà«àª¯ દલીલ" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "ડોમેઈન નામ" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "ડોમેઈન પહેલાથી જ સકà«àª°àª¿àª¯ છે" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "XML માં નેટવરà«àª• જાણકારી" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "નોડની ફાળવણી કરવામાં નિષà«àª«àª³" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "ડોમેઈન %s ને %s માં સંગà«àª°àª¹àªµàª¾àª®àª¾àª‚ નિષà«àª«àª³" @@ -3184,62 +3214,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "'%s' ખોલવામાં નિષà«àª«àª³: %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3362,7 +3403,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3381,17 +3422,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "'%s' ખોલવામાં નિષà«àª«àª³: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "'%s' ખોલવામાં નિષà«àª«àª³: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3506,27 +3547,32 @@ msgstr "ડોમેઈન નામ" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "ડોમેઈન નામ" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "રૂપરેખાંકન ફાઈલ લખવામાં નિષà«àª«àª³: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6084,8 +6130,9 @@ msgid "DATA" msgstr "માહિતી" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "અટકાવાયેલ" +#, fuzzy +msgid "idle" +msgstr "XML ફાઈલ" #: src/virsh.c:6294 msgid "paused" @@ -6718,7 +6765,7 @@ msgstr "ડોમેઈન જાણકારી અયોગà«àª¯ domid આં msgid "domain information incomplete, missing uuid" msgstr "ડોમેઈન જાણકારી અપૂરà«àª£, ગà«àª® થયેલ uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "ડોમેઈન જાણકારી અપૂરà«àª£, ગà«àª® થયેલ નામ" @@ -6781,204 +6828,204 @@ msgstr "અનિચà«àª›àª¨à«€àª¯ ડિકà«àªŸ નોડ" msgid "unknown graphics type '%s'" msgstr "અજà«àªžàª¾àª¤ OS પà«àª°àª•àª¾àª° %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "ડોમેઈન જાણકારી અપૂરà«àª£, ગà«àª® થયેલ id" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "અજà«àªžàª¾àª¤ OS પà«àª°àª•àª¾àª° %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 msgid "failed to parse topology information" msgstr "ટોપોલોજી જાણકારીનà«àª‚ પદચà«àª›à«‡àª¦àª¨ કરવામાં નિષà«àª«àª³" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 msgid "topology syntax error" msgstr "ટોપોલોજી વાકà«àª¯àª°àªšàª¨àª¾ ભૂલ" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "Xend ડોમેઈન જાણકારીનà«àª‚ પદચà«àª›à«‡àª¦àª¨ કરવામાં નિષà«àª«àª³" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "ડોમેઈન %s અટકાવવામાં નિષà«àª«àª³" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "લકà«àª·à«àª¯ ઉપકરણ પà«àª°àª•àª¾àª°" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "અનિચà«àª›àª¨àª¿àª¯ કિંમત નોડ" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "નોડ મેમરી" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "પà«àª°àª•à«àª°àª¿àª¯àª¾ નિષà«àª«àª³" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "ડોમેઈન %s અવà«àª¯àª¾àª–à«àª¯àª¾àª¯àª¿àª¤ કરવામાં નિષà«àª«àª³" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "પà«àª°àª•à«àª°àª¿àª¯àª¾ નિષà«àª«àª³: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "યજમાનનામ મેળવવામાં નિષà«àª«àª³" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "Xend ડોમેઈન જાણકારીનà«àª‚ પદચà«àª›à«‡àª¦àª¨ કરવામાં નિષà«àª«àª³" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "અસકà«àª°àª¿àª¯ ડોમેઈન %s બનાવવામાં નિષà«àª«àª³\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "ડોમેઈન જાણકારી અપૂરà«àª£, ગà«àª® થયેલ નામ" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "અજà«àªžàª¾àª¤" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "યજમાનનામ મેળવવામાં નિષà«àª«àª³" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "ડોમેઈન જાણકારી અપૂરà«àª£, ગà«àª® થયેલ uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "ડોમેઈન જાણકારી અપૂરà«àª£, ગà«àª® થયેલ uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "%s આમાં અયોગà«àª¯ દલીલ" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "%s ને વાંચવા માટે ખોલવામાં નિષà«àª«àª³" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "'%s' ખોલવામાં નિષà«àª«àª³: %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "અનિચà«àª›àª¨à«€àª¯ mime પà«àª°àª•àª¾àª°" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "અનિચà«àª›àª¨à«€àª¯ mime પà«àª°àª•àª¾àª°" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "અનિચà«àª›àª¨à«€àª¯ mime પà«àª°àª•àª¾àª°" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "અનિચà«àª›àª¨àª¿àª¯ કિંમત નોડ" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "નોડ ડોમેઈન યાદી" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "લાઈબà«àª°à«‡àª°à«€ બોલાવવાનà«àª‚ નિષà«àª«àª³, કદાચ આધારભૂત નથી" @@ -7156,6 +7203,9 @@ msgstr "નવો સંદરà«àª­ ફાળવો" msgid "failed to connect to Xen Store" msgstr "Xen સંગà«àª°àª¹ સાથે જોડાવામાં નિષà«àª«àª³" +#~ msgid "blocked" +#~ msgstr "અટકાવાયેલ" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "લકà«àª·à«àª¯ ઉપકરણ પà«àª°àª•àª¾àª°" @@ -7232,10 +7282,6 @@ msgstr "Xen સંગà«àª°àª¹ સાથે જોડાવામાં નિ #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "રૂપરેખાંકન ફાઈલ લખવામાં નિષà«àª«àª³: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "રૂપરેખાંકન ફાઈલ લખવામાં નિષà«àª«àª³: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "મેમરીની ફાળવણી કરવામાં નિષà«àª«àª³" diff --git a/po/he.po b/po/he.po index c94d596d91..b0f327a746 100644 --- a/po/he.po +++ b/po/he.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/hi.po b/po/hi.po index 188349c2ab..85779f7552 100644 --- a/po/hi.po +++ b/po/hi.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: hi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-09-26 15:52+0530\n" "Last-Translator: Rajesh Ranjan \n" "Language-Team: Hindi \n" @@ -799,37 +799,37 @@ msgstr "" msgid "storage_vol not found" msgstr "संजाल नही मिला" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "विनà¥à¤¯à¤¾à¤¸ संभाजित कर रहा है" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "गैर अवरूदà¥à¤§ संखà¥à¤¯à¤¾" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "गैर अवरूदà¥à¤§ सà¥à¤Ÿà¥à¤°à¤¿à¤‚ग" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "à¤à¤• मान पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "à¤à¤• पृथकà¥à¤•à¤¾à¤°à¤• सूची में पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "सूची इसके साथ बंद नहीं ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "à¤à¤• नाम पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "à¤à¤• पृथकà¥à¤•à¤¾à¤°à¤• पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤" @@ -837,17 +837,17 @@ msgstr "à¤à¤• पृथकà¥à¤•à¤¾à¤°à¤• पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤" msgid "expecting an assignment" msgstr "à¤à¤• कारà¥à¤¯ पà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "नया बफर संभाजित करें" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "फाइल खोलने में विफल" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "सामगà¥à¤°à¥€ सहेजने में विफल" @@ -1168,7 +1168,7 @@ msgstr "अजà¥à¤žà¤¾à¤¤ OS पà¥à¤°à¤•à¤¾à¤° %s" msgid "cannot extract disk devices" msgstr "अंतरफलक यà¥à¤•à¥à¤¤à¤¿" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "लकà¥à¤·à¥à¤¯ यà¥à¤•à¥à¤¤à¤¿ पà¥à¤°à¤•à¤¾à¤°" @@ -1268,12 +1268,12 @@ msgstr "अपà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ mime पà¥à¤°à¤•à¤¾à¤°" msgid "unexpected char type %d" msgstr "अपà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ mime पà¥à¤°à¤•à¤¾à¤°" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "अपà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ mime पà¥à¤°à¤•à¤¾à¤°" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "अपà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ mime पà¥à¤°à¤•à¤¾à¤°" @@ -1678,22 +1678,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "डोमेन id या uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "à¤à¤• निषà¥à¤•à¥à¤°à¤¿à¤¯ डोमेन का नाम" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "à¤à¤• निषà¥à¤•à¥à¤°à¤¿à¤¯ डोमेन का नाम" @@ -1758,7 +1758,7 @@ msgstr "'%s' खोलने में विफल: %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "विनà¥à¤¯à¤¾à¤¸ फाइल लिखने में विफल: %s" @@ -1817,7 +1817,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "अजà¥à¤žà¤¾à¤¤ OS पà¥à¤°à¤•à¤¾à¤° %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1833,22 +1833,47 @@ msgstr "" msgid "no config file for %s" msgstr "फाइल वाकà¥à¤¯ रचना तà¥à¤°à¥à¤Ÿà¤¿ विनà¥à¤¯à¤¸à¥à¤¤ कर रहा है: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "%s से जà¥à¤¡à¤¼ नहीं सका" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "%s से जà¥à¤¡à¤¼ नहीं सका" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "संजाल फाइलनाम हल कर रहा है" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "अमानà¥à¤¯ MAC पता" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC पता" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "ऑपरेशन विफल" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "'%s' खोलने में विफल: %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "फाइल वाकà¥à¤¯ रचना तà¥à¤°à¥à¤Ÿà¤¿ विनà¥à¤¯à¤¸à¥à¤¤ कर रहा है: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "%s से जà¥à¤¡à¤¼ नहीं सका" @@ -1885,10 +1910,10 @@ msgstr "डोमेन अभी भी चल रहा है" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "%s से जà¥à¤¡à¤¼ नहीं सका" @@ -1898,54 +1923,54 @@ msgstr "%s से जà¥à¤¡à¤¼ नहीं सका" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "%s से जà¥à¤¡à¤¼ नहीं सका" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "%s से जà¥à¤¡à¤¼ नहीं सका" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "वरà¥à¤šà¥à¤…ल सीपीयू की संखà¥à¤¯à¤¾ बदलें" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "डोमेन अभी भी चल रहा है" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "%s से जà¥à¤¡à¤¼ नहीं सका" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "अजà¥à¤žà¤¾à¤¤ OS पà¥à¤°à¤•à¤¾à¤° %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "%s से जà¥à¤¡à¤¼ नहीं सका" @@ -2009,7 +2034,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "'%s' खोलने में विफल: %s" @@ -2030,7 +2055,7 @@ msgstr "संजाल %s फिर आरंभ किया\n" msgid "Network type %d is not supported" msgstr "संजाल %s फिर आरंभ किया\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "'%s' खोलने में विफल: %s" @@ -2070,629 +2095,634 @@ msgstr "इसमें अवैध डोमेन संकेतक" msgid "failed to allocate space for argv string" msgstr "सà¥à¤®à¥ƒà¤¤à¤¿ संभाजित करने में विफल" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "लॉग फाइल लिखने में विफल" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "Xend डोमेन सूचना विशà¥à¤²à¥‡à¤·à¤£ में विफल" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "%s संजाल आरंभ करने में विफल" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "'%s' खोलने में विफल: %s" # done by Ravi -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "संजाल धà¥à¤‚डने में विफल: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "सà¥à¤®à¥ƒà¤¤à¤¿ के बाहर" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "सà¥à¤®à¥ƒà¤¤à¤¿ के बाहर" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "'%s' खोलने में विफल: %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "लॉग फाइल लिखने में विफल" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "नया संदरà¥à¤­ दें" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "'%s' डोमेन पाने में विफल" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "ऑपरेशन विफल" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "डोमेन पहले से सकà¥à¤°à¤¿à¤¯" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "लॉग फाइल लिखने में विफल" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "लॉग फाइल लिखने में विफल" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "'%s' खोलने में विफल: %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "लॉग फाइल लिखने में विफल" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "'%s' संजाल पाने में विफल" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "लॉग फाइल लिखने में विफल" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "अपà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डिकà¥à¤Ÿ नोड" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "à¤à¤• नोड संभाजित करने में विफल" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "डोमेन %s को %s में सहेजने में विफल" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "डोमेन %s को %s में सहेजने में विफल" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "डोमेन %s को %s में सहेजने में विफल" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "डोमेन %s को %s में सहेजने में विफल" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "डोमेन %s को %s में सहेजने में विफल" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "à¤à¤• नोड संभाजित करने में विफल" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "डोमेन %s को %s में सहेजने में विफल" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "डोमेन %s को %s में सहेजने में विफल" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "डोमेन %s को %s में सहेजने में विफल" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "डोमेन %s को %s में सहेजने में विफल" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "डोमेन %s को %s में सहेजने में विफल" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "डोमेन पहले से सकà¥à¤°à¤¿à¤¯" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "विनà¥à¤¯à¤¾à¤¸ फाइल लिखने में विफल: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "'%s' खोलने में विफल: %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "'%s' खोलने में विफल: %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "'%s' खोलने में विफल: %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "%s को पढ़ने के लिये खोलने में विफल" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "'%s' खोलने में विफल: %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "'%s' खोलने में विफल: %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "'%s' संजाल पाने में विफल" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "अपà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डिकà¥à¤Ÿ नोड" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "'%s' खोलने में विफल: %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "सà¥à¤®à¥ƒà¤¤à¤¿ संभाजित करने में विफल" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "पà¥à¤°à¤¯à¥à¤•à¥à¤¤ सà¥à¤®à¥ƒà¤¤à¤¿:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "%s डोमेन पहले से मौजूद है" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "%s डोमेन पहले से मौजूद है" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "डोमेन अभी भी चल रहा है" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "ऑपरेशन विफल" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "ऑपरेशन विफल" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "à¤à¤• नोड संभाजित करने में विफल" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "à¤à¤• निषà¥à¤•à¥à¤°à¤¿à¤¯ डोमेन का नाम" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "%s डोमेन सà¥à¤¥à¤—म में विफल" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "डोमेन UUID पाने में विफल" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "XML बनाने में विफल" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "सॉकेट %d में लिखने में विफल\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "सॉकेट %d में लिखने में विफल\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "सà¥à¤®à¥ƒà¤¤à¤¿ के बाहर" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "ऑपरेशन विफल" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "à¤à¤• निषà¥à¤•à¥à¤°à¤¿à¤¯ डोमेन का नाम" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "à¤à¤• निषà¥à¤•à¥à¤°à¤¿à¤¯ डोमेन अपरिभाषित करें" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "'%s' खोलने में विफल: %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "लाइबà¥à¤°à¥‡à¤°à¥€ कॉल विफल रहा, संभवतः समरà¥à¤¥à¤¿à¤¤ नहीं" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "XML बनाने में विफल" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "डोमेन परिभाषा फाइल लोड करें" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "नोड डोमेन सूची" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "Xen डेमॉन से पढ़ने में विफल" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "XML बनाने में विफल" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "XML बनाने में विफल" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "डोमेन पहले से सकà¥à¤°à¤¿à¤¯" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "XML बनाने में विफल" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "%s डोमेन आरंभ करने में विफल" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "%s डोमेन फिर बहाल करने में विफल" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "सà¥à¤®à¥ƒà¤¤à¤¿ संभाजित करने में विफल" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "अंतरफलक यà¥à¤•à¥à¤¤à¤¿" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "लकà¥à¤·à¥à¤¯ यà¥à¤•à¥à¤¤à¤¿ पà¥à¤°à¤•à¤¾à¤°" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "अंतरफलक यà¥à¤•à¥à¤¤à¤¿" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "मेजबान परिभाषा फाइल लोड करें" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "अंतरफलक यà¥à¤•à¥à¤¤à¤¿" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "मेजबान परिभाषा फाइल लोड करें" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "à¤à¤• निषà¥à¤•à¥à¤°à¤¿à¤¯ डोमेन अपरिभाषित करें" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "à¤à¤• निषà¥à¤•à¥à¤°à¤¿à¤¯ डोमेन का नाम" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "डोमेन %s को %s में सहेजने में विफल" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "'%s' खोलने में विफल: %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "%s में अवैध तरà¥à¤•" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" # done by Ravi -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "डोमेन नही मिला: %s" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "%s में अवैध तरà¥à¤•" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "डोमेन नाम" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "डोमेन पहले से सकà¥à¤°à¤¿à¤¯" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "XML में संजाल सूचना" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "à¤à¤• नोड संभाजित करने में विफल" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "डोमेन %s को %s में सहेजने में विफल" @@ -3213,62 +3243,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "'%s' खोलने में विफल: %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3390,7 +3431,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3409,17 +3450,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "'%s' खोलने में विफल: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "'%s' खोलने में विफल: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3534,27 +3575,32 @@ msgstr "डोमेन नाम" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "डोमेन नाम" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "विनà¥à¤¯à¤¾à¤¸ फाइल लिखने में विफल: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6122,8 +6168,9 @@ msgid "DATA" msgstr "आंकड़ा" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "बà¥à¤²à¥‰à¤• किया" +#, fuzzy +msgid "idle" +msgstr "XML फाइल" #: src/virsh.c:6294 msgid "paused" @@ -6768,7 +6815,7 @@ msgstr "डोमेन सूचना गलत domid सांखà¥à¤¯à¤¿à¤• msgid "domain information incomplete, missing uuid" msgstr "डोमेन सूचना अपूरà¥à¤£, गà¥à¤® uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "डोमेन सूचना अपूरà¥à¤£, गà¥à¤® नाम" @@ -6831,207 +6878,207 @@ msgstr "अपà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ डिकà¥à¤Ÿ नोड" msgid "unknown graphics type '%s'" msgstr "अजà¥à¤žà¤¾à¤¤ OS पà¥à¤°à¤•à¤¾à¤° %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "डोमेन सूचना अपूरà¥à¤£, गà¥à¤® id" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "अजà¥à¤žà¤¾à¤¤ OS पà¥à¤°à¤•à¤¾à¤° %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "Xend डोमेन सूचना विशà¥à¤²à¥‡à¤·à¤£ में विफल" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "विनà¥à¤¯à¤¾à¤¸ फाइल वाकà¥à¤¯ रचना तà¥à¤°à¥à¤Ÿà¤¿" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "Xend डोमेन सूचना विशà¥à¤²à¥‡à¤·à¤£ में विफल" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "%s डोमेन सà¥à¤¥à¤—म में विफल" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "लकà¥à¤·à¥à¤¯ यà¥à¤•à¥à¤¤à¤¿ पà¥à¤°à¤•à¤¾à¤°" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "अपà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ मान नोड" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "नोड सà¥à¤®à¥ƒà¤¤à¤¿" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "ऑपरेशन विफल" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "अपरिभाषित डोमेन %s में विफल" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "ऑपरेशन विफल: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "होसà¥à¤Ÿà¤¨à¥‡à¤® पाने में विफल" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "Xend डोमेन सूचना विशà¥à¤²à¥‡à¤·à¤£ में विफल" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "निषà¥à¤•à¥à¤°à¤¿à¤¯ डोमेन %s बनाने में विफल\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "डोमेन सूचना अपूरà¥à¤£, गà¥à¤® नाम" # done by Ravi -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "अजà¥à¤žà¤¾à¤¤" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "होसà¥à¤Ÿà¤¨à¥‡à¤® पाने में विफल" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "डोमेन सूचना अपूरà¥à¤£, गà¥à¤® uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "डोमेन सूचना अपूरà¥à¤£, गà¥à¤® uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "%s में अवैध तरà¥à¤•" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "%s को पढ़ने के लिये खोलने में विफल" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "'%s' खोलने में विफल: %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "अपà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ mime पà¥à¤°à¤•à¤¾à¤°" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "अपà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ mime पà¥à¤°à¤•à¤¾à¤°" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "अपà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ mime पà¥à¤°à¤•à¤¾à¤°" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "अपà¥à¤°à¤¤à¥à¤¯à¤¾à¤¶à¤¿à¤¤ मान नोड" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "नोड डोमेन सूची" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "लाइबà¥à¤°à¥‡à¤°à¥€ कॉल विफल रहा, संभवतः समरà¥à¤¥à¤¿à¤¤ नहीं" @@ -7209,6 +7256,9 @@ msgstr "नया संदरà¥à¤­ दें" msgid "failed to connect to Xen Store" msgstr "Xen भंडार में जà¥à¤¡à¤¼à¤¨à¥‡ में विफल" +#~ msgid "blocked" +#~ msgstr "बà¥à¤²à¥‰à¤• किया" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "लकà¥à¤·à¥à¤¯ यà¥à¤•à¥à¤¤à¤¿ पà¥à¤°à¤•à¤¾à¤°" @@ -7285,10 +7335,6 @@ msgstr "Xen भंडार में जà¥à¤¡à¤¼à¤¨à¥‡ में विफल" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "विनà¥à¤¯à¤¾à¤¸ फाइल लिखने में विफल: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "विनà¥à¤¯à¤¾à¤¸ फाइल लिखने में विफल: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "सà¥à¤®à¥ƒà¤¤à¤¿ संभाजित करने में विफल" diff --git a/po/hr.po b/po/hr.po index 145ee062ca..7c3c87d060 100644 --- a/po/hr.po +++ b/po/hr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: hr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-10-08 05:22+0100\n" "Last-Translator: Renato Pavicic translator-shop.org>\n" "Language-Team: CROATIAN \n" @@ -765,37 +765,37 @@ msgstr "" msgid "storage_vol not found" msgstr "Mreža nije pronaÄ‘ena" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "dodjeljivanje konfiguracije" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "neodreÄ‘eni broj" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "neodreÄ‘eni niz" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "oÄekuje se vrijednost" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "oÄekuje se razdjelnik u popisu" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "popis nije zatvoren s ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "oÄekuje se naziv" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "oÄekuje se razdjelnik" @@ -803,17 +803,17 @@ msgstr "oÄekuje se razdjelnik" msgid "expecting an assignment" msgstr "oÄekuje se dodjeljivanje" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "dodijeli novi meÄ‘uspremnik" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "otvaranje datoteke nije uspjelo" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "spremanje sadržaja nije uspjelo" @@ -1134,7 +1134,7 @@ msgstr "nepoznata vrsta OS %s" msgid "cannot extract disk devices" msgstr "ureÄ‘aj suÄelja" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "Vrsta ciljanog ureÄ‘aja" @@ -1234,12 +1234,12 @@ msgstr "neoÄekivana MIME vrsta" msgid "unexpected char type %d" msgstr "neoÄekivana MIME vrsta" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "neoÄekivana MIME vrsta" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "neoÄekivana MIME vrsta" @@ -1643,22 +1643,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "ID domene ili UUID" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "naziv neaktivne domene" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "naziv neaktivne domene" @@ -1723,7 +1723,7 @@ msgstr "Otvaranje '%s' nije uspjelo: %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" @@ -1782,7 +1782,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "nepoznata vrsta OS %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1798,22 +1798,47 @@ msgstr "" msgid "no config file for %s" msgstr "pogreÅ¡ka u sintaksi konfiguracijske datoteke: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "nije moguće uspostaviti vezu s %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "nije moguće uspostaviti vezu s %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "razrjeÅ¡avanje naziva mreže" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "nepravilna MAC adresa" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC adresa" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operacija nije uspjela" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "pogreÅ¡ka u sintaksi konfiguracijske datoteke: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "nije moguće uspostaviti vezu s %s" @@ -1850,10 +1875,10 @@ msgstr "Domena je joÅ¡ pokrenuta" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "nije moguće uspostaviti vezu s %s" @@ -1863,54 +1888,54 @@ msgstr "nije moguće uspostaviti vezu s %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "nije moguće uspostaviti vezu s %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "nije moguće uspostaviti vezu s %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "promijeni broj virtualnih CPU-a" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domena je joÅ¡ pokrenuta" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "nije moguće uspostaviti vezu s %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "nepoznata vrsta OS %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "nije moguće uspostaviti vezu s %s" @@ -1975,7 +2000,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Otvaranje '%s' nije uspjelo: %s" @@ -1995,7 +2020,7 @@ msgstr "Mreža %s je pokrenuta\n" msgid "Network type %d is not supported" msgstr "Mreža %s je pokrenuta\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Otvaranje '%s' nije uspjelo: %s" @@ -2035,627 +2060,632 @@ msgstr "neispravan pokazivaÄ domene pri" msgid "failed to allocate space for argv string" msgstr "Dodjeljivanje memorije nije uspjelo" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "Zapisivanje datoteke zapisnika nije uspjelo" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "raÅ¡Älanjivanje podataka Xend domene nije uspjelo" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Pokretanje mreže %s nije uspjelo" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Pronalaženje mreže nije uspjelo: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "nedovoljno memorije" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "nedovoljno memorije" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "Zapisivanje datoteke zapisnika nije uspjelo" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "dodijeli novi kontekst" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "dohvaćanje domene '%s' nije uspjelo" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operacija nije uspjela" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domena je aktivna" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "Zapisivanje datoteke zapisnika nije uspjelo" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "Zapisivanje datoteke zapisnika nije uspjelo" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "Zapisivanje datoteke zapisnika nije uspjelo" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "dohvaćanje mreže '%s' nije uspjelo" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "Zapisivanje datoteke zapisnika nije uspjelo" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "neoÄekivani Ävor rjeÄnika" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "dodjeljivanje Ävora nije uspjelo" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "dodjeljivanje Ävora nije uspjelo" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domena je aktivna" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "otvaranje %s za Äitanje nije uspjelo" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "dohvaćanje mreže '%s' nije uspjelo" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "neoÄekivani Ävor rjeÄnika" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Otvaranje '%s' nije uspjelo: %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "Dodjeljivanje memorije nije uspjelo" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "NUMA slobodna memorija" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domena %s već postoji" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domena %s već postoji" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domena je joÅ¡ pokrenuta" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operacija nije uspjela" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operacija nije uspjela" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "dodjeljivanje Ävora nije uspjelo" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "naziv neaktivne domene" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "dohvaćanje UUID-a domene nije uspjelo" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Izrada XML nije uspjela" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Zapisivanje u prikljuÄak %d nije uspjelo\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Zapisivanje u prikljuÄak %d nije uspjelo\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "nedovoljno memorije" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operacija nije uspjela" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "naziv neaktivne domene" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "uklanjanje definicije neaktivne domene" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "pozivanje biblioteke nije uspjelo, možda nije podržano" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Izrada XML nije uspjela" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "uÄitavanje datoteka definicija domena" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "Ävor, popis domena" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "Äitanje iz demona Xen nije uspjelo" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Izrada XML nije uspjela" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Izrada XML nije uspjela" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domena je aktivna" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Izrada XML nije uspjela" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Pokretanje domene %s nije uspjelo" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Nastavljanje domene %s nije uspjelo" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "Dodjeljivanje memorije nije uspjelo" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "ureÄ‘aj suÄelja" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "Vrsta ciljanog ureÄ‘aja" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "ureÄ‘aj suÄelja" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "uÄitavanje datoteke definicija raÄunala" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "ureÄ‘aj suÄelja" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "uÄitavanje datoteke definicija raÄunala" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "uklanjanje definicije neaktivne domene" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "naziv neaktivne domene" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "neispravan argument pri %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domena nije pronaÄ‘ena: %s" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "neispravan argument pri %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "naziv domene" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domena je aktivna" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "podaci mreže u XML datoteci" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "dodjeljivanje Ävora nije uspjelo" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Spremanje domene %s na lokaciju %s nije uspjelo" @@ -3171,62 +3201,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Otvaranje '%s' nije uspjelo: %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3349,7 +3390,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3368,17 +3409,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3493,27 +3534,32 @@ msgstr "naziv domene" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "naziv domene" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6083,8 +6129,9 @@ msgid "DATA" msgstr "PODATAK" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blokirano" +#, fuzzy +msgid "idle" +msgstr "XML datoteka" #: src/virsh.c:6294 msgid "paused" @@ -6719,7 +6766,7 @@ msgstr "podaci domene nisu ispravni, domid nije broj" msgid "domain information incomplete, missing uuid" msgstr "podaci domene nisu potpuni, nedostaje uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "podaci domene nisu potpuni, nedostaje name" @@ -6786,205 +6833,205 @@ msgstr "neoÄekivani Ävor rjeÄnika" msgid "unknown graphics type '%s'" msgstr "nepoznata vrsta OS %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "podaci domene nisu potpuni, nedostaje id" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "nepoznata vrsta OS %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 msgid "failed to parse topology information" msgstr "raÅ¡Älanjivanje informacije topologije nije uspjelo" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "pogreÅ¡ka u sintaksi konfiguracijske datoteke" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "raÅ¡Älanjivanje podataka Xend domene nije uspjelo" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Obustavljanje domene %s nije uspjelo" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "Vrsta ciljanog ureÄ‘aja" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "neoÄekivani Ävor vrijednosti" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "Ävor, memorija" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operacija nije uspjela" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Uklanjanje definicije domene %s nije uspjelo" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operacija nije uspjela: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "Dohvaćanje naziva raÄunala hipervizora nije uspjelo" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "raÅ¡Älanjivanje podataka Xend domene nije uspjelo" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Izrada neaktivne domene %s nije uspjela\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "podaci domene nisu potpuni, nedostaje name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "Nepoznato" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "Dohvaćanje naziva raÄunala hipervizora nije uspjelo" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "podaci domene nisu potpuni, nedostaje uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "podaci domene nisu potpuni, nedostaje uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "neispravan argument pri %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "otvaranje %s za Äitanje nije uspjelo" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Otvaranje '%s' nije uspjelo: %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "neoÄekivana MIME vrsta" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "neoÄekivana MIME vrsta" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "neoÄekivana MIME vrsta" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "neoÄekivani Ävor vrijednosti" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "Ävor, popis domena" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "pozivanje biblioteke nije uspjelo, možda nije podržano" @@ -7162,6 +7209,9 @@ msgstr "dodijeli novi kontekst" msgid "failed to connect to Xen Store" msgstr "uspostavljanje veze sa Xen Store nije uspjelo" +#~ msgid "blocked" +#~ msgstr "blokirano" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "Vrsta ciljanog ureÄ‘aja" @@ -7238,10 +7288,6 @@ msgstr "uspostavljanje veze sa Xen Store nije uspjelo" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "zapisivanje konfiguracijske datoteke %s nije uspjelo" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "Dodjeljivanje memorije nije uspjelo" diff --git a/po/hu.po b/po/hu.po index e768d76d64..130e316d4b 100644 --- a/po/hu.po +++ b/po/hu.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-05-03 21:23+0200\n" "Last-Translator: Arpad Biro \n" "Language-Team: \n" @@ -773,37 +773,37 @@ msgstr "" msgid "storage_vol not found" msgstr "hálózatnév vagy -uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "konfiguráció lefoglalása" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "lezáratlan szám" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "lezáratlan szöveg" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "egy érték várása" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "egy lista elválasztó várása" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "a lista nincs lezárva egy ] jellel" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "egy név várása" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "egy elválasztó várása" @@ -811,17 +811,17 @@ msgstr "egy elválasztó várása" msgid "expecting an assignment" msgstr "egy hozzárendelés várása" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "új puffer lefoglalása" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "a fájl megnyitása nem sikerült" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "a tartalom mentése nem sikerült" @@ -1142,7 +1142,7 @@ msgstr "ismeretlen OS-típus: %s" msgid "cannot extract disk devices" msgstr "Nem lehet meghatározni a(z) %s futó felügyelÅ‘ verzióját\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "váratlan MIME-típus" @@ -1239,12 +1239,12 @@ msgstr "váratlan MIME-típus" msgid "unexpected char type %d" msgstr "váratlan MIME-típus" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "váratlan MIME-típus" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "váratlan MIME-típus" @@ -1648,22 +1648,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "tartományazonosító vagy -uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "az inaktív tartomány neve" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "az inaktív tartomány neve" @@ -1728,7 +1728,7 @@ msgstr "%s tartomány felfüggesztése nem sikerült" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "a beállítási fájl írása nem sikerült: %s" @@ -1787,7 +1787,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "ismeretlen OS-típus: %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1803,22 +1803,47 @@ msgstr "" msgid "no config file for %s" msgstr "formai hiba a beállítási fájlban: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "nem lehet csatlakozni ehhez: %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "nem lehet csatlakozni ehhez: %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "tartomány-fájlnév feloldása" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "érvénytelen argumentum ebben: %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "érvénytelen argumentum ebben: %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "művelet nem sikerült" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "%s tartomány felfüggesztése nem sikerült" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "formai hiba a beállítási fájlban: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "nem lehet csatlakozni ehhez: %s" @@ -1855,10 +1880,10 @@ msgstr "A tartomány még fut" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "nem lehet csatlakozni ehhez: %s" @@ -1868,54 +1893,54 @@ msgstr "nem lehet csatlakozni ehhez: %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "nem lehet csatlakozni ehhez: %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "nem lehet csatlakozni ehhez: %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "virtuális processzorok számának megváltoztatása" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "A tartomány még fut" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "nem lehet csatlakozni ehhez: %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "ismeretlen OS-típus: %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "nem lehet csatlakozni ehhez: %s" @@ -1979,7 +2004,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "%s tartomány felfüggesztése nem sikerült" @@ -1999,7 +2024,7 @@ msgstr "%s hálózat elindítva\n" msgid "Network type %d is not supported" msgstr "%s hálózat elindítva\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "%s tartomány felfüggesztése nem sikerült" @@ -2039,627 +2064,632 @@ msgstr "érvénytelen tartománymutató itt:" msgid "failed to allocate space for argv string" msgstr "csomópont lefoglalása nem sikerült" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "a beállítási fájl írása nem sikerült" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "Xend-tartományinformáció értelmezése nem sikerült" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "%s hálózat indítása nem sikerült" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "%s tartomány felfüggesztése nem sikerült" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Nem sikerült eltávolítani a(z) %s hálózat definícióját" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "nincs több memória" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "nincs több memória" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "%s tartomány felfüggesztése nem sikerült" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "a beállítási fájl írása nem sikerült" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "új környezet lefoglalása" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "\"%s\" tartomány lekérdezése nem sikerült" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "művelet nem sikerült" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "A tartomány már aktív" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "a beállítási fájl írása nem sikerült" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "a beállítási fájl írása nem sikerült" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "%s tartomány felfüggesztése nem sikerült" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "a beállítási fájl írása nem sikerült" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "'%s' hálózat lekérdezése nem sikerült" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "a beállítási fájl írása nem sikerült" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "váratlan \"dict\" csomópont" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "csomópont lefoglalása nem sikerült" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "csomópont lefoglalása nem sikerült" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "A tartomány már aktív" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "a beállítási fájl írása nem sikerült: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "%s tartomány felfüggesztése nem sikerült" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "%s tartomány felfüggesztése nem sikerült" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "%s tartomány felfüggesztése nem sikerült" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "nem sikerült olvasásra megnyitni ezt: %s" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "%s tartomány felfüggesztése nem sikerült" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "%s tartomány felfüggesztése nem sikerült" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "'%s' hálózat lekérdezése nem sikerült" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "váratlan \"dict\" csomópont" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "%s tartomány felfüggesztése nem sikerült" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "csomópont lefoglalása nem sikerült" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Felhasznált memória:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "%s tartomány már létezik" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "%s tartomány már létezik" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "A tartomány még fut" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "művelet nem sikerült" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "művelet nem sikerült" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "csomópont lefoglalása nem sikerült" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "az inaktív tartomány neve" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "%s tartomány felfüggesztése nem sikerült" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "nem sikerült lekérdezni a tartomány-UUID-t" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "%d aljazat olvasása nem sikerült\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "%d aljazat írása nem sikerült\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "%d aljazat írása nem sikerült\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "nincs több memória" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "művelet nem sikerült" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "az inaktív tartomány neve" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "egy inaktív tartomány definíciójának eltávolítása" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "%s tartomány felfüggesztése nem sikerült" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "könyvtári hívás nem sikerült, valószínűleg nincs támogatva" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "%d aljazat olvasása nem sikerült\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "tartomány-definíciós fájl betöltése" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "csomópont - tartománylista" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "nem sikerült olvasni a Xen-szolgáltatásból" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "%d aljazat olvasása nem sikerült\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "%d aljazat olvasása nem sikerült\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "A tartomány már aktív" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "%d aljazat olvasása nem sikerült\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "%s tartomány indítása nem sikerült" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "%s tartomány felélesztése nem sikerült" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "csomópont lefoglalása nem sikerült" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Nem lehet meghatározni a(z) %s futó felügyelÅ‘ verzióját\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "váratlan MIME-típus" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "egy inaktív tartomány definíciójának eltávolítása" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "gépdefiníciós fájl betöltése" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "egy inaktív tartomány definíciójának eltávolítása" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "gépdefiníciós fájl betöltése" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "egy inaktív tartomány definíciójának eltávolítása" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "az inaktív tartomány neve" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "%s tartomány felfüggesztése nem sikerült" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "érvénytelen argumentum ebben: %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "A tartomány vissza lett állítva ebbÅ‘l: %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "érvénytelen argumentum ebben: %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "tartománynév" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "A tartomány már aktív" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "hálózatinformáció XML-ben" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "csomópont lefoglalása nem sikerült" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Nem sikerült menteni a(z) %s tartományt ide: %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "%s tartomány felfüggesztése nem sikerült" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "%s tartomány felfüggesztése nem sikerült" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "%s tartomány felfüggesztése nem sikerült" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "tartománynév" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "tartománynév" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "a beállítási fájl írása nem sikerült: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6117,8 +6163,8 @@ msgid "DATA" msgstr "ADAT" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blokkolt" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6759,7 +6805,7 @@ msgstr "a tartományinformáció helytelen - a domid nem numerikus" msgid "domain information incomplete, missing uuid" msgstr "a tartományinformáció nem teljes - hiányzik az uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "a tartományinformáció nem teljes - hiányzik a név" @@ -6823,206 +6869,206 @@ msgstr "váratlan \"dict\" csomópont" msgid "unknown graphics type '%s'" msgstr "ismeretlen OS-típus: %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "a tartományinformáció nem teljes - hiányzik az id" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "ismeretlen OS-típus: %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "Xend-tartományinformáció értelmezése nem sikerült" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "formai hiba a beállítási fájlban" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "Xend-tartományinformáció értelmezése nem sikerült" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "%s tartomány felfüggesztése nem sikerült" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "váratlan MIME-típus" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "váratlan érték-csomópont" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "csomópont - memória" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "művelet nem sikerült" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Nem sikerült eltávolítani a(z) %s tartomány definícióját" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "művelet nem sikerült: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "nem sikerült lekérdezni a felügyelÅ‘ típusát" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "Xend-tartományinformáció értelmezése nem sikerült" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "%s inaktív tartomány létrehozása nem sikerült\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "a tartományinformáció nem teljes - hiányzik a név" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "ismeretlen gép" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "nem sikerült lekérdezni a felügyelÅ‘ típusát" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "a tartományinformáció nem teljes - hiányzik az uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "a tartományinformáció nem teljes - hiányzik az uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "érvénytelen argumentum ebben: %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "nem sikerült olvasásra megnyitni ezt: %s" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "%s tartomány felfüggesztése nem sikerült" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "váratlan MIME-típus" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "váratlan MIME-típus" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "váratlan MIME-típus" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "váratlan érték-csomópont" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "csomópont - tartománylista" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "könyvtári hívás nem sikerült, valószínűleg nincs támogatva" @@ -7200,6 +7246,9 @@ msgstr "új környezet lefoglalása" msgid "failed to connect to Xen Store" msgstr "nem sikerült csatlakozni a Xen-tárolóhoz" +#~ msgid "blocked" +#~ msgstr "blokkolt" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "érvénytelen argumentum ebben: %s" @@ -7276,10 +7325,6 @@ msgstr "nem sikerült csatlakozni a Xen-tárolóhoz" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "a beállítási fájl írása nem sikerült: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "a beállítási fájl írása nem sikerült: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "csomópont lefoglalása nem sikerült" diff --git a/po/hy.po b/po/hy.po index c94d596d91..b0f327a746 100644 --- a/po/hy.po +++ b/po/hy.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/id.po b/po/id.po index fcbcb18805..c59c06dc80 100644 --- a/po/id.po +++ b/po/id.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-09-14 04:27+0700\n" "Last-Translator: Teguh DC \n" "Language-Team: LDP Linux Indonesia \n" @@ -767,37 +767,37 @@ msgstr "" msgid "storage_vol not found" msgstr "Jaringan tidak ditemukan" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "mengalokasikan konfigurasi" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "nomer yang tidak ditutup" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "string yang tidak ditutup" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "daftar tidak ditutup dengan ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "" @@ -805,17 +805,17 @@ msgstr "" msgid "expecting an assignment" msgstr "" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "alokasikan buffer baru" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "gagal membuka berkas" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "gagal menyimpan konten" @@ -1135,7 +1135,7 @@ msgstr "jenis OS %s tidak diketahui" msgid "cannot extract disk devices" msgstr "gagal mengalokasikan node" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "operasi gagal" @@ -1230,12 +1230,12 @@ msgstr "data yang tidak diharapkan '%s'" msgid "unexpected char type %d" msgstr "data yang tidak diharapkan '%s'" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "data yang tidak diharapkan '%s'" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "data yang tidak diharapkan '%s'" @@ -1634,22 +1634,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "id domain atau uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "nama domain yg nonaktif" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "nama domain yg nonaktif" @@ -1714,7 +1714,7 @@ msgstr "Gagal membuka '%s': %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "gagal menulis berkas konfigurasi: %s" @@ -1773,7 +1773,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "jenis OS %s tidak diketahui" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1789,22 +1789,47 @@ msgstr "" msgid "no config file for %s" msgstr "kesalahan sintak berkas konfigurasi: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "tidak dapat terkoneksi ke %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "tidak dapat terkoneksi ke %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "nama jaringan target" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "alamat MAC salah" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "alamat MAC" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operasi gagal" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Gagal membuka '%s': %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "kesalahan sintak berkas konfigurasi: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "tidak dapat terkoneksi ke %s" @@ -1841,10 +1866,10 @@ msgstr "Domain masih tetap berjalan" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "tidak dapat terkoneksi ke %s" @@ -1854,54 +1879,54 @@ msgstr "tidak dapat terkoneksi ke %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "tidak dapat terkoneksi ke %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "tidak dapat terkoneksi ke %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "ubah jumlah CPU virtual" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain masih tetap berjalan" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "tidak dapat terkoneksi ke %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "jenis OS %s tidak diketahui" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "tidak dapat terkoneksi ke %s" @@ -1965,7 +1990,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Gagal membuka '%s': %s" @@ -1985,7 +2010,7 @@ msgstr "Jaringan tidak ditemukan" msgid "Network type %d is not supported" msgstr "" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Gagal membuka '%s': %s" @@ -2025,623 +2050,628 @@ msgstr "nama domain" msgid "failed to allocate space for argv string" msgstr "Gagal mengalokasikan memory" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "gagal menulis pada berkas log" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "berkas yang berisi XML keterangan domain" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Gagal memulai jaringan %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Gagal membuka '%s': %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Gagal menemukan jaringan: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "kehabisan memori" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "kehabisan memori" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Gagal membuka '%s': %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "gagal menulis pada berkas log" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "mengalokasikan domain" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "gagal mendapatkan domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operasi gagal" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain sudah aktif" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "gagal menulis pada berkas log" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "gagal menulis pada berkas log" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Gagal membuka '%s': %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "gagal menulis pada berkas log" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "gagal mendapatkan jaringan '%s" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "gagal menulis pada berkas log" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 msgid "Got unexpected pid, damn\n" msgstr "" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "gagal mengalokasikan node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Gagal menyimpan domain %s ke %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Gagal menyimpan domain %s ke %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Gagal menyimpan domain %s ke %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Gagal menyimpan domain %s ke %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Gagal menyimpan domain %s ke %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "gagal mengalokasikan node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Gagal menyimpan domain %s ke %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Gagal menyimpan domain %s ke %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Gagal menyimpan domain %s ke %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Gagal menyimpan domain %s ke %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Gagal menyimpan domain %s ke %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain sudah aktif" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "gagal menulis berkas konfigurasi: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Gagal membuka '%s': %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Gagal membuka '%s': %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Gagal membuka '%s': %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "gagal membuka berkas %s" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Gagal membuka '%s': %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Gagal membuka '%s': %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "gagal mendapatkan jaringan '%s" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 msgid "Got unexpected pid for dnsmasq\n" msgstr "" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Gagal membuka '%s': %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "Gagal mengalokasikan memory" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Memory terpakai:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s sudah ada" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s sudah ada" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain masih tetap berjalan" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operasi gagal" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operasi gagal" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "gagal mengalokasikan node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "nama domain yg nonaktif" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "gagal mendapatkan UUID domain" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "gagal mendapatkan UUID domain" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Gagal membuat XML" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Gagal menulis ke soket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Gagal menulis ke soket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "kehabisan memori" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operasi gagal" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "nama domain yg nonaktif" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "nama domain yg nonaktif" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Gagal membuka '%s': %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 msgid "cpu affinity is not supported" msgstr "" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Gagal membuat XML" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "berkas yang berisi XML keterangan domain" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 msgid "cannot read domain image" msgstr "" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "Gagal membuat XML" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Gagal membuat XML" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Gagal membuat XML" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain sudah aktif" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Gagal membuat XML" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Gagal menjalankan domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "gagal mendapatkan UUID domain" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "Gagal mengalokasikan memory" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "gagal mengalokasikan node" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "operasi gagal" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "nama domain yg nonaktif" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "memuat berkas definisi host" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "nama domain yg nonaktif" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "memuat berkas definisi host" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "nama domain yg nonaktif" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "nama domain yg nonaktif" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Gagal menyimpan domain %s ke %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Gagal membuka '%s': %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "argumen di %s tidak valid" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain tidak ditemukan: %s" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "argumen di %s tidak valid" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "nama domain" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain sudah aktif" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "informasi jaringan dalam XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "gagal mengalokasikan node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Gagal menyimpan domain %s ke %s" @@ -3157,62 +3187,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Gagal membuka '%s': %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3334,7 +3375,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3353,17 +3394,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Gagal membuka '%s': %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Gagal membuka '%s': %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3477,27 +3518,32 @@ msgstr "nama domain" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "nama domain" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "gagal menulis berkas konfigurasi: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6046,8 +6092,9 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "" +#, fuzzy +msgid "idle" +msgstr "berkas XML" #: src/virsh.c:6294 msgid "paused" @@ -6658,7 +6705,7 @@ msgstr "" msgid "domain information incomplete, missing uuid" msgstr "informasi domain tidak lengkap, uuid tidak ada" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "informasi domain tidak lengkap, name tidak ada" @@ -6721,204 +6768,204 @@ msgstr "Gagal membuka '%s': %s" msgid "unknown graphics type '%s'" msgstr "jenis OS %s tidak diketahui" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "informasi domain tidak lengkap, domid tidak ada" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "jenis OS %s tidak diketahui" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "gagal mendapatkan informasi node" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "kesalahan sintak berkas konfigurasi" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Gagal mematikan domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "operasi gagal" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 msgid "unexpected value from on_xend_start" msgstr "" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "memori node" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operasi gagal" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Gagal menentukan jaringan dari %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operasi gagal: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "Gagal mendapatkan nama-host" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "berkas yang berisi XML keterangan domain" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "informasi domain tidak lengkap, name tidak ada" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "Tidak diketahui" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "Gagal mendapatkan nama-host" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "informasi domain tidak lengkap, uuid tidak ada" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "informasi domain tidak lengkap, uuid tidak ada" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "argumen di %s tidak valid" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "gagal membuka berkas %s" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Gagal membuka '%s': %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "data yang tidak diharapkan '%s'" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "data yang tidak diharapkan '%s'" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "operasi gagal" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "data yang tidak diharapkan '%s'" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 msgid "no HVM domain loader" msgstr "" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 msgid "hotplug of device type not supported" msgstr "" @@ -7099,10 +7146,6 @@ msgstr "" #~ msgid "invalid interface type: %s" #~ msgstr "argumen di %s tidak valid" -#, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "nama jaringan target" - #, fuzzy #~ msgid "No storage for bridge name" #~ msgstr "Tidak dapat memverifikasi MemorySize saat ini" @@ -7167,10 +7210,6 @@ msgstr "" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "gagal menulis berkas konfigurasi: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "gagal menulis berkas konfigurasi: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "Gagal mengalokasikan memory" diff --git a/po/is.po b/po/is.po index c94d596d91..b0f327a746 100644 --- a/po/is.po +++ b/po/is.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/it.po b/po/it.po index 7b85a10b50..cd5b866366 100644 --- a/po/it.po +++ b/po/it.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2008-03-12 09:54+0100\n" "Last-Translator: Francesco Tombolini \n" "Language-Team: \n" @@ -791,36 +791,36 @@ msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgid "storage_vol not found" msgstr "Volume di storage non trovato" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "assegnazione configurazione in corso" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "numero non terminato" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "stringa non terminata" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "mancanza di un valore" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "mancanza separatore in elenco" -#: src/conf.c:473 +#: src/conf.c:477 msgid "list is not closed with ]" msgstr "l'elenco non termina con ]" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "mancanza di un nome" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "mancanza di un separatore" @@ -828,16 +828,16 @@ msgstr "mancanza di un separatore" msgid "expecting an assignment" msgstr "mancanza di un incarico" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 msgid "allocate buffer" msgstr "assegnazione buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "impossibile aprire un file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "impossibile salvare il contenuto" @@ -1157,7 +1157,7 @@ msgstr "tipo di auth sconosciuta '%s'" msgid "cannot extract disk devices" msgstr "impossibile estrarre dispositivi sorgente" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "tipo di storage di volume non supportato %d" @@ -1257,12 +1257,12 @@ msgstr "tipo mime inaspettato" msgid "unexpected char type %d" msgstr "tipo mime inaspettato" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "tipo mime inaspettato" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "tipo mime inaspettato" @@ -1660,22 +1660,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "non ci sono domini con id corrispondente: %d" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "nome del dominio inattivo" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "nome del dominio inattivo" @@ -1740,7 +1740,7 @@ msgstr "impossibile eseguire lo stat del file '%s': %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "impossibile creare la directory di configurazione %s: %s" @@ -1799,7 +1799,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "tipo di auth sconosciuta '%s'" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1817,22 +1817,47 @@ msgstr "" msgid "no config file for %s" msgstr "nessun file di configurazione per %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "errore di parsing dell'URI di connessione" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "errore di parsing dell'URI di connessione" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "risoluzione filename della rete" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "indirizzo MAC non valido" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "Indirizzo MAC" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operazione fallita" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Impossibile eseguire il parsing della modalità '%s'" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "nessun file di configurazione per %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "errore di parsing dell'URI di connessione" @@ -1870,10 +1895,10 @@ msgstr "Il dominio non è in esecuzione" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "impossibile collegarsi a %s" @@ -1883,55 +1908,55 @@ msgstr "impossibile collegarsi a %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "errore di parsing dell'URI di connessione" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "impossibile collegarsi a %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "modifica numero di CPU virtuali" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 #, fuzzy msgid "no domain with matching id" msgstr "non ci sono domini con id corrispondente: %d" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Il dominio non è in esecuzione" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "errore di parsing dell'URI di connessione" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "tipo di auth sconosciuta '%s'" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "errore di parsing dell'URI di connessione" @@ -1996,7 +2021,7 @@ msgstr "Stato di uscita inaspettato da qemu %d pid %lu" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "Stato inaspettato di uscita '%d', qemu è probabilmente fallito" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "impossibile leggere la directory %s: %s" @@ -2016,7 +2041,7 @@ msgstr "Rete %s avviata\n" msgid "Network type %d is not supported" msgstr "ai_socktype non supportato" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "impossibile impostare la modalità del file '%s': %s" @@ -2056,650 +2081,655 @@ msgstr "puntatore di dominio non valido in" msgid "failed to allocate space for argv string" msgstr "Impossibile allocare memoria per l'elenco di configurazione %s" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "Impossibile impostare il flag close-on-exec del file descriptor" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "Impossibile impostare il flag non-blocking del file descriptor" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Impossibile avviare automaticamente la rete '%s': %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Impossibile avviare automaticamente la VM '%s': %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Impossibile trovare il record utente per l'uid '%d': %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "memoria esaurita in asprintf" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "qemudStartup: memoria esaurita" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 #, fuzzy msgid "Reloading iptables rules\n" msgstr "Ricaricamento regole iptables" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, fuzzy, c-format msgid "Failure while reading %s startup output: %s" msgstr "scrittura output fallita: %s\n" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "impossibile aprire tty %s: %s\n" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 #, fuzzy msgid "Unable to set monitor close-on-exec flag" msgstr "Impossibile impostare il flag close-on-exec del file descriptor" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "Impossibile loggare i dati della VM console: %s" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "alloca dict" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "impossibile ottenere il dominio '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operazione fallita" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Il dominio risulta essere già attivo" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "%s: impossibile scrivere il file di log: %s" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "Impossibile chiudere il file di log %d: %s" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "impossibile leggere la directory %s: %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "Impossibile scrivere argv sul file di log %d: %s" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "Chiusura VM '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "Impossibile chiudere il file di log %d: %s" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "E' stato ottenuto un pid inaspettato" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "impossibile allocare un nodo" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "" "Impossibile aggiungere la regola iptables '%s' alla catena '%s' nella tavola " "'%s': %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "" "Impossibile aggiungere la regola iptables '%s' alla catena '%s' nella tavola " "'%s': %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Impossibile salvare le regole di iptables su %s : %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "" "Impossibile aggiungere la regola iptables '%s' alla catena '%s' nella tavola " "'%s': %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "" "Impossibile aggiungere la regola iptables '%s' alla catena '%s' nella tavola " "'%s': %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "impossibile allocare un nodo" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "" "Impossibile aggiungere la regola iptables '%s' alla catena '%s' nella tavola " "'%s': %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "" "Impossibile aggiungere la regola iptables '%s' alla catena '%s' nella tavola " "'%s': %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "" "Impossibile aggiungere la regola iptables '%s' alla catena '%s' nella tavola " "'%s': %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "" "Impossibile aggiungere la regola iptables '%s' alla catena '%s' nella tavola " "'%s': %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "" "Impossibile aggiungere la regola iptables '%s' alla catena '%s' nella tavola " "'%s': %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Il dominio risulta essere già attivo" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "impossibile creare il percorso '%s': %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "impossibile impostare la modalità del file '%s': %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "impossibile impostare la modalità del file '%s': %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Impossibile chiudere il bridge '%s': %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "impossibile aprire in lettura %s" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Impossibile chiudere il bridge '%s': %s\n" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Impossibile eliminare il bridge '%s': %s\n" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "Chiusura rete '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "Ottenuto pid inaspettato per dnsmasq\n" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "impossibile aprire tty %s: %s\n" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "Impossibile allocare memoria per l'elenco di configurazione %s" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 #, fuzzy msgid "NUMA not supported on this host" msgstr "Servname non supportato per ai_socktype" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Memoria libera NUMA" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "il dominio %s è già esistente" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "il dominio %s è già esistente" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "non ci sono domini con id corrispondente: %d" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 msgid "domain is not running" msgstr "Il dominio non è in esecuzione" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operazione fallita" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operazione fallita" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "impossibile allocare un nodo" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, fuzzy, c-format msgid "no domain with matching uuid '%s'" msgstr "non ci sono domini con id corrispondente: %d" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "nome del dominio inattivo" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Impossibile sospendere il dominio %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "impossibile ottenere l'UUID del dominio" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Impossibile creare il volume %s" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Impossibile scrivere su " -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Impossibile scrivere su " -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "memoria esaurita" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operazione fallita" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 #, fuzzy msgid "'migrate' not supported by this qemu" msgstr "'info blockstats' non è supportato da questo qemu" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "nome del dominio inattivo" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "rimuovere la definizione di un dominio inattivo" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "impossibile impostare il proprietario del file '%s': %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "ai_family non supportata" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Impossibile determinare il contesto del file di %s: %s" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "carica file di definizione del dominio" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "impossibile leggere fd" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "impossibile leggere da un demone Xen" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Impossibile leggere" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "impossibile generare XML" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Il dominio risulta essere già attivo" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "impossibile generare XML" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Impossibile avviare il pool %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Impossibile ripristinare il dominio %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "Impossibile allocare memoria per l'elenco di configurazione %s" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "impossibile estrarre dispositivi sorgente" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "tipo di storage di volume non supportato %d" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "impossibile estrarre dispositivi sorgente" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "caricamento file di definizione host in corso" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "impossibile estrarre dispositivi sorgente" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "caricamento file di definizione host in corso" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "rimuovere la definizione di un dominio inattivo" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "nome del dominio inattivo" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Impossibile creare il symlink '%s' su '%s': %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Impossibile eliminare il symlink '%s': %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, c-format msgid "invalid path: %s" msgstr "percorso non valido: %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "comando fallito 'info blockstats'" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "'info blockstats' non è supportato da questo qemu" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, c-format msgid "device not found: %s (%s)" msgstr "dispositivo non trovato: %s (%s)" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "percorso non valido: %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "comando fallito 'info blockstats'" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 #, fuzzy msgid "no network with matching uuid" msgstr "non ci sono pool con uuid corrispondente" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 #, fuzzy msgid "no network with matching name" msgstr "non ci sono pool con nome corrispondente" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Il dominio risulta essere già attivo" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "non ci sono pool con uuid corrispondente" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "impossibile allocare un nodo" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Impossibile creare il symlink '%s' su '%s': %s" @@ -3224,61 +3254,72 @@ msgstr "stato di uscita non-zero dal comando %d" msgid "%s not implemented on Win32" msgstr "la console non è implementata su questa piattaforma" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "formato di pool non supportato %s" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "formato di pool non supportato %d" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "formato di volume non supportato %s" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "formato di volume non supportato %d" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "volume" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "extent del volume" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "impossibile determinare la locazione d'inizio del dispositivo" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "impossibile determinare la locazione finale del dispositivo" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "extents" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "non ci sono estensioni libere abbastanza grandi" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" -msgstr "I pool di dischi non sono ancora supportati" +#: src/storage_backend_disk.c:502 +#, fuzzy, c-format +msgid "Couldn't read volume target path '%s'. %s" +msgstr "impossibile creare il percorso '%s': %s" + +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "impossibile leggere l'header '%s': %s" #: src/storage_backend_fs.c:358 #, c-format @@ -3397,7 +3438,7 @@ msgid "cannot extend file '%s': %s" msgstr "impossibile estendere il file '%s': %s" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "impossibile leggere il percorso '%s': %s" @@ -3416,17 +3457,17 @@ msgstr "tipo di storage di volume non supportato %d" msgid "creation of non-raw images is not supported without qemu-img" msgstr "la creazione di un immagine non-raw non è supportata senza qemu-img" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, c-format msgid "cannot set file owner '%s': %s" msgstr "impossibile impostare il proprietario del file '%s': %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, c-format msgid "cannot set file mode '%s': %s" msgstr "impossibile impostare la modalità del file '%s': %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "impossibile chiudere il file '%s': %s" @@ -3538,26 +3579,31 @@ msgstr "comando fallito 'info blockstats'" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 msgid "command line" msgstr "linea di comando" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "impossibile aprire il dispositivo %s" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "impossibile cancellare l'header del dispositivo %s" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "impossibile chiudere il dispositivo %s" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "impossibile leggere la directory %s: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "impossibile trovare il volume appena creato '%s': %s" @@ -6070,8 +6116,9 @@ msgid "DATA" msgstr "DATI" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "bloccato" +#, fuzzy +msgid "idle" +msgstr "file" #: src/virsh.c:6294 msgid "paused" @@ -6695,7 +6742,7 @@ msgstr "informazioni del dominio non corrette, domid non numerico" msgid "domain information incomplete, missing uuid" msgstr "informazioni del dominio incomplete, uuid mancante" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "informazioni del dominio incomplete, nome mancante" @@ -6758,87 +6805,87 @@ msgstr "nodo dict inaspettato" msgid "unknown graphics type '%s'" msgstr "tipo di auth sconosciuta '%s'" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "informazioni del dominio incomplete, id mancante" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "Tipo di OS sconosciuto %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 msgid "failed to parse topology information" msgstr "errore nel parsing delle informazioni sulla topologia" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 msgid "topology syntax error" msgstr "errore di sintassi della topologia" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "errore nel parsing delle informazioni del dominio Xend" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 #, fuzzy msgid "xenDaemonDomainFetch failed to find this domain" msgstr "xenDaemonDomainDumpXMLByName impossibile trovare questo dominio" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Impossibile creare il pool %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "tipo di storage di volume non supportato %d" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 #, fuzzy msgid "xenDaemonGetAutostart failed to find this domain" msgstr "xenDaemonDomainDumpXMLByID impossibile trovare questo dominio" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 #, fuzzy msgid "xenDaemonSetAutostart failed to find this domain" msgstr "xenDaemonDomainDumpXMLByID impossibile trovare questo dominio" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "nodo valore inaspettato" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "memoria del nodo" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operazione fallita" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Impossibile definire il pool %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operazione fallita: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "impossibile ottenere il nome host" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" @@ -6846,7 +6893,7 @@ msgstr "" "xenDaemonDomainMigrate: Xen non supporta la rinomina del dominio durante la " "migrazione" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" @@ -6854,115 +6901,115 @@ msgstr "" "xenDaemonDomainMigrate: Xen non supporta la limitazione di banda durante la " "migrazione" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "xenDaemonDomainMigrate: flag non supportato" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "xenDaemonDomainMigrate: URI non valido" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" "xenDaemonDomainMigrate: solo le migrazioni xenmigr:// sono supportate da Xen" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "xenDaemonDomainMigrate: un hostname deve essere specificato nell'URI" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "strdup fallito" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "xenDaemonDomainMigrate: numero di porta non valido" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 msgid "failed to parse domain description" msgstr "errore nel parsing della descrizione del dominio" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Impossibile creare il dominio inattivo %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "informazioni del dominio incomplete, nome mancante" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "Errore sconosciuto" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "impossibile ottenere il nome host" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "informazioni del dominio incomplete, uuid mancante" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "informazioni del dominio incomplete, uuid mancante" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 #, fuzzy msgid "domainBlockPeek is not supported for dom0" msgstr "ai_socktype non supportato" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "percorso non valido: %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "impossibile aprire in lettura %s" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Impossibile chiudere il file del pid '%s' : %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "tipo mime inaspettato" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "tipo mime inaspettato" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "tipo di storage di volume non supportato %d" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "nodo valore inaspettato" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 msgid "no HVM domain loader" msgstr "loader di dominio HVM non presente" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "ai_socktype non supportato" @@ -7140,6 +7187,12 @@ msgstr "assegna nuovo contesto" msgid "failed to connect to Xen Store" msgstr "impossibile connettersi allo Xen Store" +#~ msgid "Disk pools are not yet supported" +#~ msgstr "I pool di dischi non sono ancora supportati" + +#~ msgid "blocked" +#~ msgstr "bloccato" + #, fuzzy #~ msgid "Domain config filename '%s' does not match domain name '%s'" #~ msgstr "" @@ -7230,10 +7283,6 @@ msgstr "impossibile connettersi allo Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "impossibile creare il file di configurazione %s: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "impossibile leggere la directory %s: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "Impossibile allocare memoria per l'elenco di configurazione %s" diff --git a/po/ja.po b/po/ja.po index c0548f9d16..d27a6dadb3 100644 --- a/po/ja.po +++ b/po/ja.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: ja\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-12-15 13:56+0900\n" "Last-Translator: Hyu_gabaru Ryu_ichi \n" "Language-Team: Japanese \n" @@ -775,37 +775,37 @@ msgstr "" msgid "storage_vol not found" msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "設定を割り当ã¦ä¸­" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "終り方ãŒä¸é©åˆ‡ãªæ•°å­—ã§ã™" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "終り方ãŒä¸é©åˆ‡ãªæ–‡å­—列ã§ã™" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "値を予期ã—ã¦ã„ã¾ã™" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "一覧ã«ã‚»ãƒ‘レーターを予期ã—ã¦ã„ã¾ã™" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "一覧㌠] ã§é–‰ã˜ã‚‰ã‚Œã¦ã„ã¾ã›ã‚“" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "åå‰ã‚’予期ã—ã¦ã„ã¾ã™" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "セパレーターを予期ã—ã¦ã„ã¾ã™" @@ -813,16 +813,16 @@ msgstr "セパレーターを予期ã—ã¦ã„ã¾ã™" msgid "expecting an assignment" msgstr "割り当ã¦ã‚’予期ã—ã¦ã„ã¾ã™" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 msgid "allocate buffer" msgstr "ãƒãƒƒãƒ•ã‚¡ã‚’割り当ã¦" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "ファイルを開ãã®ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "内容ã®ä¿å­˜ã«å¤±æ•—ã—ã¾ã—ãŸ" @@ -1143,7 +1143,7 @@ msgstr "ä¸æ˜Žãª OS タイプ %s" msgid "cannot extract disk devices" msgstr "インターフェース装置" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "ターゲット装置タイプ" @@ -1243,12 +1243,12 @@ msgstr "予期ã—ãªã„ mime タイプ" msgid "unexpected char type %d" msgstr "予期ã—ãªã„ mime タイプ" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "予期ã—ãªã„ mime タイプ" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "予期ã—ãªã„ mime タイプ" @@ -1651,22 +1651,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "ドメイン id ã¾ãŸã¯ uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "åœæ­¢çŠ¶æ…‹ã®ãƒ‰ãƒ¡ã‚¤ãƒ³å" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "åœæ­¢çŠ¶æ…‹ã®ãƒ‰ãƒ¡ã‚¤ãƒ³å" @@ -1731,7 +1731,7 @@ msgstr "'%s' ã‚’é–‹ãã®ã«å¤±æ•—: %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "設定ファイルã®æ›¸ãè¾¼ã¿ã«å¤±æ•—ã—ã¾ã—ãŸ: %s" @@ -1790,7 +1790,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "ä¸æ˜Žãª OS タイプ %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1806,22 +1806,47 @@ msgstr "" msgid "no config file for %s" msgstr "設定ファイルã®æ§‹æ–‡ã‚¨ãƒ©ãƒ¼: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "接続 URI ã®æ§‹æ–‡è§£æžãŒã§ãã¾ã›ã‚“ã§ã—ãŸ" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "接続 URI ã®æ§‹æ–‡è§£æžãŒã§ãã¾ã›ã‚“ã§ã—ãŸ" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ãƒ•ã‚¡ã‚¤ãƒ«åを解決中" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "無効㪠MAC アドレス" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC アドレス" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "æ“作ã¯å¤±æ•—ã—ã¾ã—ãŸ" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "'%s' ã‚’é–‹ãã®ã«å¤±æ•—: %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "設定ファイルã®æ§‹æ–‡ã‚¨ãƒ©ãƒ¼: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "接続 URI ã®æ§‹æ–‡è§£æžãŒã§ãã¾ã›ã‚“ã§ã—ãŸ" @@ -1858,10 +1883,10 @@ msgstr "ドメインã¯ã¾ã å®Ÿè¡Œä¸­ã§ã™" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "%s ã«æŽ¥ç¶šã§ãã¾ã›ã‚“ã§ã—ãŸ" @@ -1871,54 +1896,54 @@ msgstr "%s ã«æŽ¥ç¶šã§ãã¾ã›ã‚“ã§ã—ãŸ" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "接続 URI ã®æ§‹æ–‡è§£æžãŒã§ãã¾ã›ã‚“ã§ã—ãŸ" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "%s ã«æŽ¥ç¶šã§ãã¾ã›ã‚“ã§ã—ãŸ" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "仮想 CPU æ•°ã®å¤‰æ›´" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "ドメインã¯ã¾ã å®Ÿè¡Œä¸­ã§ã™" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "接続 URI ã®æ§‹æ–‡è§£æžãŒã§ãã¾ã›ã‚“ã§ã—ãŸ" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "ä¸æ˜Žãª OS タイプ %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "接続 URI ã®æ§‹æ–‡è§£æžãŒã§ãã¾ã›ã‚“ã§ã—ãŸ" @@ -1982,7 +2007,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "'%s' ã‚’é–‹ãã®ã«å¤±æ•—: %s" @@ -2002,7 +2027,7 @@ msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ %s ãŒèµ·å‹•ã•ã‚Œã¾ã—ãŸ\n" msgid "Network type %d is not supported" msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ %s ãŒèµ·å‹•ã•ã‚Œã¾ã—ãŸ\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "'%s' ã‚’é–‹ãã®ã«å¤±æ•—: %s" @@ -2042,627 +2067,632 @@ msgstr "無効ãªãƒ‰ãƒ¡ã‚¤ãƒ³ãƒã‚¤ãƒ³ã‚¿ãƒ¼" msgid "failed to allocate space for argv string" msgstr "メモリーã®å‰²ã‚Šå½“ã¦ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "%s: ログファイルã®æ›¸ãè¾¼ã¿ã«å¤±æ•—ã—ã¾ã—ãŸ: %s" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "Xend ドメイン情報ã®è§£æžã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ %s ã®èµ·å‹•ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "'%s' ã‚’é–‹ãã®ã«å¤±æ•—: %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ %s を見ã¤ã‘られã¾ã›ã‚“ã§ã—ãŸ" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "メモリーä¸è¶³" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "メモリーä¸è¶³" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "'%s' ã‚’é–‹ãã®ã«å¤±æ•—: %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "%s: ログファイルã®æ›¸ãè¾¼ã¿ã«å¤±æ•—ã—ã¾ã—ãŸ: %s" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "æ–°ã—ã„コンテキストã®å‰²ã‚Šå½“ã¦" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "ドメイン '%s' ã®å–å¾—ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "æ“作ã¯å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "ドメインã¯ã™ã§ã«ã‚¢ã‚¯ãƒ†ã‚£ãƒ–ã«ãªã£ã¦ã„ã¾ã™" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "%s: ログファイルã®æ›¸ãè¾¼ã¿ã«å¤±æ•—ã—ã¾ã—ãŸ: %s" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "%s: ログファイルã®æ›¸ãè¾¼ã¿ã«å¤±æ•—ã—ã¾ã—ãŸ: %s" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "'%s' ã‚’é–‹ãã®ã«å¤±æ•—: %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "%s: ログファイルã®æ›¸ãè¾¼ã¿ã«å¤±æ•—ã—ã¾ã—ãŸ: %s" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ '%s' ã®å–å¾—ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "%s: ログファイルã®æ›¸ãè¾¼ã¿ã«å¤±æ•—ã—ã¾ã—ãŸ: %s" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "予期ã—ãªã„ dict ノード" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "ノードã®å‰²ã‚Šå½“ã¦ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "ドメイン %s ã® %s ã¸ã®ä¿å­˜ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "ドメイン %s ã® %s ã¸ã®ä¿å­˜ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "ドメイン %s ã® %s ã¸ã®ä¿å­˜ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "ドメイン %s ã® %s ã¸ã®ä¿å­˜ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "ドメイン %s ã® %s ã¸ã®ä¿å­˜ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "ノードã®å‰²ã‚Šå½“ã¦ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "ドメイン %s ã® %s ã¸ã®ä¿å­˜ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "ドメイン %s ã® %s ã¸ã®ä¿å­˜ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "ドメイン %s ã® %s ã¸ã®ä¿å­˜ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "ドメイン %s ã® %s ã¸ã®ä¿å­˜ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "ドメイン %s ã® %s ã¸ã®ä¿å­˜ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "ドメインã¯ã™ã§ã«ã‚¢ã‚¯ãƒ†ã‚£ãƒ–ã«ãªã£ã¦ã„ã¾ã™" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "設定ファイルã®æ›¸ãè¾¼ã¿ã«å¤±æ•—ã—ã¾ã—ãŸ: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "'%s' ã‚’é–‹ãã®ã«å¤±æ•—: %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "'%s' ã‚’é–‹ãã®ã«å¤±æ•—: %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "'%s' ã‚’é–‹ãã®ã«å¤±æ•—: %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "読ã¿è¾¼ã¿ã®ãŸã‚ %s ã‚’é–‹ãã®ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "'%s' ã‚’é–‹ãã®ã«å¤±æ•—: %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "'%s' ã‚’é–‹ãã®ã«å¤±æ•—: %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ '%s' ã®å–å¾—ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "予期ã—ãªã„ dict ノード" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "'%s' ã‚’é–‹ãã®ã«å¤±æ•—: %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "メモリーã®å‰²ã‚Šå½“ã¦ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "NUMA 空ãメモリー:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "ドメイン %s ã¯ã™ã§ã«å­˜åœ¨ã—ã¦ã„ã¾ã™" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "ドメイン %s ã¯ã™ã§ã«å­˜åœ¨ã—ã¦ã„ã¾ã™" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "ドメインã¯ã¾ã å®Ÿè¡Œä¸­ã§ã™" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "æ“作ã¯å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "æ“作ã¯å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "ノードã®å‰²ã‚Šå½“ã¦ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "åœæ­¢çŠ¶æ…‹ã®ãƒ‰ãƒ¡ã‚¤ãƒ³å" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "ドメイン %s ã®ä¸€æ™‚åœæ­¢ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "ドメイン UUID ã®å–å¾—ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "XML ã®ä½œæˆã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "ソケット %d ã®æ›¸ãè¾¼ã¿ã«å¤±æ•—ã—ã¾ã—ãŸ\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "ソケット %d ã®æ›¸ãè¾¼ã¿ã«å¤±æ•—ã—ã¾ã—ãŸ\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "メモリーä¸è¶³" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "æ“作ã¯å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "åœæ­¢çŠ¶æ…‹ã®ãƒ‰ãƒ¡ã‚¤ãƒ³å" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "åœæ­¢çŠ¶æ…‹ã®ãƒ‰ãƒ¡ã‚¤ãƒ³ã®å‰Šé™¤" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "'%s' ã‚’é–‹ãã®ã«å¤±æ•—: %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "ライブラリー呼出ã—ãŒå¤±æ•—ã—ã¾ã—ãŸã€ã‚µãƒãƒ¼ãƒˆã•ã‚Œã¦ã„ãªã„å¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "XML ã®ä½œæˆã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "ドメインã®å®šç¾©ãƒ•ã‚¡ã‚¤ãƒ«ã‚’ロード" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "ノードドメイン一覧" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "Xen デーモンã‹ã‚‰ã®èª­ã¿è¾¼ã¿ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "XML ã®ä½œæˆã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "XML ã®ä½œæˆã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "ドメインã¯ã™ã§ã«ã‚¢ã‚¯ãƒ†ã‚£ãƒ–ã«ãªã£ã¦ã„ã¾ã™" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "XML ã®ä½œæˆã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "ドメイン %s ã®èµ·å‹•ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "ドメイン %s ã®å†é–‹ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "メモリーã®å‰²ã‚Šå½“ã¦ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "インターフェース装置" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "ターゲット装置タイプ" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "インターフェース装置" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "ホストã®å®šç¾©ãƒ•ã‚¡ã‚¤ãƒ«ã‚’ロード中" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "インターフェース装置" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "ホストã®å®šç¾©ãƒ•ã‚¡ã‚¤ãƒ«ã‚’ロード中" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "åœæ­¢çŠ¶æ…‹ã®ãƒ‰ãƒ¡ã‚¤ãƒ³ã®å‰Šé™¤" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "åœæ­¢çŠ¶æ…‹ã®ãƒ‰ãƒ¡ã‚¤ãƒ³å" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "ドメイン %s ã® %s ã¸ã®ä¿å­˜ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "'%s' ã‚’é–‹ãã®ã«å¤±æ•—: %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "%s ã§ç„¡åŠ¹ãªå¼•æ•°ã§ã™" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "ドメインã¯è¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ã§ã—ãŸ: %s " -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "%s ã§ç„¡åŠ¹ãªå¼•æ•°ã§ã™" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "ドメインå" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "ドメインã¯ã™ã§ã«ã‚¢ã‚¯ãƒ†ã‚£ãƒ–ã«ãªã£ã¦ã„ã¾ã™" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ã®æƒ…報を XML å½¢å¼ã§è¡¨ç¤º" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "ノードã®å‰²ã‚Šå½“ã¦ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "ドメイン %s ã® %s ã¸ã®ä¿å­˜ã«å¤±æ•—ã—ã¾ã—ãŸ" @@ -3179,62 +3209,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "'%s' ã‚’é–‹ãã®ã«å¤±æ•—: %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3357,7 +3398,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3376,17 +3417,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "'%s' ã‚’é–‹ãã®ã«å¤±æ•—: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "'%s' ã‚’é–‹ãã®ã«å¤±æ•—: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3501,27 +3542,32 @@ msgstr "ドメインå" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "ドメインå" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "設定ファイルã®æ›¸ãè¾¼ã¿ã«å¤±æ•—ã—ã¾ã—ãŸ: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6078,8 +6124,9 @@ msgid "DATA" msgstr "データ" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "ブロックã•ã‚Œã¦ã„ã¾ã™" +#, fuzzy +msgid "idle" +msgstr "XML ファイル" #: src/virsh.c:6294 msgid "paused" @@ -6713,7 +6760,7 @@ msgstr "ドメイン情報ãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“ã€domid ã¯æ•°å€¤ã§ã¯ã‚ msgid "domain information incomplete, missing uuid" msgstr "ドメイン情報ãŒä¸å®Œå…¨ã§ã™ã€uuid ãŒä¸è¶³ã—ã¦ã„ã¾ã™" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "ドメイン情報ãŒä¸å®Œå…¨ã§ã™ã€name ãŒä¸è¶³ã—ã¦ã„ã¾ã™" @@ -6776,204 +6823,204 @@ msgstr "予期ã—ãªã„ dict ノード" msgid "unknown graphics type '%s'" msgstr "ä¸æ˜Žãª OS タイプ %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "ドメイン情報ãŒä¸å®Œå…¨ã§ã™ã€id ãŒä¸è¶³ã—ã¦ã„ã¾ã™" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "ä¸æ˜Žãª OS タイプ %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 msgid "failed to parse topology information" msgstr "トãƒãƒ­ã‚¸ãƒ¼æƒ…å ±ã®è§£æžã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 msgid "topology syntax error" msgstr "トãƒãƒ­ã‚¸ãƒ¼ã®æ§‹æ–‡ã‚¨ãƒ©ãƒ¼" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "Xend ドメイン情報ã®è§£æžã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "ドメイン %s ã®ä¸€æ™‚åœæ­¢ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "ターゲット装置タイプ" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "予期ã—ãªã„ value ノード" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "ノードメモリー" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "æ“作ã¯å¤±æ•—ã—ã¾ã—ãŸ" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "ドメイン %s ã®å®šç¾©ã®å‰Šé™¤ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "æ“作ã¯å¤±æ•—ã—ã¾ã—ãŸ: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "ホストåã®å–å¾—ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "Xend ドメイン情報ã®è§£æžã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "åœæ­¢ä¸­ã®ãƒ‰ãƒ¡ã‚¤ãƒ³ %s ã®ä½œæˆã«å¤±æ•—ã—ã¾ã—ãŸ\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "ドメイン情報ãŒä¸å®Œå…¨ã§ã™ã€name ãŒä¸è¶³ã—ã¦ã„ã¾ã™" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "ä¸æ˜Ž" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "ホストåã®å–å¾—ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "ドメイン情報ãŒä¸å®Œå…¨ã§ã™ã€uuid ãŒä¸è¶³ã—ã¦ã„ã¾ã™" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "ドメイン情報ãŒä¸å®Œå…¨ã§ã™ã€uuid ãŒä¸è¶³ã—ã¦ã„ã¾ã™" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "%s ã§ç„¡åŠ¹ãªå¼•æ•°ã§ã™" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "読ã¿è¾¼ã¿ã®ãŸã‚ %s ã‚’é–‹ãã®ã«å¤±æ•—ã—ã¾ã—ãŸ" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "'%s' ã‚’é–‹ãã®ã«å¤±æ•—: %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "予期ã—ãªã„ mime タイプ" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "予期ã—ãªã„ mime タイプ" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "予期ã—ãªã„ mime タイプ" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "予期ã—ãªã„ value ノード" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "ノードドメイン一覧" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "ライブラリー呼出ã—ãŒå¤±æ•—ã—ã¾ã—ãŸã€ã‚µãƒãƒ¼ãƒˆã•ã‚Œã¦ã„ãªã„å¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™" @@ -7151,6 +7198,9 @@ msgstr "æ–°ã—ã„コンテキストã®å‰²ã‚Šå½“ã¦" msgid "failed to connect to Xen Store" msgstr "Xen Store ã¸ã®æŽ¥ç¶šã«å¤±æ•—ã—ã¾ã—ãŸ" +#~ msgid "blocked" +#~ msgstr "ブロックã•ã‚Œã¦ã„ã¾ã™" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "ターゲット装置タイプ" @@ -7227,10 +7277,6 @@ msgstr "Xen Store ã¸ã®æŽ¥ç¶šã«å¤±æ•—ã—ã¾ã—ãŸ" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "設定ファイルã®æ›¸ãè¾¼ã¿ã«å¤±æ•—ã—ã¾ã—ãŸ: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "設定ファイルã®æ›¸ãè¾¼ã¿ã«å¤±æ•—ã—ã¾ã—ãŸ: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "メモリーã®å‰²ã‚Šå½“ã¦ã«å¤±æ•—ã—ã¾ã—ãŸ" diff --git a/po/ka.po b/po/ka.po index c94d596d91..b0f327a746 100644 --- a/po/ka.po +++ b/po/ka.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/kn.po b/po/kn.po index 02a2b2f5b7..db831c188b 100644 --- a/po/kn.po +++ b/po/kn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: kn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-09-25 17:59+0530\n" "Last-Translator: Shankar Prasad \n" "Language-Team: Kannada \n" @@ -770,36 +770,36 @@ msgstr "" msgid "storage_vol not found" msgstr "ಜಾಲಬಂಧವೠಕಂಡೠಬಂದಿಲà³à²²" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "" -#: src/conf.c:473 +#: src/conf.c:477 msgid "list is not closed with ]" msgstr "" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "ಒಂದೠವಿಭಜಕವನà³à²¨à³ (separator) ನಿರೀಕà³à²·à²¿à²¸à²²à²¾à²—à³à²¤à³à²¤à²¿à²¦à³†" @@ -807,17 +807,17 @@ msgstr "ಒಂದೠವಿಭಜಕವನà³à²¨à³ (separator) ನಿರೀಕ msgid "expecting an assignment" msgstr "ಒಂದೠಪರಿಯೋಜನೆಯನà³à²¨à³(assignment) ನಿರೀಕà³à²·à²¿à²¸à²²à²¾à²—à³à²¤à³à²¤à²¿à²¦à³†" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "ಹೊಸ ಬಫರನà³à²¨à³ ನಿಯೋಜಿಸಲಾಗà³à²¤à³à²¤à²¿à²¦à³†" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "ಕಡತವನà³à²¨à³ ತೆಗೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "ಒಳ ಅಂಶಗಳನà³à²¨à³ ಉಳಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ" @@ -1138,7 +1138,7 @@ msgstr "ಅಜà³à²žà²¾à²¤ OS ಬಗೆ %s" msgid "cannot extract disk devices" msgstr "ಸಂಪರà³à²•à²¸à²¾à²§à²¨" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "ಅನಿರೀಕà³à²·à²¿à²¤ mime ಬಗೆ" @@ -1238,12 +1238,12 @@ msgstr "ಅನಿರೀಕà³à²·à²¿à²¤ mime ಬಗೆ" msgid "unexpected char type %d" msgstr "ಅನಿರೀಕà³à²·à²¿à²¤ mime ಬಗೆ" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "ಅನಿರೀಕà³à²·à²¿à²¤ mime ಬಗೆ" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "ಅನಿರೀಕà³à²·à²¿à²¤ mime ಬಗೆ" @@ -1647,22 +1647,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "ಕà³à²·à³‡à²¤à³à²° id ಅಥವ uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "ನಿಷà³à²•à³à²°à²¿à²¯ ಕà³à²·à³‡à²¤à³à²°à²¦ ಹೆಸರà³" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "ನಿಷà³à²•à³à²°à²¿à²¯ ಕà³à²·à³‡à²¤à³à²°à²¦ ಹೆಸರà³" @@ -1727,7 +1727,7 @@ msgstr "'%s' ಅನà³à²¨à³ ತೆರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತ msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "ಸಂರಚನಾ ಕಡತಕà³à²•à³† ಬರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಎದà³à²°à²¾à²—ಿದೆ: %s" @@ -1786,7 +1786,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "ಅಜà³à²žà²¾à²¤ OS ಬಗೆ %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1802,22 +1802,47 @@ msgstr "" msgid "no config file for %s" msgstr "ಸಂರಚನಾ ಕಡತದಲà³à²²à²¿ ವಾಕà³à²¯à²°à²šà²¨à³† ದೋಷ ಕಂಡೠಬಂದಿದೆ: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "%s ಗೆ ಸಂಪರà³à²• ಹೊಂದಲಾಗಿಲà³à²²" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "%s ಗೆ ಸಂಪರà³à²• ಹೊಂದಲಾಗಿಲà³à²²" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "ಜಾಲಬಂಧ ಕಡತದ ಹೆಸರನà³à²¨à³ ಪರಿಹರಿಸಲಾಗà³à²¤à³à²¤à²¿à²¦à³†" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "ಅಮಾನà³à²¯ MAC ವಿಳಾಸ" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC ವಿಳಾಸ" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "ಕಾರà³à²¯à²¾à²šà²°à²£à³†à²¯à³ ವಿಫಲಗೊಂಡಿದೆ" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "'%s' ಅನà³à²¨à³ ತೆರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ: %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "ಸಂರಚನಾ ಕಡತದಲà³à²²à²¿ ವಾಕà³à²¯à²°à²šà²¨à³† ದೋಷ ಕಂಡೠಬಂದಿದೆ: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "%s ಗೆ ಸಂಪರà³à²• ಹೊಂದಲಾಗಿಲà³à²²" @@ -1854,10 +1879,10 @@ msgstr "ಕà³à²·à³‡à²¤à³à²°à²µà³ ಇನà³à²¨à³‚ ಚಾಲಿತಗೊಳೠmsgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "%s ಗೆ ಸಂಪರà³à²• ಹೊಂದಲಾಗಿಲà³à²²" @@ -1867,54 +1892,54 @@ msgstr "%s ಗೆ ಸಂಪರà³à²• ಹೊಂದಲಾಗಿಲà³à²²" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "%s ಗೆ ಸಂಪರà³à²• ಹೊಂದಲಾಗಿಲà³à²²" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "%s ಗೆ ಸಂಪರà³à²• ಹೊಂದಲಾಗಿಲà³à²²" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "ವಾಸà³à²¤à²µ CPUಗಳ ಸಂಖà³à²¯à³†à²¯à²¨à³à²¨à³ ಬದಲಾಯಿಸà³" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "ಕà³à²·à³‡à²¤à³à²°à²µà³ ಇನà³à²¨à³‚ ಚಾಲಿತಗೊಳà³à²³à³à²¤à³à²¤à²¿à²¦à³†" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "%s ಗೆ ಸಂಪರà³à²• ಹೊಂದಲಾಗಿಲà³à²²" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "ಅಜà³à²žà²¾à²¤ OS ಬಗೆ %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "%s ಗೆ ಸಂಪರà³à²• ಹೊಂದಲಾಗಿಲà³à²²" @@ -1978,7 +2003,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "'%s' ಅನà³à²¨à³ ತೆರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ: %s" @@ -1998,7 +2023,7 @@ msgstr "ಜಾಲಬಂಧವೠಕಂಡೠಬಂದಿಲà³à²²" msgid "Network type %d is not supported" msgstr "" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "'%s' ಅನà³à²¨à³ ತೆರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ: %s" @@ -2038,627 +2063,632 @@ msgstr "ಅಮಾನà³à²¯ ಕà³à²·à³‡à²¤à³à²° ಸೂಚಕ(domain pointer)" msgid "failed to allocate space for argv string" msgstr "ಒಂದೠಜಾಲಘಟಕವನà³à²¨à³ ನಿಯೋಜಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಎದà³à²°à²¾à²—ಿದೆ" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "ಸಂರಚನಾ ಕಡತಕà³à²•à³† ಬರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಎದà³à²°à²¾à²—ಿದೆ: %s" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "Xend ಕà³à²·à³‡à²¤à³à²°à²¦ ಶಬà³à²§ ಲಕà³à²·à²£ ಹೇಳà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "'%s' ಅನà³à²¨à³ ತೆರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ: %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "'%s' ಅನà³à²¨à³ ತೆರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ: %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "ಜಾಲಬಂಧವನà³à²¨à³ ಪತà³à²¤à³† ಮಾಡà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "ಸಾಕಾಗà³à²µà²·à³à²Ÿà³ ಮೆಮೊರಿ ಇಲà³à²²" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "ಸಾಕಾಗà³à²µà²·à³à²Ÿà³ ಮೆಮೊರಿ ಇಲà³à²²" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "'%s' ಅನà³à²¨à³ ತೆರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ: %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "ಸಂರಚನಾ ಕಡತಕà³à²•à³† ಬರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಎದà³à²°à²¾à²—ಿದೆ: %s" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "ಹೊಸ ಸನà³à²¨à²¿à²µà³‡à²¶à²µà²¨à³à²¨à³ ನಿಯೋಜಿಸà³" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "'%s' ಅನà³à²¨à³ ತೆರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ: %s" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "ಕಾರà³à²¯à²¾à²šà²°à²£à³†à²¯à³ ವಿಫಲಗೊಂಡಿದೆ" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "ಕà³à²·à³‡à²¤à³à²°à²µà³ ಈಗಾಗಲೆ ಸಕà³à²°à²¿à²¯à²µà²¾à²—ಿದೆ" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "ಸಂರಚನಾ ಕಡತಕà³à²•à³† ಬರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಎದà³à²°à²¾à²—ಿದೆ: %s" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "ಸಂರಚನಾ ಕಡತಕà³à²•à³† ಬರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಎದà³à²°à²¾à²—ಿದೆ: %s" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "'%s' ಅನà³à²¨à³ ತೆರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ: %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "ಸಂರಚನಾ ಕಡತಕà³à²•à³† ಬರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಎದà³à²°à²¾à²—ಿದೆ: %s" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, c-format msgid "Shutting down VM '%s'\n" msgstr "" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "ಸಂರಚನಾ ಕಡತಕà³à²•à³† ಬರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಎದà³à²°à²¾à²—ಿದೆ: %s" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "ಅನಿರೀಕà³à²·à²¿à²¤ dict ಜಾಲಘಟಕ" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "ಒಂದೠಜಾಲಘಟಕವನà³à²¨à³ ನಿಯೋಜಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಎದà³à²°à²¾à²—ಿದೆ" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "%s ಕà³à²·à³‡à²¤à³à²°à²µà²¨à³à²¨à³ %s ಗೆ ಉಳಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಉಂಟಾಗಿದೆ" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "%s ಕà³à²·à³‡à²¤à³à²°à²µà²¨à³à²¨à³ %s ಗೆ ಉಳಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಉಂಟಾಗಿದೆ" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "%s ಕà³à²·à³‡à²¤à³à²°à²µà²¨à³à²¨à³ %s ಗೆ ಉಳಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಉಂಟಾಗಿದೆ" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "%s ಕà³à²·à³‡à²¤à³à²°à²µà²¨à³à²¨à³ %s ಗೆ ಉಳಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಉಂಟಾಗಿದೆ" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "%s ಕà³à²·à³‡à²¤à³à²°à²µà²¨à³à²¨à³ %s ಗೆ ಉಳಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಉಂಟಾಗಿದೆ" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "ಒಂದೠಜಾಲಘಟಕವನà³à²¨à³ ನಿಯೋಜಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಎದà³à²°à²¾à²—ಿದೆ" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "%s ಕà³à²·à³‡à²¤à³à²°à²µà²¨à³à²¨à³ %s ಗೆ ಉಳಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಉಂಟಾಗಿದೆ" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "%s ಕà³à²·à³‡à²¤à³à²°à²µà²¨à³à²¨à³ %s ಗೆ ಉಳಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಉಂಟಾಗಿದೆ" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "%s ಕà³à²·à³‡à²¤à³à²°à²µà²¨à³à²¨à³ %s ಗೆ ಉಳಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಉಂಟಾಗಿದೆ" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "%s ಕà³à²·à³‡à²¤à³à²°à²µà²¨à³à²¨à³ %s ಗೆ ಉಳಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಉಂಟಾಗಿದೆ" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "%s ಕà³à²·à³‡à²¤à³à²°à²µà²¨à³à²¨à³ %s ಗೆ ಉಳಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಉಂಟಾಗಿದೆ" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "ಕà³à²·à³‡à²¤à³à²°à²µà³ ಈಗಾಗಲೆ ಸಕà³à²°à²¿à²¯à²µà²¾à²—ಿದೆ" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "ಸಂರಚನಾ ಕಡತಕà³à²•à³† ಬರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಎದà³à²°à²¾à²—ಿದೆ: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "'%s' ಅನà³à²¨à³ ತೆರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ: %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "'%s' ಅನà³à²¨à³ ತೆರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ: %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "'%s' ಅನà³à²¨à³ ತೆರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ: %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "%s ಅನà³à²¨à³ ಓದಲೠತೆರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಉಂಟಾಗಿದೆ" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "'%s' ಅನà³à²¨à³ ತೆರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ: %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "'%s' ಅನà³à²¨à³ ತೆರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ: %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, c-format msgid "Shutting down network '%s'\n" msgstr "" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "ಅನಿರೀಕà³à²·à²¿à²¤ dict ಜಾಲಘಟಕ" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "'%s' ಅನà³à²¨à³ ತೆರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ: %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "ಒಂದೠಜಾಲಘಟಕವನà³à²¨à³ ನಿಯೋಜಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಎದà³à²°à²¾à²—ಿದೆ" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "ಬಳಸಲಾದ ಮೆಮೊರಿ:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "%s ಕà³à²·à³‡à²¤à³à²°à²µà³ ಈಗಾಗಲೆ ಅಸà³à²¤à²¿à²¤à³à²µà²¦à²²à³à²²à²¿à²¦à³†" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "%s ಕà³à²·à³‡à²¤à³à²°à²µà³ ಈಗಾಗಲೆ ಅಸà³à²¤à²¿à²¤à³à²µà²¦à²²à³à²²à²¿à²¦à³†" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "ಕà³à²·à³‡à²¤à³à²°à²µà³ ಇನà³à²¨à³‚ ಚಾಲಿತಗೊಳà³à²³à³à²¤à³à²¤à²¿à²¦à³†" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "ಕಾರà³à²¯à²¾à²šà²°à²£à³†à²¯à³ ವಿಫಲಗೊಂಡಿದೆ" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "ಕಾರà³à²¯à²¾à²šà²°à²£à³†à²¯à³ ವಿಫಲಗೊಂಡಿದೆ" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "ಒಂದೠಜಾಲಘಟಕವನà³à²¨à³ ನಿಯೋಜಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಎದà³à²°à²¾à²—ಿದೆ" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "ನಿಷà³à²•à³à²°à²¿à²¯ ಕà³à²·à³‡à²¤à³à²°à²¦ ಹೆಸರà³" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "ಕà³à²·à³‡à²¤à³à²° %s ಅನà³à²¨à³ ತಾತà³à²•à²¾à²²à²¿à²• ತಡೆ ಹಿಡಿಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "ಕà³à²·à³‡à²¤à³à²° UUID ಅನà³à²¨à³ ಪಡೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಎದà³à²°à²¾à²—ಿದೆ" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "%s ದಿಂದ ಕà³à²·à³‡à²¤à³à²°à²µà²¨à³à²¨à³ ಸೃಜಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "ಸಾಕೆಟೠ%d ಗೆ ಬರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "ಸಾಕೆಟೠ%d ಗೆ ಬರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "ಸಾಕಾಗà³à²µà²·à³à²Ÿà³ ಮೆಮೊರಿ ಇಲà³à²²" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "ಕಾರà³à²¯à²¾à²šà²°à²£à³†à²¯à³ ವಿಫಲಗೊಂಡಿದೆ" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "ನಿಷà³à²•à³à²°à²¿à²¯ ಕà³à²·à³‡à²¤à³à²°à²¦ ಹೆಸರà³" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "ಒಂದೠನಿಷà³à²•à³à²°à²¿à²¯ ಕà³à²·à³‡à²¤à³à²°à²µà²¨à³à²¨à³ ವಿವರಿಸದಿರà³" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "'%s' ಅನà³à²¨à³ ತೆರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ: %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "ಲೈಬà³à²°à²°à²¿ ಕರೆಯೠವಿಫಲಗೊಂಡಿದೆ, ಬಹà³à²·à²ƒ ಬೆಂಬಲಿತವಾಗಿರದೆ ಇರಬಹà³à²¦à³" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "%s ದಿಂದ ಕà³à²·à³‡à²¤à³à²°à²µà²¨à³à²¨à³ ಸೃಜಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "ಕà³à²·à³‡à²¤à³à²°à²¦ ವಿವರಣಾ ಕಡತವನà³à²¨à³ ಲೋಡೠಮಾಡà³" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "ಜಾಲಘಟಕ ಕà³à²·à³‡à²¤à³à²°à²¦ ಪಟà³à²Ÿà²¿" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "Xen ಡೆಮನಿನಿಂದ ಓದà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಎದà³à²°à²¾à²—ಿದೆ" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "ಸಾಕೆಟೠ%d ಅನà³à²¨à³ ಓದà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "ಜಾಲಘಟಕದ ಬಗà³à²—ೆ ಮಾಹಿತಿಯನà³à²¨à³ ಪಡೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "ಕà³à²·à³‡à²¤à³à²°à²µà³ ಈಗಾಗಲೆ ಸಕà³à²°à²¿à²¯à²µà²¾à²—ಿದೆ" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "ಜಾಲಘಟಕದ ಬಗà³à²—ೆ ಮಾಹಿತಿಯನà³à²¨à³ ಪಡೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "%s ಕà³à²·à³‡à²¤à³à²°à²µà²¨à³à²¨à³ ಆರಂಭಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "%s ಕà³à²·à³‡à²¤à³à²°à²µà²¨à³à²¨à³ ಪà³à²¨à²°à²¾à²°à²‚ಭಗೊಳಿಸಲೠವಿಫಲತೆ" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "ಒಂದೠಜಾಲಘಟಕವನà³à²¨à³ ನಿಯೋಜಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಎದà³à²°à²¾à²—ಿದೆ" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "ಸಂಪರà³à²•à²¸à²¾à²§à²¨" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "ಅನಿರೀಕà³à²·à²¿à²¤ mime ಬಗೆ" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "ಸಂಪರà³à²•à²¸à²¾à²§à²¨" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "ಅತಿಥೇಯ ವಿವರಣಾ ಕಡತವನà³à²¨à³ ಲೋಡೠಮಾಡಲಾಗà³à²¤à³à²¤à²¿à²¦à³†" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "ಸಂಪರà³à²•à²¸à²¾à²§à²¨" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "ಅತಿಥೇಯ ವಿವರಣಾ ಕಡತವನà³à²¨à³ ಲೋಡೠಮಾಡಲಾಗà³à²¤à³à²¤à²¿à²¦à³†" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "ಒಂದೠನಿಷà³à²•à³à²°à²¿à²¯ ಕà³à²·à³‡à²¤à³à²°à²µà²¨à³à²¨à³ ವಿವರಿಸದಿರà³" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "ನಿಷà³à²•à³à²°à²¿à²¯ ಕà³à²·à³‡à²¤à³à²°à²¦ ಹೆಸರà³" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "%s ಕà³à²·à³‡à²¤à³à²°à²µà²¨à³à²¨à³ %s ಗೆ ಉಳಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಉಂಟಾಗಿದೆ" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "'%s' ಅನà³à²¨à³ ತೆರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ: %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "%s ನಲà³à²²à²¿ ಅಮಾನà³à²¯ ಆರà³à²—à³à²¯à³à²®à³†à²‚ಟà³" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "ಕà³à²·à³‡à²¤à³à²°à²µà³ ಕಂಡೠಬಂದಿಲà³à²²: %s" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "%s ನಲà³à²²à²¿ ಅಮಾನà³à²¯ ಆರà³à²—à³à²¯à³à²®à³†à²‚ಟà³" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "ಕà³à²·à³‡à²¤à³à²°à²¦ ಹೆಸರà³" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "ಕà³à²·à³‡à²¤à³à²°à²µà³ ಈಗಾಗಲೆ ಸಕà³à²°à²¿à²¯à²µà²¾à²—ಿದೆ" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "XML ನಲà³à²²à²¿ ಜಾಲಬಂಧ ಮಾಹಿತಿ" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "ಒಂದೠಜಾಲಘಟಕವನà³à²¨à³ ನಿಯೋಜಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಎದà³à²°à²¾à²—ಿದೆ" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "%s ಕà³à²·à³‡à²¤à³à²°à²µà²¨à³à²¨à³ %s ಗೆ ಉಳಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಉಂಟಾಗಿದೆ" @@ -3173,62 +3203,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "'%s' ಅನà³à²¨à³ ತೆರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ: %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3350,7 +3391,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3369,17 +3410,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "'%s' ಅನà³à²¨à³ ತೆರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "'%s' ಅನà³à²¨à³ ತೆರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3493,27 +3534,32 @@ msgstr "ಕà³à²·à³‡à²¤à³à²°à²¦ ಹೆಸರà³" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "ಕà³à²·à³‡à²¤à³à²°à²¦ ಹೆಸರà³" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "ಸಂರಚನಾ ಕಡತಕà³à²•à³† ಬರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಎದà³à²°à²¾à²—ಿದೆ: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6062,8 +6108,9 @@ msgid "DATA" msgstr "ದತà³à²¤à²¾à²‚ಶ" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "" +#, fuzzy +msgid "idle" +msgstr "XML ಕಡತ" #: src/virsh.c:6294 msgid "paused" @@ -6674,7 +6721,7 @@ msgstr "ಕà³à²·à³‡à²¤à³à²°à²¦ ಮಾಹಿತಿಯೠಸರಿಯಿಲೠmsgid "domain information incomplete, missing uuid" msgstr "ಕà³à²·à³‡à²¤à³à²°à²¦ ಮಾಹಿತಿಯೠಅಪೂರà³à²£à²µà²¾à²—ಿದೆ, uuid ಯೠಕಂಡà³à²¬à²‚ದಿಲà³à²²" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "ಕà³à²·à³‡à²¤à³à²°à²¦ ಮಾಹಿತಿಯೠಅಪೂರà³à²£à²µà²¾à²—ಿದೆ, ಹೆಸರೠಕಂಡà³à²¬à²‚ದಿಲà³à²²" @@ -6737,206 +6784,206 @@ msgstr "ಅನಿರೀಕà³à²·à²¿à²¤ dict ಜಾಲಘಟಕ" msgid "unknown graphics type '%s'" msgstr "ಅಜà³à²žà²¾à²¤ OS ಬಗೆ %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "ಕà³à²·à³‡à²¤à³à²°à²¦ ಮಾಹಿತಿಯೠಅಪೂರà³à²£à²µà²¾à²—ಿದೆ, id ಯೠಕಂಡà³à²¬à²‚ದಿಲà³à²²" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "ಅಜà³à²žà²¾à²¤ OS ಬಗೆ %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "Xend ಕà³à²·à³‡à²¤à³à²°à²¦ ಶಬà³à²§ ಲಕà³à²·à²£ ಹೇಳà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "ಸಂರಚನಾ ಕಡತದಲà³à²²à²¿ ವಾಕà³à²¯à²°à²šà²¨à³† ದೋಷ ಕಂಡೠಬಂದಿದೆ" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "Xend ಕà³à²·à³‡à²¤à³à²°à²¦ ಶಬà³à²§ ಲಕà³à²·à²£ ಹೇಳà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "ಕà³à²·à³‡à²¤à³à²° %s ಅನà³à²¨à³ ತಾತà³à²•à²¾à²²à²¿à²• ತಡೆ ಹಿಡಿಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "ಅನಿರೀಕà³à²·à²¿à²¤ mime ಬಗೆ" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "ಅನಿರೀಕà³à²·à²¿à²¤ ಮೌಲà³à²¯ ಜಾಲಘಟಕ" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "ಜಾಲಘಟಕ ಮೆಮೊರಿ" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "ಕಾರà³à²¯à²¾à²šà²°à²£à³†à²¯à³ ವಿಫಲಗೊಂಡಿದೆ" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "%s ಕà³à²·à³‡à²¤à³à²°à²µà²¨à³à²¨à³ ವಿವರಿಸದೇ ಇರà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "ಕಾರà³à²¯à²¾à²šà²°à²£à³†à²¯à³ ವಿಫಲಗೊಂಡಿದೆ: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "%s ಕà³à²·à³‡à²¤à³à²°à²µà²¨à³à²¨à³ ಆರಂಭಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "Xend ಕà³à²·à³‡à²¤à³à²°à²¦ ಶಬà³à²§ ಲಕà³à²·à²£ ಹೇಳà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "ನಿಷà³à²•à³à²°à²¿à²¯ ಕà³à²·à³‡à²¤à³à²° %s ಅನà³à²¨à³ ಸೃಜಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಎದà³à²°à²¾à²—ಿದೆ\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "ಕà³à²·à³‡à²¤à³à²°à²¦ ಮಾಹಿತಿಯೠಅಪೂರà³à²£à²µà²¾à²—ಿದೆ, ಹೆಸರೠಕಂಡà³à²¬à²‚ದಿಲà³à²²" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "ಅಜà³à²žà²¾à²¤" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "ಸಾಕೆಟೠ%d ಅನà³à²¨à³ ಓದà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ\n" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "ಕà³à²·à³‡à²¤à³à²°à²¦ ಮಾಹಿತಿಯೠಅಪೂರà³à²£à²µà²¾à²—ಿದೆ, uuid ಯೠಕಂಡà³à²¬à²‚ದಿಲà³à²²" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "ಕà³à²·à³‡à²¤à³à²°à²¦ ಮಾಹಿತಿಯೠಅಪೂರà³à²£à²µà²¾à²—ಿದೆ, uuid ಯೠಕಂಡà³à²¬à²‚ದಿಲà³à²²" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "%s ನಲà³à²²à²¿ ಅಮಾನà³à²¯ ಆರà³à²—à³à²¯à³à²®à³†à²‚ಟà³" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "%s ಅನà³à²¨à³ ಓದಲೠತೆರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಉಂಟಾಗಿದೆ" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "'%s' ಅನà³à²¨à³ ತೆರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ: %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "ಅನಿರೀಕà³à²·à²¿à²¤ mime ಬಗೆ" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "ಅನಿರೀಕà³à²·à²¿à²¤ mime ಬಗೆ" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "ಅನಿರೀಕà³à²·à²¿à²¤ mime ಬಗೆ" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "ಅನಿರೀಕà³à²·à²¿à²¤ ಮೌಲà³à²¯ ಜಾಲಘಟಕ" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "ಜಾಲಘಟಕ ಕà³à²·à³‡à²¤à³à²°à²¦ ಪಟà³à²Ÿà²¿" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "ಲೈಬà³à²°à²°à²¿ ಕರೆಯೠವಿಫಲಗೊಂಡಿದೆ, ಬಹà³à²·à²ƒ ಬೆಂಬಲಿತವಾಗಿರದೆ ಇರಬಹà³à²¦à³" @@ -7186,10 +7233,6 @@ msgstr "" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "ಸಂರಚನಾ ಕಡತಕà³à²•à³† ಬರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಎದà³à²°à²¾à²—ಿದೆ: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "ಸಂರಚನಾ ಕಡತಕà³à²•à³† ಬರೆಯà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಎದà³à²°à²¾à²—ಿದೆ: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "ಒಂದೠಜಾಲಘಟಕವನà³à²¨à³ ನಿಯೋಜಿಸà³à²µà²²à³à²²à²¿ ವಿಫಲತೆ ಎದà³à²°à²¾à²—ಿದೆ" diff --git a/po/ko.po b/po/ko.po index 02d6219718..ce41d27cd6 100644 --- a/po/ko.po +++ b/po/ko.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ko\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-09-11 09:54+1000\n" "Last-Translator: Eunju Kim \n" "Language-Team: Korean \n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "네트워í¬ë¥¼ ì°¾ì„ ìˆ˜ ì—†ìŒ" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "설정 할당 중" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "종료ë˜ì§€ ì•Šì€ ìˆ«ìž" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "종료ë˜ì§€ ì•Šì€ ë¬¸ìžì—´" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "ê°’ 예ìƒí•˜ê¸°" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "목ë¡ì— 있는 ë¶„ë¦¬ìž ì˜ˆìƒí•˜ê¸°" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "목ë¡ì´ ]ë¡œ 종료ë˜ì§€ ì•ŠìŒ" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "ì´ë¦„ 예ìƒí•˜ê¸°" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "ë¶„ë¦¬ìž ì˜ˆìƒí•˜ê¸°" @@ -809,17 +809,17 @@ msgstr "ë¶„ë¦¬ìž ì˜ˆìƒí•˜ê¸°" msgid "expecting an assignment" msgstr "할당 예ìƒí•˜ê¸°" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "새 ë²„í¼ í• ë‹¹" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "íŒŒì¼ ì—´ê¸° 실패" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "ë‚´ìš© 저장 실패" @@ -1140,7 +1140,7 @@ msgstr "알려지지 ì•Šì€ OS 유형 %s" msgid "cannot extract disk devices" msgstr "ì¸í„°íŽ˜ì´ìŠ¤ 장치" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "ëŒ€ìƒ ìž¥ì¹˜ 유형" @@ -1240,12 +1240,12 @@ msgstr "예ìƒì™¸ì˜ mime 유형" msgid "unexpected char type %d" msgstr "예ìƒì™¸ì˜ mime 유형" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "예ìƒì™¸ì˜ mime 유형" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "예ìƒì™¸ì˜ mime 유형" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "ë„ë©”ì¸ id ë˜ëŠ” uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "비활성화 ë„ë©”ì¸ëª…" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "비활성화 ë„ë©”ì¸ëª…" @@ -1729,7 +1729,7 @@ msgstr "'%s' 열기 실패: %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "설정 íŒŒì¼ ì“°ê¸° 실패: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "알려지지 ì•Šì€ OS 유형 %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "설정 íŒŒì¼ êµ¬ë¬¸ 오류: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "%sì— ì—°ê²°í•  수 ì—†ìŒ" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "%sì— ì—°ê²°í•  수 ì—†ìŒ" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "ë„¤íŠ¸ì›Œí¬ íŒŒì¼ëª… í•´ê²° 중" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "ìž˜ëª»ëœ MAC 주소" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC 주소" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "ìž‘ì—… 실패" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "'%s' 열기 실패: %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "설정 íŒŒì¼ êµ¬ë¬¸ 오류: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "%sì— ì—°ê²°í•  수 ì—†ìŒ" @@ -1856,10 +1881,10 @@ msgstr "ë„ë©”ì¸ì´ ì•„ì§ ì‹¤í–‰ 중" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "%sì— ì—°ê²°í•  수 ì—†ìŒ" @@ -1869,54 +1894,54 @@ msgstr "%sì— ì—°ê²°í•  수 ì—†ìŒ" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "%sì— ì—°ê²°í•  수 ì—†ìŒ" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "%sì— ì—°ê²°í•  수 ì—†ìŒ" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "ê°€ìƒ CPU 수 변경" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "ë„ë©”ì¸ì´ ì•„ì§ ì‹¤í–‰ 중" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "%sì— ì—°ê²°í•  수 ì—†ìŒ" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "알려지지 ì•Šì€ OS 유형 %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "%sì— ì—°ê²°í•  수 ì—†ìŒ" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "'%s' 열기 실패: %s" @@ -2000,7 +2025,7 @@ msgstr "%s ë„¤íŠ¸ì›Œí¬ ì‹œìž‘\n" msgid "Network type %d is not supported" msgstr "%s ë„¤íŠ¸ì›Œí¬ ì‹œìž‘\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "'%s' 열기 실패: %s" @@ -2040,627 +2065,632 @@ msgstr "ìž˜ëª»ëœ ë„ë©”ì¸ í¬ì¸í„°" msgid "failed to allocate space for argv string" msgstr "메모리 할당 실패" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "로그 íŒŒì¼ ì“°ê¸° 실패" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "Xend ë„ë©”ì¸ ì •ë³´ ë¶„ì„ ì‹¤íŒ¨" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "%s ë„¤íŠ¸ì›Œí¬ ì‹œìž‘ 실패" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "'%s' 열기 실패: %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "ë„¤íŠ¸ì›Œí¬ ì°¾ê¸° 실패: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "메모리 부족" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "메모리 부족" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "'%s' 열기 실패: %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "로그 íŒŒì¼ ì“°ê¸° 실패" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "새 문맥 할당" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "'%s' ë„ë©”ì¸ ë³´ê¸° 실패" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "ìž‘ì—… 실패" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "ì´ë¯¸ ë„ë©”ì¸ì´ 활성화ë¨" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "로그 íŒŒì¼ ì“°ê¸° 실패" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "로그 íŒŒì¼ ì“°ê¸° 실패" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "'%s' 열기 실패: %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "로그 íŒŒì¼ ì“°ê¸° 실패" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "'%s' ë„¤íŠ¸ì›Œí¬ ë³´ê¸° 실패" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "로그 íŒŒì¼ ì“°ê¸° 실패" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "예ìƒì™¸ì˜ dict 노드" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "노드 할당 실패" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "ë„ë©”ì¸ %s를 %sì— ì €ìž¥í•˜ê¸° 실패" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "ë„ë©”ì¸ %s를 %sì— ì €ìž¥í•˜ê¸° 실패" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "ë„ë©”ì¸ %s를 %sì— ì €ìž¥í•˜ê¸° 실패" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "ë„ë©”ì¸ %s를 %sì— ì €ìž¥í•˜ê¸° 실패" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "ë„ë©”ì¸ %s를 %sì— ì €ìž¥í•˜ê¸° 실패" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "노드 할당 실패" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "ë„ë©”ì¸ %s를 %sì— ì €ìž¥í•˜ê¸° 실패" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "ë„ë©”ì¸ %s를 %sì— ì €ìž¥í•˜ê¸° 실패" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "ë„ë©”ì¸ %s를 %sì— ì €ìž¥í•˜ê¸° 실패" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "ë„ë©”ì¸ %s를 %sì— ì €ìž¥í•˜ê¸° 실패" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "ë„ë©”ì¸ %s를 %sì— ì €ìž¥í•˜ê¸° 실패" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "ì´ë¯¸ ë„ë©”ì¸ì´ 활성화ë¨" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "설정 íŒŒì¼ ì“°ê¸° 실패: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "'%s' 열기 실패: %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "'%s' 열기 실패: %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "'%s' 열기 실패: %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "ì½ê¸° ìš© %s 열기 실패" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "'%s' 열기 실패: %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "'%s' 열기 실패: %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "'%s' ë„¤íŠ¸ì›Œí¬ ë³´ê¸° 실패" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "예ìƒì™¸ì˜ dict 노드" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "'%s' 열기 실패: %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "메모리 할당 실패" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "ì‚¬ìš©ëœ ë©”ëª¨ë¦¬:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "ì´ë¯¸ %s ë„ë©”ì¸ì´ 존재함" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "ì´ë¯¸ %s ë„ë©”ì¸ì´ 존재함" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "ë„ë©”ì¸ì´ ì•„ì§ ì‹¤í–‰ 중" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "ìž‘ì—… 실패" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "ìž‘ì—… 실패" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "노드 할당 실패" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "비활성화 ë„ë©”ì¸ëª…" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "ë„ë©”ì¸ %s를 중지하기 실패" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "ë„ë©”ì¸ UUID 보기 실패 " -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "XML ìƒì„±í•˜ê¸° 실패" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "소켓 %dì— ì“°ê¸° 실패\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "소켓 %dì— ì“°ê¸° 실패\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "메모리 부족" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "ìž‘ì—… 실패" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "비활성화 ë„ë©”ì¸ëª…" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "비활성화 ë„ë©”ì¸ì„ ì •ì˜í•˜ì§€ ì•ŠìŒ" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "'%s' 열기 실패: %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "ë¼ì´ë¸ŒëŸ¬ë¦¬ê°€ 지ì›ë˜ì§€ ì•Šì•„ ë¼ì´ë¸ŒëŸ¬ë¦¬ 호출 실패" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "XML ìƒì„±í•˜ê¸° 실패" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "ë„ë©”ì¸ ì •ì˜ íŒŒì¼ ì½ì–´ì˜¤ê¸°" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "노드 ë„ë©”ì¸ ëª©ë¡" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "Xen ë°ëª¬ì—ì„œ ì½ê¸° 실패" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "XML ìƒì„±í•˜ê¸° 실패" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "XML ìƒì„±í•˜ê¸° 실패" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "ì´ë¯¸ ë„ë©”ì¸ì´ 활성화ë¨" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "XML ìƒì„±í•˜ê¸° 실패" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "ë„ë©”ì¸ %s 시작하기 실패" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "ë„ë©”ì¸ %s를 다시 시작하기 실패" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "메모리 할당 실패" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "ì¸í„°íŽ˜ì´ìŠ¤ 장치" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "ëŒ€ìƒ ìž¥ì¹˜ 유형" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "ì¸í„°íŽ˜ì´ìŠ¤ 장치" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "호스트 ì •ì˜ íŒŒì¼ì„ ì½ì–´ì˜¤ëŠ”중" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "ì¸í„°íŽ˜ì´ìŠ¤ 장치" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "호스트 ì •ì˜ íŒŒì¼ì„ ì½ì–´ì˜¤ëŠ”중" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "비활성화 ë„ë©”ì¸ì„ ì •ì˜í•˜ì§€ ì•ŠìŒ" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "비활성화 ë„ë©”ì¸ëª…" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "ë„ë©”ì¸ %s를 %sì— ì €ìž¥í•˜ê¸° 실패" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "'%s' 열기 실패: %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "%sì— ìžˆëŠ” ìž˜ëª»ëœ ì¸ìˆ˜" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "ë„ë©”ì¸ì„ ì°¾ì„ ìˆ˜ ì—†ìŒ: %s" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "%sì— ìžˆëŠ” ìž˜ëª»ëœ ì¸ìˆ˜" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "ë„ë©”ì¸ëª…" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "ì´ë¯¸ ë„ë©”ì¸ì´ 활성화ë¨" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "XMLì— ìžˆëŠ” ë„¤íŠ¸ì›Œí¬ ì •ë³´" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "노드 할당 실패" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "ë„ë©”ì¸ %s를 %sì— ì €ìž¥í•˜ê¸° 실패" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "'%s' 열기 실패: %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "'%s' 열기 실패: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "'%s' 열기 실패: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "ë„ë©”ì¸ëª…" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "ë„ë©”ì¸ëª…" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "설정 íŒŒì¼ ì“°ê¸° 실패: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6075,8 +6121,9 @@ msgid "DATA" msgstr "ë°ì´í„°" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "차단ë¨" +#, fuzzy +msgid "idle" +msgstr "XML 파ì¼" #: src/virsh.c:6294 msgid "paused" @@ -6709,7 +6756,7 @@ msgstr "ë„ë©”ì¸ ì •ë³´ê°€ 수치가 ì•„ë‹Œ ìž˜ëª»ëœ domidìž„" msgid "domain information incomplete, missing uuid" msgstr "ë„ë©”ì¸ ì •ë³´ê°€ 완료ë˜ì§€ ì•ŠìŒ, uuid 부재" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "ë„ë©”ì¸ ì •ë³´ê°€ 완료ë˜ì§€ ì•ŠìŒ, ì´ë¦„ 부재" @@ -6772,206 +6819,206 @@ msgstr "예ìƒì™¸ì˜ dict 노드" msgid "unknown graphics type '%s'" msgstr "알려지지 ì•Šì€ OS 유형 %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "ë„ë©”ì¸ ì •ë³´ê°€ 완료ë˜ì§€ ì•ŠìŒ, id 부재" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "알려지지 ì•Šì€ OS 유형 %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "Xend ë„ë©”ì¸ ì •ë³´ ë¶„ì„ ì‹¤íŒ¨" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "설정 íŒŒì¼ êµ¬ë¬¸ 오류" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "Xend ë„ë©”ì¸ ì •ë³´ ë¶„ì„ ì‹¤íŒ¨" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "ë„ë©”ì¸ %s를 중지하기 실패" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "ëŒ€ìƒ ìž¥ì¹˜ 유형" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "예ìƒì™¸ì˜ ê°’ 노드" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "노드 메모리" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "ìž‘ì—… 실패" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "ë„ë©”ì¸ %s를 ì •ì˜í•˜ì§€ 않기 실패" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "ìž‘ì—… 실패: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "호스트명 보기 실패" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "Xend ë„ë©”ì¸ ì •ë³´ ë¶„ì„ ì‹¤íŒ¨" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "비활성화 ë„ë©”ì¸ %s ìƒì„± 실패\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "ë„ë©”ì¸ ì •ë³´ê°€ 완료ë˜ì§€ ì•ŠìŒ, ì´ë¦„ 부재" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "알려지지 ì•ŠìŒ" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "호스트명 보기 실패" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "ë„ë©”ì¸ ì •ë³´ê°€ 완료ë˜ì§€ ì•ŠìŒ, uuid 부재" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "ë„ë©”ì¸ ì •ë³´ê°€ 완료ë˜ì§€ ì•ŠìŒ, uuid 부재" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "%sì— ìžˆëŠ” ìž˜ëª»ëœ ì¸ìˆ˜" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "ì½ê¸° ìš© %s 열기 실패" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "'%s' 열기 실패: %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "예ìƒì™¸ì˜ mime 유형" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "예ìƒì™¸ì˜ mime 유형" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "예ìƒì™¸ì˜ mime 유형" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "예ìƒì™¸ì˜ ê°’ 노드" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "노드 ë„ë©”ì¸ ëª©ë¡" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "ë¼ì´ë¸ŒëŸ¬ë¦¬ê°€ 지ì›ë˜ì§€ ì•Šì•„ ë¼ì´ë¸ŒëŸ¬ë¦¬ 호출 실패" @@ -7149,6 +7196,9 @@ msgstr "새 문맥 할당" msgid "failed to connect to Xen Store" msgstr "Xen Storeì— ì—°ê²° 실패" +#~ msgid "blocked" +#~ msgstr "차단ë¨" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "ëŒ€ìƒ ìž¥ì¹˜ 유형" @@ -7225,10 +7275,6 @@ msgstr "Xen Storeì— ì—°ê²° 실패" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "설정 íŒŒì¼ ì“°ê¸° 실패: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "설정 íŒŒì¼ ì“°ê¸° 실패: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "메모리 할당 실패" diff --git a/po/ku.po b/po/ku.po index c94d596d91..b0f327a746 100644 --- a/po/ku.po +++ b/po/ku.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/libvirt.pot b/po/libvirt.pot index 08baa56f8f..6ed2e88db0 100644 --- a/po/libvirt.pot +++ b/po/libvirt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -753,36 +753,36 @@ msgstr "" msgid "storage_vol not found" msgstr "" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "" -#: src/conf.c:473 +#: src/conf.c:477 msgid "list is not closed with ]" msgstr "" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "" @@ -790,16 +790,16 @@ msgstr "" msgid "expecting an assignment" msgstr "" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 msgid "allocate buffer" msgstr "" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "" @@ -1103,7 +1103,7 @@ msgstr "" msgid "cannot extract disk devices" msgstr "" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, c-format msgid "duplicate disk target '%s'" msgstr "" @@ -1193,12 +1193,12 @@ msgstr "" msgid "unexpected char type %d" msgstr "" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, c-format msgid "unexpected sound model %d" msgstr "" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, c-format msgid "unexpected input type %d" msgstr "" @@ -1588,20 +1588,20 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 msgid "no domain with matching uuid" msgstr "" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 msgid "cannot delete active domain" msgstr "" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 msgid "cannot undefine transient domain" msgstr "" @@ -1663,7 +1663,7 @@ msgstr "" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, c-format msgid "cannot create log directory %s: %s" msgstr "" @@ -1722,7 +1722,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1738,19 +1738,41 @@ msgstr "" msgid "no config file for %s" msgstr "" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:220 +#, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "" + +#: src/openvz_conf.c:247 +msgid "Too long network device name" +msgstr "" + +#: src/openvz_conf.c:264 +msgid "Wrong length MAC address" +msgstr "" + +#: src/openvz_conf.c:271 +msgid "Wrong MAC address" +msgstr "" + +#: src/openvz_conf.c:327 msgid "popen failed" msgstr "" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 msgid "Failed to parse vzlist output" msgstr "" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 msgid "UUID in config file malformed" msgstr "" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, c-format msgid "Cound not read config for container %d" msgstr "" @@ -1785,10 +1807,10 @@ msgstr "" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, c-format msgid "Could not exec %s" msgstr "" @@ -1798,49 +1820,49 @@ msgstr "" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 msgid "Could not set UUID" msgstr "" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 msgid "Could not configure network" msgstr "" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 msgid "Could not set number of virtual cpu" msgstr "" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 msgid "domain is not in shutoff state" msgstr "" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 msgid "Could not read container config" msgstr "" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, c-format msgid "unknown type '%s'" msgstr "" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, c-format msgid "Could not parse VPS ID %s" msgstr "" @@ -1902,7 +1924,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "" @@ -1922,7 +1944,7 @@ msgstr "" msgid "Network type %d is not supported" msgstr "" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, c-format msgid "cannot initialize bridge support: %s" msgstr "" @@ -1959,581 +1981,586 @@ msgstr "" msgid "failed to allocate space for argv string" msgstr "" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 msgid "Failed to set non-blocking file descriptor flag\n" msgstr "" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 msgid "out of memory in asprintf\n" msgstr "" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 msgid "qemudStartup: out of memory\n" msgstr "" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, c-format msgid "Unable to open monitor path %s" msgstr "" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, c-format msgid "Unable to log VM console data: %s\n" msgstr "" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 msgid "allocate cpumap" msgstr "" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, c-format msgid "failed to set CPU affinity %s" msgstr "" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 msgid "resume operation failed" msgstr "" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 msgid "VM is already active" msgstr "" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, c-format msgid "failed to create logfile %s: %s" msgstr "" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, c-format msgid "Shutting down VM '%s'\n" msgstr "" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, c-format msgid "Unable to close logfile %d: %s\n" msgstr "" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 msgid "Got unexpected pid, damn\n" msgstr "" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 msgid "failed to allocate space for dnsmasq argv" msgstr "" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 msgid "failed to allocate space for IP tables support" msgstr "" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 msgid "network is already active" msgstr "" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, c-format msgid "cannot create bridge '%s' : %s" msgstr "" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, c-format msgid "failed to enable IP forwarding : %s" msgstr "" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, c-format msgid "Shutting down network '%s'\n" msgstr "" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 msgid "Got unexpected pid for dnsmasq\n" msgstr "" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, c-format +msgid "Unable to open %s: %s\n" +msgstr "" + +#: src/qemu_driver.c:1859 msgid "failed to allocate space for capabilities support" msgstr "" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 msgid "Failed to query NUMA free memory" msgstr "" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, c-format msgid "domain '%s' is already defined" msgstr "" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, c-format msgid "domain with uuid '%s' is already defined" msgstr "" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 msgid "domain is not running" msgstr "" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 msgid "suspend operation failed" msgstr "" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 msgid "shutdown operation failed" msgstr "" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 msgid "failed to allocate space for ostype" msgstr "" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 msgid "cannot set memory of an active domain" msgstr "" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 msgid "failed to pause domain" msgstr "" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 msgid "failed to get domain xml" msgstr "" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, c-format msgid "failed to create '%s'" msgstr "" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 msgid "failed to write save header" msgstr "" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 msgid "failed to write xml" msgstr "" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 msgid "migrate operation failed" msgstr "" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 msgid "cannot change vcpu count of an active domain" msgstr "" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 msgid "cannot pin vcpus on an inactive domain" msgstr "" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, c-format msgid "cannot set affinity: %s" msgstr "" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 msgid "cpu affinity is not supported" msgstr "" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, c-format msgid "cannot get affinity: %s" msgstr "" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, c-format msgid "unknown virt type in domain definition '%d'" msgstr "" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 msgid "cannot read domain image" msgstr "" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 msgid "failed to read qemu header" msgstr "" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 msgid "failed to read XML" msgstr "" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 msgid "failed to parse XML" msgstr "" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, c-format msgid "domain is already active as '%s'" msgstr "" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 msgid "failed to assign new VM" msgstr "" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 msgid "failed to start VM" msgstr "" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 msgid "failed to resume domain" msgstr "" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 msgid "failed to allocate space for VM name string" msgstr "" -#: src/qemu_driver.c:2962 -#, c-format -msgid "cannot convert disk '%s' to bus/device index" -msgstr "" - #: src/qemu_driver.c:2982 #, c-format +msgid "cannot convert disk '%s' to bus/device index" +msgstr "" + +#: src/qemu_driver.c:3002 +#, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 msgid "cannot attach usb disk" msgstr "" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 msgid "adding usb disk failed" msgstr "" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 msgid "cannot attach usb device" msgstr "" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 msgid "adding usb device failed" msgstr "" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 msgid "cannot attach device on inactive domain" msgstr "" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 msgid "cannot set autostart for transient domain" msgstr "" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, c-format msgid "Failed to delete symlink '%s': %s" msgstr "" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, c-format msgid "invalid path: %s" msgstr "" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, c-format msgid "device not found: %s (%s)" msgstr "" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 msgid "invalid path" msgstr "" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 msgid "'memsave' command failed" msgstr "" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 msgid "network is still active" msgstr "" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 msgid "no network with matching id" msgstr "" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 msgid "failed to allocate space for network bridge string" msgstr "" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "" @@ -3038,60 +3065,71 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" +msgstr "" + +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, c-format +msgid "cannot parse partition number from target '%s'" msgstr "" #: src/storage_backend_fs.c:358 @@ -3208,7 +3246,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3227,17 +3265,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, c-format msgid "cannot set file owner '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, c-format msgid "cannot set file mode '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3347,26 +3385,31 @@ msgstr "" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 msgid "command line" msgstr "" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, c-format +msgid "cannot remove PV device %s: %s" +msgstr "" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -5811,7 +5854,7 @@ msgid "DATA" msgstr "" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" +msgid "idle" msgstr "" #: src/virsh.c:6294 @@ -6413,7 +6456,7 @@ msgstr "" msgid "domain information incomplete, missing uuid" msgstr "" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "" @@ -6474,190 +6517,190 @@ msgstr "" msgid "unknown graphics type '%s'" msgstr "" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, c-format msgid "unknown lifecycle type %s" msgstr "" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 msgid "failed to parse topology information" msgstr "" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 msgid "topology syntax error" msgstr "" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 msgid "failed to build sexpr" msgstr "" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 msgid "unsupported device type" msgstr "" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 msgid "unexpected value from on_xend_start" msgstr "" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 msgid "no memory" msgstr "" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 msgid "sexpr2string failed" msgstr "" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 msgid "Failed to redefine sexpr" msgstr "" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, c-format msgid "gethostname failed: %s" msgstr "" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, c-format msgid "failed to strdup hostname: %s" msgstr "" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 msgid "failed to parse domain description" msgstr "" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 msgid "node information incomplete, missing scheduler name" msgstr "" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 msgid "Unknown scheduler" msgstr "" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 msgid "Failed to get a scheduler name" msgstr "" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 msgid "domain information incomplete, missing cpu_weight" msgstr "" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 msgid "domain information incomplete, missing cpu_cap" msgstr "" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, c-format msgid "%s: invalid path" msgstr "" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, c-format msgid "failed to open for reading: %s: %s" msgstr "" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, c-format msgid "unexpected graphics type %d" msgstr "" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 msgid "unexpected chr device type" msgstr "" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, c-format msgid "unsupported network type %d" msgstr "" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, c-format msgid "unexpected lifecycle value %d" msgstr "" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 msgid "no HVM domain loader" msgstr "" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 msgid "hotplug of device type not supported" msgstr "" diff --git a/po/lo.po b/po/lo.po index c94d596d91..b0f327a746 100644 --- a/po/lo.po +++ b/po/lo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/lt.po b/po/lt.po index c94d596d91..b0f327a746 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/lv.po b/po/lv.po index c94d596d91..b0f327a746 100644 --- a/po/lv.po +++ b/po/lv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/mk.po b/po/mk.po index 234ef06b13..ae8d2ddb61 100644 --- a/po/mk.po +++ b/po/mk.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: mk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-07-28 23:55+0200\n" "Last-Translator: Arangel Angov \n" "Language-Team: Macedonian \n" @@ -774,37 +774,37 @@ msgstr "" msgid "storage_vol not found" msgstr "име на мрежа или uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "алоцирам конфигурација" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "недовршен број" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "недовршена низа" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "Ñе очекуваше вредноÑÑ‚" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "Ñе очекуваше раздвојувач во лиÑтата" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "лиÑтата не е затворена Ñо ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "Ñе очекуваше име" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "Ñе очекуваше разделувач" @@ -812,17 +812,17 @@ msgstr "Ñе очекуваше разделувач" msgid "expecting an assignment" msgstr "Ñе очекуваше доделување" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "алоцирам нов бафер" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "не уÑпеав да ја отворам датотеката" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "не уÑпеав да ја зачувам Ñодржината" @@ -1143,7 +1143,7 @@ msgstr "Ðепознат тип на ОС %s" msgid "cannot extract disk devices" msgstr "прикачува уред за диÑк" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "тип на одредишниот уред" @@ -1241,12 +1241,12 @@ msgstr "неочекуван mime-тип" msgid "unexpected char type %d" msgstr "неочекуван mime-тип" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "неочекуван mime-тип" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "неочекуван mime-тип" @@ -1650,22 +1650,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "ид. на домен или uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "името на неактивниот домен" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "името на неактивниот домен" @@ -1730,7 +1730,7 @@ msgstr "Ðе уÑпеав да го отворам „%s“: %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "не уÑпеав да запишам во конфиг. датотека: %s" @@ -1789,7 +1789,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "Ðепознат тип на ОС %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1805,22 +1805,47 @@ msgstr "" msgid "no config file for %s" msgstr "ÑинтакÑичка грешка во конфиг. датотека: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "не можев да Ñе поврзам Ñо %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "не можев да Ñе поврзам Ñо %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "датотека за разрешување домени" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "MAC-адреÑа" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC-адреÑа" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "операцијата не уÑпеа" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Ðе уÑпеав да го отворам „%s“: %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "ÑинтакÑичка грешка во конфиг. датотека: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "не можев да Ñе поврзам Ñо %s" @@ -1857,10 +1882,10 @@ msgstr "Доменот ÑÑ ÑƒÑˆÑ‚Ðµ работи" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "не можев да Ñе поврзам Ñо %s" @@ -1870,54 +1895,54 @@ msgstr "не можев да Ñе поврзам Ñо %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "не можев да Ñе поврзам Ñо %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "не можев да Ñе поврзам Ñо %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "го менува бројот на виртуелни процеÑори" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Доменот ÑÑ ÑƒÑˆÑ‚Ðµ работи" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "не можев да Ñе поврзам Ñо %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "Ðепознат тип на ОС %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "не можев да Ñе поврзам Ñо %s" @@ -1982,7 +2007,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Ðе уÑпеав да го отворам „%s“: %s" @@ -2002,7 +2027,7 @@ msgstr "Мрежата %s е Ñтартувана\n" msgid "Network type %d is not supported" msgstr "Мрежата %s е Ñтартувана\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Ðе уÑпеав да го отворам „%s“: %s" @@ -2042,627 +2067,632 @@ msgstr "невалиден покажувач кон домен во" msgid "failed to allocate space for argv string" msgstr "Ðе уÑпеав да алоцирам меморија" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "не уÑпеав да запишам во дневникот" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "не уÑпеав да ја анализирам информацијата за Xend-домен" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Ðе уÑпеав да ја Ñтартувам мрежата %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Ðе уÑпеав да го отворам „%s“: %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Ðе уÑпеав да ја пронајдам мрежата: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "нема меморија" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "нема меморија" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Ðе уÑпеав да го отворам „%s“: %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "не уÑпеав да запишам во дневникот" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "алоцирам нов контекÑÑ‚" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "не уÑпеав да го добијам доменот „%s“" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "операцијата не уÑпеа" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Доменот е веќе активен" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "не уÑпеав да запишам во дневникот" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "не уÑпеав да запишам во дневникот" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Ðе уÑпеав да го отворам „%s“: %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "не уÑпеав да запишам во дневникот" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "не уÑпеав да ја добијам мрежата „%s“" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "не уÑпеав да запишам во дневникот" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "неочекуван dict-јазол" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "не уÑпеав да алоцирам јазол" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Ðе уÑпеав да го зачувам доменот %s во %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Ðе уÑпеав да го зачувам доменот %s во %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Ðе уÑпеав да го зачувам доменот %s во %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Ðе уÑпеав да го зачувам доменот %s во %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Ðе уÑпеав да го зачувам доменот %s во %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "не уÑпеав да алоцирам јазол" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Ðе уÑпеав да го зачувам доменот %s во %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Ðе уÑпеав да го зачувам доменот %s во %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Ðе уÑпеав да го зачувам доменот %s во %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Ðе уÑпеав да го зачувам доменот %s во %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Ðе уÑпеав да го зачувам доменот %s во %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Доменот е веќе активен" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "не уÑпеав да запишам во конфиг. датотека: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Ðе уÑпеав да го отворам „%s“: %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Ðе уÑпеав да го отворам „%s“: %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Ðе уÑпеав да го отворам „%s“: %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "не уÑпеав да ја отворам %s за читање" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Ðе уÑпеав да го отворам „%s“: %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Ðе уÑпеав да го отворам „%s“: %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "не уÑпеав да ја добијам мрежата „%s“" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "неочекуван dict-јазол" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Ðе уÑпеав да го отворам „%s“: %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "Ðе уÑпеав да алоцирам меморија" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "КориÑтена меморија:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "доменот %s веќе поÑтои " -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "доменот %s веќе поÑтои " -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Доменот ÑÑ ÑƒÑˆÑ‚Ðµ работи" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "операцијата не уÑпеа" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "операцијата не уÑпеа" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "не уÑпеав да алоцирам јазол" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "името на неактивниот домен" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Ðе уÑпеав да го ÑуÑпендирам доменот %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "не уÑпеав да го добијам UUID на доменот" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Ðе уÑпеав да креирам XML" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Ðе уÑпеав да запишам во приклучникот %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Ðе уÑпеав да запишам во приклучникот %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "нема меморија" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "операцијата не уÑпеа" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "името на неактивниот домен" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "оддефинира неактивен домен" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Ðе уÑпеав да го отворам „%s“: %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "повикот кон библиотеката не уÑпеа, можеби не е поддржан" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Ðе уÑпеав да креирам XML" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "вчитувам датотека за дефиниција на домен" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "лиÑта на домени на јазолот" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "не уÑпеав да прочитам од Xen-даемонот" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Ðе уÑпеав да креирам XML" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Ðе уÑпеав да креирам XML" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Доменот е веќе активен" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Ðе уÑпеав да креирам XML" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Ðе уÑпеав да го Ñтартувам доменот %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Ðе уÑпеав да го продолжам доменот %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "Ðе уÑпеав да алоцирам меморија" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "прикачува уред за диÑк" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "тип на одредишниот уред" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "прикачува уред за диÑк" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "вчитувам датотека за дефиниција на Ñервер" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "прикачува уред за диÑк" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "вчитувам датотека за дефиниција на Ñервер" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "оддефинира неактивен домен" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "името на неактивниот домен" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Ðе уÑпеав да го зачувам доменот %s во %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Ðе уÑпеав да го отворам „%s“: %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "невалиден аргумент во %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Доменот е вратен од %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "невалиден аргумент во %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "име на домен" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Доменот е веќе активен" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "информација за мрежа во XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "не уÑпеав да алоцирам јазол" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Ðе уÑпеав да го зачувам доменот %s во %s" @@ -3179,62 +3209,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Ðе уÑпеав да го отворам „%s“: %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3356,7 +3397,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3375,17 +3416,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Ðе уÑпеав да го отворам „%s“: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Ðе уÑпеав да го отворам „%s“: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3499,27 +3540,32 @@ msgstr "име на домен" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "име на домен" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "не уÑпеав да запишам во конфиг. датотека: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6099,8 +6145,9 @@ msgid "DATA" msgstr "ПОДÐТОЦИ" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "блокирано" +#, fuzzy +msgid "idle" +msgstr "XML-датотека" #: src/virsh.c:6294 msgid "paused" @@ -6736,7 +6783,7 @@ msgstr "информацијата за доменот е неправилна, msgid "domain information incomplete, missing uuid" msgstr "информацијата за доменот е нецелоÑна, недоÑтаÑува uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "информацијата за доменот е нецелоÑна, недоÑтаÑува име" @@ -6805,206 +6852,206 @@ msgstr "неочекуван dict-јазол" msgid "unknown graphics type '%s'" msgstr "Ðепознат тип на ОС %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "информацијата за доменот е нецелоÑна, недоÑтаÑува id" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "Ðепознат тип на ОС %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "не уÑпеав да ја анализирам информацијата за Xend-домен" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "ÑинтакÑичка грешка во конфиг. датотека" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "не уÑпеав да ја анализирам информацијата за Xend-домен" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Ðе уÑпеав да го ÑуÑпендирам доменот %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "тип на одредишниот уред" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "неочекуван јазол Ñо вредноÑÑ‚" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "меморија на јазолот" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "операцијата не уÑпеа" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Ðе уÑпеав да го оддефинирам доменот %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "операцијата не уÑпеа: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "не уÑпеав до го добијам името на Ñерверот" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "не уÑпеав да ја анализирам информацијата за Xend-домен" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Ðе уÑпеав да го креирам неактивниот домен %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "информацијата за доменот е нецелоÑна, недоÑтаÑува име" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "Ðепознато" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "не уÑпеав до го добијам името на Ñерверот" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "информацијата за доменот е нецелоÑна, недоÑтаÑува uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "информацијата за доменот е нецелоÑна, недоÑтаÑува uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "невалиден аргумент во %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "не уÑпеав да ја отворам %s за читање" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Ðе уÑпеав да го отворам „%s“: %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "неочекуван mime-тип" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "неочекуван mime-тип" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "неочекуван mime-тип" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "неочекуван јазол Ñо вредноÑÑ‚" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "лиÑта на домени на јазолот" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "повикот кон библиотеката не уÑпеа, можеби не е поддржан" @@ -7182,6 +7229,9 @@ msgstr "алоцирам нов контекÑÑ‚" msgid "failed to connect to Xen Store" msgstr "не уÑпеав да Ñе поврзам Ñо Xen Store" +#~ msgid "blocked" +#~ msgstr "блокирано" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "тип на одредишниот уред" @@ -7258,10 +7308,6 @@ msgstr "не уÑпеав да Ñе поврзам Ñо Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "не уÑпеав да запишам во конфиг. датотека: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "не уÑпеав да запишам во конфиг. датотека: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "Ðе уÑпеав да алоцирам меморија" diff --git a/po/ml.po b/po/ml.po index a3a237cda9..435a3b2097 100644 --- a/po/ml.po +++ b/po/ml.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ml\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-12-11 09:53+0530\n" "Last-Translator: Ani Peter \n" "Language-Team: Malayalam\n" @@ -773,37 +773,37 @@ msgstr "" msgid "storage_vol not found" msgstr "നെറàµà´±àµâ€Œà´µà´±àµâ€à´•àµà´•àµ ലഭàµà´¯à´®à´¾à´¯à´¿à´²àµà´²" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "കോണàµâ€à´«à´¿à´—റേഷനàµâ€ à´…à´¨àµà´µà´¦à´¿à´•àµà´•àµà´¨àµà´¨àµ" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "അവസാനിപàµà´ªà´¿à´•àµà´•à´¾à´¤àµà´¤ നംബരàµâ€" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "അവസാനിപàµà´ªà´¿à´•àµà´•à´¾à´¤àµà´¤ à´¸àµà´Ÿàµà´°à´¿à´™àµ" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "ഒരൠമൂലàµà´²àµà´¯à´‚ à´ªàµà´°à´¤àµ€à´•àµà´·à´¿à´•àµà´•àµà´¨àµà´¨àµ" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "ലിസàµà´±àµà´±à´¿à´²àµâ€ ഒരൠസെപറേറàµà´±à´°àµâ€ à´ªàµà´°à´¤àµ€à´•àµà´·à´¿à´•àµà´•àµà´¨àµà´¨àµ" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "ലിസàµà´±àµà´±à´¿à´¨àµâ€à´±àµ† അവസാനം ] ഇലàµà´²" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "ഒരൠപേരൠപàµà´°à´¤àµ€à´•àµà´·à´¿à´•àµà´•àµà´¨àµà´¨àµ" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "ഒരൠസെപàµà´ªà´±àµ‡à´±àµà´±à´°àµâ€ à´ªàµà´°à´¤àµ€à´•àµà´·à´¿à´•àµà´•àµà´¨àµà´¨àµ" @@ -811,16 +811,16 @@ msgstr "ഒരൠസെപàµà´ªà´±àµ‡à´±àµà´±à´°àµâ€ à´ªàµà´°à´¤àµ€à´•àµ msgid "expecting an assignment" msgstr "ഒരൠഅസàµà´¸àµˆà´¨àµâ€à´®àµ†à´¨àµâ€à´±àµ à´ªàµà´°à´¤àµ€à´•àµà´·à´¿à´•àµà´•àµà´¨àµà´¨àµ" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 msgid "allocate buffer" msgstr "ബഫരàµâ€ ലഭàµà´¯à´®à´¾à´•àµà´•àµà´•" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "ഫയലàµâ€ à´¤àµà´±à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "ഉളàµà´³à´Ÿà´•àµà´•à´‚ സൂകàµà´·à´¿à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" @@ -1141,7 +1141,7 @@ msgstr "അപരിചിതമായ OS രീതി %s" msgid "cannot extract disk devices" msgstr "ഇനàµà´±à´±àµâ€à´«àµ†à´¯à´¿à´¸àµ ഡിവൈസàµ" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "ലകàµà´·àµà´¯à´®à´¾à´¯ â€à´¡à´¿à´µàµˆà´¸àµ à´à´¤àµ തരം" @@ -1241,12 +1241,12 @@ msgstr "à´…à´ªàµà´°à´¤àµ€à´•àµà´·à´¿à´¤à´®à´¾à´¯ mime രീതി" msgid "unexpected char type %d" msgstr "à´…à´ªàµà´°à´¤àµ€à´•àµà´·à´¿à´¤à´®à´¾à´¯ mime രീതി" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "à´…à´ªàµà´°à´¤àµ€à´•àµà´·à´¿à´¤à´®à´¾à´¯ mime രീതി" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "à´…à´ªàµà´°à´¤àµ€à´•àµà´·à´¿à´¤à´®à´¾à´¯ mime രീതി" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "ഡൊമെയിനàµâ€ id à´…à´²àµà´²àµ†à´™àµà´•à´¿à´²àµâ€ uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "നിഷàµà´•àµà´°à´¿à´¯à´®à´¾à´¯ ഡൊമെയിനàµâ€à´±àµ† പേരàµ" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "നിഷàµà´•àµà´°à´¿à´¯à´®à´¾à´¯ ഡൊമെയിനàµâ€à´±àµ† പേരàµ" @@ -1729,7 +1729,7 @@ msgstr "'%s' à´¤àµà´±à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: % msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "കോണàµâ€à´«à´¿à´—റേഷനàµâ€ ഫയലàµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "അപരിചിതമായ OS രീതി %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "കോണàµâ€à´«à´¿à´—റേഷനàµâ€ ഫയലിലàµâ€ സിനàµâ€à´±àµà´±à´¾à´•àµà´¸àµ പിശകàµ: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "URI കണകàµà´·à´¨àµâ€ പാഴàµà´¸àµ ചെയàµà´¯àµà´µà´¾à´¨àµâ€ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "URI കണകàµà´·à´¨àµâ€ പാഴàµà´¸àµ ചെയàµà´¯àµà´µà´¾à´¨àµâ€ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "നെറàµà´±àµâ€Œà´µà´°àµâ€à´•àµà´•àµ ഫയലിനàµà´°àµ† നാമം പരിഹരികàµà´•àµà´•" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "തെറàµà´±à´¾à´¯ MAC adress" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC വിലാസം" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "à´ªàµà´°à´•àµà´°à´¿à´¯ പരാജയപàµà´ªàµ†à´Ÿàµà´Ÿàµ" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "'%s' à´¤àµà´±à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "കോണàµâ€à´«à´¿à´—റേഷനàµâ€ ഫയലിലàµâ€ സിനàµâ€à´±àµà´±à´¾à´•àµà´¸àµ പിശകàµ: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "URI കണകàµà´·à´¨àµâ€ പാഴàµà´¸àµ ചെയàµà´¯àµà´µà´¾à´¨àµâ€ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²" @@ -1856,10 +1881,10 @@ msgstr "ഡൊമെയിനàµâ€ ഇപàµà´ªàµ‹à´´àµà´‚ à´ªàµà´±à´µà´±àµ msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "%s-ലേകàµà´•àµ കണകàµà´Ÿàµ ചെയàµà´¯àµà´µà´¾à´¨àµâ€ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²" @@ -1869,54 +1894,54 @@ msgstr "%s-ലേകàµà´•àµ കണകàµà´Ÿàµ ചെയàµà´¯àµà´µà´¾à´¨àµ msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "URI കണകàµà´·à´¨àµâ€ പാഴàµà´¸àµ ചെയàµà´¯àµà´µà´¾à´¨àµâ€ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "%s-ലേകàµà´•àµ കണകàµà´Ÿàµ ചെയàµà´¯àµà´µà´¾à´¨àµâ€ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "വിരàµâ€à´šàµà´šàµà´µà´²àµâ€ CPU-à´•à´³àµà´Ÿàµ† à´Žà´£àµà´£à´‚ മാറàµà´±àµà´•" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "ഡൊമെയിനàµâ€ ഇപàµà´ªàµ‹à´´àµà´‚ à´ªàµà´±à´µà´±àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´¿à´²à´¾à´£àµ" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "URI കണകàµà´·à´¨àµâ€ പാഴàµà´¸àµ ചെയàµà´¯àµà´µà´¾à´¨àµâ€ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "അപരിചിതമായ OS രീതി %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "URI കണകàµà´·à´¨àµâ€ പാഴàµà´¸àµ ചെയàµà´¯àµà´µà´¾à´¨àµâ€ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "'%s' à´¤àµà´±à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" @@ -2000,7 +2025,7 @@ msgstr "നെറàµà´±àµâ€Œà´µà´±àµâ€à´•àµà´•àµ %s à´¤àµà´Ÿà´™àµà´™à´¿ msgid "Network type %d is not supported" msgstr "നെറàµà´±àµâ€Œà´µà´±àµâ€à´•àµà´•àµ %s à´¤àµà´Ÿà´™àµà´™à´¿à´¯à´¿à´°à´¿à´•àµà´•àµà´¨àµà´¨àµ\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "'%s' à´¤àµà´±à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" @@ -2040,627 +2065,632 @@ msgstr "തെറàµà´±à´¾à´¯ ഡൊമെയിനàµâ€ പോയിനàµâ€ msgid "failed to allocate space for argv string" msgstr "മെമàµà´®à´±à´¿ ലഭàµà´¯à´®à´¾à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "%s: ലോഗൠഫയലàµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "Xend ഡൊമെയിനàµâ€ വിവരം പാരàµâ€à´¸àµ ചെയàµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയപàµà´ªàµ†à´Ÿàµà´Ÿàµ" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "നെറàµà´±àµâ€Œà´µà´±àµâ€à´•àµà´•àµ %s à´¤àµà´Ÿà´™àµà´™àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "'%s' à´¤àµà´±à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "നെറàµà´±àµâ€Œà´µà´±àµâ€à´•àµà´•àµ ലഭàµà´¯à´®à´¾à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയപàµà´ªàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "മെമàµà´®à´±à´¿ ലഭàµà´¯à´®à´²àµà´²" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "മെമàµà´®à´±à´¿ ലഭàµà´¯à´®à´²àµà´²" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "'%s' à´¤àµà´±à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "%s: ലോഗൠഫയലàµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "à´ªàµà´¤à´¿à´¯ കോണàµâ€à´Ÿàµ‹à´•àµà´¸àµà´±àµà´±àµ à´µàµà´¯à´•àµà´¤à´®à´¾à´•àµà´•àµà´•" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "ഡൊമെയിനàµâ€ '%s' ലഭàµà´¯à´®à´¾à´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "à´ªàµà´°à´•àµà´°à´¿à´¯ പരാജയപàµà´ªàµ†à´Ÿàµà´Ÿàµ" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "ഡൊമെയിനàµâ€ നിലിവിലàµâ€ à´ªàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´¿à´²à´¾à´£àµ" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "%s: ലോഗൠഫയലàµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "%s: ലോഗൠഫയലàµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "'%s' à´¤àµà´±à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "%s: ലോഗൠഫയലàµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "നെറàµà´±àµâ€Œà´µà´±àµâ€à´•àµà´•àµ '%s' ലഭàµà´¯à´®à´¾à´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "%s: ലോഗൠഫയലàµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "à´…à´ªàµà´°à´¤àµ€à´•àµà´·à´¿à´¤à´®à´¾à´¯ dict നോഡàµ" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "ഒരൠനോഡൠലഭàµà´¯à´®à´¾à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "ഡൊമെയിനàµâ€ %s-നെ %s ആയി സൂകàµà´·à´¿à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "ഡൊമെയിനàµâ€ %s-നെ %s ആയി സൂകàµà´·à´¿à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "ഡൊമെയിനàµâ€ %s-നെ %s ആയി സൂകàµà´·à´¿à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "ഡൊമെയിനàµâ€ %s-നെ %s ആയി സൂകàµà´·à´¿à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "ഡൊമെയിനàµâ€ %s-നെ %s ആയി സൂകàµà´·à´¿à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "ഒരൠനോഡൠലഭàµà´¯à´®à´¾à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "ഡൊമെയിനàµâ€ %s-നെ %s ആയി സൂകàµà´·à´¿à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "ഡൊമെയിനàµâ€ %s-നെ %s ആയി സൂകàµà´·à´¿à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "ഡൊമെയിനàµâ€ %s-നെ %s ആയി സൂകàµà´·à´¿à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "ഡൊമെയിനàµâ€ %s-നെ %s ആയി സൂകàµà´·à´¿à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "ഡൊമെയിനàµâ€ %s-നെ %s ആയി സൂകàµà´·à´¿à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "ഡൊമെയിനàµâ€ നിലിവിലàµâ€ à´ªàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´¿à´²à´¾à´£àµ" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "കോണàµâ€à´«à´¿à´—റേഷനàµâ€ ഫയലàµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "'%s' à´¤àµà´±à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "'%s' à´¤àµà´±à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "'%s' à´¤àµà´±à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "വായികàµà´•àµà´¨àµà´¨à´¤à´¿à´¨à´¾à´¯à´¿ %s à´¤àµà´±à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "'%s' à´¤àµà´±à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "'%s' à´¤àµà´±à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "നെറàµà´±àµâ€Œà´µà´±àµâ€à´•àµà´•àµ '%s' ലഭàµà´¯à´®à´¾à´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "à´…à´ªàµà´°à´¤àµ€à´•àµà´·à´¿à´¤à´®à´¾à´¯ dict നോഡàµ" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "'%s' à´¤àµà´±à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "മെമàµà´®à´±à´¿ ലഭàµà´¯à´®à´¾à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "NUMA-യിലàµâ€ ഉപയോഗതàµà´¤à´¿à´²à´¿à´²àµà´²à´¾à´¤àµà´¤ മെമàµà´®à´±à´¿:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "%s ഡൊമെയിനàµâ€ നിലവിലàµà´£àµà´Ÿàµ" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "%s ഡൊമെയിനàµâ€ നിലവിലàµà´£àµà´Ÿàµ" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "ഡൊമെയിനàµâ€ ഇപàµà´ªàµ‹à´´àµà´‚ à´ªàµà´±à´µà´±àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´¿à´²à´¾à´£àµ" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "à´ªàµà´°à´•àµà´°à´¿à´¯ പരാജയപàµà´ªàµ†à´Ÿàµà´Ÿàµ" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "à´ªàµà´°à´•àµà´°à´¿à´¯ പരാജയപàµà´ªàµ†à´Ÿàµà´Ÿàµ" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "ഒരൠനോഡൠലഭàµà´¯à´®à´¾à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "നിഷàµà´•àµà´°à´¿à´¯à´®à´¾à´¯ ഡൊമെയിനàµâ€à´±àµ† പേരàµ" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "ഡൊമെയിനàµâ€ %s താലàµâ€à´•àµà´•à´¾à´²à´¿à´•à´®à´¾à´¯à´¿ നിരàµâ€à´¤àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയപàµà´ªàµ†à´Ÿàµà´Ÿàµ" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "ഡൊമെയിനàµâ€ UUID ലഭàµà´¯à´®à´¾à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "XML ഉണàµà´Ÿà´¾à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "സോകàµà´•à´±àµà´±àµ %d-ലേകàµà´•àµ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "സോകàµà´•à´±àµà´±àµ %d-ലേകàµà´•àµ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "മെമàµà´®à´±à´¿ ലഭàµà´¯à´®à´²àµà´²" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "à´ªàµà´°à´•àµà´°à´¿à´¯ പരാജയപàµà´ªàµ†à´Ÿàµà´Ÿàµ" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "നിഷàµà´•àµà´°à´¿à´¯à´®à´¾à´¯ ഡൊമെയിനàµâ€à´±àµ† പേരàµ" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "സജീവമലàµà´²à´¾à´¤àµà´¤ ഒരൠഡൊമെയിനàµâ€ à´µàµà´¯à´•àµà´¤à´®à´¾à´•àµà´•àµ‡à´£àµà´Ÿà´¤à´¿à´²àµà´²" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "'%s' à´¤àµà´±à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "ലൈബàµà´°à´±à´¿ കോളàµâ€ പരാജയപàµà´ªàµ†à´Ÿàµà´Ÿà´¿à´°à´¿à´•àµà´•àµà´¨àµà´¨àµ, പിനàµà´¤àµà´£ ലഭàµà´¯à´®à´²àµà´²" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "XML ഉണàµà´Ÿà´¾à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "ഡൊമെയിനàµâ€ à´µàµà´¯à´•àµà´¤à´®à´¾à´•àµà´•àµà´¨àµà´¨ ഫയലàµâ€ ലോഡൠചെയàµà´¯àµà´•" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "നോഡൠഡൊമെയിനàµâ€ ലിസàµà´±àµà´±àµ" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "Xen ഡെമണിലàµâ€ നിനàµà´¨àµà´‚ വായികàµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "XML ഉണàµà´Ÿà´¾à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "XML ഉണàµà´Ÿà´¾à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "ഡൊമെയിനàµâ€ നിലിവിലàµâ€ à´ªàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´¿à´²à´¾à´£àµ" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "XML ഉണàµà´Ÿà´¾à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "ഡൊമെയിനàµâ€ %s à´¤àµà´Ÿà´™àµà´™àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "ഡൊമെയിനàµâ€ %s വീണàµà´Ÿàµà´‚ ആരംഭികàµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "മെമàµà´®à´±à´¿ ലഭàµà´¯à´®à´¾à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "ഇനàµà´±à´±àµâ€à´«àµ†à´¯à´¿à´¸àµ ഡിവൈസàµ" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "ലകàµà´·àµà´¯à´®à´¾à´¯ â€à´¡à´¿à´µàµˆà´¸àµ à´à´¤àµ തരം" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "ഇനàµà´±à´±àµâ€à´«àµ†à´¯à´¿à´¸àµ ഡിവൈസàµ" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "ഹോസàµà´±àµà´±àµ ഡെഫനിഷനàµâ€ ഫയലàµâ€ ലോഡൠചെയàµà´¯àµà´¨àµà´¨àµ" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "ഇനàµà´±à´±àµâ€à´«àµ†à´¯à´¿à´¸àµ ഡിവൈസàµ" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "ഹോസàµà´±àµà´±àµ ഡെഫനിഷനàµâ€ ഫയലàµâ€ ലോഡൠചെയàµà´¯àµà´¨àµà´¨àµ" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "സജീവമലàµà´²à´¾à´¤àµà´¤ ഒരൠഡൊമെയിനàµâ€ à´µàµà´¯à´•àµà´¤à´®à´¾à´•àµà´•àµ‡à´£àµà´Ÿà´¤à´¿à´²àµà´²" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "നിഷàµà´•àµà´°à´¿à´¯à´®à´¾à´¯ ഡൊമെയിനàµâ€à´±àµ† പേരàµ" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "ഡൊമെയിനàµâ€ %s-നെ %s ആയി സൂകàµà´·à´¿à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "'%s' à´¤àµà´±à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "%s-à´²àµâ€ തെറàµà´±à´¾à´¯ ആരàµâ€à´—àµà´¯àµà´®àµ†à´¨àµâ€à´±àµ" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "ഡൊമെയിനàµâ€ ലഭàµà´¯à´®à´¾à´¯à´¿à´²àµà´²: %s" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "%s-à´²àµâ€ തെറàµà´±à´¾à´¯ ആരàµâ€à´—àµà´¯àµà´®àµ†à´¨àµâ€à´±àµ" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "ഡൊമെയിനàµâ€ പേരàµ" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "ഡൊമെയിനàµâ€ നിലിവിലàµâ€ à´ªàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´¤àµà´¤à´¿à´²à´¾à´£àµ" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "XML-à´²àµà´³à´³ നെറàµà´±àµâ€Œà´µà´±àµâ€à´•àµà´•à´¿à´¨àµâ€à´±àµ† വിവരം" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "ഒരൠനോഡൠലഭàµà´¯à´®à´¾à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "ഡൊമെയിനàµâ€ %s-നെ %s ആയി സൂകàµà´·à´¿à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "'%s' à´¤àµà´±à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3354,7 +3395,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3373,17 +3414,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "'%s' à´¤àµà´±à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "'%s' à´¤àµà´±à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3498,27 +3539,32 @@ msgstr "ഡൊമെയിനàµâ€ പേരàµ" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "ഡൊമെയിനàµâ€ പേരàµ" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "കോണàµâ€à´«à´¿à´—റേഷനàµâ€ ഫയലàµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6078,8 +6124,9 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "തടസàµà´¸à´ªàµà´ªàµ†à´Ÿàµà´¤àµà´¤à´¿à´¯à´¿à´°à´¿à´•àµà´•àµà´¨àµà´¨àµ" +#, fuzzy +msgid "idle" +msgstr "XML ഫയലàµâ€" #: src/virsh.c:6294 msgid "paused" @@ -6711,7 +6758,7 @@ msgstr "ഡൊമെയിനàµâ€ വിവരം തെറàµà´±à´¾à´£àµ, do msgid "domain information incomplete, missing uuid" msgstr "ഡൊമെയിനàµâ€ വിവരം പൂരàµâ€à´£àµà´£à´®à´²àµà´², uuid ലഭàµà´¯à´®à´²àµà´²" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "ഡൊമെയിനàµâ€ വിവരം പൂരàµâ€à´£àµà´£à´®à´²àµà´², പേരൠലഭàµà´¯à´®à´²àµà´²" @@ -6774,204 +6821,204 @@ msgstr "à´…à´ªàµà´°à´¤àµ€à´•àµà´·à´¿à´¤à´®à´¾à´¯ dict നോഡàµ" msgid "unknown graphics type '%s'" msgstr "അപരിചിതമായ OS രീതി %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "ഡൊമെയിനàµâ€ വിവരം പൂരàµâ€à´£àµà´£à´®à´²àµà´², id ലഭàµà´¯à´®à´²àµà´²" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "അപരിചിതമായ OS രീതി %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 msgid "failed to parse topology information" msgstr "ടോപോളജി വിവരങàµà´™à´³àµâ€ പാഴàµà´¸àµ ചെയàµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയപàµà´ªàµ†à´Ÿàµà´Ÿàµ" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 msgid "topology syntax error" msgstr "ടോപോളജിയàµà´Ÿàµ† സിനàµà´°à´¾à´•àµà´¸à´¿à´²àµâ€ പിശകàµ" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "Xend ഡൊമെയിനàµâ€ വിവരം പാരàµâ€à´¸àµ ചെയàµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയപàµà´ªàµ†à´Ÿàµà´Ÿàµ" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "ഡൊമെയിനàµâ€ %s താലàµâ€à´•àµà´•à´¾à´²à´¿à´•à´®à´¾à´¯à´¿ നിരàµâ€à´¤àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയപàµà´ªàµ†à´Ÿàµà´Ÿàµ" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "ലകàµà´·àµà´¯à´®à´¾à´¯ â€à´¡à´¿à´µàµˆà´¸àµ à´à´¤àµ തരം" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "à´…à´ªàµà´°à´¤àµ€à´•àµà´·à´¿à´¤à´®à´¾à´¯ value നോഡàµ" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "നോഡൠമെമàµà´®à´±à´¿" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "à´ªàµà´°à´•àµà´°à´¿à´¯ പരാജയപàµà´ªàµ†à´Ÿàµà´Ÿàµ" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "ഡൊമെയിനàµâ€ %s à´…à´µàµà´¯à´•àµà´¤à´®à´¾à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയപàµà´ªàµ†à´Ÿàµà´Ÿàµ" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "à´ªàµà´°à´•àµà´°à´¿à´¯ പരാജയപàµà´ªàµ†à´Ÿàµà´Ÿàµ: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "ഹോസàµà´±àµà´±à´¿à´¨àµâ€à´±àµ† നാമം ലഭàµà´¯à´®à´¾à´•àµà´•àµà´µà´¾à´¨àµâ€ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "Xend ഡൊമെയിനàµâ€ വിവരം പാരàµâ€à´¸àµ ചെയàµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയപàµà´ªàµ†à´Ÿàµà´Ÿàµ" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "നിഷàµà´•àµà´±à´¿à´¯à´®à´¾à´¯ ഡൊമെയിനàµâ€ %s ഉണàµà´Ÿà´¾à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "ഡൊമെയിനàµâ€ വിവരം പൂരàµâ€à´£àµà´£à´®à´²àµà´², പേരൠലഭàµà´¯à´®à´²àµà´²" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "അപരിചിതം" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "ഹോസàµà´±àµà´±à´¿à´¨àµâ€à´±àµ† നാമം ലഭàµà´¯à´®à´¾à´•àµà´•àµà´µà´¾à´¨àµâ€ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "ഡൊമെയിനàµâ€ വിവരം പൂരàµâ€à´£àµà´£à´®à´²àµà´², uuid ലഭàµà´¯à´®à´²àµà´²" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "ഡൊമെയിനàµâ€ വിവരം പൂരàµâ€à´£àµà´£à´®à´²àµà´², uuid ലഭàµà´¯à´®à´²àµà´²" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "%s-à´²àµâ€ തെറàµà´±à´¾à´¯ ആരàµâ€à´—àµà´¯àµà´®àµ†à´¨àµâ€à´±àµ" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "വായികàµà´•àµà´¨àµà´¨à´¤à´¿à´¨à´¾à´¯à´¿ %s à´¤àµà´±à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "'%s' à´¤àµà´±à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "à´…à´ªàµà´°à´¤àµ€à´•àµà´·à´¿à´¤à´®à´¾à´¯ mime രീതി" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "à´…à´ªàµà´°à´¤àµ€à´•àµà´·à´¿à´¤à´®à´¾à´¯ mime രീതി" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "à´…à´ªàµà´°à´¤àµ€à´•àµà´·à´¿à´¤à´®à´¾à´¯ mime രീതി" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "à´…à´ªàµà´°à´¤àµ€à´•àµà´·à´¿à´¤à´®à´¾à´¯ value നോഡàµ" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "നോഡൠഡൊമെയിനàµâ€ ലിസàµà´±àµà´±àµ" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "ലൈബàµà´°à´±à´¿ കോളàµâ€ പരാജയപàµà´ªàµ†à´Ÿàµà´Ÿà´¿à´°à´¿à´•àµà´•àµà´¨àµà´¨àµ, പിനàµà´¤àµà´£ ലഭàµà´¯à´®à´²àµà´²" @@ -7149,6 +7196,9 @@ msgstr "à´ªàµà´¤à´¿à´¯ കോണàµâ€à´Ÿàµ‹à´•àµà´¸àµà´±àµà´±àµ à´µàµà´¯ msgid "failed to connect to Xen Store" msgstr "Xen à´¸àµà´±àµà´±àµ‹à´±à´¿à´²àµ‡à´•àµà´•àµ കണകàµà´Ÿàµ ചെയàµà´¯àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" +#~ msgid "blocked" +#~ msgstr "തടസàµà´¸à´ªàµà´ªàµ†à´Ÿàµà´¤àµà´¤à´¿à´¯à´¿à´°à´¿à´•àµà´•àµà´¨àµà´¨àµ" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "ലകàµà´·àµà´¯à´®à´¾à´¯ â€à´¡à´¿à´µàµˆà´¸àµ à´à´¤àµ തരം" @@ -7225,10 +7275,6 @@ msgstr "Xen à´¸àµà´±àµà´±àµ‹à´±à´¿à´²àµ‡à´•àµà´•àµ കണകàµà´Ÿàµ ചെ #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "കോണàµâ€à´«à´¿à´—റേഷനàµâ€ ഫയലàµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "കോണàµâ€à´«à´¿à´—റേഷനàµâ€ ഫയലàµâ€ à´Žà´´àµà´¤àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "മെമàµà´®à´±à´¿ ലഭàµà´¯à´®à´¾à´•àµà´•àµà´¨àµà´¨à´¤à´¿à´²àµâ€ പരാജയം" diff --git a/po/mr.po b/po/mr.po index f967126e83..2630974c7a 100644 --- a/po/mr.po +++ b/po/mr.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: mr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-12-10 10:53+0530\n" "Last-Translator: sandeep shedmake \n" "Language-Team: marathi\n" @@ -782,37 +782,37 @@ msgstr "" msgid "storage_vol not found" msgstr "संजाळ सापडला नाही" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "वà¥à¤¯à¥‚हरचना वाटत आहे" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "नषà¥à¤Ÿ न केलेली संखà¥à¤¯à¤¾" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "नषà¥à¤Ÿ न केलेली ओळ" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "मूलà¥à¤¯ अपेकà¥à¤·à¤¿à¤¤" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "यादीमधà¥à¤¯à¥‡ विलगक अपेकà¥à¤·à¤¿à¤¤" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "यादी ] ने बंद केलेली नाही" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "नाव अपेकà¥à¤·à¤¿à¤¤" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "विलगक अपेकà¥à¤·à¤¿à¤¤" @@ -820,16 +820,16 @@ msgstr "विलगक अपेकà¥à¤·à¤¿à¤¤" msgid "expecting an assignment" msgstr "सोपवणी अपेकà¥à¤·à¤¿à¤¤" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 msgid "allocate buffer" msgstr "बफरचे विभाजन करा" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "फाइल उघडणà¥à¤¯à¤¾à¤¸ अपयशी" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "समाविषà¥à¤Ÿà¥‡ सà¥à¤°à¤•à¥à¤·à¤¿à¤¤ करणà¥à¤¯à¤¾à¤¸ अपयशी" @@ -1150,7 +1150,7 @@ msgstr "अपरिचित OS पà¥à¤°à¤•à¤¾à¤° %s" msgid "cannot extract disk devices" msgstr "संवादपट साधन" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "लकà¥à¤·à¥à¤¯ साधनाचा पà¥à¤°à¤•à¤¾à¤°" @@ -1250,12 +1250,12 @@ msgstr "अनपेकà¥à¤·à¤¿à¤¤ mime पà¥à¤°à¤•à¤¾à¤°" msgid "unexpected char type %d" msgstr "अनपेकà¥à¤·à¤¿à¤¤ mime पà¥à¤°à¤•à¤¾à¤°" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "अनपेकà¥à¤·à¤¿à¤¤ mime पà¥à¤°à¤•à¤¾à¤°" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "अनपेकà¥à¤·à¤¿à¤¤ mime पà¥à¤°à¤•à¤¾à¤°" @@ -1658,22 +1658,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "डोमेन id किंवा uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "निषà¥à¤•à¥à¤°à¥€à¤¯ डोमेनचे नाव" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "निषà¥à¤•à¥à¤°à¥€à¤¯ डोमेनचे नाव" @@ -1738,7 +1738,7 @@ msgstr "'%s' उघडणà¥à¤¯à¤¾à¤¸ अपयशी: %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "वà¥à¤¯à¥‚हरचना फाइल लिहीणà¥à¤¯à¤¾à¤¸ असमरà¥à¤¥: %s" @@ -1797,7 +1797,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "अपरिचित OS पà¥à¤°à¤•à¤¾à¤° %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1813,22 +1813,47 @@ msgstr "" msgid "no config file for %s" msgstr "वà¥à¤¯à¥‚हरचना फाइल वाकà¥à¤¯à¤°à¤šà¤¨à¤¾ चूक: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "जà¥à¤³à¤µà¤£à¥€ URI वाचू शकले नाही" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "जà¥à¤³à¤µà¤£à¥€ URI वाचू शकले नाही" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "संजाळ फाइलनाव निरà¥à¤§à¤¾à¤°à¥€à¤¤ करत आहे" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "अवैध MAC पतà¥à¤¤à¤¾" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC पतà¥à¤¤à¤¾" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "कारà¥à¤¯ असफल" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "'%s' उघडणà¥à¤¯à¤¾à¤¸ अपयशी: %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "वà¥à¤¯à¥‚हरचना फाइल वाकà¥à¤¯à¤°à¤šà¤¨à¤¾ चूक: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "जà¥à¤³à¤µà¤£à¥€ URI वाचू शकले नाही" @@ -1865,10 +1890,10 @@ msgstr "कà¥à¤·à¥‡à¤¤à¥à¤° आता सà¥à¤¦à¥à¤§à¤¾ कारà¥à¤¯à¤°à¤¤ msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "%s जोडू शकलो नाही" @@ -1878,54 +1903,54 @@ msgstr "%s जोडू शकलो नाही" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "जà¥à¤³à¤µà¤£à¥€ URI वाचू शकले नाही" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "%s जोडू शकलो नाही" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "आभासी CPUs ची संखà¥à¤¯à¤¾ बदला" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "कà¥à¤·à¥‡à¤¤à¥à¤° आता सà¥à¤¦à¥à¤§à¤¾ कारà¥à¤¯à¤°à¤¤ आहे" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "जà¥à¤³à¤µà¤£à¥€ URI वाचू शकले नाही" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "अपरिचित OS पà¥à¤°à¤•à¤¾à¤° %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "जà¥à¤³à¤µà¤£à¥€ URI वाचू शकले नाही" @@ -1989,7 +2014,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "'%s' उघडणà¥à¤¯à¤¾à¤¸ अपयशी: %s" @@ -2009,7 +2034,7 @@ msgstr "संजाळ %s सà¥à¤°à¥‚ à¤à¤¾à¤²à¥€\n" msgid "Network type %d is not supported" msgstr "संजाळ %s सà¥à¤°à¥‚ à¤à¤¾à¤²à¥€\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "'%s' उघडणà¥à¤¯à¤¾à¤¸ अपयशी: %s" @@ -2049,627 +2074,632 @@ msgstr "अवैध डोमेन निरà¥à¤¦à¥‡à¤¶à¤• यात" msgid "failed to allocate space for argv string" msgstr "सà¥à¤®à¥ƒà¤¤à¥€ वाटणà¥à¤¯à¤¾à¤¸ अपयशी" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "%s: लॉग फाइल लिहीणà¥à¤¯à¤¾à¤¸ अपयशी: %s" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "Xend डोमेन माहिती विशà¥à¤²à¥‡à¤·à¤¿à¤¤ करणà¥à¤¯à¤¾à¤¤ अपयशी" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "संजाळ %s सà¥à¤°à¥‚ करणà¥à¤¯à¤¾à¤¸ अपयशी" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "'%s' उघडणà¥à¤¯à¤¾à¤¸ अपयशी: %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "संजाळ शोधतेवेळी अपयश: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "सà¥à¤®à¥ƒà¤¤à¥€à¤¬à¤¾à¤¹à¥‡à¤°" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "सà¥à¤®à¥ƒà¤¤à¥€à¤¬à¤¾à¤¹à¥‡à¤°" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "'%s' उघडणà¥à¤¯à¤¾à¤¸ अपयशी: %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "%s: लॉग फाइल लिहीणà¥à¤¯à¤¾à¤¸ अपयशी: %s" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "नविन संदरà¥à¤­ वाटप" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "डोमेन '%s' मिळवणà¥à¤¯à¤¾à¤¸ अपयशी" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "कारà¥à¤¯ असफल" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "डोमेन आधीच सकà¥à¤°à¥€à¤¯" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "%s: लॉग फाइल लिहीणà¥à¤¯à¤¾à¤¸ अपयशी: %s" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "%s: लॉग फाइल लिहीणà¥à¤¯à¤¾à¤¸ अपयशी: %s" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "'%s' उघडणà¥à¤¯à¤¾à¤¸ अपयशी: %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "%s: लॉग फाइल लिहीणà¥à¤¯à¤¾à¤¸ अपयशी: %s" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "संजाळ '%s' मिळवणà¥à¤¯à¤¾à¤¸ अपयशी" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "%s: लॉग फाइल लिहीणà¥à¤¯à¤¾à¤¸ अपयशी: %s" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "अनपेकà¥à¤·à¤¿à¤¤ डिकà¥à¤Ÿ नोड" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "नोड वाटणà¥à¤¯à¤¾à¤¤ अपयशी" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "%s डोमेन %s वर सà¥à¤°à¤•à¥à¤·à¤¿à¤¤ करणà¥à¤¯à¤¾à¤¤ अपयशी" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "%s डोमेन %s वर सà¥à¤°à¤•à¥à¤·à¤¿à¤¤ करणà¥à¤¯à¤¾à¤¤ अपयशी" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "%s डोमेन %s वर सà¥à¤°à¤•à¥à¤·à¤¿à¤¤ करणà¥à¤¯à¤¾à¤¤ अपयशी" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "%s डोमेन %s वर सà¥à¤°à¤•à¥à¤·à¤¿à¤¤ करणà¥à¤¯à¤¾à¤¤ अपयशी" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "%s डोमेन %s वर सà¥à¤°à¤•à¥à¤·à¤¿à¤¤ करणà¥à¤¯à¤¾à¤¤ अपयशी" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "नोड वाटणà¥à¤¯à¤¾à¤¤ अपयशी" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "%s डोमेन %s वर सà¥à¤°à¤•à¥à¤·à¤¿à¤¤ करणà¥à¤¯à¤¾à¤¤ अपयशी" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "%s डोमेन %s वर सà¥à¤°à¤•à¥à¤·à¤¿à¤¤ करणà¥à¤¯à¤¾à¤¤ अपयशी" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "%s डोमेन %s वर सà¥à¤°à¤•à¥à¤·à¤¿à¤¤ करणà¥à¤¯à¤¾à¤¤ अपयशी" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "%s डोमेन %s वर सà¥à¤°à¤•à¥à¤·à¤¿à¤¤ करणà¥à¤¯à¤¾à¤¤ अपयशी" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "%s डोमेन %s वर सà¥à¤°à¤•à¥à¤·à¤¿à¤¤ करणà¥à¤¯à¤¾à¤¤ अपयशी" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "डोमेन आधीच सकà¥à¤°à¥€à¤¯" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "वà¥à¤¯à¥‚हरचना फाइल लिहीणà¥à¤¯à¤¾à¤¸ असमरà¥à¤¥: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "'%s' उघडणà¥à¤¯à¤¾à¤¸ अपयशी: %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "'%s' उघडणà¥à¤¯à¤¾à¤¸ अपयशी: %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "'%s' उघडणà¥à¤¯à¤¾à¤¸ अपयशी: %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "%s वाचणà¥à¤¯à¤¾à¤¸à¤¾à¤ à¥€ उघडणà¥à¤¯à¤¾à¤¸ अपयशी" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "'%s' उघडणà¥à¤¯à¤¾à¤¸ अपयशी: %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "'%s' उघडणà¥à¤¯à¤¾à¤¸ अपयशी: %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "संजाळ '%s' मिळवणà¥à¤¯à¤¾à¤¸ अपयशी" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "अनपेकà¥à¤·à¤¿à¤¤ डिकà¥à¤Ÿ नोड" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "'%s' उघडणà¥à¤¯à¤¾à¤¸ अपयशी: %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "सà¥à¤®à¥ƒà¤¤à¥€ वाटणà¥à¤¯à¤¾à¤¸ अपयशी" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "NUMA रिकामी सà¥à¤®à¥ƒà¤¤à¥€" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "डोमेन %s आधीच असà¥à¤¤à¤¿à¤¤à¥à¤µà¤¾à¤¤" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "डोमेन %s आधीच असà¥à¤¤à¤¿à¤¤à¥à¤µà¤¾à¤¤" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "कà¥à¤·à¥‡à¤¤à¥à¤° आता सà¥à¤¦à¥à¤§à¤¾ कारà¥à¤¯à¤°à¤¤ आहे" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "कारà¥à¤¯ असफल" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "कारà¥à¤¯ असफल" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "नोड वाटणà¥à¤¯à¤¾à¤¤ अपयशी" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "निषà¥à¤•à¥à¤°à¥€à¤¯ डोमेनचे नाव" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "डोमेन %s निलंबित करणà¥à¤¯à¤¾à¤¸ अपयशी" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "डोमेन UUID मिळवणà¥à¤¯à¤¾à¤¸ अपयशी" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "XML निरà¥à¤®à¤¾à¤£ करणà¥à¤¯à¤¾à¤¸ अपयशी" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "सॉकेट %d वर लिहीणà¥à¤¯à¤¾à¤¸ अपयशी\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "सॉकेट %d वर लिहीणà¥à¤¯à¤¾à¤¸ अपयशी\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "सà¥à¤®à¥ƒà¤¤à¥€à¤¬à¤¾à¤¹à¥‡à¤°" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "कारà¥à¤¯ असफल" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "निषà¥à¤•à¥à¤°à¥€à¤¯ डोमेनचे नाव" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "निषà¥à¤•à¥à¤°à¥€à¤¯ डोमेन अवà¥à¤¯à¤¾à¤–à¥à¤¯à¥€à¤¤ करा" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "'%s' उघडणà¥à¤¯à¤¾à¤¸ अपयशी: %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "लायबà¥à¤°à¤°à¥€ कॉल अपयशी, बहà¥à¤¦à¤¾ समरà¥à¤¥à¤¿à¤¤ नसावा" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "XML निरà¥à¤®à¤¾à¤£ करणà¥à¤¯à¤¾à¤¸ अपयशी" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "डोमेन वà¥à¤¯à¤¾à¤–à¥à¤¯à¤¾ तकà¥à¤¤à¤¾ भारित करा" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "नोड डोमेन यादी" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "Xen डीमनपासून वाचणà¥à¤¯à¤¾à¤¸ अपयशी" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "XML निरà¥à¤®à¤¾à¤£ करणà¥à¤¯à¤¾à¤¸ अपयशी" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "XML निरà¥à¤®à¤¾à¤£ करणà¥à¤¯à¤¾à¤¸ अपयशी" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "डोमेन आधीच सकà¥à¤°à¥€à¤¯" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "XML निरà¥à¤®à¤¾à¤£ करणà¥à¤¯à¤¾à¤¸ अपयशी" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "डोमेन %s सà¥à¤°à¥‚ करणà¥à¤¯à¤¾à¤¤ अपयशी" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "डोमेन %s पà¥à¤¨à¥à¤¹à¤¾ चालू करणà¥à¤¯à¤¾à¤¤ अपयशी" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "सà¥à¤®à¥ƒà¤¤à¥€ वाटणà¥à¤¯à¤¾à¤¸ अपयशी" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "संवादपट साधन" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "लकà¥à¤·à¥à¤¯ साधनाचा पà¥à¤°à¤•à¤¾à¤°" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "संवादपट साधन" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "यजमान वà¥à¤¯à¤¾à¤–à¥à¤¯à¤¾ फाइल भारित करत आहे" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "संवादपट साधन" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "यजमान वà¥à¤¯à¤¾à¤–à¥à¤¯à¤¾ फाइल भारित करत आहे" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "निषà¥à¤•à¥à¤°à¥€à¤¯ डोमेन अवà¥à¤¯à¤¾à¤–à¥à¤¯à¥€à¤¤ करा" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "निषà¥à¤•à¥à¤°à¥€à¤¯ डोमेनचे नाव" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "%s डोमेन %s वर सà¥à¤°à¤•à¥à¤·à¤¿à¤¤ करणà¥à¤¯à¤¾à¤¤ अपयशी" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "'%s' उघडणà¥à¤¯à¤¾à¤¸ अपयशी: %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "अवैध आरà¥à¤—à¥à¤¯à¥‚मेंट %s मधà¥à¤¯à¥‡" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "कà¥à¤·à¥‡à¤¤à¥à¤° सापडला नाही: %s" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "अवैध आरà¥à¤—à¥à¤¯à¥‚मेंट %s मधà¥à¤¯à¥‡" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "डोमेन नाव" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "डोमेन आधीच सकà¥à¤°à¥€à¤¯" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "XML मधà¥à¤¯à¥‡ संजाळविषयी माहिती" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "नोड वाटणà¥à¤¯à¤¾à¤¤ अपयशी" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "%s डोमेन %s वर सà¥à¤°à¤•à¥à¤·à¤¿à¤¤ करणà¥à¤¯à¤¾à¤¤ अपयशी" @@ -3185,62 +3215,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "'%s' उघडणà¥à¤¯à¤¾à¤¸ अपयशी: %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3363,7 +3404,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3382,17 +3423,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "'%s' उघडणà¥à¤¯à¤¾à¤¸ अपयशी: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "'%s' उघडणà¥à¤¯à¤¾à¤¸ अपयशी: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3507,27 +3548,32 @@ msgstr "डोमेन नाव" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "डोमेन नाव" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "वà¥à¤¯à¥‚हरचना फाइल लिहीणà¥à¤¯à¤¾à¤¸ असमरà¥à¤¥: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6086,8 +6132,9 @@ msgid "DATA" msgstr "माहिती" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "अडवलेले" +#, fuzzy +msgid "idle" +msgstr "XML फाइल" #: src/virsh.c:6294 msgid "paused" @@ -6719,7 +6766,7 @@ msgstr "डोमेन माहिती अयोगà¥à¤¯ domid सांख msgid "domain information incomplete, missing uuid" msgstr "डोमेन माहिती अपूरà¥à¤£, uuid हरवलेला" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "डोमेन माहिती अपूरà¥à¤£, नाव हरवलेले" @@ -6782,204 +6829,204 @@ msgstr "अनपेकà¥à¤·à¤¿à¤¤ डिकà¥à¤Ÿ नोड" msgid "unknown graphics type '%s'" msgstr "अपरिचित OS पà¥à¤°à¤•à¤¾à¤° %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "कà¥à¤·à¥‡à¤¤à¥à¤° माहिती अपूरà¥à¤£, id सापडत नाही" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "अपरिचित OS पà¥à¤°à¤•à¤¾à¤° %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 msgid "failed to parse topology information" msgstr "रचानातà¥à¤®à¤• माहिती वाचणà¥à¤¸à¤¾à¤¸ अपयशी" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 msgid "topology syntax error" msgstr "रचना नियमावली तà¥à¤°à¥‚टी" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "Xend डोमेन माहिती विशà¥à¤²à¥‡à¤·à¤¿à¤¤ करणà¥à¤¯à¤¾à¤¤ अपयशी" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "डोमेन %s निलंबित करणà¥à¤¯à¤¾à¤¸ अपयशी" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "लकà¥à¤·à¥à¤¯ साधनाचा पà¥à¤°à¤•à¤¾à¤°" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "अनपेकà¥à¤·à¤¿à¤¤ मूलà¥à¤¯ नोड" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "नोड सà¥à¤®à¥ƒà¤¤à¥€" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "कारà¥à¤¯ असफल" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "डोमेन %s अवà¥à¤¯à¤¾à¤–à¥à¤¯à¥€à¤¤ करणà¥à¤¯à¤¾à¤¸ अपयशी" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "कारà¥à¤¯ असफल: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "यजमानाचे नाव मिळवणà¥à¤¯à¤¾à¤¸ अपयशी" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "Xend डोमेन माहिती विशà¥à¤²à¥‡à¤·à¤¿à¤¤ करणà¥à¤¯à¤¾à¤¤ अपयशी" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "निषकà¥à¤°à¥€à¤¯ कà¥à¤·à¥‡à¤¤à¥à¤° %s निरà¥à¤®à¤¾à¤£ करणà¥à¤¯à¤¾à¤¸ अपयशी\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "डोमेन माहिती अपूरà¥à¤£, नाव हरवलेले" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "अपरिचित" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "यजमानाचे नाव मिळवणà¥à¤¯à¤¾à¤¸ अपयशी" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "डोमेन माहिती अपूरà¥à¤£, uuid हरवलेला" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "डोमेन माहिती अपूरà¥à¤£, uuid हरवलेला" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "अवैध आरà¥à¤—à¥à¤¯à¥‚मेंट %s मधà¥à¤¯à¥‡" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "%s वाचणà¥à¤¯à¤¾à¤¸à¤¾à¤ à¥€ उघडणà¥à¤¯à¤¾à¤¸ अपयशी" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "'%s' उघडणà¥à¤¯à¤¾à¤¸ अपयशी: %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "अनपेकà¥à¤·à¤¿à¤¤ mime पà¥à¤°à¤•à¤¾à¤°" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "अनपेकà¥à¤·à¤¿à¤¤ mime पà¥à¤°à¤•à¤¾à¤°" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "अनपेकà¥à¤·à¤¿à¤¤ mime पà¥à¤°à¤•à¤¾à¤°" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "अनपेकà¥à¤·à¤¿à¤¤ मूलà¥à¤¯ नोड" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "नोड डोमेन यादी" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "लायबà¥à¤°à¤°à¥€ कॉल अपयशी, बहà¥à¤¦à¤¾ समरà¥à¤¥à¤¿à¤¤ नसावा" @@ -7157,6 +7204,9 @@ msgstr "नविन संदरà¥à¤­ वाटप" msgid "failed to connect to Xen Store" msgstr "Xen सà¥à¤Ÿà¥‹à¤°à¤¶à¥€ जोडणà¥à¤¯à¤¾à¤¸ अपयशी" +#~ msgid "blocked" +#~ msgstr "अडवलेले" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "लकà¥à¤·à¥à¤¯ साधनाचा पà¥à¤°à¤•à¤¾à¤°" @@ -7233,10 +7283,6 @@ msgstr "Xen सà¥à¤Ÿà¥‹à¤°à¤¶à¥€ जोडणà¥à¤¯à¤¾à¤¸ अपयशी" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "वà¥à¤¯à¥‚हरचना फाइल लिहीणà¥à¤¯à¤¾à¤¸ असमरà¥à¤¥: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "वà¥à¤¯à¥‚हरचना फाइल लिहीणà¥à¤¯à¤¾à¤¸ असमरà¥à¤¥: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "सà¥à¤®à¥ƒà¤¤à¥€ वाटणà¥à¤¯à¤¾à¤¸ अपयशी" diff --git a/po/ms.po b/po/ms.po index 4cfd598733..07c71821ce 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-08-03 01:24+0800\n" "Last-Translator: Sharuzzaman Ahmat Raslan \n" "Language-Team: ms \n" @@ -769,37 +769,37 @@ msgstr "" msgid "storage_vol not found" msgstr "CD Tidak Dijumpai" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "mengumpukkan tetapan" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "nombor tidak ditamatkan" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "rentetan tidak ditamatkan" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "menjangka nilai" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "menjangka pembahagi dalam senarai" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "senarai tidak ditutup dengan ]" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "menjangkan nama" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "menjangka pemisah" @@ -807,17 +807,17 @@ msgstr "menjangka pemisah" msgid "expecting an assignment" msgstr "menjangka umpukan" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "Selit ke dalam buffer baru" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "gagal untuk membuka fail" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "gagal untuk menyimpan kandungan" @@ -1138,7 +1138,7 @@ msgstr "Jenis data tidak diketahui: %s\n" msgid "cannot extract disk devices" msgstr "Jadikan Peranti RAID." -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "Pilih Jenis Peranti" @@ -1236,12 +1236,12 @@ msgstr "Jenis tetikus dikesan: %s" msgid "unexpected char type %d" msgstr "Jenis tetikus dikesan: %s" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "Jenis tetikus dikesan: %s" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "Jenis tetikus dikesan: %s" @@ -1648,21 +1648,21 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 msgid "no domain with matching uuid" msgstr "" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "Sistem Nama Domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "Sistem Nama Domain" @@ -1727,7 +1727,7 @@ msgstr "Gagal untuk membuka %s: %s\n" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "Ralat bila cuba menulis ke fail konfigurasi." @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "Jenis data tidak diketahui: %s\n" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "Ralat Permulaan Fail Tetapan DNS %s:" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "Tidak dapat menulis ke fail %s." + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "Tidak dapat menulis ke fail %s." + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "Namafail imej _bulan:" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "Alamat MAC dibenarkan" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "Alamat MAC" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Gagal untuk membuka %s: %s\n" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "Ralat Permulaan Fail Tetapan DNS %s:" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "Tidak dapat menulis ke fail %s." @@ -1856,10 +1881,10 @@ msgstr "autorun sedang berjalan!\n" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "Tidak dapat menulis ke fail %s." @@ -1869,54 +1894,54 @@ msgstr "Tidak dapat menulis ke fail %s." msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "Tidak dapat menulis ke fail %s." -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "Tidak dapat menulis ke fail %s." -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "nombor peranti major tidak sah %s" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "autorun sedang berjalan!\n" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "Tidak dapat menulis ke fail %s." -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "Jenis data tidak diketahui: %s\n" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "Tidak dapat menulis ke fail %s." @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Gagal untuk membuka %s: %s\n" @@ -2000,7 +2025,7 @@ msgstr "[Rangkaian tidak dimulakan]\n" msgid "Network type %d is not supported" msgstr "[Rangkaian tidak dimulakan]\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Gagal untuk membuka %s: %s\n" @@ -2040,626 +2065,631 @@ msgstr "aksara tidak sah pada %s pada rentetan mod %s" msgid "failed to allocate space for argv string" msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup." -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "gagal untuk menulis ke fail log" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "Mengikat ke domain NIS: " -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Ralat, tidak dapat memulakan pelayan X." -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Gagal untuk membuka %s: %s\n" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Gagal menjumpai program dipilih." -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "Memori tidak cukup." -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "Memori tidak cukup." -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Gagal untuk membuka %s: %s\n" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "gagal untuk menulis ke fail log" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "Konteks pengguna tidak diketahui" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "gagal untuk mendapatkan domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "autorun sedang berjalan!\n" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "gagal untuk menulis ke fail log" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "gagal untuk menulis ke fail log" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Gagal untuk membuka %s: %s\n" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "gagal untuk menulis ke fail log" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "gagal untuk mendapatkan rangkaian '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "gagal untuk menulis ke fail log" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "Pelayan Kamus Dict" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "Tiada nod utk buang" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "gagal untuk menyimpan kandungan" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "gagal untuk menyimpan kandungan" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "gagal untuk menyimpan kandungan" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "gagal untuk menyimpan kandungan" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "gagal untuk menyimpan kandungan" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "Tiada nod utk buang" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "gagal untuk menyimpan kandungan" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "gagal untuk menyimpan kandungan" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "gagal untuk menyimpan kandungan" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "gagal untuk menyimpan kandungan" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "gagal untuk menyimpan kandungan" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "autorun sedang berjalan!\n" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "Ralat bila cuba menulis ke fail konfigurasi." -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Gagal untuk membuka %s: %s\n" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Gagal untuk membuka %s: %s\n" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Gagal untuk membuka %s: %s\n" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "xinetd gagal untuk mengulangmuat untuk" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Gagal untuk membuka %s: %s\n" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Gagal untuk membuka %s: %s\n" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "gagal untuk mendapatkan rangkaian '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "Pelayan Kamus Dict" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Gagal untuk membuka %s: %s\n" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup." -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Memori Rendah" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "Profil \"%s\" telah wujud!" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "Profil \"%s\" telah wujud!" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "autorun sedang berjalan!\n" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "Tiada nod utk buang" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "Sistem Nama Domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Mengikat ke domain NIS: " -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "gagal untuk mendapatkan domain '%s'" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Gagal mencipta direktori %s" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Gagal untuk menulis ke soket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Gagal untuk menulis ke soket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 #, fuzzy msgid "out of memory" msgstr "Memori tidak cukup." -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "Sistem Nama Domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "domain NIS default" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Gagal untuk membuka %s: %s\n" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "[Rangkaian tidak dimulakan]\n" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Gagal mencipta direktori %s" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "Tidak dapat memuatkan fail!" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "penggunaan: %s --list [nama]\n" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "Gagal mencipta direktori %s" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Gagal mencipta direktori %s" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Gagal mencipta direktori %s" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "autorun sedang berjalan!\n" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Gagal mencipta direktori %s" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Ralat, tidak dapat memulakan pelayan X." -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Mengikat ke domain NIS: " -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup." -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Jadikan Peranti RAID." -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "Pilih Jenis Peranti" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "Jadikan Peranti RAID." -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 msgid "adding usb disk failed" msgstr "" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "Jadikan Peranti RAID." -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 msgid "adding usb device failed" msgstr "" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "domain NIS default" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "Sistem Nama Domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "gagal untuk menyimpan kandungan" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Gagal untuk membuka %s: %s\n" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "hujah tidak sah %s untuk %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "CD Tidak Dijumpai" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "hujah tidak sah %s untuk %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "Nama Domain" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "autorun sedang berjalan!\n" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "Sila penuhkan maklumat rangkaian" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "Tiada nod utk buang" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "gagal untuk menyimpan kandungan" @@ -3178,62 +3208,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Gagal untuk membuka %s: %s\n" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3355,7 +3396,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3374,17 +3415,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Gagal untuk membuka %s: %s\n" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Gagal untuk membuka %s: %s\n" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3498,27 +3539,32 @@ msgstr "Nama Domain" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "Nama Domain" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "Ralat bila cuba menulis ke fail konfigurasi." + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6208,8 +6254,9 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "" +#, fuzzy +msgid "idle" +msgstr "Menyalin Fail" #: src/virsh.c:6294 msgid "paused" @@ -6856,7 +6903,7 @@ msgstr "" msgid "domain information incomplete, missing uuid" msgstr "" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "" @@ -6921,207 +6968,207 @@ msgstr "Pelayan Kamus Dict" msgid "unknown graphics type '%s'" msgstr "Jenis data tidak diketahui: %s\n" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "Sila isikan maklumat pengesahan" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "Jenis data tidak diketahui: %s\n" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "Gagal menukar maklumat usia untuk %s: %s\n" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "Ralat Permulaan Fail Tetapan DNS %s:" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Mengikat ke domain NIS: " -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "Pilih Jenis Peranti" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "%s: saiz alamat mempunyai nilai %u tidak dijangka\n" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "Memori Rendah" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Mengikat ke domain NIS: " -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "Operasi antaramuka HTTP gagal\n" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "gagal mendapatkan atribut bagi %s" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "Mengikat ke domain NIS: " -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Gagal mencipta direktori %s" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "Sila isikan maklumat pengesahan" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "Entah" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "gagal mendapatkan atribut bagi %s" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "Sila isikan maklumat pengesahan" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "Sila isikan maklumat pengesahan" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "hujah tidak sah %s untuk %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "xinetd gagal untuk mengulangmuat untuk" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Gagal untuk membuka %s: %s\n" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "Jenis tetikus dikesan: %s" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "Jenis tetikus dikesan: %s" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "Jenis tetikus dikesan: %s" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "%s: saiz alamat mempunyai nilai %u tidak dijangka\n" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "penggunaan: %s --list [nama]\n" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "[Rangkaian tidak dimulakan]\n" @@ -7388,10 +7435,6 @@ msgstr "" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "Ralat bila cuba menulis ke fail konfigurasi." -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "Ralat bila cuba menulis ke fail konfigurasi." - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "malloc() gagal. Tidak dapat memperuntukkan memori yang cukup." diff --git a/po/my.po b/po/my.po index c94d596d91..b0f327a746 100644 --- a/po/my.po +++ b/po/my.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/nb.po b/po/nb.po index e9c70df031..c5bcaa42c6 100644 --- a/po/nb.po +++ b/po/nb.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-10-04 14:21+0200\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian/Bokmaal \n" @@ -770,37 +770,37 @@ msgstr "" msgid "storage_vol not found" msgstr "Nettverk ikke funnet" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "forventer en verdi" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "listen er ikke avsluttet med ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "forventer et navn" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "" @@ -808,17 +808,17 @@ msgstr "" msgid "expecting an assignment" msgstr "" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "Kunne ikke vise aktive nettverk" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "kunne ikke Ã¥pne fil" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "kunne ikke lagre innhold" @@ -1137,7 +1137,7 @@ msgstr "ukjent OS-type %s" msgid "cannot extract disk devices" msgstr "" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "operasjon feilet" @@ -1232,12 +1232,12 @@ msgstr "udefinert domenenavn eller -id" msgid "unexpected char type %d" msgstr "udefinert domenenavn eller -id" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "udefinert domenenavn eller -id" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "udefinert domenenavn eller -id" @@ -1641,22 +1641,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domene-id eller -uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "Kunne ikke vise aktive domener" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "Kunne ikke vise aktive domener" @@ -1721,7 +1721,7 @@ msgstr "Kunne ikke lagre domenet %s til %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" @@ -1780,7 +1780,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "ukjent OS-type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1796,21 +1796,46 @@ msgstr "" msgid "no config file for %s" msgstr "" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "kunne ikke koble til %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "kunne ikke koble til %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "udefinert nettverksnavn" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "ugyldig MAC-adresse" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "IP-adresse" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operasjon feilet" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 msgid "UUID in config file malformed" msgstr "" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "kunne ikke koble til %s" @@ -1847,10 +1872,10 @@ msgstr "Domenet kjører fremdeles" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "kunne ikke koble til %s" @@ -1860,54 +1885,54 @@ msgstr "kunne ikke koble til %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "kunne ikke koble til %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "kunne ikke koble til %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "endre antall virtuelle CPUer" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domenet kjører fremdeles" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "kunne ikke koble til %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "ukjent OS-type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "kunne ikke koble til %s" @@ -1971,7 +1996,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Kunne ikke lagre domenet %s til %s" @@ -1991,7 +2016,7 @@ msgstr "Nettverket %s er startet\n" msgid "Network type %d is not supported" msgstr "Nettverket %s er startet\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Kunne ikke lagre domenet %s til %s" @@ -2031,621 +2056,626 @@ msgstr "domenenavn" msgid "failed to allocate space for argv string" msgstr "Kunne ikke vise aktive nettverk" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "filen inneholder en beskrivelse om et XML-domene" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Kunne ikke starte nettverket %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Kunne ikke definere domenet fra %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "slutt pÃ¥ minne" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "slutt pÃ¥ minne" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "Kunne ikke vise aktive nettverk" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operasjon feilet" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domenet er allerede aktivt" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "kunne ikke lagre innhold" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 msgid "Got unexpected pid, damn\n" msgstr "" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "Kunne ikke vise aktive nettverk" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "Kunne ikke vise aktive nettverk" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domenet er allerede aktivt" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "feil ved Ã¥pning av %s for lesing" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "kunne ikke lagre innhold" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 msgid "Got unexpected pid for dnsmasq\n" msgstr "" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Kunne ikke lagre domenet %s til %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "Kunne ikke vise aktive nettverk" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Brukt minne:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domenet %s eksisterer allerede" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domenet %s eksisterer allerede" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domenet kjører fremdeles" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operasjon feilet" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operasjon feilet" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "Kunne ikke vise aktive nettverk" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 msgid "cannot set memory of an active domain" msgstr "" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "filen inneholder en beskrivelse om et XML-domene" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "kunne ikke lagre innhold" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Kunne ikke opprette domenet fra %s" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "kunne ikke skrive til konfigurasjonsfil" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "slutt pÃ¥ minne" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operasjon feilet" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "vis aktive og inaktive domener" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "vis aktive og inaktive domener" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "bibliotekskall feilet, muligens ikke støttet" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Kunne ikke opprette domenet fra %s" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "filen inneholder en beskrivelse om et XML-domene" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 msgid "cannot read domain image" msgstr "" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "Kunne ikke opprette domenet fra %s" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Kunne ikke opprette domenet fra %s" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Kunne ikke opprette domenet fra %s" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domenet er allerede aktivt" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Kunne ikke opprette domenet fra %s" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Kunne ikke starte domenet %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Kunne ikke starte domenet %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "Kunne ikke vise aktive nettverk" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "operasjon feilet" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "vis aktive og inaktive domener" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 msgid "adding usb disk failed" msgstr "" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "vis aktive og inaktive domener" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 msgid "adding usb device failed" msgstr "" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "vis aktive og inaktive domener" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "vis aktive og inaktive domener" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "ugyldig argument i %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domene ikke funnet: %s" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "ugyldig argument i %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domenenavn" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domenet er allerede aktivt" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domeneinformasjon i XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "Kunne ikke vise aktive nettverk" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Kunne ikke lagre domenet %s til %s" @@ -3160,62 +3190,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Kunne ikke lagre domenet %s til %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3337,7 +3378,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3356,17 +3397,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3480,27 +3521,32 @@ msgstr "domenenavn" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domenenavn" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6081,8 +6127,8 @@ msgid "DATA" msgstr "" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blokkert" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6717,7 +6763,7 @@ msgstr "" msgid "domain information incomplete, missing uuid" msgstr "" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "" @@ -6781,204 +6827,204 @@ msgstr "Kunne ikke lagre domenet %s til %s" msgid "unknown graphics type '%s'" msgstr "ukjent OS-type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domeneinformasjon i XML" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "ukjent OS-type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "feil ved Ã¥pning av konfigurasjonfil for lesing" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 msgid "topology syntax error" msgstr "" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Kunne ikke definere domenet fra %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "operasjon feilet" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 msgid "unexpected value from on_xend_start" msgstr "" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "slutt pÃ¥ minne" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operasjon feilet" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Kunne ikke definere domenet fra %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operasjon feilet: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "kunne ikke lagre innhold" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "filen inneholder en beskrivelse om et XML-domene" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Kunne ikke vise inaktive domener" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domeneinformasjon i XML" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "ukjent vert" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "kunne ikke lagre innhold" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domeneinformasjon i XML" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domeneinformasjon i XML" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "ugyldig argument i %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "feil ved Ã¥pning av %s for lesing" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Kunne ikke lagre domenet %s til %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "udefinert domenenavn eller -id" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "udefinert domenenavn eller -id" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "operasjon feilet" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "udefinert domenenavn eller -id" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 msgid "no HVM domain loader" msgstr "" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "bibliotekskall feilet, muligens ikke støttet" @@ -7156,6 +7202,9 @@ msgstr "" msgid "failed to connect to Xen Store" msgstr "" +#~ msgid "blocked" +#~ msgstr "blokkert" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "ugyldig argument i %s" @@ -7224,10 +7273,6 @@ msgstr "" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "kunne ikke skrive til konfigurasjonsfilen: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "Kunne ikke vise aktive nettverk" diff --git a/po/nl.po b/po/nl.po index 7efbf5b7b0..e827b5e25c 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-08-21 22:04+0200\n" "Last-Translator: Peter van Egdom \n" "Language-Team: Dutch \n" @@ -765,36 +765,36 @@ msgstr "" msgid "storage_vol not found" msgstr "Netwerk niet gevonden" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "toewijzen van configuratie" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "" -#: src/conf.c:473 +#: src/conf.c:477 msgid "list is not closed with ]" msgstr "" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "" @@ -802,17 +802,17 @@ msgstr "" msgid "expecting an assignment" msgstr "" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "nieuwe buffer toewijzen" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "openen van bestand is mislukt" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "" @@ -1123,7 +1123,7 @@ msgstr "onbekend commando: '%s'" msgid "cannot extract disk devices" msgstr "schijfapparaat toevoegen" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, c-format msgid "duplicate disk target '%s'" msgstr "" @@ -1220,12 +1220,12 @@ msgstr "" msgid "unexpected char type %d" msgstr "" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "Starten van het domein %s is mislukt" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, c-format msgid "unexpected input type %d" msgstr "" @@ -1624,21 +1624,21 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domein-id of uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 msgid "cannot delete active domain" msgstr "" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "een domein automatisch starten" @@ -1703,7 +1703,7 @@ msgstr "openen van bestand is mislukt" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "Starten van het netwerk %s is mislukt" @@ -1762,7 +1762,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "onbekend commando: '%s'" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1778,21 +1778,46 @@ msgstr "" msgid "no config file for %s" msgstr "syntaxisfout in configuratiebestand: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "geen geldige connectie" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "geen geldige connectie" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "Niet in staat om huidige MemorySize te controleren" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "ongeldig MAC-adres" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC-adres" + +#: src/openvz_conf.c:327 msgid "popen failed" msgstr "" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Starten van het domein %s is mislukt" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "syntaxisfout in configuratiebestand: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "geen geldige connectie" @@ -1829,10 +1854,10 @@ msgstr "domein-id of uuid" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, c-format msgid "Could not exec %s" msgstr "" @@ -1842,53 +1867,53 @@ msgstr "" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "geen geldige connectie" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 msgid "Could not configure network" msgstr "" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "aantal virtuele processors aanpassen" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "domein-id of uuid" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "geen geldige connectie" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "onbekend commando: '%s'" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "geen geldige connectie" @@ -1952,7 +1977,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "" @@ -1972,7 +1997,7 @@ msgstr "Netwerk niet gevonden" msgid "Network type %d is not supported" msgstr "" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, c-format msgid "cannot initialize bridge support: %s" msgstr "" @@ -2012,615 +2037,620 @@ msgstr "domein-id of naam" msgid "failed to allocate space for argv string" msgstr "Toewijzen van geheugen is mislukt" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "openen van bestand is mislukt" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "Starten van het domein %s is mislukt" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Starten van het netwerk %s is mislukt" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Starten van het domein %s is mislukt" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Starten van het netwerk %s is mislukt" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "geheugentoewijzing aanpassen" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "openen van bestand is mislukt" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "openen van bestand is mislukt" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "openen van bestand is mislukt" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "nieuwe context toewijzen" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "Starten van het domein %s is mislukt" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "geheugentoewijzing aanpassen" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domein is reeds actief" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "openen van bestand is mislukt" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "openen van bestand is mislukt" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "openen van bestand is mislukt" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, c-format msgid "Shutting down VM '%s'\n" msgstr "" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "openen van bestand is mislukt" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 msgid "Got unexpected pid, damn\n" msgstr "" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "Toewijzen van geheugen is mislukt" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Starten van het domein %s is mislukt" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Starten van het domein %s is mislukt" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "Toewijzen van geheugen is mislukt" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "openen van bestand is mislukt" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domein is reeds actief" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "openen van bestand is mislukt" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "openen van bestand is mislukt" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "Starten van het domein %s is mislukt" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "openen van bestand is mislukt" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Starten van het domein %s is mislukt" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, c-format msgid "Shutting down network '%s'\n" msgstr "" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 msgid "Got unexpected pid for dnsmasq\n" msgstr "" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "openen van bestand is mislukt" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "Toewijzen van geheugen is mislukt" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Gebruikt geheugen:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "Domein is reeds actief" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, c-format msgid "domain with uuid '%s' is already defined" msgstr "" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "domein-id of uuid" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 msgid "suspend operation failed" msgstr "" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 msgid "shutdown operation failed" msgstr "" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "Toewijzen van geheugen is mislukt" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 msgid "cannot set memory of an active domain" msgstr "" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Starten van het domein %s is mislukt" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "Starten van het domein %s is mislukt" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Starten van het domein %s is mislukt" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Starten van het netwerk %s is mislukt" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Starten van het netwerk %s is mislukt" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "geheugentoewijzing aanpassen" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 msgid "cannot change vcpu count of an active domain" msgstr "" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "toewijzen van domein" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Starten van het domein %s is mislukt" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 msgid "cpu affinity is not supported" msgstr "" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Starten van het domein %s is mislukt" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, c-format msgid "unknown virt type in domain definition '%d'" msgstr "" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 msgid "cannot read domain image" msgstr "" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "Starten van het domein %s is mislukt" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Starten van het domein %s is mislukt" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "openen van bestand is mislukt" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domein is reeds actief" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "openen van bestand is mislukt" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Starten van het domein %s is mislukt" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Starten van het domein %s is mislukt" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "Toewijzen van geheugen is mislukt" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "schijfapparaat toevoegen" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "schijfapparaat toevoegen" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 msgid "adding usb disk failed" msgstr "" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "schijfapparaat toevoegen" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 msgid "adding usb device failed" msgstr "" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 msgid "cannot attach device on inactive domain" msgstr "" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "toewijzen van domein" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Starten van het domein %s is mislukt" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Starten van het domein %s is mislukt" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "ongeldig MAC-adres: %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domein niet gevonden: %s" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "ongeldig MAC-adres: %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "value array toewijzen" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domein is reeds actief" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 msgid "no network with matching id" msgstr "" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "Toewijzen van geheugen is mislukt" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "" @@ -3133,62 +3163,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Domein niet gevonden: %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3304,7 +3345,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3323,17 +3364,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, c-format msgid "cannot set file owner '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, c-format msgid "cannot set file mode '%s': %s" msgstr "" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3446,26 +3487,31 @@ msgstr "" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 msgid "command line" msgstr "" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "openen van bestand is mislukt" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -5972,8 +6018,9 @@ msgid "DATA" msgstr "GEGEVENS" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "geblokkeerd" +#, fuzzy +msgid "idle" +msgstr "XML-bestand" #: src/virsh.c:6294 msgid "paused" @@ -6580,7 +6627,7 @@ msgstr "" msgid "domain information incomplete, missing uuid" msgstr "domein-informatie onvolledig, uuid ontbreekt" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domein-informatie onvolledig, naam ontbreekt" @@ -6643,203 +6690,203 @@ msgstr "Starten van het domein %s is mislukt" msgid "unknown graphics type '%s'" msgstr "onbekend commando: '%s'" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "domein-informatie onvolledig, id ontbreekt" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "onbekend commando: '%s'" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 msgid "failed to parse topology information" msgstr "" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "syntaxisfout in configuratiebestand" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Starten van het domein %s is mislukt" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "onbekend commando: '%s'" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 msgid "unexpected value from on_xend_start" msgstr "" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "Gebruikt geheugen:" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "geheugentoewijzing aanpassen" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Starten van het domein %s is mislukt" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "value array toewijzen" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "Starten van het domein %s is mislukt" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "Starten van het domein %s is mislukt" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domein-informatie onvolledig, naam ontbreekt" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "Onbekend" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "Starten van het domein %s is mislukt" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domein-informatie onvolledig, uuid ontbreekt" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domein-informatie onvolledig, uuid ontbreekt" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "ongeldig MAC-adres: %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "openen van bestand is mislukt" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "openen van bestand is mislukt" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, c-format msgid "unexpected graphics type %d" msgstr "" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "onbekend commando: '%s'" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, c-format msgid "unsupported network type %d" msgstr "" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, c-format msgid "unexpected lifecycle value %d" msgstr "" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 msgid "no HVM domain loader" msgstr "" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 msgid "hotplug of device type not supported" msgstr "" @@ -7014,14 +7061,13 @@ msgstr "nieuwe context toewijzen" msgid "failed to connect to Xen Store" msgstr "" +#~ msgid "blocked" +#~ msgstr "geblokkeerd" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "ongeldig MAC-adres: %s" -#, fuzzy -#~ msgid "No storage for network name" -#~ msgstr "Niet in staat om huidige MemorySize te controleren" - #, fuzzy #~ msgid "No storage for bridge name" #~ msgstr "Niet in staat om huidige MemorySize te controleren" @@ -7062,10 +7108,6 @@ msgstr "" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "openen van bestand is mislukt" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "openen van bestand is mislukt" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "Toewijzen van geheugen is mislukt" diff --git a/po/nn.po b/po/nn.po index c94d596d91..b0f327a746 100644 --- a/po/nn.po +++ b/po/nn.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/no.po b/po/no.po index c94d596d91..b0f327a746 100644 --- a/po/no.po +++ b/po/no.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/nso.po b/po/nso.po index c94d596d91..b0f327a746 100644 --- a/po/nso.po +++ b/po/nso.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/or.po b/po/or.po index 36d3c1f673..1849d3d7db 100644 --- a/po/or.po +++ b/po/or.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: or\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-09-25 17:03+0530\n" "Last-Translator: Subhransu Behera \n" "Language-Team: Oriya \n" @@ -790,37 +790,37 @@ msgstr "" msgid "storage_vol not found" msgstr "ନେଟୱାରà­à¬• ମିଳିଲା ନାହିà¬" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "ବିନà­à¬¯à¬¾à¬¸ ବାଣà­à¬Ÿà­à¬…ଛି" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "ଅସମାପà­à¬¤ ସଂଖà­à¬¯à¬¾" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "ଅସମାପà­à¬¤ ବାକà­à¬¯à¬–ଣà­à¬¡" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "ଗୋଟିଠମୂଲà­à¬¯ ଆଶା କରà­à¬…ଛି" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "ତାଲିକାରେ ଗୋଟିଠବିଭାଜକକୠଆଶା କରà­à¬…ଛି" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "ତାଲିକାଟି ] ଦà­à¬¬à¬¾à¬°à¬¾ ବନà­à¬¦ ହେଉନାହିà¬" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "ଗୋଟିଠନାମ ଆଶା କରà­à¬…ଛି" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "ଗୋଟିଠବିଭାଜକ ଆଶା କରà­à¬…ଛି" @@ -828,17 +828,17 @@ msgstr "ଗୋଟିଠବିଭାଜକ ଆଶା କରà­à¬…ଛି" msgid "expecting an assignment" msgstr "ଗୋଟିଠକାରà­à¬¯à­à¬¯ ଆଶା କରà­à¬…ଛି" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "ନୂତନ ବଫର ବାଣà­à¬Ÿà¬¨à­à¬¤à­" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "ଫାଇଲ ଖୋଲିବାରେ ବିଫଳ" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "ବିଷୟ ବସà­à¬¤à­à¬•à­ ସଂରକà­à¬·à¬£ କରିବାରେ ବିଫଳ" @@ -1159,7 +1159,7 @@ msgstr "ଅଜଣା ପà­à¬°à¬šà¬¾à¬³à¬¨ ତନà­à¬¤à­à¬° ପà­à¬°à¬•à¬¾à¬° msgid "cannot extract disk devices" msgstr "ଅନà­à¬¤à¬°à¬¾à¬ªà­ƒà¬·à­à¬  ଉପକରଣ" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "ଲକà­à¬·à­à¬¯ ଉପକରଣ ପà­à¬°à¬•à¬¾à¬°" @@ -1259,12 +1259,12 @@ msgstr "ଅପà­à¬°à¬¤à­à¬¯à¬¾à¬¶à¬¿à¬¤ mime ପà­à¬°à¬•à¬¾à¬°" msgid "unexpected char type %d" msgstr "ଅପà­à¬°à¬¤à­à¬¯à¬¾à¬¶à¬¿à¬¤ mime ପà­à¬°à¬•à¬¾à¬°" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "ଅପà­à¬°à¬¤à­à¬¯à¬¾à¬¶à¬¿à¬¤ mime ପà­à¬°à¬•à¬¾à¬°" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "ଅପà­à¬°à¬¤à­à¬¯à¬¾à¬¶à¬¿à¬¤ mime ପà­à¬°à¬•à¬¾à¬°" @@ -1668,22 +1668,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "ପରିସର ପରିଚୟ କିମà­à¬¬à¬¾ uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "ନିଷà­à¬•à­à¬°à¬¿à­Ÿ ପରିସରର ନାମ" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "ନିଷà­à¬•à­à¬°à¬¿à­Ÿ ପରିସରର ନାମ" @@ -1748,7 +1748,7 @@ msgstr "'%s' କୠଖୋଲିବାରେ ବିଫଳ: %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "ବିନà­à¬¯à¬¾à¬¸ ଫାଇଲକୠଲେଖିବାରେ ବିଫଳ: %s" @@ -1807,7 +1807,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "ଅଜଣା ପà­à¬°à¬šà¬¾à¬³à¬¨ ତନà­à¬¤à­à¬° ପà­à¬°à¬•à¬¾à¬° %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1823,22 +1823,47 @@ msgstr "" msgid "no config file for %s" msgstr "ବିନà­à¬¯à¬¾à¬¸ ଫାଇଲ ବାକà­à¬¯ ବିନà­à¬¯à¬¾à¬¸ ତୃଟି: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "%s ସହିତ ସଂଯୋଗ କରିପାରିଲା ନାହିà¬" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "%s ସହିତ ସଂଯୋଗ କରିପାରିଲା ନାହିà¬" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "ନେଟୱାରà­à¬• ଫାଇଲ ନାମକୠସମାଧାନ କରà­à¬…ଛି" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "ଅବୈଧ MAC ଠିକଣା" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC ଠିକଣା" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "ପà­à¬°à¬•à­à¬°à¬¿à­Ÿà¬¾ ବିଫଳ" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "'%s' କୠଖୋଲିବାରେ ବିଫଳ: %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "ବିନà­à¬¯à¬¾à¬¸ ଫାଇଲ ବାକà­à¬¯ ବିନà­à¬¯à¬¾à¬¸ ତୃଟି: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "%s ସହିତ ସଂଯୋଗ କରିପାରିଲା ନାହିà¬" @@ -1875,10 +1900,10 @@ msgstr "ପରିସର ତଥାପି ଚାଲà­à¬…ଛି" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "%s ସହିତ ସଂଯୋଗ କରିପାରିଲା ନାହିà¬" @@ -1888,54 +1913,54 @@ msgstr "%s ସହିତ ସଂଯୋଗ କରିପାରିଲା ନାହି msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "%s ସହିତ ସଂଯୋଗ କରିପାରିଲା ନାହିà¬" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "%s ସହିତ ସଂଯୋଗ କରିପାରିଲା ନାହିà¬" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "ଆଭାସୀ CPU ମାନଙà­à¬•à¬° ସଂଖà­à¬¯à¬¾à¬•à­ ବଦଳାନà­à¬¤à­" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "ପରିସର ତଥାପି ଚାଲà­à¬…ଛି" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "%s ସହିତ ସଂଯୋଗ କରିପାରିଲା ନାହିà¬" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "ଅଜଣା ପà­à¬°à¬šà¬¾à¬³à¬¨ ତନà­à¬¤à­à¬° ପà­à¬°à¬•à¬¾à¬° %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "%s ସହିତ ସଂଯୋଗ କରିପାରିଲା ନାହିà¬" @@ -1999,7 +2024,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "'%s' କୠଖୋଲିବାରେ ବିଫଳ: %s" @@ -2019,7 +2044,7 @@ msgstr "%s ନେଟୱାରà­à¬•à¬•à­ ପà­à¬°à¬¾à¬°à¬®à­à¬­ କରାଯ msgid "Network type %d is not supported" msgstr "%s ନେଟୱାରà­à¬•à¬•à­ ପà­à¬°à¬¾à¬°à¬®à­à¬­ କରାଯାଇଛି\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "'%s' କୠଖୋଲିବାରେ ବିଫଳ: %s" @@ -2059,627 +2084,632 @@ msgstr "à¬à¬ à¬¾à¬°à­‡ ଅବୈଧ ପରିସର ସୂଚକ" msgid "failed to allocate space for argv string" msgstr "ସà­à¬®à­ƒà¬¤à¬¿ ବାଣà­à¬Ÿà¬¿à¬¬à¬¾à¬°à­‡ ବିଫଳ" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "ଲଗ ଫାଇଲ ଲେଖିବାରେ ବିଫଳ" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "Xend ପରିସର ସୂଚନାକୠବିଶà­à¬³à­‡à¬·à¬£ କରିବାରେ ବିଫଳ" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "%s ନେଟୱାରà­à¬•à¬•à­ ପà­à¬°à¬¾à¬°à¬®à­à¬­ କରିବାରେ ବିଫଳ" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "'%s' କୠଖୋଲିବାରେ ବିଫଳ: %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "ନେଟୱାରà­à¬•à¬•à­ ଖୋଜିବାରେ ବିଫଳ: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "ସà­à¬®à­ƒà¬¤à¬¿ ବାହାରେ" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "ସà­à¬®à­ƒà¬¤à¬¿ ବାହାରେ" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "'%s' କୠଖୋଲିବାରେ ବିଫଳ: %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "ଲଗ ଫାଇଲ ଲେଖିବାରେ ବିଫଳ" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "ନୂତନ ପà­à¬°à¬¸à¬™à­à¬— ବାଣà­à¬Ÿà¬¨à­à¬¤à­" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "'%s' ପରିଚୟକୠପାଇବାରେ ବିଫଳ" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "ପà­à¬°à¬•à­à¬°à¬¿à­Ÿà¬¾ ବିଫଳ" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "ପରିସରଟି ପୂରà­à¬¬à¬°à­ ସକà­à¬°à¬¿à­Ÿ ଅଛି" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "ଲଗ ଫାଇଲ ଲେଖିବାରେ ବିଫଳ" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "ଲଗ ଫାଇଲ ଲେଖିବାରେ ବିଫଳ" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "'%s' କୠଖୋଲିବାରେ ବିଫଳ: %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "ଲଗ ଫାଇଲ ଲେଖିବାରେ ବିଫଳ" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "'%s' ନେଟୱାରà­à¬•à¬•à­ ପାଇବାରେ ବିଫଳ" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "ଲଗ ଫାଇଲ ଲେଖିବାରେ ବିଫଳ" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "ଅପà­à¬°à¬¤à­à¬¯à¬¾à¬¶à¬¿à¬¤ dict ନୋଡ" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "ଗୋଟିଠନୋଡ ବାଣà­à¬Ÿà¬¿à¬¬à¬¾à¬°à­‡ ବିଫଳ" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "%s ପରିସରକୠ%s ରେ ସଂରକà­à¬·à¬£ କରିବାରେ ବିଫଳ" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "%s ପରିସରକୠ%s ରେ ସଂରକà­à¬·à¬£ କରିବାରେ ବିଫଳ" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "%s ପରିସରକୠ%s ରେ ସଂରକà­à¬·à¬£ କରିବାରେ ବିଫଳ" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "%s ପରିସରକୠ%s ରେ ସଂରକà­à¬·à¬£ କରିବାରେ ବିଫଳ" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "%s ପରିସରକୠ%s ରେ ସଂରକà­à¬·à¬£ କରିବାରେ ବିଫଳ" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "ଗୋଟିଠନୋଡ ବାଣà­à¬Ÿà¬¿à¬¬à¬¾à¬°à­‡ ବିଫଳ" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "%s ପରିସରକୠ%s ରେ ସଂରକà­à¬·à¬£ କରିବାରେ ବିଫଳ" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "%s ପରିସରକୠ%s ରେ ସଂରକà­à¬·à¬£ କରିବାରେ ବିଫଳ" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "%s ପରିସରକୠ%s ରେ ସଂରକà­à¬·à¬£ କରିବାରେ ବିଫଳ" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "%s ପରିସରକୠ%s ରେ ସଂରକà­à¬·à¬£ କରିବାରେ ବିଫଳ" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "%s ପରିସରକୠ%s ରେ ସଂରକà­à¬·à¬£ କରିବାରେ ବିଫଳ" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "ପରିସରଟି ପୂରà­à¬¬à¬°à­ ସକà­à¬°à¬¿à­Ÿ ଅଛି" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "ବିନà­à¬¯à¬¾à¬¸ ଫାଇଲକୠଲେଖିବାରେ ବିଫଳ: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "'%s' କୠଖୋଲିବାରେ ବିଫଳ: %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "'%s' କୠଖୋଲିବାରେ ବିଫଳ: %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "'%s' କୠଖୋଲିବାରେ ବିଫଳ: %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "ପଢିବା ପାଇଠ%s କୠଖୋଲିବାରେ ବିଫଳ" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "'%s' କୠଖୋଲିବାରେ ବିଫଳ: %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "'%s' କୠଖୋଲିବାରେ ବିଫଳ: %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "'%s' ନେଟୱାରà­à¬•à¬•à­ ପାଇବାରେ ବିଫଳ" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "ଅପà­à¬°à¬¤à­à¬¯à¬¾à¬¶à¬¿à¬¤ dict ନୋଡ" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "'%s' କୠଖୋଲିବାରେ ବିଫଳ: %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "ସà­à¬®à­ƒà¬¤à¬¿ ବାଣà­à¬Ÿà¬¿à¬¬à¬¾à¬°à­‡ ବିଫଳ" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "ବà­à¬¯à¬¬à¬¹à­ƒà¬¤ ସà­à¬®à­ƒà¬¤à¬¿:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "%s ପରିସରଟି ପୂରà­à¬¬à¬°à­ ରହିଛି" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "%s ପରିସରଟି ପୂରà­à¬¬à¬°à­ ରହିଛି" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "ପରିସର ତଥାପି ଚାଲà­à¬…ଛି" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "ପà­à¬°à¬•à­à¬°à¬¿à­Ÿà¬¾ ବିଫଳ" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "ପà­à¬°à¬•à­à¬°à¬¿à­Ÿà¬¾ ବିଫଳ" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "ଗୋଟିଠନୋଡ ବାଣà­à¬Ÿà¬¿à¬¬à¬¾à¬°à­‡ ବିଫଳ" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "ନିଷà­à¬•à­à¬°à¬¿à­Ÿ ପରିସରର ନାମ" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "%s ପରିସରକୠସà­à¬¥à¬—ିତ କରିବାରେ ବିଫଳ" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "ପରିସର UUID କୠପାଇବାରେ ବିଫଳ" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "XML ସୃଷà­à¬Ÿà¬¿ କରିବାରେ ବିଫଳ" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "%d ସକେଟକୠଲେଖିବାରେ ବିଫଳ\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "%d ସକେଟକୠଲେଖିବାରେ ବିଫଳ\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "ସà­à¬®à­ƒà¬¤à¬¿ ବାହାରେ" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "ପà­à¬°à¬•à­à¬°à¬¿à­Ÿà¬¾ ବିଫଳ" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "ନିଷà­à¬•à­à¬°à¬¿à­Ÿ ପରିସରର ନାମ" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "ଗୋଟିଠନିଷà­à¬•à­à¬°à¬¿à­Ÿ ପରିସରକୠସଜà­à¬žà¬¾ ବିହୀନ କରନà­à¬¤à­" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "'%s' କୠଖୋଲିବାରେ ବିଫଳ: %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "ଲାଇବà­à¬°à­‡à¬°à­€ ଡାକରା ବିଫଳ, ସମà­à¬­à¬¬à¬¤à¬ƒ ସମରà­à¬¥à¬¿à¬¤ ନà­à¬¹à­‡à¬" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "XML ସୃଷà­à¬Ÿà¬¿ କରିବାରେ ବିଫଳ" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "ପରିସର ସଂଜà­à¬žà¬¾ ଫାଇଲକୠଧାରଣ କରନà­à¬¤à­" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "ନୋଡ ପରିସର ତାଲିକା" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "ଜେନ ଡେମନରୠପଢିବାରେ ବିଫଳ" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "XML ସୃଷà­à¬Ÿà¬¿ କରିବାରେ ବିଫଳ" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "XML ସୃଷà­à¬Ÿà¬¿ କରିବାରେ ବିଫଳ" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "ପରିସରଟି ପୂରà­à¬¬à¬°à­ ସକà­à¬°à¬¿à­Ÿ ଅଛି" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "XML ସୃଷà­à¬Ÿà¬¿ କରିବାରେ ବିଫଳ" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "%s ପରିସରକୠପà­à¬°à¬¾à¬°à¬®à­à¬­ କରିବାରେ ବିଫଳ" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "%s ପରିସରକୠପà­à¬¨à¬ƒà¬ªà­à¬°à¬¾à¬°à¬®à­à¬­ କରିବାରେ ବିଫଳ" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "ସà­à¬®à­ƒà¬¤à¬¿ ବାଣà­à¬Ÿà¬¿à¬¬à¬¾à¬°à­‡ ବିଫଳ" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "ଅନà­à¬¤à¬°à¬¾à¬ªà­ƒà¬·à­à¬  ଉପକରଣ" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "ଲକà­à¬·à­à¬¯ ଉପକରଣ ପà­à¬°à¬•à¬¾à¬°" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "ଅନà­à¬¤à¬°à¬¾à¬ªà­ƒà¬·à­à¬  ଉପକରଣ" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "ଆଧାର ସଂଜà­à¬žà¬¾ ଫାଇଲକୠଧାରଣ କରà­à¬…ଛି" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "ଅନà­à¬¤à¬°à¬¾à¬ªà­ƒà¬·à­à¬  ଉପକରଣ" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "ଆଧାର ସଂଜà­à¬žà¬¾ ଫାଇଲକୠଧାରଣ କରà­à¬…ଛି" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "ଗୋଟିଠନିଷà­à¬•à­à¬°à¬¿à­Ÿ ପରିସରକୠସଜà­à¬žà¬¾ ବିହୀନ କରନà­à¬¤à­" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "ନିଷà­à¬•à­à¬°à¬¿à­Ÿ ପରିସରର ନାମ" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "%s ପରିସରକୠ%s ରେ ସଂରକà­à¬·à¬£ କରିବାରେ ବିଫଳ" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "'%s' କୠଖୋଲିବାରେ ବିଫଳ: %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "%s ରେ ଅବୈଧ ସà­à¬¬à¬¤à¬¨à­à¬¤à­à¬°à¬šà¬°" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "ପରିସର ମିଳିଲା ନାହିà¬: %s" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "%s ରେ ଅବୈଧ ସà­à¬¬à¬¤à¬¨à­à¬¤à­à¬°à¬šà¬°" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "ପରିସର ନାମ" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "ପରିସରଟି ପୂରà­à¬¬à¬°à­ ସକà­à¬°à¬¿à­Ÿ ଅଛି" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "XML ରେ ନେଟୱାରà­à¬• ସୂଚନା" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "ଗୋଟିଠନୋଡ ବାଣà­à¬Ÿà¬¿à¬¬à¬¾à¬°à­‡ ବିଫଳ" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "%s ପରିସରକୠ%s ରେ ସଂରକà­à¬·à¬£ କରିବାରେ ବିଫଳ" @@ -3195,62 +3225,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "'%s' କୠଖୋଲିବାରେ ବିଫଳ: %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3372,7 +3413,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3391,17 +3432,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "'%s' କୠଖୋଲିବାରେ ବିଫଳ: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "'%s' କୠଖୋଲିବାରେ ବିଫଳ: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3515,27 +3556,32 @@ msgstr "ପରିସର ନାମ" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "ପରିସର ନାମ" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "ବିନà­à¬¯à¬¾à¬¸ ଫାଇଲକୠଲେଖିବାରେ ବିଫଳ: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6098,8 +6144,9 @@ msgid "DATA" msgstr "ତଥà­à¬¯" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "ଆବଦà­à¬§" +#, fuzzy +msgid "idle" +msgstr "XML ଫାଇଲ" #: src/virsh.c:6294 msgid "paused" @@ -6730,7 +6777,7 @@ msgstr "ପରିସର ସୂଚନା ଭୂଲ domid ସଂଖà­à¬¯à¬¾à¬¤à­ msgid "domain information incomplete, missing uuid" msgstr "ପରିସର ସୂଚନା ଅସମà­à¬ªà­‚ରà­à¬£à­à¬£, uuid ଅନà­à¬ªà¬¸à­à¬¥à¬¿à¬¤ " -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "ପରିସର ସୂଚନା ଅସମà­à¬ªà­‚ରà­à¬£à­à¬£, domid ଅନà­à¬ªà¬¸à­à¬¥à¬¿à¬¤ " @@ -6793,206 +6840,206 @@ msgstr "ଅପà­à¬°à¬¤à­à¬¯à¬¾à¬¶à¬¿à¬¤ dict ନୋଡ" msgid "unknown graphics type '%s'" msgstr "ଅଜଣା ପà­à¬°à¬šà¬¾à¬³à¬¨ ତନà­à¬¤à­à¬° ପà­à¬°à¬•à¬¾à¬° %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "ପରିସର ସୂଚନା ଅସମà­à¬ªà­‚ରà­à¬£à­à¬£ ଅଟେ, ପରିଚୟ ଅନà­à¬ªà¬¸à­à¬¥à¬¿à¬¤" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "ଅଜଣା ପà­à¬°à¬šà¬¾à¬³à¬¨ ତନà­à¬¤à­à¬° ପà­à¬°à¬•à¬¾à¬° %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "Xend ପରିସର ସୂଚନାକୠବିଶà­à¬³à­‡à¬·à¬£ କରିବାରେ ବିଫଳ" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "ବିନà­à¬¯à¬¾à¬¸ ଫାଇଲ ବାକà­à¬¯ ବିନà­à¬¯à¬¾à¬¸ ତୃଟି" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "Xend ପରିସର ସୂଚନାକୠବିଶà­à¬³à­‡à¬·à¬£ କରିବାରେ ବିଫଳ" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "%s ପରିସରକୠସà­à¬¥à¬—ିତ କରିବାରେ ବିଫଳ" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "ଲକà­à¬·à­à¬¯ ଉପକରଣ ପà­à¬°à¬•à¬¾à¬°" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "ଅପà­à¬°à¬¤à­à¬¯à¬¾à¬¶à¬¿à¬¤ ମୂଲà­à¬¯ ନୋଡ" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "ନୋଡ ସà­à¬®à­ƒà¬¤à¬¿" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "ପà­à¬°à¬•à­à¬°à¬¿à­Ÿà¬¾ ବିଫଳ" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "%s ପରିସରକୠସଜà­à¬žà¬¾ ବିହୀନ କରିବାରେ ବିଫଳ" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "ପà­à¬°à¬•à­à¬°à¬¿à­Ÿà¬¾ ବିଫଳ: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "ଆଧାର ନାମ ପାଇବାରେ ବିଫଳ" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "Xend ପରିସର ସୂଚନାକୠବିଶà­à¬³à­‡à¬·à¬£ କରିବାରେ ବିଫଳ" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "%s ନିଷà­à¬•à­à¬°à¬¿à­Ÿ ପରିସରକୠସୃଷà­à¬Ÿà¬¿ କରିବାରେ ବିଫଳ\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "ପରିସର ସୂଚନା ଅସମà­à¬ªà­‚ରà­à¬£à­à¬£, domid ଅନà­à¬ªà¬¸à­à¬¥à¬¿à¬¤ " -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "ଅଜଣା" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "ଆଧାର ନାମ ପାଇବାରେ ବିଫଳ" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "ପରିସର ସୂଚନା ଅସମà­à¬ªà­‚ରà­à¬£à­à¬£, uuid ଅନà­à¬ªà¬¸à­à¬¥à¬¿à¬¤ " -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "ପରିସର ସୂଚନା ଅସମà­à¬ªà­‚ରà­à¬£à­à¬£, uuid ଅନà­à¬ªà¬¸à­à¬¥à¬¿à¬¤ " -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "%s ରେ ଅବୈଧ ସà­à¬¬à¬¤à¬¨à­à¬¤à­à¬°à¬šà¬°" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "ପଢିବା ପାଇଠ%s କୠଖୋଲିବାରେ ବିଫଳ" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "'%s' କୠଖୋଲିବାରେ ବିଫଳ: %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "ଅପà­à¬°à¬¤à­à¬¯à¬¾à¬¶à¬¿à¬¤ mime ପà­à¬°à¬•à¬¾à¬°" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "ଅପà­à¬°à¬¤à­à¬¯à¬¾à¬¶à¬¿à¬¤ mime ପà­à¬°à¬•à¬¾à¬°" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "ଅପà­à¬°à¬¤à­à¬¯à¬¾à¬¶à¬¿à¬¤ mime ପà­à¬°à¬•à¬¾à¬°" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "ଅପà­à¬°à¬¤à­à¬¯à¬¾à¬¶à¬¿à¬¤ ମୂଲà­à¬¯ ନୋଡ" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "ନୋଡ ପରିସର ତାଲିକା" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "ଲାଇବà­à¬°à­‡à¬°à­€ ଡାକରା ବିଫଳ, ସମà­à¬­à¬¬à¬¤à¬ƒ ସମରà­à¬¥à¬¿à¬¤ ନà­à¬¹à­‡à¬" @@ -7170,6 +7217,9 @@ msgstr "ନୂତନ ପà­à¬°à¬¸à¬™à­à¬— ବାଣà­à¬Ÿà¬¨à­à¬¤à­" msgid "failed to connect to Xen Store" msgstr "ଜେନ ଭଣà­à¬¡à¬¾à¬°à¬•à­ ସଂଯୋଗ କରିବାରେ ବିଫଳ" +#~ msgid "blocked" +#~ msgstr "ଆବଦà­à¬§" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "ଲକà­à¬·à­à¬¯ ଉପକରଣ ପà­à¬°à¬•à¬¾à¬°" @@ -7246,10 +7296,6 @@ msgstr "ଜେନ ଭଣà­à¬¡à¬¾à¬°à¬•à­ ସଂଯୋଗ କରିବାରେ #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "ବିନà­à¬¯à¬¾à¬¸ ଫାଇଲକୠଲେଖିବାରେ ବିଫଳ: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "ବିନà­à¬¯à¬¾à¬¸ ଫାଇଲକୠଲେଖିବାରେ ବିଫଳ: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "ସà­à¬®à­ƒà¬¤à¬¿ ବାଣà­à¬Ÿà¬¿à¬¬à¬¾à¬°à­‡ ବିଫଳ" diff --git a/po/pa.po b/po/pa.po index c01a653110..c2985a4be9 100644 --- a/po/pa.po +++ b/po/pa.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: pa\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-09-11 15:12+0530\n" "Last-Translator: Jaswinder Singh \n" "Language-Team: Punjabi \n" @@ -774,37 +774,37 @@ msgstr "" msgid "storage_vol not found" msgstr "ਨੈੱਟਵਰਕ ਨਹੀਂ ਲੱਭਿਆ" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "ਸੰਰਚਨਾ ਜਾਰੀ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "ਨਾ-ਖਤਮ ਨੰਬਰ" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "ਨਾ-ਖਤਮ ਸਤਰ" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "ਇੱਕ ਲੋੜੀਦਾ ਮà©à©±à¨²" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "ਸੂਚੀ ਵਿੱਚ ਇੱਕ ਵੱਖਰੇਵੇ ਦੀ ਮੰਗ ਸੀ" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "ਸੂਚੀ ] ਨਾਲ ਬੰਦ ਨਹੀਂ ਹੈ" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "ਨਾਂ ਦੀ ਲੋੜ ਸੀ" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "ਇੱਕ ਵੱਖਰਵੇ ਦੀ ਮੰਗ ਸੀ" @@ -812,17 +812,17 @@ msgstr "ਇੱਕ ਵੱਖਰਵੇ ਦੀ ਮੰਗ ਸੀ" msgid "expecting an assignment" msgstr "ਇੱਕ ਮੰਗ ਦੀ ਲੋੜ ਸੀ" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "ਨਵਾਂ ਬਫ਼ਰ ਜਾਰੀ" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "ਫਾਇਲ ਖੋਲà©à¨¹à¨£ ਲਈ ਅਸਫ਼ਲ ਹੈ" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "ਭਾਗ ਸੰਭਾਲਣ ਲਈ ਅਸਫ਼ਲ ਹੈ" @@ -1143,7 +1143,7 @@ msgstr "ਅਣਜਾਣ OS ਕਿਸਮ %s" msgid "cannot extract disk devices" msgstr "ਇੰਟਰਫੇਸ ਜੰਤਰ" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "ਟਾਰਗਿਟ ਜੰਤਰ ਕਿਸਮ" @@ -1243,12 +1243,12 @@ msgstr "ਅਣਜਾਣ mime ਕਿਸਮ" msgid "unexpected char type %d" msgstr "ਅਣਜਾਣ mime ਕਿਸਮ" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "ਅਣਜਾਣ mime ਕਿਸਮ" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "ਅਣਜਾਣ mime ਕਿਸਮ" @@ -1652,22 +1652,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "ਡੋਮੇਨ id ਜਾਂ uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "ਨਾ-ਸਰਗਰਮ ਡੋਮੇਨ ਦਾ ਨਾਂ" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "ਨਾ-ਸਰਗਰਮ ਡੋਮੇਨ ਦਾ ਨਾਂ" @@ -1732,7 +1732,7 @@ msgstr "'%s' ਨੂੰ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ: %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "ਸੰਰਚਨਾ ਫਾਇਲ ਲਿਖਣ ਲਈ ਅਸਫ਼ਲ: %s" @@ -1791,7 +1791,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "ਅਣਜਾਣ OS ਕਿਸਮ %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1807,22 +1807,47 @@ msgstr "" msgid "no config file for %s" msgstr "ਸੰਰਚਨਾ ਫਾਇਲ ਸੰਟੈਕਸ ਗਲਤੀ: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "%s ਨਾਲ ਜà©à©œ ਨਹੀਂ ਸਕਿਆ" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "%s ਨਾਲ ਜà©à©œ ਨਹੀਂ ਸਕਿਆ" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "ਨੈੱਟਵਰਕ ਫਾਇਲ ਨਾਂ ਹੱਲ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "ਗਲਤ MAC ਸਿਰਨਾਵਾਂ" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC ਸਿਰਨਾਵਾਂ" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "ਕਾਰਵਾਈ ਫੇਲà©à¨¹ ਹੋਈ" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "'%s' ਨੂੰ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ: %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "ਸੰਰਚਨਾ ਫਾਇਲ ਸੰਟੈਕਸ ਗਲਤੀ: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "%s ਨਾਲ ਜà©à©œ ਨਹੀਂ ਸਕਿਆ" @@ -1859,10 +1884,10 @@ msgstr "ਡੋਮੇਨ ਹਾਲੇ ਵੀ ਚੱਲ ਰਹੀ ਹੈ" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "%s ਨਾਲ ਜà©à©œ ਨਹੀਂ ਸਕਿਆ" @@ -1872,54 +1897,54 @@ msgstr "%s ਨਾਲ ਜà©à©œ ਨਹੀਂ ਸਕਿਆ" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "%s ਨਾਲ ਜà©à©œ ਨਹੀਂ ਸਕਿਆ" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "%s ਨਾਲ ਜà©à©œ ਨਹੀਂ ਸਕਿਆ" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "ਵà©à¨°à¨šà©à¨…ਲ CPU ਦੀ ਗਿਣਤੀ ਤਬਦੀਲ" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "ਡੋਮੇਨ ਹਾਲੇ ਵੀ ਚੱਲ ਰਹੀ ਹੈ" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "%s ਨਾਲ ਜà©à©œ ਨਹੀਂ ਸਕਿਆ" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "ਅਣਜਾਣ OS ਕਿਸਮ %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "%s ਨਾਲ ਜà©à©œ ਨਹੀਂ ਸਕਿਆ" @@ -1983,7 +2008,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "'%s' ਨੂੰ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ: %s" @@ -2003,7 +2028,7 @@ msgstr "ਨੈੱਟਵਰਕ %s ਸ਼à©à¨°à©‚ ਕੀਤਾ ਗਿਆ ਹੈ\n msgid "Network type %d is not supported" msgstr "ਨੈੱਟਵਰਕ %s ਸ਼à©à¨°à©‚ ਕੀਤਾ ਗਿਆ ਹੈ\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "'%s' ਨੂੰ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ: %s" @@ -2043,627 +2068,632 @@ msgstr "ਇਸ ਵਿੱਚ ਗਲਤ ਡੋਮੇਨ ਇਸ਼ਾਰਾ" msgid "failed to allocate space for argv string" msgstr "ਮੈਮੋਰੀ ਨਿਰਧਾਰਤ ਕਰਨ ਲਈ ਅਸਫ਼ਲ" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "ਲਾਗ ਫਾਇਲ ਲਿਖਣ ਦੌਰਾਨ ਗਲਤੀ" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "Xend ਡੋਮੇਨ ਜਾਣਾਕਰੀ ਪਾਰਸ ਕਰਨ ਲਈ ਫੇਲà©à¨¹" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "ਨੈੱਟਵਰਕ %s ਸ਼à©à¨°à©‚ ਕਰਨ ਲਈ ਫੇਲà©à¨¹" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "'%s' ਨੂੰ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ: %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "ਨੈੱਟਵਰਕ ਨੂੰ ਲੱਭਣ ਵਿੱਚ ਫੇਲà©à¨¹ ਹੋਇਆ: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "ਮੈਮੋਰੀ ਖਤਮ ਹੋ ਗਈ" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "ਮੈਮੋਰੀ ਖਤਮ ਹੋ ਗਈ" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "'%s' ਨੂੰ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ: %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "ਲਾਗ ਫਾਇਲ ਲਿਖਣ ਦੌਰਾਨ ਗਲਤੀ" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "ਨਵਾਂ ਪਰਸੰਗ ਜਾਰੀ" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "ਡੋਮੇਨ '%s' ਲੈਣ ਲਈ ਫੇਲà©à¨¹" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "ਕਾਰਵਾਈ ਫੇਲà©à¨¹ ਹੋਈ" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "ਡੋਮੇਨ ਪਹਿਲਾਂ ਹੀ ਸਰਗਰਮ ਹੈ" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "ਲਾਗ ਫਾਇਲ ਲਿਖਣ ਦੌਰਾਨ ਗਲਤੀ" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "ਲਾਗ ਫਾਇਲ ਲਿਖਣ ਦੌਰਾਨ ਗਲਤੀ" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "'%s' ਨੂੰ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ: %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "ਲਾਗ ਫਾਇਲ ਲਿਖਣ ਦੌਰਾਨ ਗਲਤੀ" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "ਨੈੱਟਵਰਕ '%s' ਲੈਣ ਲਈ ਫੇਲà©à¨¹" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "ਲਾਗ ਫਾਇਲ ਲਿਖਣ ਦੌਰਾਨ ਗਲਤੀ" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "ਅਚਾਨਕ dict ਨੋਡ" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "ਇੱਕ ਨੋਡ ਜਾਰੀ ਕਰਨ ਲਈ ਅਸਫ਼ਲ" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "%s ਡੋਮੇਨ ਨੂੰ %s ਲਈ ਸੰਭਾਲਣ ਲਈ ਫੇਲà©à¨¹" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "%s ਡੋਮੇਨ ਨੂੰ %s ਲਈ ਸੰਭਾਲਣ ਲਈ ਫੇਲà©à¨¹" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "%s ਡੋਮੇਨ ਨੂੰ %s ਲਈ ਸੰਭਾਲਣ ਲਈ ਫੇਲà©à¨¹" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "%s ਡੋਮੇਨ ਨੂੰ %s ਲਈ ਸੰਭਾਲਣ ਲਈ ਫੇਲà©à¨¹" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "%s ਡੋਮੇਨ ਨੂੰ %s ਲਈ ਸੰਭਾਲਣ ਲਈ ਫੇਲà©à¨¹" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "ਇੱਕ ਨੋਡ ਜਾਰੀ ਕਰਨ ਲਈ ਅਸਫ਼ਲ" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "%s ਡੋਮੇਨ ਨੂੰ %s ਲਈ ਸੰਭਾਲਣ ਲਈ ਫੇਲà©à¨¹" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "%s ਡੋਮੇਨ ਨੂੰ %s ਲਈ ਸੰਭਾਲਣ ਲਈ ਫੇਲà©à¨¹" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "%s ਡੋਮੇਨ ਨੂੰ %s ਲਈ ਸੰਭਾਲਣ ਲਈ ਫੇਲà©à¨¹" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "%s ਡੋਮੇਨ ਨੂੰ %s ਲਈ ਸੰਭਾਲਣ ਲਈ ਫੇਲà©à¨¹" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "%s ਡੋਮੇਨ ਨੂੰ %s ਲਈ ਸੰਭਾਲਣ ਲਈ ਫੇਲà©à¨¹" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "ਡੋਮੇਨ ਪਹਿਲਾਂ ਹੀ ਸਰਗਰਮ ਹੈ" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "ਸੰਰਚਨਾ ਫਾਇਲ ਲਿਖਣ ਲਈ ਅਸਫ਼ਲ: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "'%s' ਨੂੰ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ: %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "'%s' ਨੂੰ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ: %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "'%s' ਨੂੰ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ: %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "%s ਨੂੰ ਪੜà©à¨¹à¨¨ ਵਾਸਤੇ ਖੋਲà©à¨¹à¨£ ਲਈ ਅਸਫ਼ਲ" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "'%s' ਨੂੰ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ: %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "'%s' ਨੂੰ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ: %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "ਨੈੱਟਵਰਕ '%s' ਲੈਣ ਲਈ ਫੇਲà©à¨¹" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "ਅਚਾਨਕ dict ਨੋਡ" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "'%s' ਨੂੰ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ: %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "ਮੈਮੋਰੀ ਨਿਰਧਾਰਤ ਕਰਨ ਲਈ ਅਸਫ਼ਲ" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "ਵਰਤੀ ਮੈਮੋਰੀ:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "ਡੋਮੇਨ %s ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "ਡੋਮੇਨ %s ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "ਡੋਮੇਨ ਹਾਲੇ ਵੀ ਚੱਲ ਰਹੀ ਹੈ" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "ਕਾਰਵਾਈ ਫੇਲà©à¨¹ ਹੋਈ" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "ਕਾਰਵਾਈ ਫੇਲà©à¨¹ ਹੋਈ" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "ਇੱਕ ਨੋਡ ਜਾਰੀ ਕਰਨ ਲਈ ਅਸਫ਼ਲ" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "ਨਾ-ਸਰਗਰਮ ਡੋਮੇਨ ਦਾ ਨਾਂ" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "ਡੋਮੇਨ %s ਮà©à¨…ੱਤਲ ਕਰਨ ਲਈ ਫੇਲà©à¨¹ ਹੈ" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "ਡੋਮੇਨ UUID ਪà©à¨°à¨¾à¨ªà¨¤ ਕਰਨ ਲਈ ਅਸਫ਼ਲ" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "XML ਬਣਾਉਣ ਲਈ ਫੇਲ" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "ਸਾਕਟ %d ਲਿਖਣ ਲਈ ਅਸਫ਼ਲ\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "ਸਾਕਟ %d ਲਿਖਣ ਲਈ ਅਸਫ਼ਲ\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "ਮੈਮੋਰੀ ਖਤਮ ਹੋ ਗਈ" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "ਕਾਰਵਾਈ ਫੇਲà©à¨¹ ਹੋਈ" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "ਨਾ-ਸਰਗਰਮ ਡੋਮੇਨ ਦਾ ਨਾਂ" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "ਇੱਕ ਨਾ-ਸਰਗਰਮ ਡੋਮੇਨ ਨਾ-ਪਰਭਾਸ਼ਿਤ" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "'%s' ਨੂੰ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ: %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "ਲਾਇਬà©à¨°à©‡à¨°à©€ ਕਾਲ ਅਸਫ਼ਲ ਹੈ, ਸੰਭਵ ਤੌਰ ਉੱਤੇ ਸਹਾਇਕ ਨਹੀਂ ਹੈ" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "XML ਬਣਾਉਣ ਲਈ ਫੇਲ" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "ਡੋਮੇਨ ਭਾਸ਼ਾ ਫਾਇਲ ਲੋਡ" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "ਜੈੱਨ ਡੈਮਨ ਤੋਂ ਪੜà©à¨¹à¨¨ ਲਈ ਅਸਫ਼ਲ" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "XML ਬਣਾਉਣ ਲਈ ਫੇਲ" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "XML ਬਣਾਉਣ ਲਈ ਫੇਲ" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "ਡੋਮੇਨ ਪਹਿਲਾਂ ਹੀ ਸਰਗਰਮ ਹੈ" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "XML ਬਣਾਉਣ ਲਈ ਫੇਲ" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "ਡੋਮੇਨ %s ਸ਼à©à¨°à©‚ ਕਰਨ ਲਈ ਫੇਲà©à¨¹" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "ਡੋਮੇਨ %s ਮà©à©œ-ਪà©à¨°à¨¾à¨ªà¨¤ ਕਰਨ ਲਈ ਫੇਲà©à¨¹" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "ਮੈਮੋਰੀ ਨਿਰਧਾਰਤ ਕਰਨ ਲਈ ਅਸਫ਼ਲ" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "ਇੰਟਰਫੇਸ ਜੰਤਰ" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "ਟਾਰਗਿਟ ਜੰਤਰ ਕਿਸਮ" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "ਇੰਟਰਫੇਸ ਜੰਤਰ" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "ਮੇਜ਼ਬਾਨ ਪà©à¨°à©€à¨­à¨¾à¨¸à¨¼à¨¾ ਫਾਇਲ ਲੋਡ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "ਇੰਟਰਫੇਸ ਜੰਤਰ" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "ਮੇਜ਼ਬਾਨ ਪà©à¨°à©€à¨­à¨¾à¨¸à¨¼à¨¾ ਫਾਇਲ ਲੋਡ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "ਇੱਕ ਨਾ-ਸਰਗਰਮ ਡੋਮੇਨ ਨਾ-ਪਰਭਾਸ਼ਿਤ" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "ਨਾ-ਸਰਗਰਮ ਡੋਮੇਨ ਦਾ ਨਾਂ" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "%s ਡੋਮੇਨ ਨੂੰ %s ਲਈ ਸੰਭਾਲਣ ਲਈ ਫੇਲà©à¨¹" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "'%s' ਨੂੰ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ: %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "%s ਵਿੱਚ ਗਲਤ ਮà©à©±à¨²" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "ਡੋਮੇਨ ਨਹੀਂ ਲੱਭਿਆ: %s" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "%s ਵਿੱਚ ਗਲਤ ਮà©à©±à¨²" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "ਡੋਮੇਨ ਨਾਂ" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "ਡੋਮੇਨ ਪਹਿਲਾਂ ਹੀ ਸਰਗਰਮ ਹੈ" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "XML ਵਿੱਚ ਨੈੱਟਵਰਕ ਜਾਣਕਾਰੀ" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "ਇੱਕ ਨੋਡ ਜਾਰੀ ਕਰਨ ਲਈ ਅਸਫ਼ਲ" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "%s ਡੋਮੇਨ ਨੂੰ %s ਲਈ ਸੰਭਾਲਣ ਲਈ ਫੇਲà©à¨¹" @@ -3179,62 +3209,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "'%s' ਨੂੰ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ: %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3356,7 +3397,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3375,17 +3416,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "'%s' ਨੂੰ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "'%s' ਨੂੰ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3499,27 +3540,32 @@ msgstr "ਡੋਮੇਨ ਨਾਂ" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "ਡੋਮੇਨ ਨਾਂ" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "ਸੰਰਚਨਾ ਫਾਇਲ ਲਿਖਣ ਲਈ ਅਸਫ਼ਲ: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6078,8 +6124,9 @@ msgid "DATA" msgstr "ਡਾਟਾ" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "ਬਲਾਕ ਹੈ" +#, fuzzy +msgid "idle" +msgstr "XML ਫਾਇਲ" #: src/virsh.c:6294 msgid "paused" @@ -6712,7 +6759,7 @@ msgstr "ਡੋਮੇਨ ਜਾਣਕਾਰੀ ਗਲਤ ਹੈ, domid ਅੰਕ msgid "domain information incomplete, missing uuid" msgstr "ਡੋਮੇਨ ਜਾਣਕਾਰੀ ਅਧੂਰੀ ਹੈ, uuid ਗà©à©°à¨® ਹੈ" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "ਡੋਮੇਨ ਜਾਣਕਾਰੀ ਅਧੂਰੀ ਹੈ, ਨਾਂ ਨਹੀਂ ਹੈ" @@ -6775,206 +6822,206 @@ msgstr "ਅਚਾਨਕ dict ਨੋਡ" msgid "unknown graphics type '%s'" msgstr "ਅਣਜਾਣ OS ਕਿਸਮ %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "ਡੋਮੇਨ ਜਾਣਕਾਰੀ ਅਧੂਰੀ ਹੈ, id ਗà©à©°à¨® ਹੈ" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "ਅਣਜਾਣ OS ਕਿਸਮ %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "Xend ਡੋਮੇਨ ਜਾਣਾਕਰੀ ਪਾਰਸ ਕਰਨ ਲਈ ਫੇਲà©à¨¹" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "ਸੰਰਚਨਾ ਫਾਇਲ ਸੰਟੈਕਸ ਗਲਤੀ" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "Xend ਡੋਮੇਨ ਜਾਣਾਕਰੀ ਪਾਰਸ ਕਰਨ ਲਈ ਫੇਲà©à¨¹" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "ਡੋਮੇਨ %s ਮà©à¨…ੱਤਲ ਕਰਨ ਲਈ ਫੇਲà©à¨¹ ਹੈ" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "ਟਾਰਗਿਟ ਜੰਤਰ ਕਿਸਮ" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "ਅਚਾਨਕ ਮà©à©±à¨² ਨੋਡ" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "ਕਾਰਵਾਈ ਫੇਲà©à¨¹ ਹੋਈ" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "ਡੋਮੇਨ %s ਨੂੰ ਨਾ-ਪਰਭਾਸ਼ਿਤ ਕਰਨ ਲਈ ਫੇਲà©à¨¹" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "ਕਾਰਵਾਈ ਫੇਲà©à¨¹ ਹੋਈ: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "ਮੇਜ਼ਬਾਨ ਪà©à¨°à¨¾à¨ªà¨¤ ਕਰਨ ਲਈ ਫੇਲà©à¨¹" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "Xend ਡੋਮੇਨ ਜਾਣਾਕਰੀ ਪਾਰਸ ਕਰਨ ਲਈ ਫੇਲà©à¨¹" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "ਨਾ-ਸਰਗਰਮ ਡੋਮੇਨ %s ਬਣਾਉਣ ਲਈ ਅਸਫ਼ਲ ਹੈ\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "ਡੋਮੇਨ ਜਾਣਕਾਰੀ ਅਧੂਰੀ ਹੈ, ਨਾਂ ਨਹੀਂ ਹੈ" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "ਅਣਜਾਣ" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "ਮੇਜ਼ਬਾਨ ਪà©à¨°à¨¾à¨ªà¨¤ ਕਰਨ ਲਈ ਫੇਲà©à¨¹" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "ਡੋਮੇਨ ਜਾਣਕਾਰੀ ਅਧੂਰੀ ਹੈ, uuid ਗà©à©°à¨® ਹੈ" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "ਡੋਮੇਨ ਜਾਣਕਾਰੀ ਅਧੂਰੀ ਹੈ, uuid ਗà©à©°à¨® ਹੈ" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "%s ਵਿੱਚ ਗਲਤ ਮà©à©±à¨²" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "%s ਨੂੰ ਪੜà©à¨¹à¨¨ ਵਾਸਤੇ ਖੋਲà©à¨¹à¨£ ਲਈ ਅਸਫ਼ਲ" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "'%s' ਨੂੰ ਖੋਲਣ ਵਿੱਚ ਅਸਫਲ: %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "ਅਣਜਾਣ mime ਕਿਸਮ" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "ਅਣਜਾਣ mime ਕਿਸਮ" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "ਅਣਜਾਣ mime ਕਿਸਮ" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "ਅਚਾਨਕ ਮà©à©±à¨² ਨੋਡ" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "ਲਾਇਬà©à¨°à©‡à¨°à©€ ਕਾਲ ਅਸਫ਼ਲ ਹੈ, ਸੰਭਵ ਤੌਰ ਉੱਤੇ ਸਹਾਇਕ ਨਹੀਂ ਹੈ" @@ -7152,6 +7199,9 @@ msgstr "ਨਵਾਂ ਪਰਸੰਗ ਜਾਰੀ" msgid "failed to connect to Xen Store" msgstr "Xen ਸਟੋਰ ਨਾਲ ਜà©à©œà¨¨ ਲਈ ਫੇਲà©à¨¹" +#~ msgid "blocked" +#~ msgstr "ਬਲਾਕ ਹੈ" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "ਟਾਰਗਿਟ ਜੰਤਰ ਕਿਸਮ" @@ -7228,10 +7278,6 @@ msgstr "Xen ਸਟੋਰ ਨਾਲ ਜà©à©œà¨¨ ਲਈ ਫੇਲà©à¨¹" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "ਸੰਰਚਨਾ ਫਾਇਲ ਲਿਖਣ ਲਈ ਅਸਫ਼ਲ: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "ਸੰਰਚਨਾ ਫਾਇਲ ਲਿਖਣ ਲਈ ਅਸਫ਼ਲ: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "ਮੈਮੋਰੀ ਨਿਰਧਾਰਤ ਕਰਨ ਲਈ ਅਸਫ਼ਲ" diff --git a/po/pl.po b/po/pl.po index 7619013897..5e99474e69 100644 --- a/po/pl.po +++ b/po/pl.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: pl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2008-06-25 21:32+0200\n" "Last-Translator: Piotr DrÄ…g \n" "Language-Team: Polish \n" @@ -766,36 +766,36 @@ msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgid "storage_vol not found" msgstr "Nie znaleziono storage_vol" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "przydzielanie konfiguracji" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "niezakoÅ„czona liczba" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "niezakoÅ„czony Å‚aÅ„cuch" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "oczekiwana wartość" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "oczekiwane rozdzielenia na liÅ›cie" -#: src/conf.c:473 +#: src/conf.c:477 msgid "list is not closed with ]" msgstr "lista nie koÅ„czy siÄ™ na ]" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "oczekiwana nazwa" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "oczekiwane rozdzielenie" @@ -803,16 +803,16 @@ msgstr "oczekiwane rozdzielenie" msgid "expecting an assignment" msgstr "oczekiwane wyznaczenie" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 msgid "allocate buffer" msgstr "przydziel bufor" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "otwarcie pliku nie powiodÅ‚o siÄ™" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "zapisanie zawartoÅ›ci nie powiodÅ‚o siÄ™" @@ -1131,7 +1131,7 @@ msgstr "nieznane urzÄ…dzenie startowe \"%s\"" msgid "cannot extract disk devices" msgstr "nie można wydobyć urzÄ…dzeÅ„ źródÅ‚owych" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "NieobsÅ‚ugiwany typ dysku \"%s\"" @@ -1230,12 +1230,12 @@ msgstr "nieoczekiwany typ domeny %d" msgid "unexpected char type %d" msgstr "nieoczekiwany typ domeny %d" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "nieoczekiwany typ domeny %d" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "nieoczekiwany typ domeny %d" @@ -1633,20 +1633,20 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 msgid "no domain with matching uuid" msgstr "brak domeny pasujÄ…cej do UUID" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 msgid "cannot delete active domain" msgstr "nie można usunąć aktywnej domeny" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "nie można usunąć aktywnej domeny" @@ -1711,7 +1711,7 @@ msgstr "nie można wykonać stat na pliku \"%s\": %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, c-format msgid "cannot create log directory %s: %s" msgstr "nie można utworzyć folderu dziennika %s: %s" @@ -1770,7 +1770,7 @@ msgstr "Zażądano przekazywania, ale nie podano adresu/maski sieciowej IPv4" msgid "unknown forwarding type '%s'" msgstr "nieznany typ uwierzytelniania \"%s\"" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1787,19 +1787,44 @@ msgstr "" msgid "no config file for %s" msgstr "brak pliku konfiguracji dla %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "nie można przeanalizować URI poÅ‚Ä…czenia" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "nie można przeanalizować URI poÅ‚Ä…czenia" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "rozwiÄ…zywanie nazw plików sieci" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "nieprawidÅ‚owy adres MAC" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "Adres MAC" + +#: src/openvz_conf.c:327 msgid "popen failed" msgstr "popen nie powiodÅ‚o siÄ™" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 msgid "Failed to parse vzlist output" msgstr "Przeanalizowanie wyjÅ›cia vzlist nie powiodÅ‚o siÄ™" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 msgid "UUID in config file malformed" msgstr "UUID w pliku konfiguracji jest bÅ‚Ä™dnie sformatowany" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "nie można przeanalizować URI poÅ‚Ä…czenia" @@ -1836,10 +1861,10 @@ msgstr "domena nie jest uruchomiona" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "nie można poÅ‚Ä…czyć siÄ™ z %s" @@ -1849,53 +1874,53 @@ msgstr "nie można poÅ‚Ä…czyć siÄ™ z %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "Maszyna wirtualna OpenVZ o identyfikatorze \"%s\" jest już aktywna" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "nie można przeanalizować URI poÅ‚Ä…czenia" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "nie można poÅ‚Ä…czyć siÄ™ z %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "zmieÅ„ liczbÄ™ wirtualnych procesorów" #: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +#, fuzzy, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "Maszyna wirtualna OpenVZ o identyfikatorze \"%d\" jest już okreÅ›lona" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "brak domeny pasujÄ…cej do identyfikatora" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 msgid "domain is not in shutoff state" msgstr "domena nie jest wyÅ‚Ä…czona" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "nie można przeanalizować URI poÅ‚Ä…czenia" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, c-format msgid "unknown type '%s'" msgstr "nieznany typ \"%s\"" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "nie można przeanalizować URI poÅ‚Ä…czenia" @@ -1959,7 +1984,7 @@ msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" "Nieoczekiwany stan wyjÅ›cia \"%d\", QEMU prawdopodobnie siÄ™ nie powiodÅ‚o" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Nie można znaleźć binaria QEMU %s: %s" @@ -1979,7 +2004,7 @@ msgstr "Sieć \"%s\" jest nieaktywna" msgid "Network type %d is not supported" msgstr "Typ sieci %d jest nieobsÅ‚ugiwany" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, c-format msgid "cannot initialize bridge support: %s" msgstr "nie można zainicjować obsÅ‚ugi mostka: %s" @@ -2016,48 +2041,48 @@ msgstr "nieprawidÅ‚owy model dźwiÄ™ku" msgid "failed to allocate space for argv string" msgstr "Przydzielenie przestrzeni dla Å‚aÅ„cucha argv nie powiodÅ‚o siÄ™" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "Ustawienie flagi deskryptora pliku \"close-on-exec\" nie powiodÅ‚o siÄ™" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "Ustawienie nieblokujÄ…cej flagi deskryptora pliku nie powiodÅ‚o siÄ™" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Automatyczne uruchomienie sieci \"%s\" nie powiodÅ‚o siÄ™: %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "" "Automatyczne uruchomienie maszyny wirtualnej \"%s\" nie powiodÅ‚o siÄ™: %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Znalezienie rekordu użytkownika dla UID \"%d\" nie powiodÅ‚o siÄ™: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "brak pamiÄ™ci w asprintf" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "qemudStartup: brak pamiÄ™ci" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 #, fuzzy msgid "Reloading iptables rules\n" msgstr "Ponowne wczytywanie reguÅ‚ iptables" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" @@ -2066,351 +2091,356 @@ msgstr "" "ZakoÅ„czono QEMU podczas uruchamiania %s\n" "%s" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "Odczytanie wyjÅ›cia uruchamiania %s nie powiodÅ‚o siÄ™: %s" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "Przekroczono czas podczas odczytywania wyjÅ›cia uruchamiania %s" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "Odczytanie wyjÅ›cia uruchamiania %s nie powiodÅ‚o siÄ™" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "Brak przestrzeni podczas odczytywania wyjÅ›cia uruchamiania %s" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, c-format msgid "Unable to open monitor path %s" msgstr "Nie można otworzyć Å›cieżki do monitora %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "Nie można ustawić flagi monitora close-on-exec" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "Nie można umieÅ›cić monitora w trybie nie blokowania" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "Nie można zapisać danych konsoli maszyny wirtualnej w dzienniku: %s" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 msgid "allocate cpumap" msgstr "przydziel mapy procesora" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" "nie można uruchomić polecenia monitora, aby przechwycić informacji o wÄ…tkach " "procesora" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, c-format msgid "failed to set CPU affinity %s" msgstr "ustawienie pokrewieÅ„stwa procesora %s nie powiodÅ‚o siÄ™" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 msgid "resume operation failed" msgstr "operacja wznowienia nie powiodÅ‚a siÄ™" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 msgid "VM is already active" msgstr "Maszyna wirtualna jest już aktywna" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "Nie można znaleźć nieużywanego portu VNC" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "Å›cieżka do pliku konfiguracji jest za dÅ‚uga: %s/%s.log" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, c-format msgid "failed to create logfile %s: %s" msgstr "utworzenie pliku dziennika %s nie powiodÅ‚o siÄ™: %s" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "" "Nie można ustawić flagi pliku dziennika maszyny wirtualnej close-on-exec %s" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Nie można znaleźć binaria QEMU %s: %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "Nie można zapisać argv do pliku dziennika %d: %s" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "WyÅ‚Ä…czanie maszyny wirtualnej \"%s\"" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "Nie można zamknąć pliku dziennika %d: %s" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "Otrzymano nieoczekiwany PID, cholera" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 msgid "failed to allocate space for dnsmasq argv" msgstr "przydzielenie przestrzeni dla dnsmasq argv nie powiodÅ‚o siÄ™" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "nie można uruchomić demona DHCP bez adresu IP serwera" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "" "dodanie reguÅ‚y iptables pozwalajÄ…cej na przekazywanie z \"%s\" nie powiodÅ‚o " "siÄ™: %s\n" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "" "dodanie reguÅ‚y iptables pozwalajÄ…cej na przekazywanie do \"%s\" nie powiodÅ‚o " "siÄ™: %s\n" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "dodanie reguÅ‚y iptables wÅ‚Ä…czajÄ…cej maskaradÄ™ nie powiodÅ‚o siÄ™: %s\n" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "" "dodanie reguÅ‚y iptables pozwalajÄ…cej na routowanie z \"%s\" nie powiodÅ‚o " "siÄ™: %s\n" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "" "dodanie reguÅ‚y iptables pozwalajÄ…cej na routowanie do \"%s\" nie powiodÅ‚o " "siÄ™: %s\n" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 msgid "failed to allocate space for IP tables support" msgstr "przydzielenie przestrzeni dla obsÅ‚ugi iptables nie powiodÅ‚o siÄ™" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "" "dodanie reguÅ‚y iptables pozwalajÄ…cej na żądania DHCP z \"%s\" nie powiodÅ‚o " "siÄ™: %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "" "dodanie reguÅ‚y iptables pozwalajÄ…cej na żądania DNS z \"%s\" nie powiodÅ‚o " "siÄ™: %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "" "dodanie reguÅ‚y iptables blokujÄ…cej ruch wychodzÄ…cy z \"%s\" nie powiodÅ‚o " "siÄ™: %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "" "dodanie reguÅ‚y iptables blokujÄ…cej ruch przychodzÄ…cy do \"%s\" nie powiodÅ‚o " "siÄ™: %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "" "dodanie reguÅ‚y iptables pozwalajÄ…cej na ruch miÄ™dzy mostkami na \"%s\" nie " "powiodÅ‚o siÄ™: %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 msgid "network is already active" msgstr "sieć jest już aktywna" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, c-format msgid "cannot create bridge '%s' : %s" msgstr "nie można utworzyć mostka \"%s\": %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "nie można ustawić adresu IP na mostku \"%s\" na \"%s\": %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "nie można ustawić maski sieciowej na mostku \"%s\" na \"%s\": %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "podniesienie mostku \"%s\" nie powiodÅ‚o siÄ™: %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, c-format msgid "failed to enable IP forwarding : %s" msgstr "wÅ‚Ä…czenie przekazywania IP nie powiodÅ‚o siÄ™: %s" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Opuszczanie mostku \"%s\" nie powiodÅ‚o siÄ™: %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "UsuniÄ™cie mostku \"%s\" nie powiodÅ‚o siÄ™: %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "WyÅ‚Ä…czanie sieci \"%s\"" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "Otrzymano nieoczekiwany PID dla dnsmasq" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "nie można otworzyć TTY %s: %s\n" + +#: src/qemu_driver.c:1859 msgid "failed to allocate space for capabilities support" msgstr "przydzielenie przestrzeni dla obsÅ‚ugi możliwoÅ›ci nie powiodÅ‚o siÄ™" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "NUMA jest nieobsÅ‚ugiwane na tym hoÅ›cie" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 msgid "Failed to query NUMA free memory" msgstr "Odpytanie wolnej pamiÄ™ci NUMA nie powiodÅ‚o siÄ™" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domena %s już istnieje" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domena %s już istnieje" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "brak domeny pasujÄ…cej do identyfikatora %d" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 msgid "domain is not running" msgstr "Domena nie jest uruchomiona" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 msgid "suspend operation failed" msgstr "operacja uÅ›pienia nie powiodÅ‚a siÄ™" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 msgid "shutdown operation failed" msgstr "operacja wyÅ‚Ä…czenia nie powiodÅ‚a siÄ™" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 msgid "failed to allocate space for ostype" msgstr "" "przydzielenie przestrzeni dla typu systemu operacyjnego nie powiodÅ‚o siÄ™" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "brak domeny pasujÄ…cej do UUID \"%s\"" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "nie można ustawić maksymalnej pamiÄ™ci poniżej obecnej pamiÄ™ci" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 msgid "cannot set memory of an active domain" msgstr "nie można ustawić pamiÄ™ci aktywnej domeny" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "nie można ustawić pamiÄ™ci powyżej maksymalnej pamiÄ™ci" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 msgid "failed to pause domain" msgstr "wstrzymanie domeny nie powiodÅ‚o siÄ™" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 msgid "failed to get domain xml" msgstr "uzyskanie XML-a domeny nie powiodÅ‚o siÄ™" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, c-format msgid "failed to create '%s'" msgstr "utworzenie \"%s\" nie powiodÅ‚o siÄ™" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 msgid "failed to write save header" msgstr "zapisanie nagłówka nie powiodÅ‚o siÄ™" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 msgid "failed to write xml" msgstr "zapisanie XML-a nie powiodÅ‚o siÄ™" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "brak pamiÄ™ci" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 msgid "migrate operation failed" msgstr "operacja migracji nie powiodÅ‚a siÄ™" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 #, fuzzy msgid "'migrate' not supported by this qemu" msgstr "\"info blockstats\" jest nieobsÅ‚ugiwane przez to QEMU" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 msgid "cannot change vcpu count of an active domain" msgstr "nie można zmienić licznika wirtualnych procesorów aktywnej domeny" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "nie można okreÅ›lić maksymalnych wirtualnych procesorów dla domeny" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" @@ -2418,226 +2448,226 @@ msgstr "" "żądane procesory wirtualne sÄ… wiÄ™ksze od maksymalnych dostÄ™pnych wirtualnych " "procesorów dla domeny: %d > %d" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 msgid "cannot pin vcpus on an inactive domain" msgstr "nie można przypiąć wirtualnych procesorów do nieaktywnej domeny" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "numer wirtualnego procesora jest poza zakresem %d > %d" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, c-format msgid "cannot set affinity: %s" msgstr "nie można ustawić pokrewieÅ„stwa: %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 msgid "cpu affinity is not supported" msgstr "pokrewieÅ„stwo procesora jest nieobsÅ‚ugiwane" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, c-format msgid "cannot get affinity: %s" msgstr "nie można uzyskać pokrewieÅ„stwa: %s" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "pokrewieÅ„stwo procesora jest niedostÄ™pne" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, c-format msgid "unknown virt type in domain definition '%d'" msgstr "nieznany typ wirtualizacji w definicji domeny \"%d\"" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 msgid "cannot read domain image" msgstr "nie można odczytać obrazu domeny" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 msgid "failed to read qemu header" msgstr "odczytanie nagłówka QEMU nie powiodÅ‚o siÄ™" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "magia obrazu jest niepoprawna" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "wersja obrazu jest nieobsÅ‚ugiwana (%d > %d)" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 msgid "failed to read XML" msgstr "odczytanie XML-a nie powiodÅ‚o siÄ™" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 msgid "failed to parse XML" msgstr "przeanalizowanie XML-a nie powiodÅ‚o siÄ™" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, c-format msgid "domain is already active as '%s'" msgstr "domena jest już aktywna jako \"%s\"" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 msgid "failed to assign new VM" msgstr "przydzielenie nowej maszyny wirtualnej nie powiodÅ‚o siÄ™" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 msgid "failed to start VM" msgstr "uruchomienie maszyny wirtualnej nie powiodÅ‚o siÄ™" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 msgid "failed to resume domain" msgstr "wznowienie domeny nie powiodÅ‚o siÄ™" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 msgid "failed to allocate space for VM name string" msgstr "" "przydzielenie przestrzeni dla Å‚aÅ„cucha nazwy maszyny wirtualnej nie powiodÅ‚o " "siÄ™" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "nie można wydobyć urzÄ…dzeÅ„ źródÅ‚owych" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "NieobsÅ‚ugiwany typ dysku \"%s\"" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "nie można zmienić noÅ›nika CD-ROM" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 #, fuzzy msgid "changing cdrom media failed" msgstr "nie można zmienić noÅ›nika CD-ROM" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "nie można wydobyć urzÄ…dzeÅ„ źródÅ‚owych" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "wczytywanie pliku definicji hosta" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "nie można wydobyć urzÄ…dzeÅ„ źródÅ‚owych" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "wczytywanie pliku definicji hosta" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 msgid "cannot attach device on inactive domain" msgstr "nie można podÅ‚Ä…czyć urzÄ…dzenia do nieaktywnej domeny" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 #, fuzzy msgid "this device type cannot be attached" msgstr "można podÅ‚Ä…czyć tylko urzÄ…dzenia dysków CD-ROM" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "nie można ustawić pamiÄ™ci aktywnej domeny" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "" "Utworzenie dowiÄ…zania symbolicznego \"%s\" do \"%s\" nie powiodÅ‚o siÄ™: %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, c-format msgid "Failed to delete symlink '%s': %s" msgstr "UsuniÄ™cie dowiÄ…zania symbolicznego \"%s\" nie powiodÅ‚o siÄ™: %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, c-format msgid "invalid path: %s" msgstr "nieprawidÅ‚owa Å›cieżka: %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "polecenie \"info blockstats\" nie powiodÅ‚o siÄ™" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "\"info blockstats\" jest nieobsÅ‚ugiwane przez to QEMU" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, c-format msgid "device not found: %s (%s)" msgstr "nie znaleziono urzÄ…dzenia: %s (%s)" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "NULL lub pusta Å›cieżka" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "nieprawidÅ‚owa Å›cieżka, \"%s\" nie jest znanym interfejsem" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 msgid "invalid path" msgstr "nieprawidÅ‚owa Å›cieżka" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "Sterownik QEMU obsÅ‚uguje tylko adresy pamiÄ™ci wirtualnej" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "polecenie lvs nie powiodÅ‚o siÄ™" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "brak sieci pasujÄ…cej do UUID" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "brak sieci pasujÄ…cej do nazwy" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "sieć jest już aktywna" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 msgid "no network with matching id" msgstr "brak sieci pasujÄ…cej do identyfikatora" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 msgid "failed to allocate space for network bridge string" msgstr "przydzielenie przestrzeni dla Å‚aÅ„cucha mostka sieci nie powiodÅ‚o siÄ™" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "" @@ -3160,61 +3190,72 @@ msgstr "stan wyjÅ›cia nie bÄ™dÄ…cy zerem od polecenia %d" msgid "%s not implemented on Win32" msgstr "%s: nie zaimplementowano\n" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "nieobsÅ‚ugiwany format puli %s" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "nieobsÅ‚ugiwany format puli %d" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "nieobsÅ‚ugiwany format woluminu %s" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "nieobsÅ‚ugiwany format woluminu %d" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "wolumin" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "obszary woluminu" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "nie można przeanalizować poÅ‚ożenia poczÄ…tkowego urzÄ…dzenia" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "nie można przeanalizować poÅ‚ożenia koÅ„cowego urzÄ…dzenia" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "obszary" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "brak wystarczajÄ…co dużego wolnego obszaru" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" -msgstr "Pule dysku nie sÄ… jeszcze obsÅ‚ugiwane" +#: src/storage_backend_disk.c:502 +#, fuzzy, c-format +msgid "Couldn't read volume target path '%s'. %s" +msgstr "nie można utworzyć Å›cieżki \"%s\": %s" + +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "nie można odczytać nagłówka \"%s\": %s" #: src/storage_backend_fs.c:358 #, c-format @@ -3333,7 +3374,7 @@ msgid "cannot extend file '%s': %s" msgstr "nie można rozszerzyć pliku \"%s\": %s" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "nie można odczytać Å›cieżki \"%s\": %s" @@ -3352,17 +3393,17 @@ msgstr "nieobsÅ‚ugiwany typ woluminu pamiÄ™ci masowej %d" msgid "creation of non-raw images is not supported without qemu-img" msgstr "utworzenie niesurowych obrazów jest nieobsÅ‚ugiwane bez qemu-img" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, c-format msgid "cannot set file owner '%s': %s" msgstr "nie można ustawić wÅ‚aÅ›ciciela pliku \"%s\": %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, c-format msgid "cannot set file mode '%s': %s" msgstr "nie można ustawić trybu pliku \"%s\": %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "nie można zamknąć pliku \"%s\": %s" @@ -3472,26 +3513,31 @@ msgstr "polecenie lvs nie powiodÅ‚o siÄ™" msgid "lvs command failed with exitstatus %d" msgstr "polecenie lvs nie powiodÅ‚o siÄ™ ze stanem wyjÅ›cia %d" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 msgid "command line" msgstr "wiersz poleceÅ„" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "nie można otworzyć urzÄ…dzenia %s" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "nie można wyczyÅ›cić nagłówka urzÄ…dzenia %s" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "nie można zamknąć urzÄ…dzenia %s" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "nie można usunąć pliku PID TTY %s: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "nie można znaleźć nowo utworzonego woluminu \"%s\": %s" @@ -5982,8 +6028,9 @@ msgid "DATA" msgstr "DANE" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "zablokowane" +#, fuzzy +msgid "idle" +msgstr "plik" #: src/virsh.c:6294 msgid "paused" @@ -6609,7 +6656,7 @@ msgstr "informacje o domenie sÄ… nieprawidÅ‚owe, domid nie jest numeryczne" msgid "domain information incomplete, missing uuid" msgstr "informacje o domenie sÄ… niekompletne, brak UUID" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "informacje o domenie sÄ… niekompletne, brak nazwy" @@ -6670,198 +6717,198 @@ msgstr "nieoczekiwany wÄ™zeÅ‚ sÅ‚ownika" msgid "unknown graphics type '%s'" msgstr "nieznany typ uwierzytelniania \"%s\"" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "informacje o domenie sÄ… niekompletne, brak identyfikatora" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "nieznany typ systemu operacyjnego %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 msgid "failed to parse topology information" msgstr "przeanalizowanie informacji o topologii nie powiodÅ‚o siÄ™" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 msgid "topology syntax error" msgstr "bÅ‚Ä…d skÅ‚adni topologii" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "przeanalizowanie informacji o domenie Xend nie powiodÅ‚o siÄ™" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 #, fuzzy msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" "znalezienie tej domeny przez xenDaemonDomainDumpXMLByName nie powiodÅ‚o siÄ™" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Zbudowanie puli %s nie powiodÅ‚o siÄ™" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "nieobsÅ‚ugiwany typ urzÄ…dzenia wejÅ›cia %s" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "znalezienie tej domeny przez xenDaemonGetAutostart nie powiodÅ‚o siÄ™" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "znalezienie tej domeny przez xenDaemonSetAutostart nie powiodÅ‚o siÄ™" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 msgid "unexpected value from on_xend_start" msgstr "nieoczekiwana wartość z on_xend_start" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 msgid "no memory" msgstr "brak pamiÄ™ci" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 msgid "sexpr2string failed" msgstr "sexpr2string nie powiodÅ‚o siÄ™" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 msgid "Failed to redefine sexpr" msgstr "Ponowne okreÅ›lenia sexpr nie powiodÅ‚o siÄ™" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "brak on_xend_start w sexpr" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, c-format msgid "gethostname failed: %s" msgstr "gethostname nie powiodÅ‚o siÄ™: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, c-format msgid "failed to strdup hostname: %s" msgstr "wykonanie strdup na nazwie hosta nie powiodÅ‚o siÄ™: %s" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" "xenDaemonDomainMigrate: Xen nie obsÅ‚uguje zmieniania domen podczas migracji" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" "xenDaemonDomainMigrate: Xen nie obsÅ‚uguje ograniczeÅ„ pasma podczas migracji" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "xenDaemonDomainMigrate: nieobsÅ‚ugiwana flaga" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "xenDaemonDomainMigrate: nieprawidÅ‚owe URI" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" "xenDaemonDomainMigrate: tylko migracje xenmigr:// sÄ… obsÅ‚ugiwane przez Xena" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "xenDaemonDomainMigrate: nazwa hosta musi zostać podana w URI" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "strdup nie powiodÅ‚o siÄ™" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "xenDaemonDomainMigrate: nieprawidÅ‚owy numer portu" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 msgid "failed to parse domain description" msgstr "przeanalizowanie opisu domeny nie powiodÅ‚o siÄ™" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Utworzenie nieaktywnej domeny %s nie powiodÅ‚o siÄ™\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "nieobsÅ‚ugiwane w xendConfigVersion < 4" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 msgid "node information incomplete, missing scheduler name" msgstr "informacje o węźle sÄ… niekompletne, brak nazwy planisty" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 msgid "Unknown scheduler" msgstr "Nieznany planista" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 msgid "Failed to get a scheduler name" msgstr "Uzyskanie nazwy planisty nie powiodÅ‚o siÄ™" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 msgid "domain information incomplete, missing cpu_weight" msgstr "informacje o domenie sÄ… niekompletne, brak cpu_weight" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 msgid "domain information incomplete, missing cpu_cap" msgstr "informacje o domenie sÄ… niekompletne, brak cpu_cap" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "domainBlockPeek jest nieobsÅ‚ugiwane przez dom0" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, c-format msgid "%s: invalid path" msgstr "%s: nieprawidÅ‚owa Å›cieżka" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, c-format msgid "failed to open for reading: %s: %s" msgstr "otwarcie do odczytania nie powiodÅ‚o siÄ™: %s: %s" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "wykonanie lseek lub odczytanie z pliku nie powiodÅ‚o siÄ™: %s: %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "nieoczekiwany typ domeny %d" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "nieoczekiwany typ MIME" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "nieobsÅ‚ugiwany typ woluminu pamiÄ™ci masowej %d" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "nieoczekiwana wartość wÄ™zÅ‚a" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 msgid "no HVM domain loader" msgstr "brak wczytywania domeny HVM" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "ai_socktype jest nieobsÅ‚ugiwane" @@ -7030,6 +7077,12 @@ msgstr "przydziel nowy kontekst" msgid "failed to connect to Xen Store" msgstr "poÅ‚Ä…czenie siÄ™ z Xen Store nie powiodÅ‚o siÄ™" +#~ msgid "Disk pools are not yet supported" +#~ msgstr "Pule dysku nie sÄ… jeszcze obsÅ‚ugiwane" + +#~ msgid "blocked" +#~ msgstr "zablokowane" + #, fuzzy #~ msgid "Domain config filename '%s' does not match domain name '%s'" #~ msgstr "" @@ -7128,9 +7181,6 @@ msgstr "poÅ‚Ä…czenie siÄ™ z Xen Store nie powiodÅ‚o siÄ™" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "nie można odczytać pliku PID TTY %s: %s" -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "nie można usunąć pliku PID TTY %s: %s" - #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "przydzielenie pamiÄ™ci dla Å‚aÅ„cucha init nie powiodÅ‚o siÄ™: %s" diff --git a/po/pt.po b/po/pt.po index 971a7712a3..4d176be030 100644 --- a/po/pt.po +++ b/po/pt.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-12-14 18:14+0000\n" "Last-Translator: José Nuno Coelho Pires \n" "Language-Team: pt \n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "A rede não foi encontrada" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "a reservar a configuração" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "número sem terminação" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "texto sem terminação" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "era esperado um valor" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "era esperado um separador na lista" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "a lista não termina em ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "era esperado um nome" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "era esperado um separador" @@ -809,16 +809,16 @@ msgstr "era esperado um separador" msgid "expecting an assignment" msgstr "era esperada uma atribuição" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 msgid "allocate buffer" msgstr "alocar o 'buffer'" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "não foi possível aceder ao ficheiro" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "não foi possível gravar o conteúdo" @@ -1139,7 +1139,7 @@ msgstr "tipo de SO desconhecido %s" msgid "cannot extract disk devices" msgstr "dispositivo da interface" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "tipo do dispositivo de destino" @@ -1239,12 +1239,12 @@ msgstr "tipo MIME inesperado" msgid "unexpected char type %d" msgstr "tipo MIME inesperado" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "tipo MIME inesperado" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "tipo MIME inesperado" @@ -1647,22 +1647,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "ID ou UUID do domínio" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "nome do domínio inactivo" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "nome do domínio inactivo" @@ -1727,7 +1727,7 @@ msgstr "Não foi possível aceder ao '%s': %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "não foi possível gravar o ficheiro de configuração: %s" @@ -1786,7 +1786,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "tipo de SO desconhecido %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1802,22 +1802,47 @@ msgstr "" msgid "no config file for %s" msgstr "erro de sintaxe no ficheiro de configuração: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "não foi possível processar o URI da ligação" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "não foi possível processar o URI da ligação" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "a resolver o ficheiro da rede" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "endereço MAC inválido" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "Endereço MAC" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "a operação falhou" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Não foi possível aceder ao '%s': %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "erro de sintaxe no ficheiro de configuração: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "não foi possível processar o URI da ligação" @@ -1854,10 +1879,10 @@ msgstr "O domínio ainda está em execução" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "não foi possível ligar a %s" @@ -1867,54 +1892,54 @@ msgstr "não foi possível ligar a %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "não foi possível processar o URI da ligação" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "não foi possível ligar a %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "mudar o número de CPUs virtuais" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "O domínio ainda está em execução" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "não foi possível processar o URI da ligação" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "tipo de SO desconhecido %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "não foi possível processar o URI da ligação" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Não foi possível aceder ao '%s': %s" @@ -2000,7 +2025,7 @@ msgstr "A rede %s foi iniciada\n" msgid "Network type %d is not supported" msgstr "A rede %s foi iniciada\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Não foi possível aceder ao '%s': %s" @@ -2040,627 +2065,632 @@ msgstr "ponteiro do domínio inválido em" msgid "failed to allocate space for argv string" msgstr "Não foi possível reservar memória" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "%s: não foi possível gravar o ficheiro de registo: %s" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "não foi possível processar a informação do domínio do Xend" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Não foi possível iniciar a rede %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Não foi possível aceder ao '%s': %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Não foi possível encontrar a rede: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "sem memória" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "sem memória" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Não foi possível aceder ao '%s': %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "%s: não foi possível gravar o ficheiro de registo: %s" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "reservar um contexto novo" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "não foi possível obter o domínio '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "a operação falhou" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "O domínio já está activo" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "%s: não foi possível gravar o ficheiro de registo: %s" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "%s: não foi possível gravar o ficheiro de registo: %s" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Não foi possível aceder ao '%s': %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "%s: não foi possível gravar o ficheiro de registo: %s" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "não foi possível obter a rede '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "%s: não foi possível gravar o ficheiro de registo: %s" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "nó inesperado do dicionário" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "não foi possível reservar um nó" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Não foi possível gravar o domínio %s em %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Não foi possível gravar o domínio %s em %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Não foi possível gravar o domínio %s em %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Não foi possível gravar o domínio %s em %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Não foi possível gravar o domínio %s em %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "não foi possível reservar um nó" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Não foi possível gravar o domínio %s em %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Não foi possível gravar o domínio %s em %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Não foi possível gravar o domínio %s em %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Não foi possível gravar o domínio %s em %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Não foi possível gravar o domínio %s em %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "O domínio já está activo" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "não foi possível gravar o ficheiro de configuração: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Não foi possível aceder ao '%s': %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Não foi possível aceder ao '%s': %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Não foi possível aceder ao '%s': %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "não foi possível aceder ao %s para leitura" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Não foi possível aceder ao '%s': %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Não foi possível aceder ao '%s': %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "não foi possível obter a rede '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "nó inesperado do dicionário" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Não foi possível aceder ao '%s': %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "Não foi possível reservar memória" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Memória livre do NUMA" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "o domínio %s já existe" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "o domínio %s já existe" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "O domínio ainda está em execução" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "a operação falhou" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "a operação falhou" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "não foi possível reservar um nó" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "nome do domínio inactivo" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Não foi possível suspender o domínio %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "não foi possível obter o UUID do domínio" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Não foi possível criar o XML" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Não foi possível escrever no 'socket' %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Não foi possível escrever no 'socket' %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "sem memória" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "a operação falhou" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "nome do domínio inactivo" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "remover a definição de um domínio inactivo" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Não foi possível aceder ao '%s': %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "a chamada da biblioteca falhou, talvez por não ser suportada" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Não foi possível criar o XML" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "carregar o ficheiro de definição do domínio" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "lista de domínios do nó" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "não foi possível ler do Servidor do Xen" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Não foi possível criar o XML" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Não foi possível criar o XML" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "O domínio já está activo" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Não foi possível criar o XML" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Não foi possível iniciar o domínio %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Não foi possível prosseguir com o domínio %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "Não foi possível reservar memória" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "dispositivo da interface" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "tipo do dispositivo de destino" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "dispositivo da interface" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "a carregar o ficheiro de definição da rede" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "dispositivo da interface" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "a carregar o ficheiro de definição da rede" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "remover a definição de um domínio inactivo" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "nome do domínio inactivo" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Não foi possível gravar o domínio %s em %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Não foi possível aceder ao '%s': %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "argumento inválido em %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "O domínio não foi encontrado: %s" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "argumento inválido em %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "nome do domínio" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "O domínio já está activo" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "informação da rede em XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "não foi possível reservar um nó" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Não foi possível gravar o domínio %s em %s" @@ -3177,62 +3207,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Não foi possível aceder ao '%s': %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3355,7 +3396,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3374,17 +3415,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Não foi possível aceder ao '%s': %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Não foi possível aceder ao '%s': %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3499,27 +3540,32 @@ msgstr "nome do domínio" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "nome do domínio" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "não foi possível gravar o ficheiro de configuração: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6082,8 +6128,9 @@ msgid "DATA" msgstr "DADOS" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "bloqueado" +#, fuzzy +msgid "idle" +msgstr "ficheiro XML" #: src/virsh.c:6294 msgid "paused" @@ -6721,7 +6768,7 @@ msgstr "informação do domínio incompleta, o 'domid' não é numérico" msgid "domain information incomplete, missing uuid" msgstr "informação do domínio incompleta, falta o 'uuid'" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "informação do domínio incompleta, falta o nome" @@ -6789,204 +6836,204 @@ msgstr "nó inesperado do dicionário" msgid "unknown graphics type '%s'" msgstr "tipo de SO desconhecido %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "informação do domínio incompleta, falta o ID" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "tipo de SO desconhecido %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 msgid "failed to parse topology information" msgstr "não foi possível processar a informação da topologia" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 msgid "topology syntax error" msgstr "erro de sintaxe da topologia" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "não foi possível processar a informação do domínio do Xend" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Não foi possível suspender o domínio %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "tipo do dispositivo de destino" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "nó inesperado do valor" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "memória do nó" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "a operação falhou" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Não foi possível remover a definição do domínio %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "a operação falhou: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "não foi possível obter o nome da máquina" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "não foi possível processar a informação do domínio do Xend" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Não foi possível criar o domínio inactivo %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "informação do domínio incompleta, falta o nome" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "Desconhecido" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "não foi possível obter o nome da máquina" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "informação do domínio incompleta, falta o 'uuid'" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "informação do domínio incompleta, falta o 'uuid'" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "argumento inválido em %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "não foi possível aceder ao %s para leitura" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Não foi possível aceder ao '%s': %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "tipo MIME inesperado" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "tipo MIME inesperado" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "tipo MIME inesperado" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "nó inesperado do valor" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "lista de domínios do nó" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "a chamada da biblioteca falhou, talvez por não ser suportada" @@ -7164,6 +7211,9 @@ msgstr "reservar um contexto novo" msgid "failed to connect to Xen Store" msgstr "não foi possível ligar ao Armazém do Xen" +#~ msgid "blocked" +#~ msgstr "bloqueado" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "tipo do dispositivo de destino" @@ -7240,10 +7290,6 @@ msgstr "não foi possível ligar ao Armazém do Xen" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "não foi possível gravar o ficheiro de configuração: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "não foi possível gravar o ficheiro de configuração: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "Não foi possível reservar memória" diff --git a/po/pt_BR.po b/po/pt_BR.po index f33ee7d1cc..3f19dd37bf 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-06-25 10:42+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2008-09-02 07:54-0300\n" "Last-Translator: Herli Joaquim de Menezes \n" "Language-Team: Brazilian Portuguese \n" @@ -99,8 +99,7 @@ msgstr "A string de parâmetros não está codificada corretamente" msgid "Unknown error" msgstr "Erro desconhecido" -#: qemud/qemud.c:142 -#: src/remote_internal.c:885 +#: qemud/qemud.c:142 src/remote_internal.c:823 #, c-format msgid "Cannot access %s '%s': %s (%d)" msgstr "Impossível acessar %s '%s': %s (%d)" @@ -158,17 +157,11 @@ msgstr "Encerrando por motivo do sinal %d" msgid "Received signal %d, dispatching to drivers" msgstr "Sinal recebido %d, despachando para os drivers" -#: qemud/qemud.c:284 -#: src/qemu_driver.c:90 -#: src/util.c:142 -#: src/util.c:154 +#: qemud/qemud.c:284 src/util.c:183 src/util.c:214 msgid "Failed to set close-on-exec file descriptor flag" msgstr "Falha ao definir a flag close-on-exec para o descritor do arquivo " -#: qemud/qemud.c:299 -#: src/qemu_driver.c:105 -#: src/util.c:138 -#: src/util.c:150 +#: qemud/qemud.c:299 src/util.c:177 src/util.c:208 msgid "Failed to set non-blocking file descriptor flag" msgstr "Falha ao definir a flag non-blocking para o descritor do arquivo " @@ -211,8 +204,7 @@ msgstr "Falha ao associar o socket ao '%s': %s" msgid "Failed to listen for connections on '%s': %s" msgstr "Falha na escuta das conexões em '%s': %s" -#: qemud/qemud.c:527 -#: qemud/qemud.c:656 +#: qemud/qemud.c:527 qemud/qemud.c:656 msgid "Failed to add server event callback" msgstr "Falha ao adicionar server event callback" @@ -247,7 +239,6 @@ msgid "remoteListenTCP: listen: %s" msgstr "remoteListenTCP: listen: %s" #: qemud/qemud.c:695 -#: src/qemu_driver.c:198 #, c-format msgid "Failed to find user record for uid '%d': %s" msgstr "Falha em encontrar um registro do usuário para o uid '%d': %s" @@ -296,15 +287,19 @@ msgstr "remoteCheckCertificate: o certificado do cliente não é reconhecido." #: qemud/qemud.c:955 msgid "remoteCheckCertificate: the client certificate has unknown issuer." -msgstr "remoteCheckCertificate: o certificado do cliente tem procedência desconhecida." +msgstr "" +"remoteCheckCertificate: o certificado do cliente tem procedência " +"desconhecida." #: qemud/qemud.c:960 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "remoteCheckCertificate: o certificado do cliente foi revogado." #: qemud/qemud.c:966 -msgid "remoteCheckCertificate: the client certificate uses an insecure algorithm." -msgstr "remoteCheckCertificate: o certificado do cliente usa um algorítmo não seguro." +msgid "" +"remoteCheckCertificate: the client certificate uses an insecure algorithm." +msgstr "" +"remoteCheckCertificate: o certificado do cliente usa um algorítmo não seguro." #: qemud/qemud.c:975 msgid "remoteCheckCertificate: certificate is not X.509" @@ -324,19 +319,32 @@ msgstr "remoteCheckCertificate: o certificado do cliente expirou" #: qemud/qemud.c:1008 msgid "remoteCheckCertificate: the client certificate is not yet activated" -msgstr "remoteCheckCertificate: o certificado do cliente ainda não foi ativado " +msgstr "" +"remoteCheckCertificate: o certificado do cliente ainda não foi ativado " #: qemud/qemud.c:1017 -msgid "remoteCheckCertificate: client's Distinguished Name is not on the list of allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem -text' to view the Distinguished Name field in the client certificate, or run this daemon with --verbose option." -msgstr "remoteCheckCertificate: o Distinguished Name do cliente não consta na lista dos clientes permitidos (tls_allowed_dn_list). Use o 'openssl x509 -in clientcert.pem -text' para ver o campo Distinguished Name no certificado do cliente, ou execute este daemon com a opção --verbose." +msgid "" +"remoteCheckCertificate: client's Distinguished Name is not on the list of " +"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " +"-text' to view the Distinguished Name field in the client certificate, or " +"run this daemon with --verbose option." +msgstr "" +"remoteCheckCertificate: o Distinguished Name do cliente não consta na lista " +"dos clientes permitidos (tls_allowed_dn_list). Use o 'openssl x509 -in " +"clientcert.pem -text' para ver o campo Distinguished Name no certificado do " +"cliente, ou execute este daemon com a opção --verbose." #: qemud/qemud.c:1034 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "remoteCheckCertificate: falha na verificação do certificado do cliente" #: qemud/qemud.c:1038 -msgid "remoteCheckCertificate: tls_no_verify_certificate is set so the bad certificate is ignored" -msgstr "remoteCheckCertificate: tls_no_verify_certificate está ajustado para que um certificado ruim seja ignorado" +msgid "" +"remoteCheckCertificate: tls_no_verify_certificate is set so the bad " +"certificate is ignored" +msgstr "" +"remoteCheckCertificate: tls_no_verify_certificate está ajustado para que um " +"certificado ruim seja ignorado" #: qemud/qemud.c:1060 #, c-format @@ -353,9 +361,7 @@ msgstr "Falha no aceite da conexão: %s" msgid "Turn off polkit auth for privileged client %d" msgstr "Desliga o polkit para um cliente privilegiado %d" -#: qemud/qemud.c:1162 -#: qemud/qemud.c:1399 -#: qemud/qemud.c:1537 +#: qemud/qemud.c:1162 qemud/qemud.c:1399 qemud/qemud.c:1537 #, c-format msgid "TLS handshake failed: %s" msgstr "Falha no TLS handshake: %s" @@ -385,28 +391,27 @@ msgstr "gnutls_record_send: %s" msgid "Signal handler reported %d errors: last error: %s" msgstr "Signal handler relatou %d erros: último erro: %s" -#: qemud/qemud.c:1741 -#: qemud/qemud.c:1762 +#: qemud/qemud.c:1741 qemud/qemud.c:1762 #, c-format msgid "failed to allocate memory for %s config list" msgstr "falha na alocação de memória para %s config list" -#: qemud/qemud.c:1748 -#: qemud/qemud.c:1779 +#: qemud/qemud.c:1748 qemud/qemud.c:1779 #, c-format msgid "failed to allocate memory for %s config list value" msgstr "falha em alocar memória para o valor do config list %s" -#: qemud/qemud.c:1767 -#: qemud/qemud.c:1790 +#: qemud/qemud.c:1767 qemud/qemud.c:1790 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" -msgstr "remoteReadConfigFile: %s: %s: deve ser uma string ou uma lista de strings\n" +msgstr "" +"remoteReadConfigFile: %s: %s: deve ser uma string ou uma lista de strings\n" #: qemud/qemud.c:1807 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" -msgstr "remoteReadConfigFile: %s: %s: tipo inválido: foi dado %s; esperava-se %s\n" +msgstr "" +"remoteReadConfigFile: %s: %s: tipo inválido: foi dado %s; esperava-se %s\n" #: qemud/qemud.c:1828 #, c-format @@ -418,37 +423,37 @@ msgstr "remoteReadConfigFile: %s\n" msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "remoteReadConfigFile: %s: %s: não há suporte para auth %s\n" -#: qemud/qemud.c:1949 +#: qemud/qemud.c:1957 msgid "Cannot set group when not running as root" -msgstr "Impossível definir grupo quando não está executando com privilégio de root" +msgstr "" +"Impossível definir grupo quando não está executando com privilégio de root" -#: qemud/qemud.c:1953 +#: qemud/qemud.c:1961 #, c-format msgid "Failed to lookup group '%s'" msgstr "Falha na procura do grupo '%s'" -#: qemud/qemud.c:1966 -#: qemud/qemud.c:1977 +#: qemud/qemud.c:1974 qemud/qemud.c:1985 #, c-format msgid "Failed to parse mode '%s'" msgstr "Falha em analisar o modo '%s'" -#: qemud/qemud.c:2150 +#: qemud/qemud.c:2158 #, c-format msgid "Failed to fork as daemon: %s" msgstr "Falhor ao bifurcar como daemon: %s" -#: qemud/qemud.c:2172 +#: qemud/qemud.c:2180 src/util.c:201 #, c-format msgid "Failed to create pipe: %s" msgstr "Falha na criação do pipe: %s" -#: qemud/qemud.c:2205 +#: qemud/qemud.c:2213 #, c-format msgid "Failed to change group ownership of %s" msgstr "Falha ao mudar a propriedade do grupo de %s" -#: qemud/qemud.c:2214 +#: qemud/qemud.c:2222 msgid "Failed to register callback for signal pipe" msgstr "Falha em registrar o retorno de chamada para o pipe de sinal" @@ -492,7 +497,8 @@ msgstr "falha na análise dos argumentos" #: qemud/remote.c:182 #, c-format msgid "internal error - dispatch function returned invalid code %d" -msgstr "erro interno - a função de escalonamento retornou um código inválido %d" +msgstr "" +"erro interno - a função de escalonamento retornou um código inválido %d" #: qemud/remote.c:204 msgid "dummy length" @@ -534,42 +540,20 @@ msgstr "excedidos os limites da memória em strdup" msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "maxCells > REMOTE_DOMAIN_NAME_LIST_MAX" -#: qemud/remote.c:663 -#: qemud/remote.c:705 -#: qemud/remote.c:809 -#: qemud/remote.c:835 -#: qemud/remote.c:869 -#: qemud/remote.c:908 -#: qemud/remote.c:956 -#: qemud/remote.c:1000 -#: qemud/remote.c:1024 -#: qemud/remote.c:1086 -#: qemud/remote.c:1110 -#: qemud/remote.c:1135 -#: qemud/remote.c:1161 -#: qemud/remote.c:1186 -#: qemud/remote.c:1218 -#: qemud/remote.c:1243 -#: qemud/remote.c:1268 -#: qemud/remote.c:1297 -#: qemud/remote.c:1421 -#: qemud/remote.c:1574 -#: qemud/remote.c:1607 -#: qemud/remote.c:1646 -#: qemud/remote.c:1670 -#: qemud/remote.c:1694 -#: qemud/remote.c:1718 -#: qemud/remote.c:1742 -#: qemud/remote.c:1766 -#: qemud/remote.c:1790 -#: qemud/remote.c:1814 -#: qemud/remote.c:1838 -#: qemud/remote.c:1862 +#: qemud/remote.c:663 qemud/remote.c:705 qemud/remote.c:809 qemud/remote.c:835 +#: qemud/remote.c:869 qemud/remote.c:908 qemud/remote.c:956 +#: qemud/remote.c:1000 qemud/remote.c:1024 qemud/remote.c:1086 +#: qemud/remote.c:1110 qemud/remote.c:1135 qemud/remote.c:1161 +#: qemud/remote.c:1186 qemud/remote.c:1218 qemud/remote.c:1243 +#: qemud/remote.c:1268 qemud/remote.c:1297 qemud/remote.c:1421 +#: qemud/remote.c:1574 qemud/remote.c:1607 qemud/remote.c:1646 +#: qemud/remote.c:1670 qemud/remote.c:1694 qemud/remote.c:1718 +#: qemud/remote.c:1742 qemud/remote.c:1766 qemud/remote.c:1790 +#: qemud/remote.c:1814 qemud/remote.c:1838 qemud/remote.c:1862 msgid "domain not found" msgstr "domínio não encontrado" -#: qemud/remote.c:694 -#: qemud/remote.c:776 +#: qemud/remote.c:694 qemud/remote.c:776 msgid "nparams too large" msgstr "nparams grande demais" @@ -577,8 +561,7 @@ msgstr "nparams grande demais" msgid "unknown type" msgstr "tipo desconhecido " -#: qemud/remote.c:919 -#: qemud/remote.c:965 +#: qemud/remote.c:919 qemud/remote.c:965 msgid "size > maximum buffer size" msgstr "tamanho > tamanho máximo do buffer" @@ -598,9 +581,7 @@ msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "cpumap_len > REMOTE_CPUMAP_MAX" -#: qemud/remote.c:1885 -#: qemud/remote.c:1948 -#: qemud/remote.c:2907 +#: qemud/remote.c:1885 qemud/remote.c:1948 qemud/remote.c:2907 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" @@ -608,18 +589,13 @@ msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX" -#: qemud/remote.c:1981 -#: qemud/remote.c:2041 -#: qemud/remote.c:2065 -#: qemud/remote.c:2091 -#: qemud/remote.c:2115 -#: qemud/remote.c:2177 +#: qemud/remote.c:1981 qemud/remote.c:2041 qemud/remote.c:2065 +#: qemud/remote.c:2091 qemud/remote.c:2115 qemud/remote.c:2177 #: qemud/remote.c:2201 msgid "network not found" msgstr "rede não encontrada" -#: qemud/remote.c:2292 -#: src/remote_internal.c:3702 +#: qemud/remote.c:2292 src/remote_internal.c:3705 #, c-format msgid "Cannot resolve address %d: %s" msgstr "Impossível resolver o endereço %d: %s" @@ -628,14 +604,12 @@ msgstr "Impossível resolver o endereço %d: %s" msgid "client tried invalid SASL init request" msgstr "o cliente tentou uma requisição de SASL init inválida" -#: qemud/remote.c:2341 -#: src/remote_internal.c:3930 +#: qemud/remote.c:2341 src/remote_internal.c:3933 #, c-format msgid "failed to get sock address %d (%s)" msgstr "falha em obter o endereço do socket %d (%s)" -#: qemud/remote.c:2352 -#: src/remote_internal.c:3942 +#: qemud/remote.c:2352 src/remote_internal.c:3945 #, c-format msgid "failed to get peer address %d (%s)" msgstr "falha em obter o endereço do par %d (%s)" @@ -668,8 +642,7 @@ msgstr "não foi possível listar os mecanismos do SALS %d (%s)" msgid "cannot allocate mechlist" msgstr "não foi possível alocar a mechlist" -#: qemud/remote.c:2478 -#: src/remote_internal.c:4207 +#: qemud/remote.c:2478 src/remote_internal.c:4210 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "impossível fazer a consulta ao SASL sobre a conexão %d (%s)" @@ -697,8 +670,7 @@ msgstr "excedidos os limites da memória ao copiar o nome do usuário" msgid "SASL client %s not allowed in whitelist" msgstr "o cliente SASL %s não está autorizado na lista branca (whitelist)" -#: qemud/remote.c:2581 -#: qemud/remote.c:2660 +#: qemud/remote.c:2581 qemud/remote.c:2660 msgid "client tried invalid SASL start request" msgstr "o cliente tentou uma requisição de início de SASL inválida" @@ -785,71 +757,53 @@ msgstr "O cliente client tentou uma requisição ao PolicyKit init não suportad msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" -#: qemud/remote.c:2972 -#: qemud/remote.c:3032 -#: qemud/remote.c:3057 -#: qemud/remote.c:3081 -#: qemud/remote.c:3105 -#: qemud/remote.c:3130 -#: qemud/remote.c:3161 -#: qemud/remote.c:3187 -#: qemud/remote.c:3270 -#: qemud/remote.c:3294 -#: qemud/remote.c:3354 -#: qemud/remote.c:3390 -#: qemud/remote.c:3421 -#: qemud/remote.c:3557 +#: qemud/remote.c:2993 qemud/remote.c:3053 qemud/remote.c:3078 +#: qemud/remote.c:3102 qemud/remote.c:3126 qemud/remote.c:3151 +#: qemud/remote.c:3182 qemud/remote.c:3208 qemud/remote.c:3291 +#: qemud/remote.c:3315 qemud/remote.c:3375 qemud/remote.c:3411 +#: qemud/remote.c:3442 qemud/remote.c:3578 msgid "storage_pool not found" msgstr "não foi encontrada a storage_pool" -#: qemud/remote.c:3348 +#: qemud/remote.c:3369 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" -#: qemud/remote.c:3447 -#: qemud/remote.c:3472 -#: qemud/remote.c:3502 -#: qemud/remote.c:3529 +#: qemud/remote.c:3468 qemud/remote.c:3493 qemud/remote.c:3523 +#: qemud/remote.c:3550 msgid "storage_vol not found" msgstr "storage_vol não encontrado" -#: src/conf.c:155 -#: src/conf.c:203 -#: src/conf.c:488 -#: src/conf.c:525 -#: src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "alocando a configuração" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "numero não terminado" -#: src/conf.c:372 -#: src/conf.c:389 -#: src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "string não terminada" -#: src/conf.c:429 -#: src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "um valor é esperado" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "um separador é esperado na lista" -#: src/conf.c:473 +#: src/conf.c:477 msgid "list is not closed with ]" msgstr "a lista não foi fechada por um ]" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "um nome é esperado" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "um separador é esperado" @@ -857,26 +811,16 @@ msgstr "um separador é esperado" msgid "expecting an assignment" msgstr "uma atribuição é esperada" -#: src/conf.c:894 -#: src/conf.c:950 -#: src/lxc_conf.c:778 -#: src/xend_internal.c:645 -#: src/xend_internal.c:2299 -#: src/xend_internal.c:2522 -#: src/xm_internal.c:1076 -#: src/xm_internal.c:1336 -#: src/xml.c:142 -#: src/xml.c:279 -#: src/xml.c:1865 -#: src/xml.c:1934 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 msgid "allocate buffer" msgstr "aloca buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "falha ao abrir o arquivo" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "falha ao salvar o conteúdo" @@ -910,13 +854,476 @@ msgstr "falha ao ler os dados de entrada: %s\n" msgid "failure writing output: %s\n" msgstr "falha ao escrever os dados de saída: %s\n" +#: src/domain_conf.c:518 +#, fuzzy, c-format +msgid "unknown disk type '%s'" +msgstr "tipo desconhecido '%s'" + +#: src/domain_conf.c:562 +#, fuzzy, c-format +msgid "unknown disk device '%s'" +msgstr "dispoditivo de partida desconhecido '%s'" + +#: src/domain_conf.c:588 +#, c-format +msgid "Invalid floppy device name: %s" +msgstr "Nome do dispositivo de disquete inválido: %s" + +#: src/domain_conf.c:602 +#, c-format +msgid "Invalid harddisk device name: %s" +msgstr "Nome do dispositivo de disco rígido inválido: %s" + +#: src/domain_conf.c:609 +#, fuzzy, c-format +msgid "unknown disk bus type '%s'" +msgstr "auth type desconhecido '%s'" + +#: src/domain_conf.c:632 +#, c-format +msgid "Invalid bus type '%s' for floppy disk" +msgstr "Tipo de barramento inválido '%s' para driver de disquete" + +#: src/domain_conf.c:638 +#, fuzzy, c-format +msgid "Invalid bus type '%s' for disk" +msgstr "Tipo de barramento inválido '%s' para driver de disquete" + +#: src/domain_conf.c:690 +#, fuzzy, c-format +msgid "unknown filesystem type '%s'" +msgstr "auth type desconhecido '%s'" + +#: src/domain_conf.c:792 +#, fuzzy, c-format +msgid "unknown interface type '%s'" +msgstr "auth type desconhecido '%s'" + +#: src/domain_conf.c:869 +msgid "" +"No 'network' attribute specified with " +msgstr "" +"Não foi especificado o atributo da 'rede' com o " + +#: src/domain_conf.c:895 +msgid "No 'dev' attribute specified with " +msgstr "" +"Não foi especificado o atributo do dispositivo 'com a " + +#: src/domain_conf.c:907 +msgid "No 'port' attribute specified with socket interface" +msgstr "" +"Não foi especificado o atributo 'port' com a interface do socket" + +#: src/domain_conf.c:912 +msgid "Cannot parse 'port' attribute with socket interface" +msgstr "" +"Não foi possível analisar o atributo 'port' com a interface do " +"socket" + +#: src/domain_conf.c:920 +msgid "No 'address' attribute specified with socket interface" +msgstr "" +"Não foi especificado o atributo do 'address' com a interface do " +"socket" + +#: src/domain_conf.c:945 +msgid "Model name contains invalid characters" +msgstr "O nome do modelo contém caracteres inválidos" + +#: src/domain_conf.c:1118 src/domain_conf.c:1195 +msgid "Missing source path attribute for char device" +msgstr "" +"Falta informação sobre o atributo do caminho para o dispositivo de char" + +#: src/domain_conf.c:1135 src/domain_conf.c:1152 +msgid "Missing source host attribute for char device" +msgstr "Falta o atributo do host fonte para o dispositivo de caracter" + +#: src/domain_conf.c:1140 src/domain_conf.c:1157 src/domain_conf.c:1177 +msgid "Missing source service attribute for char device" +msgstr "falta a informação sobre a fonte do dispositivo de caracter" + +#: src/domain_conf.c:1247 +msgid "missing input device type" +msgstr "falta o tipo de dispositivo de entrada" + +#: src/domain_conf.c:1253 +#, fuzzy, c-format +msgid "unknown input device type '%s'" +msgstr "dispoditivo de partida desconhecido '%s'" + +#: src/domain_conf.c:1260 +#, fuzzy, c-format +msgid "unknown input bus type '%s'" +msgstr "auth type desconhecido '%s'" + +#: src/domain_conf.c:1268 +#, c-format +msgid "ps2 bus does not support %s input device" +msgstr "O ps2 bus não dá suporte ao %s dispositivo de entrada" + +#: src/domain_conf.c:1274 src/domain_conf.c:1281 +#, c-format +msgid "unsupported input bus %s" +msgstr "não há suporte para o barramento de entrada %s" + +#: src/domain_conf.c:1286 +#, c-format +msgid "xen bus does not support %s input device" +msgstr "O barramento do xen não dá suporte ao %s dispositivo de entrada" + +#: src/domain_conf.c:1331 +#, fuzzy +msgid "missing graphics device type" +msgstr "falta o tipo de dispositivo de entrada" + +#: src/domain_conf.c:1337 +#, fuzzy, c-format +msgid "unknown graphics device type '%s'" +msgstr "tipo de dispositivo desconhecido" + +#: src/domain_conf.c:1348 +#, fuzzy, c-format +msgid "cannot parse vnc port %s" +msgstr "não pode ser removido o config para %s" + +#: src/domain_conf.c:1406 +#, fuzzy, c-format +msgid "unknown sound model '%s'" +msgstr "tipo de modelo de som desconhecido" + +#: src/domain_conf.c:1439 +#, fuzzy, c-format +msgid "cannot parse vendor id %s" +msgstr "não foi possível ler dir %s: %s" + +#: src/domain_conf.c:1446 +msgid "usb vendor needs id" +msgstr "" + +#: src/domain_conf.c:1456 +#, fuzzy, c-format +msgid "cannot parse product %s" +msgstr "não foi possível abrir o dispositivo %s" + +#: src/domain_conf.c:1463 +msgid "usb product needs id" +msgstr "" + +#: src/domain_conf.c:1474 +#, fuzzy, c-format +msgid "cannot parse bus %s" +msgstr "não foi possível ler %s: %s" + +#: src/domain_conf.c:1481 +msgid "usb address needs bus id" +msgstr "" + +#: src/domain_conf.c:1490 +#, fuzzy, c-format +msgid "cannot parse device %s" +msgstr "não foi possível abrir o dispositivo %s" + +#: src/domain_conf.c:1498 +msgid "usb address needs device id" +msgstr "" + +#: src/domain_conf.c:1503 +#, fuzzy, c-format +msgid "unknown usb source type '%s'" +msgstr "auth type desconhecido '%s'" + +#: src/domain_conf.c:1513 +#, fuzzy +msgid "missing vendor" +msgstr "falta \"" + +#: src/domain_conf.c:1519 +#, fuzzy +msgid "missing product" +msgstr "falta o hospedeiro fonte" + +#: src/domain_conf.c:1547 +#, fuzzy, c-format +msgid "unknown hostdev mode '%s'" +msgstr "dispoditivo de partida desconhecido '%s'" + +#: src/domain_conf.c:1558 +#, fuzzy, c-format +msgid "unknown host device type '%s'" +msgstr "dispoditivo de partida desconhecido '%s'" + +#: src/domain_conf.c:1563 +#, fuzzy +msgid "missing type in hostdev" +msgstr "falta o hospedeiro fonte" + +#: src/domain_conf.c:1578 +#, fuzzy, c-format +msgid "unknown node %s" +msgstr "hospedeiro desconhecido %s" + +#: src/domain_conf.c:1609 +#, fuzzy, c-format +msgid "unknown lifecycle action %s" +msgstr "tipo de autenticação desconhecido %s" + +#: src/domain_conf.c:1637 src/domain_conf.c:2229 src/domain_conf.c:2270 +#: src/network_conf.c:462 src/network_conf.c:502 src/storage_conf.c:442 +#: src/storage_conf.c:816 +msgid "missing root element" +msgstr "falta o elemento root" + +#: src/domain_conf.c:1672 +msgid "unknown device type" +msgstr "tipo de dispositivo desconhecido" + +#: src/domain_conf.c:1698 +msgid "failed to allocate space for xmlXPathContext" +msgstr "falha em alocar espaço para xmlXPathContext" + +#: src/domain_conf.c:1706 +msgid "missing domain type attribute" +msgstr "falta o atributo do tipo do domínio" + +#: src/domain_conf.c:1712 +#, fuzzy, c-format +msgid "invalid domain type %s" +msgstr "tipo do domínio inválido" + +#: src/domain_conf.c:1729 src/network_conf.c:317 +#, c-format +msgid "Failed to generate UUID: %s" +msgstr "Falha ao gerar o UUID: %s" + +#: src/domain_conf.c:1736 src/network_conf.c:324 src/storage_conf.c:272 +msgid "malformed uuid element" +msgstr "o elemento do uuid foi mal formado" + +#: src/domain_conf.c:1745 +msgid "missing memory element" +msgstr "falta elemento de memória" + +#: src/domain_conf.c:1775 +#, fuzzy, c-format +msgid "unexpected feature %s" +msgstr "dado inesperado '%s'" + +#: src/domain_conf.c:1815 +msgid "no OS type" +msgstr "não existe o tipo de SO" + +#: src/domain_conf.c:1844 src/xm_internal.c:661 +#, fuzzy, c-format +msgid "no supported architecture for os type '%s'" +msgstr "não há suporte para a arquitetura" + +#: src/domain_conf.c:1891 +#, fuzzy +msgid "cannot extract boot device" +msgstr "não foi possível extrair os dispositivos da origem" + +#: src/domain_conf.c:1899 +#, fuzzy +msgid "missing boot device" +msgstr "falta o dispositivo fonte" + +#: src/domain_conf.c:1904 +#, c-format +msgid "unknown boot device '%s'" +msgstr "dispoditivo de partida desconhecido '%s'" + +#: src/domain_conf.c:1924 +#, fuzzy +msgid "cannot extract disk devices" +msgstr "não foi possível extrair os dispositivos da origem" + +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 +#, fuzzy, c-format +msgid "duplicate disk target '%s'" +msgstr "não há suporte para o tipo de disco '%s'" + +#: src/domain_conf.c:1962 +#, fuzzy +msgid "cannot extract filesystem devices" +msgstr "não foi possível extrair os dispositivos da origem" + +#: src/domain_conf.c:1979 +#, fuzzy +msgid "cannot extract network devices" +msgstr "não foi possível extrair os dispositivos da origem" + +#: src/domain_conf.c:1997 +#, fuzzy +msgid "cannot extract parallel devices" +msgstr "não foi possível extrair os dispositivos da origem" + +#: src/domain_conf.c:2014 +#, fuzzy +msgid "cannot extract serial devices" +msgstr "não foi possível extrair os dispositivos da origem" + +#: src/domain_conf.c:2058 +#, fuzzy +msgid "cannot extract input devices" +msgstr "não foi possível extrair os dispositivos da origem" + +#: src/domain_conf.c:2090 +#, fuzzy +msgid "cannot extract graphics devices" +msgstr "não foi possível extrair os dispositivos da origem" + +#: src/domain_conf.c:2126 +#, fuzzy +msgid "cannot extract sound devices" +msgstr "não foi possível extrair os dispositivos da origem" + +#: src/domain_conf.c:2157 +#, fuzzy +msgid "cannot extract host devices" +msgstr "não foi possível extrair os dispositivos da origem" + +#: src/domain_conf.c:2193 src/network_conf.c:427 src/storage_conf.c:396 +#, fuzzy, c-format +msgid "at line %d: %s" +msgstr "bind: %s" + +#: src/domain_conf.c:2223 src/domain_conf.c:2264 src/network_conf.c:456 +#: src/network_conf.c:496 src/storage_conf.c:428 src/storage_conf.c:802 +#, fuzzy +msgid "failed to parse xml document" +msgstr "falha em pausar o domínio" + +#: src/domain_conf.c:2293 src/network_conf.c:524 +msgid "incorrect root element" +msgstr "elemento root incorreto" + +#: src/domain_conf.c:2502 +msgid "topology cpuset syntax error" +msgstr "erro de sintaxe na topologia da cupuset" + +#: src/domain_conf.c:2516 +#, fuzzy, c-format +msgid "unexpected lifecycle type %d" +msgstr "tipo de domínio não esperado %d" + +#: src/domain_conf.c:2537 +#, fuzzy, c-format +msgid "unexpected disk type %d" +msgstr "tipo de domínio não esperado %d" + +#: src/domain_conf.c:2542 +#, fuzzy, c-format +msgid "unexpected disk device %d" +msgstr "tipo de domínio não esperado %d" + +#: src/domain_conf.c:2547 +#, fuzzy, c-format +msgid "unexpected disk bus %d" +msgstr "tipo de domínio não esperado %d" + +#: src/domain_conf.c:2597 +#, fuzzy, c-format +msgid "unexpected filesystem type %d" +msgstr "tipo de domínio não esperado %d" + +#: src/domain_conf.c:2648 src/domain_conf.c:2862 +#, fuzzy, c-format +msgid "unexpected net type %d" +msgstr "tipo de domínio não esperado %d" + +#: src/domain_conf.c:2716 +#, fuzzy, c-format +msgid "unexpected char type %d" +msgstr "tipo de domínio não esperado %d" + +#: src/domain_conf.c:2815 src/xend_internal.c:5223 +#, fuzzy, c-format +msgid "unexpected sound model %d" +msgstr "tipo de domínio não esperado %d" + +#: src/domain_conf.c:2835 src/xend_internal.c:5246 +#, fuzzy, c-format +msgid "unexpected input type %d" +msgstr "tipo de domínio não esperado %d" + +#: src/domain_conf.c:2840 +#, fuzzy, c-format +msgid "unexpected input bus type %d" +msgstr "tipo de domínio não esperado %d" + +#: src/domain_conf.c:2922 +#, fuzzy, c-format +msgid "unexpected hostdev mode %d" +msgstr "node dict inesperado" + +#: src/domain_conf.c:2929 +#, fuzzy, c-format +msgid "unexpected hostdev type %d" +msgstr "tipo de domínio não esperado %d" + +#: src/domain_conf.c:2974 +#, c-format +msgid "unexpected domain type %d" +msgstr "tipo de domínio não esperado %d" + +#: src/domain_conf.c:3059 +#, fuzzy, c-format +msgid "unexpected boot device type %d" +msgstr "tipo de domínio não esperado %d" + +#: src/domain_conf.c:3077 +#, fuzzy, c-format +msgid "unexpected feature %d" +msgstr "valor do nodo inesperado" + +#: src/domain_conf.c:3227 src/network_conf.c:655 src/storage_conf.c:1159 +#, c-format +msgid "cannot create config directory %s: %s" +msgstr "não pode ser criado o diretório de configuração %s: %s" + +#: src/domain_conf.c:3236 src/network_conf.c:671 src/storage_conf.c:1202 +#, c-format +msgid "cannot create config file %s: %s" +msgstr "não foi possível criar o config file %s: %s" + +#: src/domain_conf.c:3244 src/network_conf.c:679 src/storage_conf.c:1210 +#, c-format +msgid "cannot write config file %s: %s" +msgstr "não foi possível escrever no config file %s: %s" + +#: src/domain_conf.c:3251 src/network_conf.c:686 src/storage_conf.c:1217 +#, c-format +msgid "cannot save config file %s: %s" +msgstr "não pode ser salvo o config file %s: %s" + +#: src/domain_conf.c:3319 src/network_conf.c:767 +#, c-format +msgid "Failed to open dir '%s': %s" +msgstr "Falha em abrir o dir '%s': %s" + +#: src/domain_conf.c:3369 src/network_conf.c:807 +#, fuzzy, c-format +msgid "cannot remove config for %s: %s" +msgstr "não pode ser removido o config para %s" + +#: src/domain_conf.c:3443 +msgid "unknown virt type" +msgstr "tipo de virt desconhecido" + +#: src/domain_conf.c:3454 +#, c-format +msgid "no emulator for domain %s os type %s on architecture %s" +msgstr "" + #: src/hash.c:691 -#: src/libvirt.c:738 msgid "allocating connection" msgstr "alocando a conexão" -#: src/hash.c:825 -#: src/hash.c:830 +#: src/hash.c:825 src/hash.c:830 msgid "allocating domain" msgstr "alocando o domínio" @@ -928,8 +1335,7 @@ msgstr "falha ao adicionar o domínio na tabela hash de conexões" msgid "domain missing from connection hash table" msgstr "falta o domínio na tabela hash de conexões" -#: src/hash.c:965 -#: src/hash.c:970 +#: src/hash.c:965 src/hash.c:970 msgid "allocating network" msgstr "alocando a rede" @@ -941,8 +1347,7 @@ msgstr "falha em adicionar a rede à tabela hash de conexões" msgid "network missing from connection hash table" msgstr "não consta a rede na tabela hash de conexões" -#: src/hash.c:1102 -#: src/hash.c:1107 +#: src/hash.c:1102 src/hash.c:1107 msgid "allocating storage pool" msgstr "alocando o storage pool" @@ -954,9 +1359,7 @@ msgstr "falha ao adicionar o storage pool na tabela hash de conexões" msgid "pool missing from connection hash table" msgstr "o pool não consta da tabela hash de conexões" -#: src/hash.c:1233 -#: src/hash.c:1238 -#: src/hash.c:1243 +#: src/hash.c:1233 src/hash.c:1238 src/hash.c:1243 msgid "allocating storage vol" msgstr "alocando o storage vol" @@ -990,1070 +1393,703 @@ msgstr "Falhou na criação do diretório %s : %s" msgid "Failed to saves iptables rules to %s : %s" msgstr "Falhou ao salvar as regras dos iptables rules em %s : %s" -#: src/iptables.c:583 +#: src/iptables.c:581 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" -msgstr "Falhou ao remover a regra dos iptables '%s' da cadeia '%s' na tabela '%s': %s" +msgstr "" +"Falhou ao remover a regra dos iptables '%s' da cadeia '%s' na tabela '%s': %s" -#: src/iptables.c:592 +#: src/iptables.c:590 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" -msgstr "Falhou ao adicionar as regras das iptables '%s' na cadeia '%s' na tabela '%s': %s" +msgstr "" +"Falhou ao adicionar as regras das iptables '%s' na cadeia '%s' na tabela '%" +"s': %s" -#: src/libvirt.c:745 +#: src/libvirt.c:754 msgid "could not parse connection URI" msgstr "não foi possível analisar o URI da conexão" -#: src/libvirt.c:763 +#: src/libvirt.c:772 msgid "allocating conn->name" msgstr "allocating conn->name" -#: src/libvirt.c:2180 +#: src/libvirt.c:861 +#, fuzzy +msgid "unable to open connection" +msgstr "Falha no aceite da conexão: %s" + +#: src/libvirt.c:2208 msgid "domainMigratePrepare did not set uri" msgstr "o domainMigratePrepare não definiu o uri" -#: src/libvirt.c:2648 +#: src/libvirt.c:2676 msgid "path is NULL" msgstr "o caminho é NULL" -#: src/libvirt.c:2654 +#: src/libvirt.c:2682 msgid "flags must be zero" msgstr "as flags devem ter valor zero" -#: src/libvirt.c:2661 +#: src/libvirt.c:2689 msgid "buffer is NULL" msgstr "o buffer é NULL" -#: src/libvirt.c:2744 +#: src/libvirt.c:2772 msgid "flags parameter must be VIR_MEMORY_VIRTUAL" msgstr "os parâmetros das flags devem ser VIR_MEMORY_VIRTUAL" -#: src/libvirt.c:2751 +#: src/libvirt.c:2779 msgid "buffer is NULL but size is non-zero" msgstr "o buffer é NULL mas o tamanho não é zero" -#: src/lxc_conf.c:87 -msgid "missing filesystem type" -msgstr "tipo do fisesystem não encontrado" - -#: src/lxc_conf.c:93 -msgid "invalid filesystem type" -msgstr "tipo de filesystem inválido" - -#: src/lxc_conf.c:115 -msgid "missing mount source" -msgstr "falta a fonte do mount" - -#: src/lxc_conf.c:122 -msgid "empty or invalid mount source" -msgstr "fonte do mount vazia ou inválida" - -#: src/lxc_conf.c:131 -msgid "missing mount target" -msgstr "falta o alvo do mount" - -#: src/lxc_conf.c:138 -msgid "empty or invalid mount target" -msgstr "o alvo do mount é vazio ou inválido" - -#: src/lxc_conf.c:179 -msgid "failed to generate uuid" -msgstr "falha em gerar o uuid" - -#: src/lxc_conf.c:185 -msgid "invalid uuid element" -msgstr "elemento do uuid inválido " - -#: src/lxc_conf.c:247 -msgid "invalid or missing init element" -msgstr "elemento do init inválido ou faltando" - -#: src/lxc_conf.c:253 -msgid "init string too long" -msgstr "a string do init é longa demais" - -#: src/lxc_conf.c:292 -msgid "invalid memory value" -msgstr "valor de memória inválido" - -#: src/lxc_conf.c:319 -msgid "invalid root element" -msgstr "elemento do root inválido" - -#: src/lxc_conf.c:332 -msgid "missing domain type" -msgstr "falta o tipo do domínio" - -#: src/lxc_conf.c:338 -msgid "invalid domain type" -msgstr "tipo do domínio inválido" - -#: src/lxc_conf.c:346 -msgid "invalid domain id" -msgstr "id do domínio é inválida" - -#: src/lxc_conf.c:435 -#, c-format -msgid "Can't redefine active VM with name %s" -msgstr "Não foi possível redefinir a VM ativa com o nome %s" - -#: src/lxc_conf.c:488 -#, c-format -msgid "error checking container process: %d %s" -msgstr "processo de verificação de erro no container:%d %s" - -#: src/lxc_conf.c:548 -#: src/qemu_conf.c:2906 -#: src/qemu_conf.c:3140 -#: src/storage_conf.c:1134 -#, c-format -msgid "cannot create config file %s: %s" -msgstr "não foi possível criar o config file %s: %s" - -#: src/lxc_conf.c:556 -#: src/qemu_conf.c:2914 -#: src/qemu_conf.c:3148 -#: src/storage_conf.c:1142 -#, c-format -msgid "cannot write config file %s: %s" -msgstr "não foi possível escrever no config file %s: %s" - -#: src/lxc_conf.c:563 -#: src/qemu_conf.c:2921 -#: src/qemu_conf.c:3155 -#: src/storage_conf.c:1149 -#, c-format -msgid "cannot save config file %s: %s" -msgstr "não pode ser salvo o config file %s: %s" - -#: src/lxc_conf.c:590 -#: src/qemu_conf.c:3092 -#: src/qemu_conf.c:3131 -#: src/qemu_conf.c:3551 -#: src/storage_conf.c:1091 -#, c-format -msgid "cannot create config directory %s: %s" -msgstr "não pode ser criado o diretório de configuração %s: %s" - -#: src/lxc_conf.c:598 -#: src/qemu_conf.c:3100 -#: src/qemu_conf.c:3559 -#: src/storage_conf.c:1099 -msgid "cannot construct config file path" -msgstr "o caminho do config file não pode ser construído" - -#: src/lxc_conf.c:707 -#, c-format -msgid "failed to open config directory %s: %s" -msgstr "houve falha ao abrir o config directory %s: %s" - -#: src/lxc_conf.c:874 -#: src/qemu_conf.c:4214 -#: src/storage_conf.c:1170 -#, c-format -msgid "no config file for %s" -msgstr "não há config file para %s" - -#: src/lxc_conf.c:880 -#: src/qemu_conf.c:4220 -#: src/storage_conf.c:1176 -#, c-format -msgid "cannot remove config for %s" -msgstr "não pode ser removido o config para %s" - -#: src/lxc_conf.c:906 -#: src/lxc_conf.c:984 -#, c-format -msgid "cannot create lxc state directory %s: %s" -msgstr "não foi possível criar o diretório de estado lxc %s: %s" - -#: src/lxc_conf.c:914 -#: src/lxc_conf.c:992 -msgid "cannot construct tty pid file path" -msgstr "o caminho do tty pid file não pode ser construído" - -#: src/lxc_conf.c:923 -#, c-format -msgid "cannot create tty pid file %s: %s" -msgstr "não foi possível criar o tty pid file %s: %s" - -#: src/lxc_conf.c:930 -#, c-format -msgid "cannot fdopen tty pid file %s: %s" -msgstr "Falha ao executar fdopen no tty pid file %s: %s" - -#: src/lxc_conf.c:935 -#: src/lxc_conf.c:955 -#: src/lxc_conf.c:1018 -#, c-format -msgid "failed to close tty pid file %s: %s" -msgstr "Falha ao fechar o tty pid file %s: %s" - -#: src/lxc_conf.c:944 -#, c-format -msgid "cannot write tty pid file %s: %s" -msgstr "não foi possível escrever no tty pid file %s: %s" - -#: src/lxc_conf.c:1004 -#, c-format -msgid "cannot open tty pid file %s: %s" -msgstr "não foi possível abrir o arquivo tty pid %s: %s" - -#: src/lxc_conf.c:1011 -#, c-format -msgid "cannot read tty pid file %s: %s" -msgstr "não foi possível ler o arquivo tty pid %s: %s" - -#: src/lxc_conf.c:1050 -#, c-format -msgid "cannot remove ttyPidFile %s: %s" -msgstr "não foi possível remover o ttyPidFile %s: %s" - -#: src/lxc_container.c:60 -#, c-format -msgid "failed to calloc memory for init string: %s" -msgstr "falha na alocação de memória para a init string: %s" - -#: src/lxc_container.c:70 -#, c-format -msgid "execl failed to exec init: %s" -msgstr "execl falhou em exec init: %s" - -#: src/lxc_container.c:92 +#: src/lxc_container.c:123 #, c-format msgid "setsid failed: %s" msgstr "falhou a operação setsid: %s" -#: src/lxc_container.c:99 -#, c-format -msgid "open(%s) failed: %s" -msgstr "a operação open(%s) falhou: %s" - -#: src/lxc_container.c:105 +#: src/lxc_container.c:129 #, c-format msgid "ioctl(TIOCSTTY) failed: %s" msgstr "o processo ioctl(TIOCSTTY) falhou: %s" -#: src/lxc_container.c:113 +#: src/lxc_container.c:142 #, c-format msgid "dup2(stdin) failed: %s" msgstr "o processo dup2(stdin) falhou: %s" -#: src/lxc_container.c:119 +#: src/lxc_container.c:148 #, c-format msgid "dup2(stdout) failed: %s" msgstr "o processo dup2(stdout) falhou: %s" -#: src/lxc_container.c:125 +#: src/lxc_container.c:154 #, c-format msgid "dup2(stderr) failed: %s" msgstr "o processo dup2(stderr) falhou: %s" -#: src/lxc_container.c:183 -msgid "lxcChild() passed invalid vm definition" -msgstr "lxcChild() passou uma informação inválida sobre a vm " +#: src/lxc_container.c:182 +#, fuzzy, c-format +msgid "unable to send container continue message: %s" +msgstr "falha em alocar espaço para a string do nome do conteiner" -#: src/lxc_container.c:198 +#: src/lxc_container.c:212 +#, fuzzy, c-format +msgid "Failed to read the container continue message: %s" +msgstr "Falha na criação de domínio inativo %s\n" + +#: src/lxc_container.c:276 +#, fuzzy, c-format +msgid "failed to bind new root %s: %s" +msgstr "Falha ao associar o socket ao '%s': %s" + +#: src/lxc_container.c:290 +#, fuzzy, c-format +msgid "failed to create %s: %s" +msgstr "falha em criar '%s'" + +#: src/lxc_container.c:300 +#, fuzzy, c-format +msgid "failed to pivot root %s to %s: %s" +msgstr "Falha ao associar o socket ao '%s': %s" + +#: src/lxc_container.c:334 +#, fuzzy, c-format +msgid "failed to mount /dev tmpfs for container: %s" +msgstr "falha em montar /proc para o conteiner: %s" + +#: src/lxc_container.c:348 +#, fuzzy, c-format +msgid "failed to move /dev/pts into container: %s" +msgstr "falha em montar /proc para o conteiner: %s" + +#: src/lxc_container.c:359 +#, fuzzy, c-format +msgid "failed to make device %s: %s" +msgstr "falha na criação do arquivo de log %s: %s" + +#: src/lxc_container.c:391 src/lxc_container.c:498 #, c-format msgid "failed to mount %s at %s for container: %s" msgstr "falha em montar %s em %s para o conteiner: %s" -#: src/lxc_container.c:208 +#: src/lxc_container.c:412 +#, fuzzy, c-format +msgid "failed to read /proc/mounts: %s" +msgstr "Falhou ao criar o pool %s" + +#: src/lxc_container.c:439 +#, fuzzy, c-format +msgid "failed to unmount %s: %s" +msgstr "Falha em abrir o dir '%s': %s" + +#: src/lxc_container.c:464 src/lxc_container.c:507 #, c-format msgid "failed to mount /proc for container: %s" msgstr "falha em montar /proc para o conteiner: %s" -#: src/lxc_driver.c:316 -#: src/lxc_driver.c:347 -#: src/lxc_driver.c:380 -#: src/openvz_driver.c:175 -#: src/openvz_driver.c:217 -#: src/openvz_driver.c:527 -#: src/qemu_driver.c:2093 -#: src/qemu_driver.c:2171 -#: src/qemu_driver.c:2698 -#: src/qemu_driver.c:2743 -#: src/qemu_driver.c:2781 -#: src/qemu_driver.c:2859 -#: src/qemu_driver.c:2912 -#: src/qemu_driver.c:2928 -#: src/qemu_driver.c:3182 -msgid "no domain with matching uuid" -msgstr "não existe domínio associado ao uuid" +#: src/lxc_container.c:553 +msgid "lxcChild() passed invalid vm definition" +msgstr "lxcChild() passou uma informação inválida sobre a vm " -#: src/lxc_driver.c:322 -#: src/openvz_driver.c:532 -#: src/qemu_driver.c:2787 -msgid "cannot delete active domain" -msgstr "não foi possível apagar o domínio ativo" +#: src/lxc_container.c:563 +#, c-format +msgid "open(%s) failed: %s" +msgstr "a operação open(%s) falhou: %s" -#: src/lxc_driver.c:409 -msgid "unable to allocate container stack" -msgstr "não foi possível alocar a pilha para o conteiner" - -#: src/lxc_driver.c:422 +#: src/lxc_container.c:624 #, c-format msgid "clone() failed, %s" msgstr "falha em clone(), %s" -#: src/lxc_driver.c:520 -msgid "unable to get storage for vm tty name" -msgstr "não foi possível obter armazenamento para vm tty name" +#: src/lxc_controller.c:70 +#, fuzzy, c-format +msgid "failed to create server socket %s: %s" +msgstr "Falha na criação de socket: %s" -#: src/lxc_driver.c:564 -#, c-format -msgid "posix_openpt failed: %s" -msgstr "falhou a operação posix_openpt: %s" +#: src/lxc_controller.c:82 +#, fuzzy, c-format +msgid "failed to bind server socket %s: %s" +msgstr "Falha ao associar o socket ao '%s': %s" -#: src/lxc_driver.c:570 -#, c-format -msgid "unlockpt failed: %s" -msgstr "a operação unlockpt falhou: %s" +#: src/lxc_controller.c:88 +#, fuzzy, c-format +msgid "failed to listen server socket %s: %s" +msgstr "Falha ao associar o socket ao '%s': %s" -#: src/lxc_driver.c:576 -#, c-format -msgid "ptsname_r failed: %s" -msgstr "a operação ptsname_r falhou: %s" - -#: src/lxc_driver.c:582 -msgid "unable to allocate container name string" -msgstr "falha em alocar espaço para a string do nome do conteiner" - -#: src/lxc_driver.c:621 +#: src/lxc_controller.c:122 #, c-format msgid "read of fd %d failed: %s" msgstr "a operação de leitura de fd %d falhou: %s" -#: src/lxc_driver.c:627 +#: src/lxc_controller.c:128 #, c-format msgid "write to fd %d failed: %s" msgstr " a escrita em fd %d falhou: %s" -#: src/lxc_driver.c:675 +#: src/lxc_controller.c:179 #, c-format msgid "epoll_create(2) failed: %s" msgstr "epoll_create(2) falhou: %s" -#: src/lxc_driver.c:686 -#, c-format -msgid "epoll_ctl(fd1) failed: %s" +#: src/lxc_controller.c:189 +#, fuzzy, c-format +msgid "epoll_ctl(appPty) failed: %s" msgstr "epoll_ctl(fd1) falhou: %s" -#: src/lxc_driver.c:693 -#, c-format -msgid "epoll_ctl(fd2) failed: %s" -msgstr "epoll_ctl(fd2) falhou: %s" +#: src/lxc_controller.c:195 src/lxc_controller.c:203 src/lxc_controller.c:211 +#: src/lxc_controller.c:231 src/lxc_controller.c:237 +#, fuzzy, c-format +msgid "epoll_ctl(contPty) failed: %s" +msgstr "epoll_ctl(fd1) falhou: %s" -#: src/lxc_driver.c:714 +#: src/lxc_controller.c:254 #, c-format msgid "error event %d" msgstr "evento de erro %d" -#: src/lxc_driver.c:735 +#: src/lxc_controller.c:275 #, c-format msgid "epoll_wait() failed: %s" msgstr "epoll_wait() falhou: %s" -#: src/lxc_driver.c:795 -#, c-format -msgid "unable to fork tty forwarding process: %s" -msgstr "não foi possível executar o fork para o processo de encaminhamento do tty: %s" +#: src/lxc_controller.c:325 +#, fuzzy, c-format +msgid "failed to move interface %s to ns %d" +msgstr "Falha na obtenção das estatísticas da interface %s %s" -#: src/lxc_driver.c:914 -#: src/lxc_driver.c:1021 -#, c-format -msgid "no domain with id %d" -msgstr "não existe domínio com o id %d" +#: src/lxc_controller.c:350 +#, fuzzy, c-format +msgid "failed to delete veth: %s" +msgstr "Falhou ao apagar o vol %s" -#: src/lxc_driver.c:921 -#, c-format -msgid "sending SIGTERM failed: %s" -msgstr "falha no envio do SIGTERM: %s" +#: src/lxc_controller.c:373 +#, fuzzy, c-format +msgid "sockpair failed: %s" +msgstr "a operação unlockpt falhou: %s" -#: src/lxc_driver.c:956 +#: src/lxc_controller.c:381 src/lxc_driver.c:761 +#, fuzzy, c-format +msgid "failed to allocate tty: %s" +msgstr "falha na alocação de um nó" + +#: src/lxc_controller.c:551 +#, fuzzy, c-format +msgid "Unable to write pid file: %s\n" +msgstr "Falha ao escrever no arquivo '%s' de pid : %s" + +#: src/lxc_controller.c:564 +#, fuzzy, c-format +msgid "Unable to change to root dir: %s\n" +msgstr "Não foi possível escrever o argv no arquivo log %d: %s" + +#: src/lxc_controller.c:570 +#, fuzzy, c-format +msgid "Unable to become session leader: %s\n" +msgstr "Não foi possível fechar o arquivo de log %d: %s " + +#: src/lxc_controller.c:578 +#, fuzzy, c-format +msgid "Failed connection from LXC driver: %s\n" +msgstr "Falha em encontar um driver de armazenamento: %s" + +#: src/lxc_driver.c:241 src/lxc_driver.c:865 src/lxc_driver.c:900 +msgid "System lacks NETNS support" +msgstr "" + +#: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 +#: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 +msgid "no domain with matching uuid" +msgstr "não existe domínio associado ao uuid" + +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 +msgid "cannot delete active domain" +msgstr "não foi possível apagar o domínio ativo" + +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 +#, fuzzy +msgid "cannot undefine transient domain" +msgstr "não foi possível apagar o domínio ativo" + +#: src/lxc_driver.c:386 #, c-format msgid "waitpid failed to wait for container %d: %d %s" msgstr "a operação waitpid falhou em esperar pelo conteiner %d: %d %s" -#: src/lxc_driver.c:977 +#: src/lxc_driver.c:464 +#, fuzzy +msgid "failed to get bridge for interface" +msgstr "script usado para fazer a ponte da interface de rede" + +#: src/lxc_driver.c:475 +#, fuzzy, c-format +msgid "failed to create veth device pair: %d" +msgstr "Falha em acoplar o dispositivo a partir de %s" + +#: src/lxc_driver.c:488 +#, fuzzy +msgid "failed to allocate veth names" +msgstr "falha na alocação de um nó" + +#: src/lxc_driver.c:494 +#, fuzzy, c-format +msgid "failed to add %s device to %s: %s" +msgstr "Falha ao associar o socket ao '%s': %s" + +#: src/lxc_driver.c:503 +#, fuzzy, c-format +msgid "failed to enable parent ns veth device: %d" +msgstr "falha em alocar espaço para o dispositivo de caracter" + +#: src/lxc_driver.c:533 +#, fuzzy, c-format +msgid "failed to create client socket: %s" +msgstr "Falha na criação de socket: %s" + +#: src/lxc_driver.c:544 +#, fuzzy, c-format +msgid "failed to connect to client socket: %s" +msgstr "falha em conectar com o Xen Store" + +#: src/lxc_driver.c:570 +#, fuzzy, c-format +msgid "invalid PID %d for container" +msgstr "ponteiro do domínio inválido em" + +#: src/lxc_driver.c:577 +#, fuzzy, c-format +msgid "failed to kill pid %d: %s" +msgstr "Falha ao fechar o tty pid file %s: %s" + +#: src/lxc_driver.c:692 src/util.c:416 +#, fuzzy, c-format +msgid "cannot wait for '%s': %s" +msgstr "não foi possível iniciar o arquivo '%s': %s " + +#: src/lxc_driver.c:699 #, c-format -msgid "sending SIGKILL to tty process failed: %s" -msgstr "o envio do SIGKILL ao processo do tty falhou: %s" +msgid "container '%s' unexpectedly shutdown during startup" +msgstr "" -#: src/lxc_driver.c:989 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, c-format -msgid "waitpid failed to wait for tty %d: %d %s" -msgstr "o waitpid falhou ao esperar por tty %d: %d %s" +msgid "cannot create log directory %s: %s" +msgstr "não foi possível criar o diretório para o log %s: %s" -#: src/lxc_driver.c:1028 +#: src/lxc_driver.c:785 +#, fuzzy, c-format +msgid "failed to open %s: %s" +msgstr "Falha em abrir o dir '%s': %s" + +#: src/lxc_driver.c:805 +#, fuzzy, c-format +msgid "Failed to read pid file %s/%s.pid: %s" +msgstr "Falha ao abrir o pid para o arquivo '%s' : %s" + +#: src/lxc_driver.c:939 src/lxc_driver.c:962 #, c-format -msgid "sending SIGKILL failed: %s" -msgstr "o envio de SIGKILL falhou: %s" +msgid "no domain with id %d" +msgstr "não existe domínio com o id %d" -#: src/openvz_conf.c:238 +#: src/lxc_driver.c:1130 #, c-format -msgid "Error already an active OPENVZ VM having id '%s'" -msgstr "Já existe um erro no OPENVZ VM ativo tendo como id '%s'" +msgid "uname(): %m" +msgstr "" -#: src/openvz_conf.c:308 -#: src/qemu_conf.c:1632 -#: src/qemu_conf.c:3337 -msgid "incorrect root element" -msgstr "elemento root incorreto" +#: src/lxc_driver.c:1136 +#, fuzzy, c-format +msgid "Unknown release: %s" +msgstr "procedimento desconhecido: %d" -#: src/openvz_conf.c:320 -#: src/qemu_conf.c:1647 -msgid "missing domain type attribute" -msgstr "falta o atributo do tipo do domínio" +#: src/network_conf.c:242 +#, fuzzy, c-format +msgid "cannot parse MAC address '%s'" +msgstr "Impossível resolver o endereço %d: %s" -#: src/openvz_conf.c:325 -#: src/qemu_conf.c:1659 -msgid "invalid domain type attribute" -msgstr "atributo do tipo de domínio inválido" +#: src/network_conf.c:249 +#, fuzzy, c-format +msgid "cannot use name address '%s'" +msgstr "Impossível resolver o endereço %d: %s" -#: src/openvz_conf.c:334 -msgid "invalid domain name" -msgstr "nome inválido para o domínio" +#: src/network_conf.c:265 src/network_conf.c:353 +#, fuzzy, c-format +msgid "cannot parse IP address '%s'" +msgstr "Impossível resolver o endereço %d: %s" -#: src/openvz_conf.c:341 -msgid "VPS ID Error (must be an integer greater than 100" -msgstr "Erro no VPS ID (deve ser um inteiro maior do que 100" +#: src/network_conf.c:359 +#, fuzzy, c-format +msgid "cannot parse netmask '%s'" +msgstr "não foi possível ler o cabeçalho '%s': %s" -#: src/openvz_conf.c:354 -msgid "Failed to generate UUID" -msgstr "Houve falha ao gerar o UUID" +#: src/network_conf.c:383 +msgid "Forwarding requested, but no IPv4 address/netmask provided" +msgstr "" +"A requisição foi encaminhada, mas não foi fornecido oendereço IPv4/máscara " +"de rede" -#: src/openvz_conf.c:358 -#: src/qemu_conf.c:1693 -#: src/qemu_conf.c:3377 -#: src/storage_conf.c:267 -msgid "malformed uuid element" -msgstr "o elemento do uuid foi mal formado" +#: src/network_conf.c:391 +#, fuzzy, c-format +msgid "unknown forwarding type '%s'" +msgstr "auth type desconhecido '%s'" -#: src/openvz_conf.c:384 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 +#: src/storage_driver.c:816 #, c-format -msgid "No IP address in the given xml config file '%s'" -msgstr "Não existe endereço IP no arquivo xml de configuração '%s' dado" +msgid "cannot create autostart directory %s: %s" +msgstr "não foi possível criar o diretório de autostart %s: %s" -#: src/openvz_conf.c:391 -msgid "ipaddress length too long" -msgstr "o tamanho do ipaddress é longo demais" - -#: src/openvz_conf.c:397 -msgid "Failed to Create Memory for 'ovz_ip' structure" -msgstr "Falha ao criar memória para a estrutura 'ovz_ip'" - -#: src/openvz_conf.c:409 +#: src/network_conf.c:733 #, c-format -msgid "No Netmask address in the given xml config file '%s'" -msgstr "Não existe máscara de endereço de rede no arquivo xml de configuração '%s'" +msgid "Network config filename '%s' does not match network name '%s'" +msgstr "" +"O nome do arquivo de configuração da rede '%s' não corresponde ao nome da " +"rede '%s'" -#: src/openvz_conf.c:416 -msgid "netmask length too long" -msgstr "o tamanho da máscara de rede é grande demais" - -#: src/openvz_conf.c:428 +#: src/network_conf.c:798 src/storage_conf.c:1238 #, c-format -msgid "No hostname in the given xml config file '%s'" -msgstr "Não há o nome do host no arquivo xml de configuração dado '%s'" +msgid "no config file for %s" +msgstr "não há config file para %s" -#: src/openvz_conf.c:435 -msgid "hostname length too long" -msgstr "o comprimento do nome do host é grande demais" - -#: src/openvz_conf.c:447 +#: src/openvz_conf.c:190 #, c-format -msgid "No Gateway address in the given xml config file '%s'" -msgstr "Não há endereço do Gateway no arquivo xml de configuração dado '%s'" +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "" -#: src/openvz_conf.c:454 -msgid "gateway length too long" -msgstr "o comprimento do gateway é grande demais" - -#: src/openvz_conf.c:466 +#: src/openvz_conf.c:220 #, c-format -msgid "No Nameserver address inthe given xml config file '%s'" -msgstr "Não há nome do servidor no arquivo xml de configuração dado '%s'" +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "" -#: src/openvz_conf.c:473 -msgid "nameserver length too long" -msgstr "tamanho do nome do servidor longo demais" +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolvendo o nome do arquivo de rede" -#: src/openvz_conf.c:479 -msgid "Failed to Create Memory for 'ovz_ns' structure" -msgstr "Falha ao Criar Memória para a estrutura 'ovz_ns'" +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "endereço MAC inválido" -#: src/openvz_conf.c:497 -msgid "profile length too long" -msgstr "tamanho do perfil longo demais" +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "endereço MAC" -#: src/openvz_conf.c:533 +#: src/openvz_conf.c:327 msgid "popen failed" msgstr "falha no popen" -#: src/openvz_conf.c:539 -#: src/openvz_conf.c:567 -msgid "calloc failed" -msgstr "falha no calloc" - -#: src/openvz_conf.c:548 +#: src/openvz_conf.c:337 msgid "Failed to parse vzlist output" msgstr "Falha na análise da saída do vzlis" -#: src/openvz_conf.c:577 +#: src/openvz_conf.c:363 msgid "UUID in config file malformed" msgstr "má formação do UUID no arquivo de configuração" -#: src/openvz_driver.c:147 -#: src/openvz_driver.c:241 -#: src/openvz_driver.c:286 -#: src/openvz_driver.c:481 -msgid "no domain with matching id" -msgstr "nenhum domínio com id compatível" +#: src/openvz_conf.c:375 +#, fuzzy, c-format +msgid "Cound not read config for container %d" +msgstr "não pode ser removido o config para %s" -#: src/openvz_driver.c:196 -msgid "no domain with matching name" -msgstr "nenhum domínio com nome compatível" +#: src/openvz_driver.c:95 +#, fuzzy +msgid "Container is not defined" +msgstr "o domínio não está executando" -#: src/openvz_driver.c:247 -#: src/openvz_driver.c:292 +#: src/openvz_driver.c:123 +msgid "only filesystem templates are supported" +msgstr "" + +#: src/openvz_driver.c:129 +#, fuzzy +msgid "only one filesystem supported" +msgstr "tipo de filesystem inválido" + +#: src/openvz_driver.c:147 src/openvz_driver.c:410 +#, fuzzy, c-format +msgid "Could not put argument to %s" +msgstr "não foi possível conectar com %s" + +#: src/openvz_driver.c:249 +#, fuzzy, c-format +msgid "cannot read cputime for domain %d" +msgstr "não foi possível apagar o domínio ativo" + +#: src/openvz_driver.c:289 src/openvz_driver.c:316 msgid "domain is not in running state" msgstr "o domínio não está no estado executando" -#: src/openvz_driver.c:254 -#: src/openvz_driver.c:299 -#: src/openvz_driver.c:358 -#: src/openvz_driver.c:426 -#: src/openvz_driver.c:442 -#: src/openvz_driver.c:496 -#: src/openvz_driver.c:539 -msgid "Error in parsing Options to OPENVZ" -msgstr "Erro ao analisar Opções para o OPENVZ" +#: src/openvz_driver.c:347 +msgid "Container ID is not specified" +msgstr "" -#: src/openvz_driver.c:329 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 +#, fuzzy, c-format +msgid "Could not exec %s" +msgstr "não foi possível conectar com %s" + +#: src/openvz_driver.c:440 #, c-format msgid "Already an OPENVZ VM active with the id '%s'" msgstr "Já existe um OPENVZ VM ativo com a id '%s'" -#: src/openvz_driver.c:335 -#: src/openvz_driver.c:402 -msgid "Error creating OPENVZ VM" -msgstr "Erro ao criar a OPENVZ VM" +#: src/openvz_driver.c:452 src/openvz_driver.c:529 +msgid "Error creating command for container" +msgstr "" -#: src/openvz_driver.c:397 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +#: src/openvz_driver.c:466 src/openvz_driver.c:541 +#, fuzzy +msgid "Could not set UUID" +msgstr "não foi possível analisar o URI da conexão" + +#: src/openvz_driver.c:476 src/openvz_driver.c:547 +#, fuzzy +msgid "Could not configure network" +msgstr "não foi possível conectar com %s" + +#: src/openvz_driver.c:483 src/openvz_driver.c:570 +#, fuzzy +msgid "Could not set number of virtual cpu" +msgstr "mudar o número de virtual CPUs" + +#: src/openvz_driver.c:517 +#, fuzzy, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "Já existe uma OPENVZ VM definida com esta id '%d'" -#: src/openvz_driver.c:487 +#: src/openvz_driver.c:589 +msgid "no domain with matching id" +msgstr "nenhum domínio com id compatível" + +#: src/openvz_driver.c:595 msgid "domain is not in shutoff state" msgstr "o domínio não está no estado fechado" -#: src/proxy_internal.c:198 -#, c-format -msgid "failed to exec %s\n" -msgstr "falhou ao executar %s\n" +#: src/openvz_driver.c:678 +#, fuzzy +msgid "Could not read container config" +msgstr "não foi possível analisar o URI da conexão" -#: src/proxy_internal.c:292 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 +#, c-format +msgid "unknown type '%s'" +msgstr "tipo desconhecido '%s'" + +#: src/openvz_driver.c:720 +msgid "VCPUs should be >= 1" +msgstr "" + +#: src/openvz_driver.c:836 src/openvz_driver.c:882 +#, fuzzy, c-format +msgid "Could not parse VPS ID %s" +msgstr "não foi possível analisar o URI da conexão" + +#: src/proxy_internal.c:266 #, c-format msgid "Failed to close socket %d\n" msgstr "Falhou ao fechar o socket %d\n" -#: src/proxy_internal.c:325 +#: src/proxy_internal.c:299 #, c-format msgid "Failed to read socket %d\n" msgstr "Falhouna leitura do socket %d\n" -#: src/proxy_internal.c:352 +#: src/proxy_internal.c:326 #, c-format msgid "Failed to write to socket %d\n" msgstr "Falhou na escrita do socket %d\n" -#: src/proxy_internal.c:444 -#: src/proxy_internal.c:465 -#: src/proxy_internal.c:485 +#: src/proxy_internal.c:418 src/proxy_internal.c:439 src/proxy_internal.c:459 #, c-format msgid "Communication error with proxy: got %d bytes of %d\n" msgstr "Erro de comunicação com o proxy: foram recebidos %d bytes de %d\n" -#: src/proxy_internal.c:452 +#: src/proxy_internal.c:426 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "Erro de comunicação com o proxy: esperavam-se %d bytes chegaram %d\n" -#: src/proxy_internal.c:474 +#: src/proxy_internal.c:448 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "Erro de comunicação com o proxy: recebidos pacotes com %d bytes\n" -#: src/proxy_internal.c:498 +#: src/proxy_internal.c:472 msgid "Communication error with proxy: malformed packet\n" msgstr "Erro de comunicação com o proxy: pacote mal formado\n" -#: src/proxy_internal.c:504 +#: src/proxy_internal.c:478 #, c-format msgid "got asynchronous packet number %d\n" msgstr "foi obtido um número assíncrono de pacotes %d\n" -#: src/qemu_conf.c:92 -#: src/qemu_conf.c:127 +#: src/qemu_conf.c:91 +#, fuzzy +msgid "failed to allocate vncListen" +msgstr "falha na alocação de um nó" + +#: src/qemu_conf.c:96 src/qemu_conf.c:131 src/qemu_conf.c:142 msgid "failed to allocate vncTLSx509certdir" msgstr "falhaem alocar o vncTLSx509certdir" -#: src/qemu_conf.c:595 +#: src/qemu_conf.c:487 #, c-format msgid "Unexpected exit status from qemu %d pid %lu" msgstr "Status de saída não esperado do qemu %d pid %lu" -#: src/qemu_conf.c:604 +#: src/qemu_conf.c:496 #, c-format msgid "Unexpected exit status '%d', qemu probably failed" msgstr "Status de saída não esperado '%d', o qemu provavelmente falhou" -#: src/qemu_conf.c:629 -#: src/qemu_driver.c:869 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Não foi possível encontrar o binário do QEMU %s: %s" -#: src/qemu_conf.c:730 -#, c-format -msgid "Invalid floppy device name: %s" -msgstr "Nome do dispositivo de disquete inválido: %s" - -#: src/qemu_conf.c:738 -#, c-format -msgid "Invalid cdrom device name: %s" -msgstr "Nome do dispositivo de cdrom inválido: %s" - -#: src/qemu_conf.c:752 -#, c-format -msgid "Invalid harddisk device name: %s" -msgstr "Nome do dispositivo de disco rígido inválido: %s" - -#: src/qemu_conf.c:773 -#, c-format -msgid "Invalid device type: %s" -msgstr "Tipo de dispositivo inválido: %s " - -#: src/qemu_conf.c:804 -#, c-format -msgid "Invalid bus type: %s" -msgstr "Tipo de barramento inválido: %s " - -#: src/qemu_conf.c:811 -#, c-format -msgid "Invalid bus type '%s' for floppy disk" -msgstr "Tipo de barramento inválido '%s' para driver de disquete" - -#: src/qemu_conf.c:954 -msgid "No 'network' attribute specified with " -msgstr "Não foi especificado o atributo da 'rede' com o " - -#: src/qemu_conf.c:958 -#, c-format -msgid "Network name '%s' too long" -msgstr "O nome da rede '%s' é longo demais" - -#: src/qemu_conf.c:973 -#: src/qemu_conf.c:1001 -#: src/qemu_conf.c:1032 -#, c-format -msgid "TAP interface name '%s' is too long" -msgstr "O nome da interface TAP '%s' é muito longo" - -#: src/qemu_conf.c:989 -#, c-format -msgid "TAP script path '%s' is too long" -msgstr "O caminho do script TAP '%s' é muito longo" - -#: src/qemu_conf.c:1015 -msgid "No 'dev' attribute specified with " -msgstr "Não foi especificado o atributo do dispositivo 'com a " - -#: src/qemu_conf.c:1019 -#, c-format -msgid "TAP bridge path '%s' is too long" -msgstr "O caminho da ponte TAP bridge '%s' é muito longo" - -#: src/qemu_conf.c:1048 -msgid "No 'port' attribute specified with socket interface" -msgstr "Não foi especificado o atributo 'port' com a interface do socket" - -#: src/qemu_conf.c:1054 -msgid "Cannot parse 'port' attribute with socket interface" -msgstr "Não foi possível analisar o atributo 'port' com a interface do socket" - -#: src/qemu_conf.c:1064 -msgid "No 'address' attribute specified with socket interface" -msgstr "Não foi especificado o atributo do 'address' com a interface do socket" - -#: src/qemu_conf.c:1069 -#, c-format -msgid "IP address '%s' is too long" -msgstr "O endereço IP '%s' é muito longo" - -#: src/qemu_conf.c:1092 -#, c-format -msgid "Model name '%s' is too long" -msgstr "O nome do modelo '%s' é muito grande" - -#: src/qemu_conf.c:1099 -msgid "Model name contains invalid characters" -msgstr "O nome do modelo contém caracteres inválidos" - -#: src/qemu_conf.c:1273 -#: src/qemu_conf.c:1367 -#: src/xml.c:825 -#: src/xml.c:886 -msgid "Missing source path attribute for char device" -msgstr "Falta informação sobre o atributo do caminho para o dispositivo de char" - -#: src/qemu_conf.c:1291 -#: src/qemu_conf.c:1311 -#: src/xml.c:843 -#: src/xml.c:858 -msgid "Missing source host attribute for char device" -msgstr "Falta o atributo do host fonte para o dispositivo de caracter" - -#: src/qemu_conf.c:1296 -#: src/qemu_conf.c:1316 -#: src/qemu_conf.c:1339 -#: src/xml.c:848 -#: src/xml.c:863 -#: src/xml.c:874 -msgid "Missing source service attribute for char device" -msgstr "falta a informação sobre a fonte do dispositivo de caracter" - -#: src/qemu_conf.c:1415 -msgid "too many character devices" -msgstr "há excesso de dispositivos de caracteres" - -#: src/qemu_conf.c:1424 -#: src/qemu_conf.c:2088 -msgid "failed to allocate space for char device" -msgstr "falha em alocar espaço para o dispositivo de caracter" - -#: src/qemu_conf.c:1465 -msgid "missing input device type" -msgstr "falta o tipo de dispositivo de entrada" - -#: src/qemu_conf.c:1475 -#, c-format -msgid "unsupported input device type %s" -msgstr "Não há suporte para o tipo de dispositivo de entrada %s" - -#: src/qemu_conf.c:1485 -#, c-format -msgid "ps2 bus does not support %s input device" -msgstr "O ps2 bus não dá suporte ao %s dispositivo de entrada" - -#: src/qemu_conf.c:1494 -#: src/qemu_conf.c:1508 -#, c-format -msgid "unsupported input bus %s" -msgstr "não há suporte para o barramento de entrada %s" - -#: src/qemu_conf.c:1502 -#, c-format -msgid "xen bus does not support %s input device" -msgstr "O barramento do xen não dá suporte ao %s dispositivo de entrada" - -#: src/qemu_conf.c:1592 -msgid "missing sound model" -msgstr "falta o modelo de som" - -#: src/qemu_conf.c:1597 -#, c-format -msgid "invalid sound model '%s'" -msgstr "modelo de som inválido %s" - -#: src/qemu_conf.c:1624 -#: src/qemu_conf.c:1639 -msgid "failed to allocate space for xmlXPathContext" -msgstr "falha em alocar espaço para xmlXPathContext" - -#: src/qemu_conf.c:1674 -msgid "domain name length too long" -msgstr "o tamanho do nome do domínio é muito grande" - -#: src/qemu_conf.c:1688 -#: src/qemu_conf.c:3372 -#, c-format -msgid "Failed to generate UUID: %s" -msgstr "Falha ao gerar o UUID: %s" - -#: src/qemu_conf.c:1704 -msgid "missing memory element" -msgstr "falta elemento de memória" - -#: src/qemu_conf.c:1711 -#: src/qemu_conf.c:1730 -msgid "malformed memory information" -msgstr "informação sobre a memória mal formada" - -#: src/qemu_conf.c:1746 -msgid "malformed vcpu information" -msgstr "informação sobre vcpu mal formada" - -#: src/qemu_conf.c:1765 -msgid "malformed vcpu mask information" -msgstr "informação sobre a máscara da vcpu está mal formada" - -#: src/qemu_conf.c:1825 -msgid "no OS type" -msgstr "não existe o tipo de SO" - -#: src/qemu_conf.c:1846 -#: src/qemu_conf.c:1873 -msgid "unsupported architecture" -msgstr "não há suporte para a arquitetura" - -#: src/qemu_conf.c:1851 -#: src/qemu_conf.c:1858 -#: src/qemu_conf.c:1885 -msgid "architecture type too long" -msgstr "tipo de arquitetura grande demais" - -#: src/qemu_conf.c:1878 -msgid "machine type too long" -msgstr "tipo de máquina longo demais" - -#: src/qemu_conf.c:1899 -msgid "kernel path too long" -msgstr "caminho para o kernel longo demais" - -#: src/qemu_conf.c:1912 -msgid "initrd path too long" -msgstr "o caminho para o initrd é longo de mais" - -#: src/qemu_conf.c:1925 -msgid "cmdline arguments too long" -msgstr "argumentos do cmdline são longos demais" - -#: src/qemu_conf.c:1950 -#, c-format -msgid "unknown boot device '%s'" -msgstr "dispoditivo de partida desconhecido '%s'" - -#: src/qemu_conf.c:1970 -msgid "unknown virt type" -msgstr "tipo de virt desconhecido" - -#: src/qemu_conf.c:1979 -msgid "unsupported guest type" -msgstr "não há suporte para o tipo de convidado" - -#: src/qemu_conf.c:1986 -msgid "emulator path too long" -msgstr "caminho do emulador longo demais" - -#: src/qemu_conf.c:2021 -#, c-format -msgid "Unsupported graphics type %s" -msgstr "O tipo de gráfico %s não tem suporte " - -#: src/qemu_conf.c:2037 -msgid "failed to allocate space for disk string" -msgstr "falha em alocar espaço para a cadeia do disco" - -#: src/qemu_conf.c:2112 -msgid "failed to allocate space for net string" -msgstr "falha em alocar espeço para a cadeia da rede" - -#: src/qemu_conf.c:2140 -#: src/qemu_conf.c:2226 -msgid "failed to allocate space for input string" -msgstr "falha em alocar espaço para a string de entrada" - -#: src/qemu_conf.c:2177 -msgid "failed to allocate space for sound dev" -msgstr "falha em alocar espaço para o dispositivo de som" - -#: src/qemu_conf.c:2268 +#: src/qemu_conf.c:550 #, c-format msgid "Network '%s' not found" msgstr "Rede '%s' não encontrada" -#: src/qemu_conf.c:2273 +#: src/qemu_conf.c:555 #, c-format msgid "Network '%s' not active" msgstr "A rede '%s' não está ativa" -#: src/qemu_conf.c:2294 +#: src/qemu_conf.c:564 #, c-format msgid "Network type %d is not supported" msgstr "Não há suporte para o tipo %d de rede" -#: src/qemu_conf.c:2300 -#: src/qemu_driver.c:1426 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, c-format msgid "cannot initialize bridge support: %s" msgstr "não foi possível inicializar o suporte para a ponte: %s" -#: src/qemu_conf.c:2308 +#: src/qemu_conf.c:590 +#, fuzzy, c-format +msgid "Failed to add tap interface to bridge. %s is not a bridge device" +msgstr "Falha em adicionar a interface do grampo'%s' à ponte'%s' : %s" + +#: src/qemu_conf.c:594 #, c-format msgid "Failed to add tap interface '%s' to bridge '%s' : %s" msgstr "Falha em adicionar a interface do grampo'%s' à ponte'%s' : %s" -#: src/qemu_conf.c:2330 +#: src/qemu_conf.c:617 msgid "failed to allocate space for tapfds string" msgstr "falha em alocar espaço para a string da tapfds" -#: src/qemu_conf.c:2593 -#: src/qemu_conf.c:2644 +#: src/qemu_conf.c:905 src/qemu_conf.c:956 +#, fuzzy, c-format +msgid "unsupported usb disk type for '%s'" +msgstr "não há suporte para o tipo de disco '%s'" + +#: src/qemu_conf.c:914 src/qemu_conf.c:977 #, c-format msgid "unsupported disk type '%s'" msgstr "não há suporte para o tipo de disco '%s'" -#: src/qemu_conf.c:2843 -#: src/qemu_conf.c:4106 +#: src/qemu_conf.c:1181 msgid "invalid sound model" msgstr "modelo de som inválido" -#: src/qemu_conf.c:2868 +#: src/qemu_conf.c:1234 msgid "failed to allocate space for argv string" msgstr "falha na alocação de espaço para a string argv" -#: src/qemu_conf.c:2961 -#: src/storage_conf.c:393 -#: src/storage_conf.c:750 -msgid "missing root element" -msgstr "falta o elemento root" +#: src/qemu_driver.c:91 +#, fuzzy +msgid "Failed to set close-on-exec file descriptor flag\n" +msgstr "Falha ao definir a flag close-on-exec para o descritor do arquivo " -#: src/qemu_conf.c:2978 -msgid "unknown device type" -msgstr "tipo de dispositivo desconhecido" +#: src/qemu_driver.c:106 +#, fuzzy +msgid "Failed to set non-blocking file descriptor flag\n" +msgstr "Falha ao definir a flag non-blocking para o descritor do arquivo " -#: src/qemu_conf.c:3038 -msgid "failed to allocate space for vm string" -msgstr "falha em alocar espaço para a string da vm" - -#: src/qemu_conf.c:3107 -#: src/qemu_conf.c:3566 -#: src/storage_conf.c:1111 -msgid "cannot construct autostart link path" -msgstr "não foi possível construir o caminho do atalho para o autostart" - -#: src/qemu_conf.c:3238 -msgid "failed to allocate space for range string" -msgstr "falha em alocar espaço para a string da faixa" - -#: src/qemu_conf.c:3329 -msgid "failed to allocate space for network_def string" -msgstr "falha em alocar espaço para a string da network_def" - -#: src/qemu_conf.c:3344 -msgid "failed to allocate space for xmlXPathContext string" -msgstr "falha em alocar espaço para a string do xmlXPathContext " - -#: src/qemu_conf.c:3358 -msgid "network name length too long" -msgstr "o tamanho do nome da rede é muito grande" - -#: src/qemu_conf.c:3409 -msgid "Forwarding requested, but no IPv4 address/netmask provided" -msgstr "A requisição foi encaminhada, mas não foi fornecido oendereço IPv4/máscara de rede" - -#: src/qemu_conf.c:3431 -#, c-format -msgid "forward device name '%s' is too long" -msgstr "o nome do dispositivo a ser encaminhado '%s' é muito grande" - -#: src/qemu_conf.c:3503 -msgid "failed to allocate space for network string" -msgstr "falha ao alocar espaço para a string da rede" - -#: src/qemu_conf.c:3587 -#, c-format -msgid "Error parsing QEMU guest config '%s' : %s" -msgstr "Erro ao analisar o QEMU guest config '%s' : %s" - -#: src/qemu_conf.c:3589 -msgid "BUG: unknown error - please report it\n" -msgstr "BUG: erro desconhecido - por favor, relate-o\n" - -#: src/qemu_conf.c:3595 -#, c-format -msgid "QEMU guest config filename '%s' does not match guest name '%s'" -msgstr "O nome do arquivo QEMU guest config '%s' não corresponde ao nome do convidado '%s'" - -#: src/qemu_conf.c:3604 -#, c-format -msgid "Failed to load QEMU guest config '%s': out of memory" -msgstr "Falha no carregamento do arquivo QEMU guest config '%s': fora da memória" - -#: src/qemu_conf.c:3632 -#, c-format -msgid "Error parsing network config '%s' : %s" -msgstr "Erro ao analisar o network config '%s' : %s" - -#: src/qemu_conf.c:3639 -#, c-format -msgid "Network config filename '%s' does not match network name '%s'" -msgstr "O nome do arquivo de configuração da rede '%s' não corresponde ao nome da rede '%s'" - -#: src/qemu_conf.c:3648 -#, c-format -msgid "Failed to load network config '%s': out of memory" -msgstr "Falha ao carregar o network config '%s': fora dos limites da memória" - -#: src/qemu_conf.c:3675 -#, c-format -msgid "Failed to open dir '%s': %s" -msgstr "Falha em abrir o dir '%s': %s" - -#: src/qemu_conf.c:3692 -#, c-format -msgid "Config filename '%s/%s' is too long" -msgstr "O nome do arquivo config '%s/%s' é grande demais" - -#: src/qemu_conf.c:3699 -#, c-format -msgid "Autostart link path '%s/%s' is too long" -msgstr "O vínculo do caminho do Autostart '%s/%s' é longo demais" - -#: src/qemu_conf.c:3853 -#, c-format -msgid "unexpected domain type %d" -msgstr "tipo de domínio não esperado %d" - -#: src/qemu_conf.c:3881 -msgid "allocating cpu mask" -msgstr "alocando a máscara da cpu" - -#: src/qemu_conf.c:4123 -#: src/qemu_conf.c:4201 -msgid "failed to generate XML: out of memory" -msgstr "falha na geração do arquivo XML: fora dos limites da memória" - -#: src/qemu_driver.c:149 -#, c-format -msgid "Failed to autostart network '%s': %s" +#: src/qemu_driver.c:151 +#, fuzzy, c-format +msgid "Failed to autostart network '%s': %s\n" msgstr "Falha na autoinicialização da rede '%s': %s" -#: src/qemu_driver.c:164 -#, c-format -msgid "Failed to autostart VM '%s': %s" +#: src/qemu_driver.c:166 +#, fuzzy, c-format +msgid "Failed to autostart VM '%s': %s\n" msgstr "Falha na autoinicialização da MV '%s': %s" -#: src/qemu_driver.c:208 -msgid "out of memory in asprintf" +#: src/qemu_driver.c:202 +#, fuzzy, c-format +msgid "Failed to find user record for uid '%d': %s\n" +msgstr "Falha em encontrar um registro do usuário para o uid '%d': %s" + +#: src/qemu_driver.c:213 +#, fuzzy +msgid "out of memory in asprintf\n" msgstr "fora dos limites da memória em asprintf" -#: src/qemu_driver.c:253 -msgid "Resulting path to long for buffer in qemudInitPaths()" -msgstr "O caminho resultante é longo demais para o buffer no qemudInitPaths()" - -#: src/qemu_driver.c:258 -msgid "qemudStartup: out of memory" +#: src/qemu_driver.c:269 +#, fuzzy +msgid "qemudStartup: out of memory\n" msgstr "qemudStartup: fora dos limites da memória" -#: src/qemu_driver.c:276 -msgid "Reloading iptables rules" +#: src/qemu_driver.c:296 +#, fuzzy +msgid "Reloading iptables rules\n" msgstr "Recarregando as regras das iptables" -#: src/qemu_driver.c:407 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" @@ -2062,841 +2098,1003 @@ msgstr "" "O QEMU saiu durante %s inicialização\n" "%s" -#: src/qemu_driver.c:417 -#: src/qemu_driver.c:430 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "Falha enquanto era lido a saída do %s startup : %s" -#: src/qemu_driver.c:425 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "O tempo expirou enquando era lido a saída do %s startup" -#: src/qemu_driver.c:441 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "Falha enquanto era lida a saída do %s startup" -#: src/qemu_driver.c:453 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "Fora do espaço enquanto era lida a saída do %s startup" -#: src/qemu_driver.c:484 +#: src/qemu_driver.c:511 #, c-format msgid "Unable to open monitor path %s" msgstr "Não foi possível abrir o monitor do caminho %s" -#: src/qemu_driver.c:489 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "Falha ao definir a flag do close-on-exec " -#: src/qemu_driver.c:494 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "Não foipossível colocar o monitor no modo non-blocking" -#: src/qemu_driver.c:612 -#: src/qemu_driver.c:959 -#: src/qemu_driver.c:1658 -#: src/qemu_driver.c:1668 -#, c-format -msgid "Unable to log VM console data: %s" +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 +#, fuzzy, c-format +msgid "Unable to log VM console data: %s\n" msgstr "Não foi possível registrar os dados do console da MV: %s" -#: src/qemu_driver.c:635 +#: src/qemu_driver.c:672 msgid "allocate cpumap" msgstr "aloca cumap" -#: src/qemu_driver.c:646 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" -msgstr "não foi possível executar o comando de monitoração para trazer a informação da trhead da CPU" +msgstr "" +"não foi possível executar o comando de monitoração para trazer a informação " +"da trhead da CPU" -#: src/qemu_driver.c:745 +#: src/qemu_driver.c:787 #, c-format msgid "failed to set CPU affinity %s" msgstr "falha em estabelecer a afinidade da CPU %s" -#: src/qemu_driver.c:755 -#: src/qemu_driver.c:2037 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 msgid "resume operation failed" msgstr "falha em continuar a operação" -#: src/qemu_driver.c:810 +#: src/qemu_driver.c:860 msgid "VM is already active" msgstr "A MV já está ativa" -#: src/qemu_driver.c:818 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "Não foi possível encontrar uma porta VNC disponível" -#: src/qemu_driver.c:831 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "o caminho do arquivo config file é muito grande: %s/%s.log" -#: src/qemu_driver.c:842 -#, c-format -msgid "cannot create log directory %s: %s" -msgstr "não foi possível criar o diretório para o log %s: %s" - -#: src/qemu_driver.c:850 +#: src/qemu_driver.c:901 #, c-format msgid "failed to create logfile %s: %s" msgstr "falha na criação do arquivo de log %s: %s" -#: src/qemu_driver.c:856 +#: src/qemu_driver.c:907 #, c-format msgid "Unable to set VM logfile close-on-exec flag %s" -msgstr "Não foi possível definir a flag close-on-exec flag %s do arquivo de log da MV " +msgstr "" +"Não foi possível definir a flag close-on-exec flag %s do arquivo de log da " +"MV " -#: src/qemu_driver.c:885 -#: src/qemu_driver.c:888 -#: src/qemu_driver.c:893 -#, c-format -msgid "Unable to write argv to logfile %d: %s" +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 +#, fuzzy, c-format +msgid "Cannot determine QEMU argv syntax %s" +msgstr "Não foi possível encontrar o binário do QEMU %s: %s" + +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 +#, fuzzy, c-format +msgid "Unable to write argv to logfile %d: %s\n" msgstr "Não foi possível escrever o argv no arquivo log %d: %s" -#: src/qemu_driver.c:973 -#, c-format -msgid "Shutting down VM '%s'" +#: src/qemu_driver.c:1040 +#, fuzzy, c-format +msgid "Shutting down VM '%s'\n" msgstr "Fechando a MV '%s'" -#: src/qemu_driver.c:984 -#, c-format -msgid "Unable to close logfile %d: %s" +#: src/qemu_driver.c:1051 +#, fuzzy, c-format +msgid "Unable to close logfile %d: %s\n" msgstr "Não foi possível fechar o arquivo de log %d: %s " -#: src/qemu_driver.c:999 -msgid "Got unexpected pid, damn" +#: src/qemu_driver.c:1066 +#, fuzzy +msgid "Got unexpected pid, damn\n" msgstr "Maldição, foi obtido um pid inesperado " -#: src/qemu_driver.c:1130 +#: src/qemu_driver.c:1220 msgid "failed to allocate space for dnsmasq argv" msgstr "falha em alocar espaço para o dnsmasq argv" -#: src/qemu_driver.c:1144 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "não é possível iniciar o daemon do dhcp sem o endereço IP do servidor" -#: src/qemu_driver.c:1172 +#: src/qemu_driver.c:1263 #, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" -msgstr "falha ao adicionar as regras das iptables para permitir o encaminhamento de '%s' : %s\n" +msgstr "" +"falha ao adicionar as regras das iptables para permitir o encaminhamento de " +"'%s' : %s\n" -#: src/qemu_driver.c:1183 +#: src/qemu_driver.c:1274 #, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" -msgstr "falha ao adicionar as regras das iptables para permitir o encaminhamento para '%s' : %s\n" - -#: src/qemu_driver.c:1193 -#, c-format -msgid "failed to add iptables rule to enable masquerading : %s\n" -msgstr "falha em adicionar regras das iptables para permitir o mascaramento : %s\n" - -#: src/qemu_driver.c:1225 -#, c-format -msgid "failed to add iptables rule to allow routing from '%s' : %s\n" -msgstr "falha em adicionar as regras das iptables para permitir o roteamento de '%s' : %s\n" - -#: src/qemu_driver.c:1236 -#, c-format -msgid "failed to add iptables rule to allow routing to '%s' : %s\n" -msgstr "falha em adicionar as iptables para pertimir o roteamento para '%s' : %s\n" - -#: src/qemu_driver.c:1261 -msgid "failed to allocate space for IP tables support" -msgstr "falha em alocar espaço para o suporte às IP tables" - -#: src/qemu_driver.c:1269 -#: src/qemu_driver.c:1276 -#, c-format -msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" -msgstr "falha em adicionar as regras das iptables para permitir requisições DHCP de '%s' : %s" +msgstr "" +"falha ao adicionar as regras das iptables para permitir o encaminhamento " +"para '%s' : %s\n" #: src/qemu_driver.c:1284 -#: src/qemu_driver.c:1291 #, c-format -msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" -msgstr "falha em adicionar as regras das iptables para permitir requisições de DNS de '%s' : %s" - -#: src/qemu_driver.c:1301 -#, c-format -msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" -msgstr "falha na adição de regras das iptables para bloquear o tráfego para o exterior de '%s' : %s" - -#: src/qemu_driver.c:1308 -#, c-format -msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" -msgstr "falha na adição de regras das iptables para bloquear o tráfego para o interior de '%s' : %s" +msgid "failed to add iptables rule to enable masquerading : %s\n" +msgstr "" +"falha em adicionar regras das iptables para permitir o mascaramento : %s\n" #: src/qemu_driver.c:1316 #, c-format -msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" -msgstr "falha em alocar regras nas iptables para permitir o tráfego através da ponte em '%s' : %s" +msgid "failed to add iptables rule to allow routing from '%s' : %s\n" +msgstr "" +"falha em adicionar as regras das iptables para permitir o roteamento de '%" +"s' : %s\n" -#: src/qemu_driver.c:1420 +#: src/qemu_driver.c:1327 +#, c-format +msgid "failed to add iptables rule to allow routing to '%s' : %s\n" +msgstr "" +"falha em adicionar as iptables para pertimir o roteamento para '%s' : %s\n" + +#: src/qemu_driver.c:1352 +msgid "failed to allocate space for IP tables support" +msgstr "falha em alocar espaço para o suporte às IP tables" + +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 +#, c-format +msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" +msgstr "" +"falha em adicionar as regras das iptables para permitir requisições DHCP de " +"'%s' : %s" + +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 +#, c-format +msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" +msgstr "" +"falha em adicionar as regras das iptables para permitir requisições de DNS " +"de '%s' : %s" + +#: src/qemu_driver.c:1392 +#, c-format +msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" +msgstr "" +"falha na adição de regras das iptables para bloquear o tráfego para o " +"exterior de '%s' : %s" + +#: src/qemu_driver.c:1399 +#, c-format +msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" +msgstr "" +"falha na adição de regras das iptables para bloquear o tráfego para o " +"interior de '%s' : %s" + +#: src/qemu_driver.c:1407 +#, c-format +msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" +msgstr "" +"falha em alocar regras nas iptables para permitir o tráfego através da ponte " +"em '%s' : %s" + +#: src/qemu_driver.c:1508 msgid "network is already active" msgstr "a rede já está ativa" -#: src/qemu_driver.c:1439 +#: src/qemu_driver.c:1520 #, c-format msgid "cannot create bridge '%s' : %s" msgstr "não foi possível criar a ponte '%s' : %s" -#: src/qemu_driver.c:1447 -#, c-format -msgid "failed to set bridge forward delay to %d" -msgstr "falha em ajustar o intervalo de envio da ponte para %d" - -#: src/qemu_driver.c:1454 -#, c-format -msgid "failed to set bridge STP to %s" -msgstr "falha em ajustar o STP da ponte para %s" - -#: src/qemu_driver.c:1462 +#: src/qemu_driver.c:1535 #, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "não foi possível definir o endereço IP na ponte '%s' to '%s' : %s" -#: src/qemu_driver.c:1470 +#: src/qemu_driver.c:1543 #, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "não foi possível definir a mascara de rede na ponte '%s' to '%s' : %s" -#: src/qemu_driver.c:1478 +#: src/qemu_driver.c:1551 #, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "falha ao parar a ponte '%s': %s" -#: src/qemu_driver.c:1489 +#: src/qemu_driver.c:1562 #, c-format msgid "failed to enable IP forwarding : %s" msgstr "falha ao habilitar o encaminhamento de IP:%s" -#: src/qemu_driver.c:1510 -#: src/qemu_driver.c:1541 -#, c-format -msgid "Failed to bring down bridge '%s' : %s" +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 +#, fuzzy, c-format +msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Falha em desmontar a ponte '%s' : %s" -#: src/qemu_driver.c:1516 -#: src/qemu_driver.c:1546 -#, c-format -msgid "Failed to delete bridge '%s' : %s" +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 +#, fuzzy, c-format +msgid "Failed to delete bridge '%s' : %s\n" msgstr "falha em apagar a ponte '%s' : %s" -#: src/qemu_driver.c:1529 -#, c-format -msgid "Shutting down network '%s'" +#: src/qemu_driver.c:1599 +#, fuzzy, c-format +msgid "Shutting down network '%s'\n" msgstr "Fechando a rede '%s'" -#: src/qemu_driver.c:1555 -msgid "Got unexpected pid for dnsmasq" +#: src/qemu_driver.c:1625 +#, fuzzy +msgid "Got unexpected pid for dnsmasq\n" msgstr "Obteve-se um pid inesperado para a dnsmasq" -#: src/qemu_driver.c:1755 -#, c-format -msgid "unknown type '%s'" -msgstr "tipo desconhecido '%s'" +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "não é possível abrir o tty %s: %s\n" -#: src/qemu_driver.c:1771 +#: src/qemu_driver.c:1859 msgid "failed to allocate space for capabilities support" msgstr "falha em alocar espaço para as capacidades de suporte" -#: src/qemu_driver.c:1790 -#: src/qemu_driver.c:1816 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "Não há suporte para o NUMA neste host" -#: src/qemu_driver.c:1801 -#: src/qemu_driver.c:1824 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 msgid "Failed to query NUMA free memory" msgstr "A consulta sobre memória NUMA livre falhou" -#: src/qemu_driver.c:1996 -#: src/qemu_driver.c:2025 -#: src/qemu_driver.c:2054 -#: src/qemu_driver.c:2074 -#: src/qemu_driver.c:2302 -#: src/qemu_driver.c:2986 -#: src/qemu_driver.c:3121 -#: src/qemu_driver.c:3246 +#: src/qemu_driver.c:2073 +#, fuzzy, c-format +msgid "domain '%s' is already defined" +msgstr "este domínio %s já existe" + +#: src/qemu_driver.c:2084 +#, fuzzy, c-format +msgid "domain with uuid '%s' is already defined" +msgstr "este domínio %s já existe" + +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "não existe domínio em correspondência com o id %d" -#: src/qemu_driver.c:2001 -#: src/qemu_driver.c:2030 -#: src/qemu_driver.c:2308 -#: src/qemu_driver.c:2991 -#: src/qemu_driver.c:3127 -#: src/qemu_driver.c:3252 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 msgid "domain is not running" msgstr "o domínio não está executando" -#: src/qemu_driver.c:2009 +#: src/qemu_driver.c:2127 msgid "suspend operation failed" msgstr "falha ao suspender a operação" -#: src/qemu_driver.c:2060 +#: src/qemu_driver.c:2178 msgid "shutdown operation failed" msgstr "falha no encerramento da operação" -#: src/qemu_driver.c:2099 +#: src/qemu_driver.c:2218 msgid "failed to allocate space for ostype" msgstr "falha em alocar espaço para o ostype" -#: src/qemu_driver.c:2112 -#: src/qemu_driver.c:2125 -#: src/qemu_driver.c:2145 -#: src/qemu_driver.c:2401 -#: src/qemu_driver.c:2560 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "não existe domínio que corresponda ao uuid '%s'" -#: src/qemu_driver.c:2131 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" -msgstr "não foi possível definir o valor máximo da memória menor do que a memória corrente" +msgstr "" +"não foi possível definir o valor máximo da memória menor do que a memória " +"corrente" -#: src/qemu_driver.c:2151 +#: src/qemu_driver.c:2279 msgid "cannot set memory of an active domain" msgstr "não foi possível definir a memória de um domínio ativo" -#: src/qemu_driver.c:2157 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" -msgstr "não foi possível ajustar a memória para um valor maior do que max memory" +msgstr "" +"não foi possível ajustar a memória para um valor maior do que max memory" -#: src/qemu_driver.c:2317 +#: src/qemu_driver.c:2445 msgid "failed to pause domain" msgstr "falha em pausar o domínio" -#: src/qemu_driver.c:2326 +#: src/qemu_driver.c:2454 msgid "failed to get domain xml" msgstr "falha em obter o xml do domínio" -#: src/qemu_driver.c:2334 +#: src/qemu_driver.c:2462 #, c-format msgid "failed to create '%s'" msgstr "falha em criar '%s'" -#: src/qemu_driver.c:2341 +#: src/qemu_driver.c:2469 msgid "failed to write save header" msgstr "falha em gravar o header salvo" -#: src/qemu_driver.c:2349 +#: src/qemu_driver.c:2477 msgid "failed to write xml" msgstr "falha em gravar xml" -#: src/qemu_driver.c:2362 -#: src/qemu_driver.c:2369 -#: src/qemu_driver.c:2620 -#: src/qemu_driver.c:2817 -#: src/qemu_driver.c:2825 -#: src/qemu_driver.c:2833 -#: src/remote_internal.c:2279 -#: src/virterror.c:435 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 +#: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "fora da memória" -#: src/qemu_driver.c:2377 +#: src/qemu_driver.c:2505 msgid "migrate operation failed" msgstr "a operação de migração falhou" -#: src/qemu_driver.c:2407 +#: src/qemu_driver.c:2517 +#, fuzzy +msgid "'migrate' not supported by this qemu" +msgstr "o 'info blockstats' não tem suporte neste qemu" + +#: src/qemu_driver.c:2552 msgid "cannot change vcpu count of an active domain" msgstr "não foi possível laterar a contagem de vcpu em um domínio ativo" -#: src/qemu_driver.c:2413 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "não foi possível determinar o max vcups para o domínio" -#: src/qemu_driver.c:2419 +#: src/qemu_driver.c:2564 #, c-format -msgid "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" -msgstr "os quantidade de vcpus requeridos é maior do que o máximo de vcpus que podem ser alocados para o domínio: %d > %d" +msgid "" +"requested vcpus is greater than max allowable vcpus for the domain: %d > %d" +msgstr "" +"os quantidade de vcpus requeridos é maior do que o máximo de vcpus que podem " +"ser alocados para o domínio: %d > %d" -#: src/qemu_driver.c:2443 -#: src/qemu_driver.c:2495 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 msgid "cannot pin vcpus on an inactive domain" msgstr "não é possível ligar um vcpus a um domínio inativo" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "o número do vcpu está fora da faixa %d > %d" -#: src/qemu_driver.c:2470 +#: src/qemu_driver.c:2615 #, c-format msgid "cannot set affinity: %s" msgstr "não foi possível estabelecer a afinidade: %s" -#: src/qemu_driver.c:2475 +#: src/qemu_driver.c:2620 msgid "cpu affinity is not supported" msgstr "não há suporte para a afinidade da cpu" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2677 #, c-format msgid "cannot get affinity: %s" msgstr "não foi possível obter a afinidade: %s" -#: src/qemu_driver.c:2542 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "a afinidade da cpu não está disponível" -#: src/qemu_driver.c:2566 +#: src/qemu_driver.c:2714 #, c-format msgid "unknown virt type in domain definition '%d'" msgstr "tipo de virt desconhecido na definição do domínio '%d'" -#: src/qemu_driver.c:2592 -#: src/test.c:1398 +#: src/qemu_driver.c:2740 src/test.c:956 msgid "cannot read domain image" msgstr "não foi possível ler a imagem do domínio" -#: src/qemu_driver.c:2598 +#: src/qemu_driver.c:2746 msgid "failed to read qemu header" msgstr "falha em ler o header do qemu" -#: src/qemu_driver.c:2605 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "o image magic está incorreto" -#: src/qemu_driver.c:2612 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "não há suporte para a versão da imagem (%d > %d)" -#: src/qemu_driver.c:2627 +#: src/qemu_driver.c:2775 msgid "failed to read XML" msgstr "falha ao ler o XML" -#: src/qemu_driver.c:2636 +#: src/qemu_driver.c:2784 msgid "failed to parse XML" msgstr "falha em analisar o XML" -#: src/qemu_driver.c:2648 +#: src/qemu_driver.c:2797 #, c-format msgid "domain is already active as '%s'" msgstr "o domínio já está ativo como '%s'" -#: src/qemu_driver.c:2655 +#: src/qemu_driver.c:2806 msgid "failed to assign new VM" msgstr "falha em atribuir uma nova MV" -#: src/qemu_driver.c:2670 +#: src/qemu_driver.c:2819 msgid "failed to start VM" msgstr "falha em iniciar a MV" -#: src/qemu_driver.c:2681 +#: src/qemu_driver.c:2831 msgid "failed to resume domain" msgstr "houve falha na continuação do domínio" -#: src/qemu_driver.c:2715 -#: src/qemu_driver.c:3348 -#: src/qemu_driver.c:3376 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 msgid "failed to allocate space for VM name string" msgstr "falha em alocar espaço para a string da MV" -#: src/qemu_driver.c:2795 -#: src/qemu_driver.c:3451 +#: src/qemu_driver.c:2982 #, c-format -msgid "Failed to delete autostart link '%s': %s" -msgstr "Falha em apagar o link de autostart '%s': %s" +msgid "cannot convert disk '%s' to bus/device index" +msgstr "" -#: src/qemu_driver.c:2839 +#: src/qemu_driver.c:3002 +#, fuzzy, c-format +msgid "Unsupported disk name mapping for bus '%s'" +msgstr "não há suporte para o tipo de disco '%s'" + +#: src/qemu_driver.c:3042 +#, c-format +msgid "No device with bus '%s' and target '%s'" +msgstr "" + +#: src/qemu_driver.c:3069 +#, c-format +msgid "" +"Emulator version does not support removable media for device '%s' and target " +"'%s'" +msgstr "" + +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "não foi possível mudar a mídia de cdrom" -#: src/qemu_driver.c:2865 +#: src/qemu_driver.c:3117 +#, fuzzy +msgid "changing cdrom media failed" +msgstr "não foi possível mudar a mídia de cdrom" + +#: src/qemu_driver.c:3177 +#, fuzzy +msgid "cannot attach usb disk" +msgstr "não foi possível extrair os dispositivos da origem" + +#: src/qemu_driver.c:3188 +#, fuzzy +msgid "adding usb disk failed" +msgstr "carregando o arquivo de definição do hospedeiro" + +#: src/qemu_driver.c:3232 +#, fuzzy +msgid "cannot attach usb device" +msgstr "não foi possível extrair os dispositivos da origem" + +#: src/qemu_driver.c:3243 +#, fuzzy +msgid "adding usb device failed" +msgstr "carregando o arquivo de definição do hospedeiro" + +#: src/qemu_driver.c:3273 msgid "cannot attach device on inactive domain" msgstr "não é possível associar um dispositivo a um domínio inativo" -#: src/qemu_driver.c:2876 -msgid "only CDROM disk devices can be attached" +#: src/qemu_driver.c:3296 +#, fuzzy +msgid "this device type cannot be attached" msgstr "só podem ser associados disposidivos de disco de CDROM" -#: src/qemu_driver.c:2891 -msgid "CDROM not attached, cannot change media" -msgstr "O CDROM não foi associado, não foi possível trocar a mídia" +#: src/qemu_driver.c:3335 +#, fuzzy +msgid "cannot set autostart for transient domain" +msgstr "não foi possível definir a memória de um domínio ativo" -#: src/qemu_driver.c:2942 -#: src/qemu_driver.c:3560 -#: src/storage_driver.c:792 -#, c-format -msgid "cannot create autostart directory %s: %s" -msgstr "não foi possível criar o diretório de autostart %s: %s" - -#: src/qemu_driver.c:2949 -#: src/qemu_driver.c:3567 -#: src/storage_driver.c:799 -#, c-format -msgid "Failed to create symlink '%s' to '%s': %s" +#: src/qemu_driver.c:3361 +#, fuzzy, c-format +msgid "Failed to create symlink '%s to '%s': %s" msgstr "Falha na criação do symlink '%s' to '%s': %s" -#: src/qemu_driver.c:2956 -#: src/qemu_driver.c:3574 -#: src/storage_driver.c:808 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Falha em apagar o symlink '%s': %s" -#: src/qemu_driver.c:3013 +#: src/qemu_driver.c:3430 #, c-format msgid "invalid path: %s" msgstr "Caminho inválido: %s" -#: src/qemu_driver.c:3021 -#: src/qemu_driver.c:3267 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "o comando 'info blockstats' falhou" -#: src/qemu_driver.c:3036 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "o 'info blockstats' não tem suporte neste qemu" -#: src/qemu_driver.c:3101 +#: src/qemu_driver.c:3518 #, c-format msgid "device not found: %s (%s)" msgstr "dispositivo não encontrado: %s (%s)" -#: src/qemu_driver.c:3133 -#: src/qemu_driver.c:3188 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "caminho (nulo) NULL ou vazio " -#: src/qemu_driver.c:3156 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "caminho inválido, '%s' não é uma interface conhecida" -#: src/qemu_driver.c:3197 +#: src/qemu_driver.c:3603 msgid "invalid path" msgstr "caminho inválido" -#: src/qemu_driver.c:3240 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "o driver do QEMU só dá suporte a endereços de memória virtuais" -#: src/qemu_driver.c:3296 -#: src/qemu_driver.c:3443 -#: src/qemu_driver.c:3468 -#: src/qemu_driver.c:3482 -#: src/qemu_driver.c:3497 -#: src/qemu_driver.c:3530 -#: src/qemu_driver.c:3546 +#: src/qemu_driver.c:3673 +#, fuzzy +msgid "'memsave' command failed" +msgstr "o comando lvs falhou" + +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "não existe rede que corresponda com o uuid" -#: src/qemu_driver.c:3311 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "não existe rede que corresonda com o nome" -#: src/qemu_driver.c:3510 +#: src/qemu_driver.c:3876 +#, fuzzy +msgid "network is still active" +msgstr "a rede já está ativa" + +#: src/qemu_driver.c:3937 msgid "no network with matching id" msgstr "não existe rede que corresponda com o id" -#: src/qemu_driver.c:3517 +#: src/qemu_driver.c:3944 msgid "failed to allocate space for network bridge string" msgstr "falha em alocar espaço para a string da ponte da rede" -#: src/remote_internal.c:108 -#: src/remote_internal.c:116 -msgid "tried to use a closed or uninitialised handle" -msgstr "foi feita uma tentativa de fechar ou desinicializar um manupulador fechado" +#: src/qemu_driver.c:3994 src/storage_driver.c:823 +#, c-format +msgid "Failed to create symlink '%s' to '%s': %s" +msgstr "Falha na criação do symlink '%s' to '%s': %s" -#: src/remote_internal.c:225 +#: src/remote_internal.c:109 src/remote_internal.c:117 +msgid "tried to use a closed or uninitialised handle" +msgstr "" +"foi feita uma tentativa de fechar ou desinicializar um manupulador fechado" + +#: src/remote_internal.c:229 msgid "failed to find libvirtd binary" msgstr "falha em encontrar o binário da libvirtd" -#: src/remote_internal.c:332 -msgid "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" -msgstr "remote_open: o transporte em URL não reconhecida (deveria ser tls|unix|ssh|ext|tcp)" +#: src/remote_internal.c:290 +msgid "" +"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" +msgstr "" +"remote_open: o transporte em URL não reconhecida (deveria ser tls|unix|ssh|" +"ext|tcp)" -#: src/remote_internal.c:373 -msgid "allocating priv->hostname" -msgstr "alocando priv->hostname" - -#: src/remote_internal.c:455 +#: src/remote_internal.c:412 msgid "remote_open: for 'ext' transport, command is required" msgstr "remote_open: para o para o transporte 'ext', é requerido um comando" -#: src/remote_internal.c:728 +#: src/remote_internal.c:456 +#, fuzzy, c-format +msgid "unable to resolve hostname '%s': %s" +msgstr "não é possível abrir o tty %s: %s\n" + +#: src/remote_internal.c:507 src/remote_internal.c:587 +#, fuzzy, c-format +msgid "unable to connect to '%s': %s" +msgstr "não é possível abrir o tty %s: %s\n" + +#: src/remote_internal.c:528 +#, fuzzy, c-format +msgid "unable to lookup user '%d': %s" +msgstr "não é possível abrir o tty %s: %s\n" + +#: src/remote_internal.c:563 +#, fuzzy, c-format +msgid "unable to create socket %s" +msgstr "Falha na criação de socket: %s" + +#: src/remote_internal.c:647 +#, fuzzy, c-format +msgid "unable to create socket pair %s" +msgstr "Falha na criação de socket: %s" + +#: src/remote_internal.c:667 msgid "transport methods unix, ssh and ext are not supported under Windows" -msgstr "os métodos de transporte unix, ssh e ext não têm suporte no ambiente Windows" +msgstr "" +"os métodos de transporte unix, ssh e ext não têm suporte no ambiente Windows" -#: src/remote_internal.c:771 -msgid "uri params" -msgstr "uri params" - -#: src/remote_internal.c:814 -#: src/remote_internal.c:2492 -#: src/remote_internal.c:2898 +#: src/remote_internal.c:753 src/remote_internal.c:2454 +#: src/remote_internal.c:2860 msgid "struct private_data" msgstr "struct private_data" -#: src/remote_internal.c:1024 -msgid "server verification (of our certificate or IP address) failed\n" -msgstr "falha na verificação do servidor (do nosso certificado ou do endereço IP)\n" +#: src/remote_internal.c:845 +#, fuzzy, c-format +msgid "unable to allocate TLS credentials: %s" +msgstr "não foi possível alocar a pilha para o conteiner" -#: src/remote_internal.c:1079 +#: src/remote_internal.c:865 +#, fuzzy, c-format +msgid "unable to load CA certificate: %s" +msgstr "Não foi possível registrar os dados do console da MV: %s" + +#: src/remote_internal.c:880 +#, c-format +msgid "unable to load private key/certificate: %s" +msgstr "" + +#: src/remote_internal.c:909 +#, fuzzy, c-format +msgid "unable to initialize TLS client: %s" +msgstr "falha na inicialização da biblioteca SASL: %d (%s)" + +#: src/remote_internal.c:918 +#, fuzzy, c-format +msgid "unable to set TLS algorithm priority: %s" +msgstr "não foi possível definir os atributos do tty: %s\n" + +#: src/remote_internal.c:927 +#, fuzzy, c-format +msgid "unable to set certificate priority: %s" +msgstr "não foi possível definir os atributos do tty: %s\n" + +#: src/remote_internal.c:937 +#, fuzzy, c-format +msgid "unable to set session credentials: %s" +msgstr "Falha na verificação das credenciais do cliente: %s" + +#: src/remote_internal.c:952 +#, fuzzy, c-format +msgid "unable to complete TLS handshake: %s" +msgstr "não é possível abrir o tty %s: %s\n" + +#: src/remote_internal.c:974 +#, c-format +msgid "unable to complete TLS initialization: %s" +msgstr "" + +#: src/remote_internal.c:980 +msgid "server verification (of our certificate or IP address) failed\n" +msgstr "" +"falha na verificação do servidor (do nosso certificado ou do endereço IP)\n" + +#: src/remote_internal.c:1005 +#, fuzzy, c-format +msgid "unable to verify server certificate: %s" +msgstr "Falha na verificação das credenciais do cliente: %s" + +#: src/remote_internal.c:1012 +#, fuzzy, c-format +msgid "cannot get current time: %s" +msgstr "não foi possível criar o pipe: %s" + +#: src/remote_internal.c:1018 +#, fuzzy +msgid "Invalid certificate" +msgstr "Tipo de dispositivo inválido: %s " + +#: src/remote_internal.c:1021 +#, fuzzy +msgid "The certificate is not trusted." +msgstr "O certificado ainda não foi ativado" + +#: src/remote_internal.c:1024 +#, fuzzy +msgid "The certificate hasn't got a known issuer." +msgstr "" +"remoteCheckCertificate: o certificado do cliente tem procedência " +"desconhecida." + +#: src/remote_internal.c:1027 +#, fuzzy +msgid "The certificate has been revoked." +msgstr "O certificado expirou" + +#: src/remote_internal.c:1031 +#, fuzzy +msgid "The certificate uses an insecure algorithm" +msgstr "" +"remoteCheckCertificate: o certificado do cliente usa um algorítmo não seguro." + +#: src/remote_internal.c:1035 +#, c-format +msgid "server certificate failed validation: %s" +msgstr "" + +#: src/remote_internal.c:1041 msgid "Certificate type is not X.509" msgstr "O tipo de certificado não é X.509" -#: src/remote_internal.c:1084 +#: src/remote_internal.c:1046 msgid "gnutls_certificate_get_peers failed" msgstr "falha no gnutls_certificate_get_peers" -#: src/remote_internal.c:1105 +#: src/remote_internal.c:1056 +#, fuzzy, c-format +msgid "unable to initialize certificate: %s" +msgstr "Falha ao inicializar a autenticação SASL %s" + +#: src/remote_internal.c:1064 +#, fuzzy, c-format +msgid "unable to import certificate: %s" +msgstr "não é possível abrir o tty %s: %s\n" + +#: src/remote_internal.c:1071 msgid "The certificate has expired" msgstr "O certificado expirou" -#: src/remote_internal.c:1111 +#: src/remote_internal.c:1077 msgid "The certificate is not yet activated" msgstr "O certificado ainda não foi ativado" -#: src/remote_internal.c:1123 +#: src/remote_internal.c:1085 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "O proprietário do certificado não corresponde ao hostname (%s)" -#: src/remote_internal.c:1342 +#: src/remote_internal.c:1304 #, c-format msgid "too many NUMA cells: %d > %d" msgstr "quantidade excessiva de células NUMA: %d > %d" -#: src/remote_internal.c:1391 -#: src/remote_internal.c:1405 +#: src/remote_internal.c:1353 src/remote_internal.c:1367 #, c-format msgid "too many remote domain IDs: %d > %d" msgstr "quantidade excessiva de IDs de domínios remotos: %d > %d" -#: src/remote_internal.c:1779 +#: src/remote_internal.c:1741 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "o tamanho do mapeamento é maior do que o máximo: %d > %d" -#: src/remote_internal.c:1811 +#: src/remote_internal.c:1773 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "a contagem de vCPU excede o máximo: %d > %d" -#: src/remote_internal.c:1817 +#: src/remote_internal.c:1779 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "o buffer de mapeamento de vCPU excede o máximo: %d > %d" -#: src/remote_internal.c:1834 +#: src/remote_internal.c:1796 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "o host registra vCPUs demais: %d > %d" -#: src/remote_internal.c:1841 +#: src/remote_internal.c:1803 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" -msgstr "o hospedeiro relata que o mapeamento do tamanho do buffer excede o valor máximo: %d > %d" +msgstr "" +"o hospedeiro relata que o mapeamento do tamanho do buffer excede o valor " +"máximo: %d > %d" -#: src/remote_internal.c:2003 -#: src/remote_internal.c:2017 +#: src/remote_internal.c:1965 src/remote_internal.c:1979 #, c-format msgid "too many remote domain names: %d > %d" msgstr "há um excesso de nomes de domínios remotos: %d > %d" -#: src/remote_internal.c:2219 -msgid "remoteDomainGetSchedulerParameters: returned number of parameters exceeds limit" -msgstr "remoteDomainGetSchedulerParameters: retornou um número de parâmetros que excede o limite " +#: src/remote_internal.c:2181 +msgid "" +"remoteDomainGetSchedulerParameters: returned number of parameters exceeds " +"limit" +msgstr "" +"remoteDomainGetSchedulerParameters: retornou um número de parâmetros que " +"excede o limite " -#: src/remote_internal.c:2247 +#: src/remote_internal.c:2209 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "remoteDomainGetSchedulerParameters: tipo do parâmetro desconhecido" -#: src/remote_internal.c:2270 +#: src/remote_internal.c:2232 msgid "out of memory allocating array" msgstr "excedidos os limites da memória na alocação do array" -#: src/remote_internal.c:2297 +#: src/remote_internal.c:2259 msgid "unknown parameter type" msgstr "tipo do parâmetro desconhecido" -#: src/remote_internal.c:2387 +#: src/remote_internal.c:2349 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" -msgstr "a requisição de consulta de blocos é grande demais para o protocolo remoto, %zi > %d" +msgstr "" +"a requisição de consulta de blocos é grande demais para o protocolo remoto, " +"%zi > %d" -#: src/remote_internal.c:2408 -#: src/remote_internal.c:2452 +#: src/remote_internal.c:2370 src/remote_internal.c:2414 msgid "returned buffer is not same size as requested" msgstr "o buffer retornado não tem o mesmo tamanho que foi requisitado" -#: src/remote_internal.c:2432 +#: src/remote_internal.c:2394 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" -msgstr "a requisição de consulta de memória é grande demais para o protocolo remoto, %zi > %d" +msgstr "" +"a requisição de consulta de memória é grande demais para o protocolo remoto, " +"%zi > %d" -#: src/remote_internal.c:2555 -#: src/remote_internal.c:2569 -#: src/remote_internal.c:2614 -#: src/remote_internal.c:2628 +#: src/remote_internal.c:2517 src/remote_internal.c:2531 +#: src/remote_internal.c:2576 src/remote_internal.c:2590 #, c-format msgid "too many remote networks: %d > %d" msgstr "quantidade excessiva de redes remotas: %d > %d" -#: src/remote_internal.c:2960 -#: src/remote_internal.c:3015 +#: src/remote_internal.c:2922 src/remote_internal.c:2977 msgid "too many storage pools requested" msgstr "número excessivo de requisições de pool de amazenamento" -#: src/remote_internal.c:2972 -#: src/remote_internal.c:3027 +#: src/remote_internal.c:2934 src/remote_internal.c:2989 msgid "too many storage pools received" msgstr "grande quantidade de pools de amazenamento recebida" -#: src/remote_internal.c:3372 +#: src/remote_internal.c:3375 msgid "too many storage volumes requested" msgstr "foram requeridos volumes de armazenamento em demasia" -#: src/remote_internal.c:3385 +#: src/remote_internal.c:3388 msgid "too many storage volumes received" msgstr "foram recebidos volumes de armazenamento em demasia" -#: src/remote_internal.c:3621 +#: src/remote_internal.c:3624 #, c-format msgid "unknown authentication type %s" msgstr "tipo de autenticação desconhecido %s" -#: src/remote_internal.c:3631 +#: src/remote_internal.c:3634 #, c-format msgid "requested authentication type %s rejected" msgstr "o tipo %s requerido de autenticação foi rejeitado" -#: src/remote_internal.c:3672 +#: src/remote_internal.c:3675 #, c-format msgid "unsupported authentication type %d" msgstr "não há suporte para o tipo %d de autenticação " -#: src/remote_internal.c:3920 +#: src/remote_internal.c:3923 #, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "falha na inicialização da biblioteca SASL: %d (%s)" -#: src/remote_internal.c:3968 +#: src/remote_internal.c:3971 #, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Falha ao criar o contexto do cliente SASL: %d (%s)" -#: src/remote_internal.c:3981 +#: src/remote_internal.c:3984 msgid "invalid cipher size for TLS session" msgstr "o tamanho da cifra para a sessão TLS é inválido" -#: src/remote_internal.c:3991 +#: src/remote_internal.c:3994 #, c-format msgid "cannot set external SSF %d (%s)" msgstr "não foi possível definir o SSF externo %d (%s)" -#: src/remote_internal.c:4010 +#: src/remote_internal.c:4013 #, c-format msgid "cannot set security props %d (%s)" msgstr "não foi poossível ajustar as propriedades de segurança %d (%s)" -#: src/remote_internal.c:4029 +#: src/remote_internal.c:4032 #, c-format msgid "SASL mechanism %s not supported by server" msgstr "O mecanismo SASL %s não tem suporte pelo servidor" -#: src/remote_internal.c:4048 +#: src/remote_internal.c:4051 #, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Falha ao iniciar a negociação SASL: %d (%s)" -#: src/remote_internal.c:4066 -#: src/remote_internal.c:4144 +#: src/remote_internal.c:4069 src/remote_internal.c:4147 msgid "Failed to make auth credentials" msgstr "Falha na feitura das credenciais de autorização" -#: src/remote_internal.c:4090 +#: src/remote_internal.c:4093 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "Os dados da negociação do SASL são longos demais: %d bytes" -#: src/remote_internal.c:4130 +#: src/remote_internal.c:4133 #, c-format msgid "Failed SASL step: %d (%s)" msgstr "Falha no passo do SASL: %d (%s)" -#: src/remote_internal.c:4216 +#: src/remote_internal.c:4219 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "A negociação SSF %d não foi suficientemente forte" -#: src/remote_internal.c:4270 +#: src/remote_internal.c:4273 msgid "Failed to collect auth credentials" msgstr "Falha na coleta das credenciais de autenticação" -#: src/remote_internal.c:4337 +#: src/remote_internal.c:4340 msgid "xdr_remote_message_header failed" msgstr "falha no xdr_remote_message_header " -#: src/remote_internal.c:4343 +#: src/remote_internal.c:4346 msgid "marshalling args" msgstr "enfileirando args" -#: src/remote_internal.c:4360 +#: src/remote_internal.c:4363 msgid "xdr_int (length word)" msgstr "xdr_int (tamanho da palavra)" -#: src/remote_internal.c:4377 +#: src/remote_internal.c:4380 msgid "xdr_int (length word, reply)" msgstr "xdr_int (comprimento da palavra, resposta)" -#: src/remote_internal.c:4387 +#: src/remote_internal.c:4390 msgid "packet received from server too large" msgstr "o pacote recebido do servidor é grande demais" -#: src/remote_internal.c:4399 +#: src/remote_internal.c:4402 msgid "invalid header in reply" msgstr "cabeçalho inválido na resposta" -#: src/remote_internal.c:4408 +#: src/remote_internal.c:4411 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "programa desconhecido (recebido %x, esperado %x)" -#: src/remote_internal.c:4416 +#: src/remote_internal.c:4419 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "versão do protocolo desconhecida (recebido %x, esperado%x)" -#: src/remote_internal.c:4429 +#: src/remote_internal.c:4432 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "procedimento desconhecido (recebido %x, esperado %x)" -#: src/remote_internal.c:4437 +#: src/remote_internal.c:4440 #, c-format msgid "unknown direction (received %x, expected %x)" msgstr "direção desconhecida (recebido %x, esperado %x)" -#: src/remote_internal.c:4444 +#: src/remote_internal.c:4447 #, c-format msgid "unknown serial (received %x, expected %x)" msgstr "número de série desconhecido (recebido %x, esperado %x)" -#: src/remote_internal.c:4457 +#: src/remote_internal.c:4460 msgid "unmarshalling ret" msgstr "desenfileirando ret" -#: src/remote_internal.c:4467 +#: src/remote_internal.c:4470 msgid "unmarshalling remote_error" msgstr "desenfileirando remote_error" -#: src/remote_internal.c:4487 +#: src/remote_internal.c:4490 #, c-format msgid "unknown status (received %x)" msgstr "status desconhecido (recebido %x)" -#: src/remote_internal.c:4596 -#: src/remote_internal.c:4613 +#: src/remote_internal.c:4599 src/remote_internal.c:4616 msgid "socket closed unexpectedly" msgstr "o socket foi fechado inesperadamente" @@ -2904,299 +3102,323 @@ msgstr "o socket foi fechado inesperadamente" msgid "failed to allocate a node" msgstr "falha na alocação de um nó" -#: src/sexpr.c:364 -#: src/sexpr.c:381 +#: src/sexpr.c:364 src/sexpr.c:381 msgid "failed to copy a string" msgstr "falha na cópia de uma string" -#: src/storage_backend.c:84 +#: src/storage_backend.c:91 #, c-format msgid "missing backend for pool type %d" msgstr "falta backend para o tipo de pool %d" -#: src/storage_backend.c:129 +#: src/storage_backend.c:136 #, c-format msgid "unknown storage backend type %s" msgstr "tipo de de armazenamento do backend %s desconhecido" -#: src/storage_backend.c:159 +#: src/storage_backend.c:166 #, c-format msgid "unknown storage backend type %d" msgstr "é desconhecido o tipo de armazenamento de backend %d " -#: src/storage_backend.c:173 -#: src/storage_backend_fs.c:341 +#: src/storage_backend.c:180 src/storage_backend_fs.c:346 #, c-format msgid "cannot open volume '%s': %s" msgstr "não foi possível abrir o volume '%s': %s" -#: src/storage_backend.c:201 +#: src/storage_backend.c:208 #, c-format msgid "cannot stat file '%s': %s" msgstr "não foi possível iniciar o arquivo '%s': %s " -#: src/storage_backend.c:229 +#: src/storage_backend.c:240 #, c-format msgid "cannot seek to end of file '%s':%s" msgstr "não foi possível achar o fim do arquivo '%s':%s" -#: src/storage_backend.c:247 +#: src/storage_backend.c:258 #, c-format msgid "cannot get file context of %s: %s" msgstr "não foi possível obter o contexto do arquivo de %s: %s" -#: src/storage_backend.c:256 +#: src/storage_backend.c:267 msgid "context" msgstr "contexto" -#: src/storage_backend.c:302 +#: src/storage_backend.c:313 #, c-format msgid "cannot read dir %s: %s" msgstr "não foi possível ler dir %s: %s" -#: src/storage_backend.c:315 -#: src/storage_driver.c:1197 +#: src/storage_backend.c:326 src/storage_driver.c:1221 msgid "path" msgstr "caminho" -#: src/storage_backend.c:369 +#: src/storage_backend.c:382 msgid "regex" msgstr "regex" -#: src/storage_backend.c:379 +#: src/storage_backend.c:392 #, c-format msgid "Failed to compile regex %s" msgstr "Falha na compilação do regex %s" -#: src/storage_backend.c:395 -#: src/storage_backend.c:400 -#: src/storage_backend.c:436 +#: src/storage_backend.c:408 src/storage_backend.c:413 +#: src/storage_backend.c:450 msgid "regex groups" msgstr "grupos de regex" -#: src/storage_backend.c:412 -#: src/storage_backend.c:548 +#: src/storage_backend.c:426 src/storage_backend.c:561 msgid "cannot read fd" msgstr "não foi possível ler fd" -#: src/storage_backend.c:486 -#: src/storage_backend.c:603 +#: src/storage_backend.c:498 src/storage_backend.c:616 #, c-format msgid "failed to wait for command: %s" msgstr "falha na espera do comando: %s" -#: src/storage_backend.c:495 -#: src/storage_backend.c:616 +#: src/storage_backend.c:507 src/storage_backend.c:629 msgid "command did not exit cleanly" msgstr "o comando não teve saída limpa" -#: src/storage_backend.c:535 +#: src/storage_backend.c:547 msgid "n_columns too large" msgstr "n-columns grande demais" -#: src/storage_backend.c:582 +#: src/storage_backend.c:595 #, c-format msgid "read error: %s" msgstr "erro de leitura: %s" -#: src/storage_backend.c:610 +#: src/storage_backend.c:623 #, c-format msgid "non-zero exit status from command %d" msgstr "status de saída não zero do comando %d" -#: src/storage_backend_disk.c:85 -#: src/storage_backend_logical.c:57 +#: src/storage_backend.c:650 src/storage_backend.c:662 +#, fuzzy, c-format +msgid "%s not implemented on Win32" +msgstr "%s: não implementado\n" + +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "sem suporte para o formato do pool %s" -#: src/storage_backend_disk.c:110 -#: src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "não há suporte para o formato do pool %d" -#: src/storage_backend_disk.c:138 -#: src/storage_backend_fs.c:187 -#: src/storage_backend_fs.c:257 -#: src/storage_backend_fs.c:309 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 +#: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "não há suporte para o formato do volume %s" -#: src/storage_backend_disk.c:165 -#: src/storage_backend_fs.c:220 -#: src/storage_backend_fs.c:292 -#: src/storage_backend_fs.c:324 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 +#: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "não há suporte para o formato do volume %d" -#: src/storage_backend_disk.c:179 -#: src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 -#: src/storage_backend_disk.c:221 -#: src/storage_backend_fs.c:685 -#: src/storage_backend_iscsi.c:177 -#: src/storage_backend_logical.c:116 -#: src/storage_backend_logical.c:121 -#: src/storage_backend_logical.c:133 -#: src/storage_backend_logical.c:143 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 +#: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 +#: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 +#: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "volume" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "extensão do volume" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "não foi possível analisar a localização de início do dispositivo" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "não foi possível analisar o fim da localização do dispositivo" -#: src/storage_backend_disk.c:250 -#: src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "extensão" -#: src/storage_backend_disk.c:461 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "extensão livre não é grande o suficiente" -#: src/storage_backend_disk.c:495 -msgid "Disk pools are not yet supported" -msgstr "Não há suporte para os pools de disco" +#: src/storage_backend_disk.c:502 +#, fuzzy, c-format +msgid "Couldn't read volume target path '%s'. %s" +msgstr "não foi possível criar o caminho '%s': %s" -#: src/storage_backend_fs.c:353 +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "" + +#: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" msgstr "não foi possível ler o cabeçalho '%s': %s" -#: src/storage_backend_fs.c:461 +#: src/storage_backend_fs.c:472 +#, fuzzy, c-format +msgid "invalid netfs path (no /): %s" +msgstr "Caminho inválido: %s" + +#: src/storage_backend_fs.c:478 +#, fuzzy, c-format +msgid "invalid netfs path (ends in /): %s" +msgstr "ponteiro para rede inválido em %s" + +#: src/storage_backend_fs.c:485 src/storage_backend_logical.c:274 +msgid "new xml desc" +msgstr "" + +#: src/storage_backend_fs.c:492 src/storage_backend_logical.c:279 +#, fuzzy +msgid "asprintf failed" +msgstr "a operação falhou" + +#: src/storage_backend_fs.c:534 +msgid "bad spec" +msgstr "" + +#: src/storage_backend_fs.c:540 +msgid "xpath_ctxt" +msgstr "" + +#: src/storage_backend_fs.c:547 +#, fuzzy +msgid "missing in spec" +msgstr "falta a fonte do mount" + +#: src/storage_backend_fs.c:559 src/storage_backend_logical.c:319 +#, fuzzy +msgid "retval" +msgstr "portal" + +#: src/storage_backend_fs.c:589 #, c-format msgid "cannot read %s: %s" msgstr "não foi possível ler %s: %s" -#: src/storage_backend_fs.c:507 -#: src/storage_backend_fs.c:574 +#: src/storage_backend_fs.c:661 src/storage_backend_fs.c:728 #: src/storage_backend_iscsi.c:573 msgid "missing source host" msgstr "falta o hospedeiro fonte" -#: src/storage_backend_fs.c:512 -#: src/storage_conf.c:319 +#: src/storage_backend_fs.c:666 msgid "missing source path" msgstr "falta o caminho fonte" -#: src/storage_backend_fs.c:518 -#: src/storage_backend_fs.c:585 +#: src/storage_backend_fs.c:672 src/storage_backend_fs.c:739 #: src/storage_backend_iscsi.c:580 msgid "missing source device" msgstr "falta o dispositivo fonte" -#: src/storage_backend_fs.c:534 -#: src/storage_backend_fs.c:542 +#: src/storage_backend_fs.c:688 src/storage_backend_fs.c:696 msgid "source" msgstr "fonte" -#: src/storage_backend_fs.c:579 +#: src/storage_backend_fs.c:733 msgid "missing source dir" msgstr "falta o diretório da fonte" -#: src/storage_backend_fs.c:651 -#: src/storage_backend_fs.c:842 -#: src/storage_backend_fs.c:881 +#: src/storage_backend_fs.c:805 src/storage_backend_fs.c:996 +#: src/storage_backend_fs.c:1035 #, c-format msgid "cannot create path '%s': %s" msgstr "não foi possível criar o caminho '%s': %s" -#: src/storage_backend_fs.c:674 +#: src/storage_backend_fs.c:828 #, c-format msgid "cannot open path '%s': %s" msgstr "não foi possível abrir o caminho '%s': %s" -#: src/storage_backend_fs.c:693 -#: src/storage_backend_fs.c:703 +#: src/storage_backend_fs.c:847 src/storage_backend_fs.c:857 msgid "volume name" msgstr "nome do volume" -#: src/storage_backend_fs.c:714 +#: src/storage_backend_fs.c:868 msgid "volume key" msgstr "chave do volume" -#: src/storage_backend_fs.c:741 +#: src/storage_backend_fs.c:895 #, c-format msgid "cannot statvfs path '%s': %s" msgstr "não foi possível realizar a statvfs do caminho '%s': %s" -#: src/storage_backend_fs.c:802 +#: src/storage_backend_fs.c:956 #, c-format msgid "cannot unlink path '%s': %s" msgstr "não foi possível desvincular o caminho '%s': %s" -#: src/storage_backend_fs.c:825 +#: src/storage_backend_fs.c:979 msgid "target" msgstr "alvo" -#: src/storage_backend_fs.c:834 +#: src/storage_backend_fs.c:988 msgid "storage vol key" msgstr "chave do volume de armazenamento" -#: src/storage_backend_fs.c:859 +#: src/storage_backend_fs.c:1013 #, c-format msgid "cannot fill file '%s': %s" msgstr "não foi possível preencher o arquivo '%s': %s" -#: src/storage_backend_fs.c:872 +#: src/storage_backend_fs.c:1026 #, c-format msgid "cannot extend file '%s': %s" msgstr "não foi possível estender o arquivo '%s': %s" -#: src/storage_backend_fs.c:888 -#: src/storage_backend_fs.c:924 -#: src/storage_backend_fs.c:959 -#: src/storage_backend_logical.c:457 +#: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "não foi possível ler o caminho '%s': %s" -#: src/storage_backend_fs.c:901 +#: src/storage_backend_fs.c:1055 #, c-format msgid "unknown storage vol type %d" msgstr "tipo do volume de armazenamento desconhecido %d" -#: src/storage_backend_fs.c:939 +#: src/storage_backend_fs.c:1093 #, c-format msgid "unsupported storage vol type %d" msgstr "tipo do volume de armazenamento %d não suportado" -#: src/storage_backend_fs.c:966 +#: src/storage_backend_fs.c:1120 msgid "creation of non-raw images is not supported without qemu-img" msgstr "a criação de imagens não-brutas não tem suporte sem qemu-img" -#: src/storage_backend_fs.c:976 -#: src/storage_backend_logical.c:466 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, c-format msgid "cannot set file owner '%s': %s" msgstr "não é possível identificar o dono do arquivo '%s': %s" -#: src/storage_backend_fs.c:985 -#: src/storage_backend_logical.c:473 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, c-format msgid "cannot set file mode '%s': %s" msgstr "não é possível definir o modo do arquivo '%s': %s" -#: src/storage_backend_fs.c:1001 -#: src/storage_backend_logical.c:480 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "não foi possível fechar o arquivo '%s': %s" -#: src/storage_backend_fs.c:1024 +#: src/storage_backend_fs.c:1178 #, c-format msgid "cannot unlink file '%s': %s" msgstr "não foi possível desvincular o arquivo '%s': %s" @@ -3224,8 +3446,7 @@ msgstr "sessão" msgid "cannot find session" msgstr "não foi possível encontrar a sessão" -#: src/storage_backend_iscsi.c:182 -#: src/storage_driver.c:869 +#: src/storage_backend_iscsi.c:182 src/storage_driver.c:893 msgid "name" msgstr "nome" @@ -3233,8 +3454,7 @@ msgstr "nome" msgid "devpath" msgstr "devpath" -#: src/storage_backend_iscsi.c:206 -#: src/util.c:113 +#: src/storage_backend_iscsi.c:206 src/util.c:161 #, c-format msgid "cannot open %s: %s" msgstr "não foi possível abrir %s: %s" @@ -3243,8 +3463,7 @@ msgstr "não foi possível abrir %s: %s" msgid "key" msgstr "chave" -#: src/storage_backend_iscsi.c:322 -#: src/storage_backend_iscsi.c:407 +#: src/storage_backend_iscsi.c:322 src/storage_backend_iscsi.c:407 #: src/storage_backend_iscsi.c:443 #, c-format msgid "Failed to opendir sysfs path %s: %s" @@ -3295,167 +3514,196 @@ msgstr "volume mal formado, extrapola o valor do comprimento" msgid "malformed volume extent size value" msgstr "volume mal formado, extrapola o valor do tamanho" -#: src/storage_backend_logical.c:229 +#: src/storage_backend_logical.c:231 msgid "lvs command failed" msgstr "o comando lvs falhou" -#: src/storage_backend_logical.c:235 +#: src/storage_backend_logical.c:237 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "o comando lvs falhou com status de saída %d" -#: src/storage_backend_logical.c:284 +#: src/storage_backend_logical.c:354 msgid "command line" msgstr "linha de comando" -#: src/storage_backend_logical.c:301 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "não foi possível abrir o dispositivo %s" -#: src/storage_backend_logical.c:307 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "não foi possível apagar o cabeçalho do dispositivo %s" -#: src/storage_backend_logical.c:314 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "não foi possível fechar o dispositivo %s" -#: src/storage_backend_logical.c:489 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "não foi possível remover o ttyPidFile %s: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "não foi possível encontrar o volume recém criado '%s': %s" -#: src/storage_conf.c:155 +#: src/storage_conf.c:156 msgid "missing auth host attribute" msgstr "falta do atributo do auth host" -#: src/storage_conf.c:162 +#: src/storage_conf.c:163 msgid "missing auth passwd attribute" msgstr "falta o atributo do auth passwd" -#: src/storage_conf.c:185 -#: src/storage_conf.c:533 +#: src/storage_conf.c:186 src/storage_conf.c:587 msgid "malformed octal mode" msgstr "modo octal mal formado" -#: src/storage_conf.c:195 +#: src/storage_conf.c:196 msgid "malformed owner element" msgstr "elemento do owner mal formado" -#: src/storage_conf.c:206 +#: src/storage_conf.c:207 msgid "malformed group element" msgstr "elemento do group mal formado" -#: src/storage_conf.c:231 +#: src/storage_conf.c:232 msgid "cannot allocate storage pool" msgstr "não foi possível alocar o storage pool" -#: src/storage_conf.c:237 -#: src/storage_conf.c:661 -msgid "unknown root element" +#: src/storage_conf.c:238 +#, fuzzy +msgid "unknown root elementi for storage pool" msgstr "elemento do root desconhecido" -#: src/storage_conf.c:253 -#: src/storage_conf.c:668 -msgid "missing name element" +#: src/storage_conf.c:258 +#, fuzzy +msgid "missing pool source name element" msgstr "falta o nome do elemento" -#: src/storage_conf.c:261 +#: src/storage_conf.c:266 msgid "unable to generate uuid" msgstr "incapaz de gerar o uuid" -#: src/storage_conf.c:285 -msgid "missing source host name" +#: src/storage_conf.c:290 +#, fuzzy +msgid "missing storage pool source host name" msgstr "falta o nome do host fonte" -#: src/storage_conf.c:295 -msgid "cannot extract source devices" +#: src/storage_conf.c:300 +#, fuzzy +msgid "cannot extract storage pool source devices" msgstr "não foi possível extrair os dispositivos da origem" -#: src/storage_conf.c:300 +#: src/storage_conf.c:305 msgid "device" msgstr "dispositivo" -#: src/storage_conf.c:308 -msgid "missing source device path" +#: src/storage_conf.c:313 +#, fuzzy +msgid "missing storage pool source device path" msgstr "falta o caminho do dispositivo fonte" -#: src/storage_conf.c:333 +#: src/storage_conf.c:324 +#, fuzzy +msgid "missing storage pool source path" +msgstr "falta o caminho fonte" + +#: src/storage_conf.c:336 src/virsh.c:3740 src/virsh.c:3900 src/virsh.c:3939 +msgid "pool name" +msgstr "nome do pool" + +#: src/storage_conf.c:351 #, c-format msgid "unknown auth type '%s'" msgstr "auth type desconhecido '%s'" -#: src/storage_conf.c:348 -msgid "missing target path" +#: src/storage_conf.c:366 +#, fuzzy +msgid "missing storage pool target path" msgstr "falta o caminho do alvo" -#: src/storage_conf.c:379 -#: src/storage_conf.c:736 -msgid "malformed xml document" -msgstr "documento xml mal formado" - -#: src/storage_conf.c:386 -#: src/storage_conf.c:743 +#: src/storage_conf.c:435 src/storage_conf.c:809 msgid "xmlXPathContext" msgstr "xmlXPathContext" -#: src/storage_conf.c:427 +#: src/storage_conf.c:478 msgid "unexpected pool type" msgstr "tipo de pool não esperado" -#: src/storage_conf.c:511 -#: src/storage_conf.c:851 +#: src/storage_conf.c:565 src/storage_conf.c:919 msgid "xml" msgstr "xml" -#: src/storage_conf.c:543 -#: src/storage_conf.c:553 +#: src/storage_conf.c:597 src/storage_conf.c:607 msgid "missing owner element" msgstr "falta o elemento owner" -#: src/storage_conf.c:617 +#: src/storage_conf.c:671 #, c-format msgid "unknown size units '%s'" msgstr "tamanho das unidades desconhecido '%s'" -#: src/storage_conf.c:624 +#: src/storage_conf.c:678 msgid "malformed capacity element" msgstr "capacidade do elemento mal formada" -#: src/storage_conf.c:629 +#: src/storage_conf.c:683 msgid "capacity element value too large" msgstr "valor da capacidade o elemento é muito grande" -#: src/storage_conf.c:655 +#: src/storage_conf.c:709 msgid "cannot allocate storage vol" msgstr "não foi possível alocar o storage vol" -#: src/storage_conf.c:679 +#: src/storage_conf.c:715 +msgid "unknown root element" +msgstr "elemento do root desconhecido" + +#: src/storage_conf.c:722 +#, fuzzy +msgid "missing volume name element" +msgstr "falta o nome do elemento" + +#: src/storage_conf.c:733 msgid "missing capacity element" msgstr "falta a capacidade do elemento" -#: src/storage_conf.c:962 +#: src/storage_conf.c:1030 msgid "pool" msgstr "pool" -#: src/storage_conf.c:1104 +#: src/storage_conf.c:1167 +msgid "cannot construct config file path" +msgstr "o caminho do config file não pode ser construído" + +#: src/storage_conf.c:1172 msgid "configFile" msgstr "configFile" -#: src/storage_conf.c:1118 +#: src/storage_conf.c:1179 +msgid "cannot construct autostart link path" +msgstr "não foi possível construir o caminho do atalho para o autostart" + +#: src/storage_conf.c:1186 msgid "config file" msgstr "config file" -#: src/storage_conf.c:1126 +#: src/storage_conf.c:1194 msgid "failed to generate XML" msgstr "falha na geração do XML" -#: src/storage_driver.c:266 -#: src/storage_driver.c:750 -#: src/storage_driver.c:772 +#: src/storage_conf.c:1244 +#, c-format +msgid "cannot remove config for %s" +msgstr "não pode ser removido o config para %s" + +#: src/storage_driver.c:266 src/storage_driver.c:774 src/storage_driver.c:796 msgid "no pool with matching uuid" msgstr "não existe pool que corresponda com o uuid" @@ -3463,358 +3711,301 @@ msgstr "não existe pool que corresponda com o uuid" msgid "no pool with matching name" msgstr "não existe pool com nome correspondente" -#: src/storage_driver.c:334 -#: src/storage_driver.c:371 +#: src/storage_driver.c:334 src/storage_driver.c:371 msgid "names" msgstr "nomes" -#: src/storage_driver.c:406 +#: src/storage_driver.c:430 msgid "storage pool already exists" msgstr "o pool de armazenamento já existe" -#: src/storage_driver.c:479 -#: src/storage_driver.c:516 -#: src/storage_driver.c:555 -#: src/storage_driver.c:586 -#: src/storage_driver.c:627 -#: src/storage_driver.c:664 -#: src/storage_driver.c:705 -#: src/storage_driver.c:734 -#: src/storage_driver.c:828 -#: src/storage_driver.c:853 -#: src/storage_driver.c:898 -#: src/storage_driver.c:982 -#: src/storage_driver.c:1036 -#: src/storage_driver.c:1099 -#: src/storage_driver.c:1143 -#: src/storage_driver.c:1177 +#: src/storage_driver.c:503 src/storage_driver.c:540 src/storage_driver.c:579 +#: src/storage_driver.c:610 src/storage_driver.c:651 src/storage_driver.c:688 +#: src/storage_driver.c:729 src/storage_driver.c:758 src/storage_driver.c:852 +#: src/storage_driver.c:877 src/storage_driver.c:922 src/storage_driver.c:1006 +#: src/storage_driver.c:1060 src/storage_driver.c:1123 +#: src/storage_driver.c:1167 src/storage_driver.c:1201 msgid "no storage pool with matching uuid" msgstr "não existe pool de armazenamento que corresponda ao uuid" -#: src/storage_driver.c:485 +#: src/storage_driver.c:509 msgid "pool is still active" msgstr "o pool ainda está ativo" -#: src/storage_driver.c:526 +#: src/storage_driver.c:550 msgid "pool already active" msgstr "o pool já está ativo" -#: src/storage_driver.c:565 +#: src/storage_driver.c:589 msgid "storage pool is already active" msgstr "o pool de armazenamento já está ativo" -#: src/storage_driver.c:596 -#: src/storage_driver.c:674 -#: src/storage_driver.c:834 -#: src/storage_driver.c:859 -#: src/storage_driver.c:904 -#: src/storage_driver.c:988 -#: src/storage_driver.c:1042 -#: src/storage_driver.c:1105 -#: src/storage_driver.c:1149 -#: src/storage_driver.c:1183 +#: src/storage_driver.c:620 src/storage_driver.c:698 src/storage_driver.c:858 +#: src/storage_driver.c:883 src/storage_driver.c:928 src/storage_driver.c:1012 +#: src/storage_driver.c:1066 src/storage_driver.c:1129 +#: src/storage_driver.c:1173 src/storage_driver.c:1207 msgid "storage pool is not active" msgstr "o pool de armazenamento não está ativo" -#: src/storage_driver.c:637 +#: src/storage_driver.c:661 msgid "storage pool is still active" msgstr "o pool de armazenamento ainda está ativo" -#: src/storage_driver.c:643 +#: src/storage_driver.c:667 msgid "pool does not support volume delete" msgstr "o pool não dá suporte à exclusão do volume" -#: src/storage_driver.c:778 +#: src/storage_driver.c:802 msgid "pool has no config file" msgstr "o pool não tem config file" -#: src/storage_driver.c:912 -#: src/storage_driver.c:1053 -#: src/storage_driver.c:1113 -#: src/storage_driver.c:1157 -#: src/storage_driver.c:1191 +#: src/storage_driver.c:936 src/storage_driver.c:1077 +#: src/storage_driver.c:1137 src/storage_driver.c:1181 +#: src/storage_driver.c:1215 msgid "no storage vol with matching name" msgstr "não existe volume de armazenamento que corresponda ao nome" -#: src/storage_driver.c:941 +#: src/storage_driver.c:965 msgid "no storage vol with matching key" msgstr "não existe " -#: src/storage_driver.c:966 +#: src/storage_driver.c:990 msgid "no storage vol with matching path" msgstr "não há volume de armazenamento que coincida com o caminho " -#: src/storage_driver.c:1001 +#: src/storage_driver.c:1025 msgid "storage vol already exists" msgstr "o volume de armazenamento já existe" -#: src/storage_driver.c:1008 +#: src/storage_driver.c:1032 msgid "storage pool does not support volume creation" msgstr "o pool de armazenamento não tem suporte para a criação de volume" -#: src/storage_driver.c:1059 +#: src/storage_driver.c:1083 msgid "storage pool does not support vol deletion" msgstr "o pool de armazenamento não tem suporte para cancelamento do volume" -#: src/test.c:248 -#: src/test.c:613 -#: src/test.c:1314 +#: src/test.c:231 src/test.c:874 msgid "getting time of day" msgstr "obtendo a hora" -#: src/test.c:254 -#: src/test.c:387 -#: src/test.c:413 -#: src/test.c:1591 -msgid "domain" -msgstr "domínio" - -#: src/test.c:260 -#: src/test.c:447 -#: src/test.c:731 -msgid "creating xpath context" -msgstr "criando o contexto do xpath" - -#: src/test.c:266 -msgid "domain name" -msgstr "nome do domínio" - -#: src/test.c:272 -#: src/test.c:276 -msgid "domain uuid" -msgstr "uuid do domínio" - -#: src/test.c:284 -msgid "domain memory" -msgstr "memória do domínio" - -#: src/test.c:293 -msgid "domain current memory" -msgstr "memória corrente do domínio" - -#: src/test.c:303 -msgid "domain vcpus" -msgstr "vcpus do domínio" - -#: src/test.c:312 -msgid "domain reboot behaviour" -msgstr "comportamento de reinicialização do domínio" - -#: src/test.c:322 -msgid "domain poweroff behaviour" -msgstr "comportamento de desligamento do domínio" - -#: src/test.c:332 -msgid "domain crash behaviour" -msgstr "comportamento do domínio sob falha" - -#: src/test.c:406 -msgid "load domain definition file" -msgstr "carga do arquivo de configuração do domínio" - -#: src/test.c:441 -#: src/test.c:564 -#: src/test.c:589 -msgid "network" -msgstr "rede" - -#: src/test.c:453 -#: src/virsh.c:2730 -msgid "network name" -msgstr "nome da rede" - -#: src/test.c:461 -#: src/test.c:465 -#: src/virsh.c:2621 -msgid "network uuid" -msgstr "uuid da rede" - -#: src/test.c:473 -msgid "network forward" -msgstr "network forward" - -#: src/test.c:482 -#: src/test.c:492 -#: src/test.c:497 -msgid "ip address" -msgstr "endereço ip" - -#: src/test.c:487 -msgid "ip netmask" -msgstr "mascara de rede de ip" - -#: src/test.c:582 -msgid "load network definition file" -msgstr "carga do arquivo de definição da rede" - -#: src/test.c:710 +#: src/test.c:329 msgid "loading host definition file" msgstr "carregando o arquivo de definição do hospedeiro" -#: src/test.c:717 +#: src/test.c:336 msgid "host" msgstr "hospedeiro" -#: src/test.c:725 +#: src/test.c:344 msgid "node" msgstr "node" -#: src/test.c:750 +#: src/test.c:350 +msgid "creating xpath context" +msgstr "criando o contexto do xpath" + +#: src/test.c:365 msgid "node cpu numa nodes" msgstr "node cpu numa nodes" -#: src/test.c:758 +#: src/test.c:373 msgid "node cpu sockets" msgstr "node cpu sockets" -#: src/test.c:766 +#: src/test.c:381 msgid "node cpu cores" msgstr "node cpu cores" -#: src/test.c:774 +#: src/test.c:389 msgid "node cpu threads" msgstr "node cpu threads" -#: src/test.c:785 +#: src/test.c:400 msgid "node active cpu" msgstr "nodo da cpu ativa " -#: src/test.c:792 +#: src/test.c:407 msgid "node cpu mhz" msgstr "nodo do mhz da cpu" -#: src/test.c:807 +#: src/test.c:422 msgid "node memory" msgstr "nodo de memória" -#: src/test.c:813 +#: src/test.c:428 msgid "node domain list" msgstr "nodo da lista de dominios" -#: src/test.c:823 +#: src/test.c:439 msgid "resolving domain filename" msgstr "resolvendo o filename do domínio" -#: src/test.c:848 +#: src/test.c:465 +#, fuzzy +msgid "node network list" +msgstr "nodo da lista de dominios" + +#: src/test.c:475 msgid "resolving network filename" msgstr "resolvendo o nome do arquivo de rede" -#: src/test.c:935 +#: src/test.c:553 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: forneça um caminho ou use test:///default" -#: src/test.c:1098 -msgid "too many domains" -msgstr "domínios em excesso" +#: src/test.c:790 +#, fuzzy +msgid "domain not paused" +msgstr "domínio não encontrado" -#: src/test.c:1342 +#: src/test.c:805 +#, fuzzy +msgid "domain not running" +msgstr "o domínio não está executando" + +#: src/test.c:900 msgid "cannot allocate space for metadata" msgstr "não foi possível alocar espaço para o metadata" -#: src/test.c:1348 +#: src/test.c:906 msgid "cannot save domain" msgstr "não foi possível salvar o domínio" -#: src/test.c:1354 -#: src/test.c:1458 +#: src/test.c:912 src/test.c:1026 msgid "cannot write header" msgstr "não pode ser escrito o cabeçalho " -#: src/test.c:1360 +#: src/test.c:918 msgid "cannot write metadata length" msgstr "não pode ser escrito o comprimento do metadata" -#: src/test.c:1366 +#: src/test.c:924 msgid "cannot write metadata" msgstr "não pode ser escrito o metadata" -#: src/test.c:1374 -#: src/test.c:1464 +#: src/test.c:932 src/test.c:1032 msgid "cannot save domain data" msgstr "os dados do domínio não puderam ser salvos" -#: src/test.c:1403 +#: src/test.c:961 msgid "incomplete save header" msgstr "cabeçalho salvo de modo incompleto" -#: src/test.c:1409 +#: src/test.c:967 msgid "mismatched header magic" msgstr "header magic não coincidente" -#: src/test.c:1415 +#: src/test.c:973 msgid "failed to read metadata length" msgstr "falha na leitura do comprimento do metadata" -#: src/test.c:1421 +#: src/test.c:979 msgid "length of metadata out of range" msgstr "comprimento do metadata fora do intervalo" -#: src/test.c:1432 +#: src/test.c:990 msgid "incomplete metdata" msgstr "metadata incompleto" -#: src/test.c:1453 +#: src/test.c:1021 msgid "cannot save domain core" msgstr "o núcleo do domínio não pode ser salvo" -#: src/test.c:1615 +#: src/test.c:1181 msgid "Range exceeds available cells" msgstr "A faixa excede as células disponíveis" -#: src/test.c:1634 +#: src/test.c:1200 msgid "Domain is already running" msgstr "O domínio já está em execução" -#: src/test.c:1649 +#: src/test.c:1215 msgid "Domain is still running" msgstr "O domínio ainda está em execução" -#: src/test.c:1850 -#: src/test.c:1875 -msgid "too many networks" -msgstr "quantidade excessiva de redes" - -#: src/test.c:1894 +#: src/test.c:1455 msgid "Network is still running" msgstr "a rede ainda está em execução" -#: src/test.c:1908 +#: src/test.c:1470 msgid "Network is already running" msgstr "A rede já está em execução" -#: src/util.c:121 +#: src/util.c:154 +#, fuzzy, c-format +msgid "cannot block signals: %s" +msgstr "não foi possível fechar o arquivo '%s': %s" + +#: src/util.c:170 #, c-format msgid "cannot create pipe: %s" msgstr "não foi possível criar o pipe: %s" -#: src/util.c:127 +#: src/util.c:230 src/util.c:320 #, c-format msgid "cannot fork child process: %s" msgstr "não foi possível bifurcar o processo filho: %s" -#: src/util.c:495 +#: src/util.c:249 src/util.c:287 +#, fuzzy, c-format +msgid "cannot unblock signals: %s" +msgstr "não foi possível desvincular o arquivo '%s': %s" + +#: src/util.c:305 +#, fuzzy, c-format +msgid "cannot become session leader: %s" +msgstr "não foi possível apagar o cabeçalho do dispositivo %s" + +#: src/util.c:312 +#, fuzzy, c-format +msgid "cannot change to root directory: %s" +msgstr "não foi possível criar o diretório de autostart %s: %s" + +#: src/util.c:332 +#, fuzzy, c-format +msgid "failed to setup stdin file handle: %s" +msgstr "falha em strdup hostname: %s" + +#: src/util.c:338 +#, fuzzy, c-format +msgid "failed to setup stdout file handle: %s" +msgstr "falha em strdup hostname: %s" + +#: src/util.c:344 +#, fuzzy, c-format +msgid "failed to setup stderr file handle: %s" +msgstr "falha em strdup hostname: %s" + +#: src/util.c:361 +#, fuzzy, c-format +msgid "cannot execute binary '%s': %s" +msgstr "não foi possível estender o arquivo '%s': %s" + +#: src/util.c:427 #, c-format -msgid "%s: not implemented\n" -msgstr "%s: não implementado\n" +msgid "%s exited with non-zero status %d and signal %d" +msgstr "" #: src/uuid.c:103 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" -msgstr "Retorno do UUID pseudoaleatório, falha na geração de bytes aleatórios: %s" +msgstr "" +"Retorno do UUID pseudoaleatório, falha na geração de bytes aleatórios: %s" -#: src/virsh.c:337 +#: src/virsh.c:340 msgid "print help" msgstr "ajuda de impressão" -#: src/virsh.c:338 +#: src/virsh.c:341 msgid "Prints global help or command specific help." msgstr "Imprime a ajuda global ou ajuda específica para um comando." -#: src/virsh.c:344 +#: src/virsh.c:347 msgid "name of command" msgstr "nome do comando" -#: src/virsh.c:356 +#: src/virsh.c:359 msgid "" "Commands:\n" "\n" @@ -3822,1806 +4013,1902 @@ msgstr "" "Comandos:\n" "\n" -#: src/virsh.c:370 +#: src/virsh.c:373 msgid "autostart a domain" msgstr "autoinicia um domínio" -#: src/virsh.c:372 +#: src/virsh.c:375 msgid "Configure a domain to be automatically started at boot." msgstr "Configura um domínio para ser carregado automaticamente na partida." -#: src/virsh.c:377 -#: src/virsh.c:477 -#: src/virsh.c:671 -#: src/virsh.c:708 -#: src/virsh.c:765 -#: src/virsh.c:832 -#: src/virsh.c:1052 -#: src/virsh.c:1096 -#: src/virsh.c:1285 -#: src/virsh.c:1330 -#: src/virsh.c:1369 -#: src/virsh.c:1408 -#: src/virsh.c:1447 -#: src/virsh.c:1486 -#: src/virsh.c:1610 -#: src/virsh.c:1697 -#: src/virsh.c:1831 -#: src/virsh.c:1888 -#: src/virsh.c:1945 -#: src/virsh.c:2067 -#: src/virsh.c:2208 -#: src/virsh.c:4310 -#: src/virsh.c:4386 -#: src/virsh.c:4447 -#: src/virsh.c:4504 -#: src/virsh.c:4561 -#: src/virsh.c:4675 -#: src/virsh.c:4794 -#: src/virsh.c:4957 +#: src/virsh.c:380 src/virsh.c:480 src/virsh.c:674 src/virsh.c:711 +#: src/virsh.c:768 src/virsh.c:835 src/virsh.c:1070 src/virsh.c:1114 +#: src/virsh.c:1303 src/virsh.c:1348 src/virsh.c:1387 src/virsh.c:1426 +#: src/virsh.c:1465 src/virsh.c:1504 src/virsh.c:1628 src/virsh.c:1715 +#: src/virsh.c:1849 src/virsh.c:1906 src/virsh.c:1963 src/virsh.c:2085 +#: src/virsh.c:2226 src/virsh.c:4454 src/virsh.c:4530 src/virsh.c:4591 +#: src/virsh.c:4650 src/virsh.c:4709 src/virsh.c:4826 src/virsh.c:4947 +#: src/virsh.c:5112 src/virsh.c:5343 msgid "domain name, id or uuid" msgstr "nome do domínio, id ou uuid" -#: src/virsh.c:378 -#: src/virsh.c:2272 -#: src/virsh.c:2780 +#: src/virsh.c:381 src/virsh.c:2290 src/virsh.c:2787 msgid "disable autostarting" msgstr "autoinicialização desabilitada" -#: src/virsh.c:399 +#: src/virsh.c:402 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Falha em marcar o domínio %s como autoiniciado" -#: src/virsh.c:402 +#: src/virsh.c:405 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Falha em desmarcar o domínio %s como autoiniciado" -#: src/virsh.c:409 +#: src/virsh.c:412 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "Domínio %s marcado como autoiniciado\n" -#: src/virsh.c:411 +#: src/virsh.c:414 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "Domínio %s desmarcado como autoiniciado\n" -#: src/virsh.c:422 +#: src/virsh.c:425 msgid "(re)connect to hypervisor" msgstr "(re)conectar ao hipervisor" -#: src/virsh.c:424 -msgid "Connect to local hypervisor. This is built-in command after shell start up." -msgstr "Conectar ao hipervisor local. Este é um comando embutido depois da inicialização da shell." +#: src/virsh.c:427 +msgid "" +"Connect to local hypervisor. This is built-in command after shell start up." +msgstr "" +"Conectar ao hipervisor local. Este é um comando embutido depois da " +"inicialização da shell." -#: src/virsh.c:429 +#: src/virsh.c:432 msgid "hypervisor connection URI" msgstr "URI da conexão com o hipervisor" -#: src/virsh.c:430 +#: src/virsh.c:433 msgid "read-only connection" msgstr "conexão do tipo somente leitura" -#: src/virsh.c:442 +#: src/virsh.c:445 msgid "Failed to disconnect from the hypervisor" msgstr "Falha em desconectar com o hipervisor" -#: src/virsh.c:460 +#: src/virsh.c:463 msgid "Failed to connect to the hypervisor" msgstr "Falha em conectar com o hipervisor" -#: src/virsh.c:470 +#: src/virsh.c:473 msgid "connect to the guest console" msgstr "conectar ao console do convidado" -#: src/virsh.c:472 +#: src/virsh.c:475 msgid "Connect the virtual serial console for the guest" msgstr "conectar com o console serial para o convidado" -#: src/virsh.c:519 +#: src/virsh.c:522 msgid "No console available for domain\n" msgstr "Não existe console disponível para o domínio\n" -#: src/virsh.c:536 +#: src/virsh.c:539 msgid "console not implemented on this platform" msgstr "o console não foi implementado nesta plataforma" -#: src/virsh.c:547 +#: src/virsh.c:550 msgid "list domains" msgstr "lista os domínios" -#: src/virsh.c:548 +#: src/virsh.c:551 msgid "Returns list of domains." msgstr "Retorna a lista dos domínios." -#: src/virsh.c:553 +#: src/virsh.c:556 msgid "list inactive domains" msgstr "lista os domínios inativos" -#: src/virsh.c:554 +#: src/virsh.c:557 msgid "list inactive & active domains" msgstr "lista os domínios ativos & inativos" -#: src/virsh.c:576 -#: src/virsh.c:583 +#: src/virsh.c:579 src/virsh.c:586 msgid "Failed to list active domains" msgstr "Falha em listar os domínios ativos" -#: src/virsh.c:594 -#: src/virsh.c:602 +#: src/virsh.c:597 src/virsh.c:605 msgid "Failed to list inactive domains" msgstr "Falha em listar os domínios inativos" -#: src/virsh.c:611 +#: src/virsh.c:614 msgid "Id" msgstr "Id" -#: src/virsh.c:611 -#: src/virsh.c:2555 -#: src/virsh.c:3363 -#: src/virsh.c:4026 +#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 src/virsh.c:4170 msgid "Name" msgstr "Nome" -#: src/virsh.c:611 -#: src/virsh.c:2555 -#: src/virsh.c:3363 +#: src/virsh.c:614 src/virsh.c:2573 src/virsh.c:3374 msgid "State" msgstr "Estado" -#: src/virsh.c:624 -#: src/virsh.c:646 -#: src/virsh.c:5883 -#: src/virsh.c:5899 +#: src/virsh.c:627 src/virsh.c:649 src/virsh.c:6304 src/virsh.c:6320 msgid "no state" msgstr "sem estado" -#: src/virsh.c:665 +#: src/virsh.c:668 msgid "domain state" msgstr "estado do domínio" -#: src/virsh.c:666 +#: src/virsh.c:669 msgid "Returns state about a domain." msgstr "Retorna o estado do domínio." -#: src/virsh.c:702 +#: src/virsh.c:705 msgid "get device block stats for a domain" msgstr "obtém a estatística dos blocos dos dispositivos para um domínio" -#: src/virsh.c:703 +#: src/virsh.c:706 msgid "Get device block stats for a running domain." -msgstr "obtém a estatística dos blocos dos dispositivos para um domínio em execução." +msgstr "" +"obtém a estatística dos blocos dos dispositivos para um domínio em execução." -#: src/virsh.c:709 +#: src/virsh.c:712 msgid "block device" msgstr "dispositivo de bloco" -#: src/virsh.c:730 +#: src/virsh.c:733 #, c-format msgid "Failed to get block stats %s %s" msgstr "Falha em obter a estatística dos blocos %s %s" -#: src/virsh.c:759 +#: src/virsh.c:762 msgid "get network interface stats for a domain" msgstr "obtém a estatística da interface para um domínio" -#: src/virsh.c:760 +#: src/virsh.c:763 msgid "Get network interface stats for a running domain." msgstr "Obtém a estatística da interface para um domínio em execução." -#: src/virsh.c:766 +#: src/virsh.c:769 msgid "interface device" msgstr "dispositivo de interface" -#: src/virsh.c:787 +#: src/virsh.c:790 #, c-format msgid "Failed to get interface stats %s %s" msgstr "Falha na obtenção das estatísticas da interface %s %s" -#: src/virsh.c:826 +#: src/virsh.c:829 msgid "suspend a domain" msgstr "suspende um domínio" -#: src/virsh.c:827 +#: src/virsh.c:830 msgid "Suspend a running domain." msgstr "Suspende um domínio em execução." -#: src/virsh.c:850 +#: src/virsh.c:853 #, c-format msgid "Domain %s suspended\n" msgstr "Domínio %s suspenso\n" -#: src/virsh.c:852 +#: src/virsh.c:855 #, c-format msgid "Failed to suspend domain %s" msgstr "Falha em suspender um domínio %s" -#: src/virsh.c:865 +#: src/virsh.c:868 msgid "create a domain from an XML file" msgstr "cria um domínio para um arquivo XML" -#: src/virsh.c:866 +#: src/virsh.c:869 msgid "Create a domain." msgstr "Cria um domínio." -#: src/virsh.c:871 -#: src/virsh.c:919 +#: src/virsh.c:874 src/virsh.c:922 msgid "file containing an XML domain description" msgstr "arquivo contendo uma descrição XML de um domínio" -#: src/virsh.c:898 +#: src/virsh.c:901 #, c-format msgid "Domain %s created from %s\n" msgstr "Domínio %s criado a partir de %s\n" -#: src/virsh.c:902 +#: src/virsh.c:905 #, c-format msgid "Failed to create domain from %s" msgstr "Falha na criação do domínio a partir de %s" -#: src/virsh.c:913 +#: src/virsh.c:916 msgid "define (but don't start) a domain from an XML file" msgstr "um domínio foi definido (mas não iniciado) a partir de um arquivo XML" -#: src/virsh.c:914 +#: src/virsh.c:917 msgid "Define a domain." msgstr "Define um domínio." -#: src/virsh.c:946 +#: src/virsh.c:949 #, c-format msgid "Domain %s defined from %s\n" msgstr "Domínio %s definido a partir de %s\n" -#: src/virsh.c:950 +#: src/virsh.c:953 #, c-format msgid "Failed to define domain from %s" msgstr "Falha ao definir um domínio a partir de %s" -#: src/virsh.c:961 +#: src/virsh.c:964 msgid "undefine an inactive domain" msgstr "indefine um domínio inativo" -#: src/virsh.c:962 +#: src/virsh.c:965 msgid "Undefine the configuration for an inactive domain." msgstr "Indefine a configuração para um domínio inativo." -#: src/virsh.c:967 -#: src/virsh.c:2136 +#: src/virsh.c:970 src/virsh.c:2154 msgid "domain name or uuid" msgstr "nome do dominio ou uuid" -#: src/virsh.c:985 +#: src/virsh.c:992 +#, c-format +msgid "" +"a running domain like %s cannot be undefined;\n" +"to undefine, first shutdown then undefine using its name or UUID" +msgstr "" + +#: src/virsh.c:1003 #, c-format msgid "Domain %s has been undefined\n" msgstr "O domínio %s foi indefinido\n" -#: src/virsh.c:987 +#: src/virsh.c:1005 #, c-format msgid "Failed to undefine domain %s" msgstr "Falha ao indefinir o domínio %s" -#: src/virsh.c:1001 +#: src/virsh.c:1019 msgid "start a (previously defined) inactive domain" msgstr "inicia um (previamente definido) domínio inativo" -#: src/virsh.c:1002 +#: src/virsh.c:1020 msgid "Start a domain." msgstr "Inicia um domínio." -#: src/virsh.c:1007 +#: src/virsh.c:1025 msgid "name of the inactive domain" msgstr "nome do domínio inativo" -#: src/virsh.c:1024 +#: src/virsh.c:1042 msgid "Domain is already active" msgstr "O domínio já está ativo" -#: src/virsh.c:1030 +#: src/virsh.c:1048 #, c-format msgid "Domain %s started\n" msgstr "Domínio %s iniciado\n" -#: src/virsh.c:1033 +#: src/virsh.c:1051 #, c-format msgid "Failed to start domain %s" msgstr "Falha em iniciar o domínio %s" -#: src/virsh.c:1046 +#: src/virsh.c:1064 msgid "save a domain state to a file" msgstr "salva o estado do dominio em um arquivo" -#: src/virsh.c:1047 +#: src/virsh.c:1065 msgid "Save a running domain." msgstr "Salva um domínio em execução." -#: src/virsh.c:1053 +#: src/virsh.c:1071 msgid "where to save the data" msgstr "onde salvar os dados" -#: src/virsh.c:1075 +#: src/virsh.c:1093 #, c-format msgid "Domain %s saved to %s\n" msgstr "Domínio %s salvo em %s\n" -#: src/virsh.c:1077 +#: src/virsh.c:1095 #, c-format msgid "Failed to save domain %s to %s" msgstr "Falha em salvar o domínio %s em %s" -#: src/virsh.c:1090 +#: src/virsh.c:1108 msgid "show/set scheduler parameters" msgstr "mostrar/ajustar os parâmetros do escalonador" -#: src/virsh.c:1091 +#: src/virsh.c:1109 msgid "Show/Set scheduler parameters." msgstr "Mostrar/Ajustar os parâmetros do escalonador" -#: src/virsh.c:1097 +#: src/virsh.c:1115 msgid "weight for XEN_CREDIT" msgstr "peso para o XEN_CREDIT" -#: src/virsh.c:1098 +#: src/virsh.c:1116 msgid "cap for XEN_CREDIT" msgstr "cap para o XEN_CREDIT" -#: src/virsh.c:1130 +#: src/virsh.c:1148 msgid "Invalid value of weight" msgstr "valor inválido para o peso" -#: src/virsh.c:1140 +#: src/virsh.c:1158 msgid "Invalid value of cap" msgstr "valor do cap inválido" -#: src/virsh.c:1182 -#: src/virsh.c:1186 +#: src/virsh.c:1200 src/virsh.c:1204 msgid "Scheduler" msgstr "Escalonador" -#: src/virsh.c:1186 +#: src/virsh.c:1204 msgid "Unknown" msgstr "Desconhecido" -#: src/virsh.c:1241 +#: src/virsh.c:1259 msgid "restore a domain from a saved state in a file" msgstr "restaura um domínio a partir de um estado salvo em arquivo" -#: src/virsh.c:1242 +#: src/virsh.c:1260 msgid "Restore a domain." msgstr "Restaura um domínio." -#: src/virsh.c:1247 +#: src/virsh.c:1265 msgid "the state to restore" msgstr "o estado para restaurar" -#: src/virsh.c:1266 +#: src/virsh.c:1284 #, c-format msgid "Domain restored from %s\n" msgstr "Domínio restaurado a partir de %s\n" -#: src/virsh.c:1268 +#: src/virsh.c:1286 #, c-format msgid "Failed to restore domain from %s" msgstr "Falha ao restaurar o domínio a partir de %s" -#: src/virsh.c:1279 +#: src/virsh.c:1297 msgid "dump the core of a domain to a file for analysis" msgstr "descarga do núcleo de um domínio para um arquivo para análise" -#: src/virsh.c:1280 +#: src/virsh.c:1298 msgid "Core dump a domain." msgstr "Descarga do núcleo de um domínio" -#: src/virsh.c:1286 +#: src/virsh.c:1304 msgid "where to dump the core" msgstr "onde descarregar o núcleo" -#: src/virsh.c:1308 -#, c-format -msgid "Domain %s dumpd to %s\n" +#: src/virsh.c:1326 +#, fuzzy, c-format +msgid "Domain %s dumped to %s\n" msgstr "Domínio %s descarregado em %s\n" -#: src/virsh.c:1310 +#: src/virsh.c:1328 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "Falha na descarga do núcleo do domínio %s em %s" -#: src/virsh.c:1324 +#: src/virsh.c:1342 msgid "resume a domain" msgstr "continua um domínio" -#: src/virsh.c:1325 +#: src/virsh.c:1343 msgid "Resume a previously suspended domain." msgstr "Continua um domínio previamente suspenso." -#: src/virsh.c:1348 +#: src/virsh.c:1366 #, c-format msgid "Domain %s resumed\n" msgstr "Domínio %s continuado\n" -#: src/virsh.c:1350 +#: src/virsh.c:1368 #, c-format msgid "Failed to resume domain %s" msgstr "Falha ao continuar o domínio %s " -#: src/virsh.c:1363 +#: src/virsh.c:1381 msgid "gracefully shutdown a domain" msgstr "desliga controladamente um domínio" -#: src/virsh.c:1364 +#: src/virsh.c:1382 msgid "Run shutdown in the target domain." msgstr "Executa o desligamento no domínio alvo" -#: src/virsh.c:1387 +#: src/virsh.c:1405 #, c-format msgid "Domain %s is being shutdown\n" msgstr "O domínio %s está sendo encerrado\n" -#: src/virsh.c:1389 +#: src/virsh.c:1407 #, c-format msgid "Failed to shutdown domain %s" msgstr "Falha no encerramento do domínio %s" -#: src/virsh.c:1402 +#: src/virsh.c:1420 msgid "reboot a domain" msgstr "reinicia o domínio" -#: src/virsh.c:1403 +#: src/virsh.c:1421 msgid "Run a reboot command in the target domain." msgstr "Executa um comando de reiniciar no domínio alvo" -#: src/virsh.c:1426 +#: src/virsh.c:1444 #, c-format msgid "Domain %s is being rebooted\n" msgstr "O domínio %s está sendo reiniciado\n" -#: src/virsh.c:1428 +#: src/virsh.c:1446 #, c-format msgid "Failed to reboot domain %s" msgstr "Falha ao reiniciar o domínio %s" -#: src/virsh.c:1441 +#: src/virsh.c:1459 msgid "destroy a domain" msgstr "destrói um domínio" -#: src/virsh.c:1442 +#: src/virsh.c:1460 msgid "Destroy a given domain." msgstr "Destrói um domínio dado." -#: src/virsh.c:1465 +#: src/virsh.c:1483 #, c-format msgid "Domain %s destroyed\n" msgstr "O domínio %s foi destruído\n" -#: src/virsh.c:1467 +#: src/virsh.c:1485 #, c-format msgid "Failed to destroy domain %s" msgstr "Falha na destruição do domínio %s" -#: src/virsh.c:1480 +#: src/virsh.c:1498 msgid "domain information" msgstr "informação do domínio" -#: src/virsh.c:1481 +#: src/virsh.c:1499 msgid "Returns basic information about the domain." msgstr "Retorna a informação básica sobre o domínio." -#: src/virsh.c:1507 -#: src/virsh.c:1509 +#: src/virsh.c:1525 src/virsh.c:1527 msgid "Id:" msgstr "Id:" -#: src/virsh.c:1510 -#: src/virsh.c:3468 -#: src/virsh.c:3914 +#: src/virsh.c:1528 src/virsh.c:3612 src/virsh.c:4058 msgid "Name:" msgstr "Nome:" -#: src/virsh.c:1513 -#: src/virsh.c:3471 +#: src/virsh.c:1531 src/virsh.c:3615 msgid "UUID:" msgstr "UUID:" -#: src/virsh.c:1516 +#: src/virsh.c:1534 msgid "OS Type:" msgstr "Tipo de SO:" -#: src/virsh.c:1521 -#: src/virsh.c:1654 -#: src/virsh.c:3478 -#: src/virsh.c:3482 -#: src/virsh.c:3486 -#: src/virsh.c:3490 +#: src/virsh.c:1539 src/virsh.c:1672 src/virsh.c:3622 src/virsh.c:3626 +#: src/virsh.c:3630 src/virsh.c:3634 msgid "State:" msgstr "Estado:" -#: src/virsh.c:1524 -#: src/virsh.c:2017 +#: src/virsh.c:1542 src/virsh.c:2035 msgid "CPU(s):" msgstr "CPU(s):" -#: src/virsh.c:1531 -#: src/virsh.c:1661 +#: src/virsh.c:1549 src/virsh.c:1679 msgid "CPU time:" msgstr "Tempo de CPU:" -#: src/virsh.c:1535 -#: src/virsh.c:1538 +#: src/virsh.c:1553 src/virsh.c:1556 msgid "Max memory:" msgstr "Memória máxima:" -#: src/virsh.c:1539 +#: src/virsh.c:1557 msgid "no limit" msgstr "sem limite" -#: src/virsh.c:1541 +#: src/virsh.c:1559 msgid "Used memory:" msgstr "Memória utilizada:" -#: src/virsh.c:1549 +#: src/virsh.c:1567 msgid "Autostart:" msgstr "Auto-iniciar:" -#: src/virsh.c:1550 +#: src/virsh.c:1568 msgid "enable" msgstr "habilitar" -#: src/virsh.c:1550 +#: src/virsh.c:1568 msgid "disable" msgstr "desabilitar" -#: src/virsh.c:1562 +#: src/virsh.c:1580 msgid "NUMA free memory" msgstr "Memória NUMA livre" -#: src/virsh.c:1563 +#: src/virsh.c:1581 msgid "display available free memory for the NUMA cell." msgstr "exibe a memória livre disponível para uma célula NUMA." -#: src/virsh.c:1568 +#: src/virsh.c:1586 msgid "NUMA cell number" msgstr "número da célula NUMA" -#: src/virsh.c:1592 +#: src/virsh.c:1610 msgid "Total" msgstr "Total" -#: src/virsh.c:1604 +#: src/virsh.c:1622 msgid "domain vcpu information" msgstr "informação do domínio da vcpu" -#: src/virsh.c:1605 +#: src/virsh.c:1623 msgid "Returns basic information about the domain virtual CPUs." msgstr "Retorna a informação básica sobre as CPUs do domínio virtual." -#: src/virsh.c:1652 +#: src/virsh.c:1670 msgid "VCPU:" msgstr "VCPU:" -#: src/virsh.c:1653 +#: src/virsh.c:1671 msgid "CPU:" msgstr "CPU:" -#: src/virsh.c:1663 +#: src/virsh.c:1681 msgid "CPU Affinity:" msgstr "Afinidade da CPU:" -#: src/virsh.c:1675 +#: src/virsh.c:1693 msgid "Domain shut off, virtual CPUs not present." msgstr "Domínio fechado, a CPU virtual não está presente." -#: src/virsh.c:1691 +#: src/virsh.c:1709 msgid "control domain vcpu affinity" msgstr "controle da afinidade da vcpu do domínio" -#: src/virsh.c:1692 +#: src/virsh.c:1710 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Associa o domínio das VCPUs às CPUs do hospedeiro físico." -#: src/virsh.c:1698 +#: src/virsh.c:1716 msgid "vcpu number" msgstr "número da vcpu" -#: src/virsh.c:1699 +#: src/virsh.c:1717 msgid "host cpu number(s) (comma separated)" msgstr "número(s) da(s) cpu(s) (separados por vírgulas)" -#: src/virsh.c:1727 +#: src/virsh.c:1745 msgid "vcpupin: Invalid or missing vCPU number." msgstr "vcpupin: número da vCPU inválido ou ausente." -#: src/virsh.c:1733 +#: src/virsh.c:1751 msgid "vcpupin: Missing cpulist" msgstr "vcpupin: falta a lista das cpus" -#: src/virsh.c:1745 +#: src/virsh.c:1763 msgid "vcpupin: failed to get domain informations." msgstr "vcpupin: falha em obter a informação do domínio" -#: src/virsh.c:1751 +#: src/virsh.c:1769 msgid "vcpupin: Invalid vCPU number." msgstr "vcpupin: número da vCPU inválido." -#: src/virsh.c:1760 +#: src/virsh.c:1778 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: Formato inválido. String vazia." -#: src/virsh.c:1770 +#: src/virsh.c:1788 #, c-format -msgid "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." -msgstr "cpulist: %s: Formato inválido. Esperava-se um dígito na posição %d (próximo a '%c')." +msgid "" +"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." +msgstr "" +"cpulist: %s: Formato inválido. Esperava-se um dígito na posição %d (próximo " +"a '%c')." -#: src/virsh.c:1780 +#: src/virsh.c:1798 #, c-format -msgid "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%c')." -msgstr "cpulist: %s: Formato inválido. Esperava-se um digito ou vírgula na posição %d (próximo a '%c')." +msgid "" +"cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" +"c')." +msgstr "" +"cpulist: %s: Formato inválido. Esperava-se um digito ou vírgula na posição %" +"d (próximo a '%c')." -#: src/virsh.c:1787 +#: src/virsh.c:1805 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "cpulist: %s: formato invalido. Vírgula solta na posição %d." -#: src/virsh.c:1801 +#: src/virsh.c:1819 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "A CPU %d física não existe." -#: src/virsh.c:1825 +#: src/virsh.c:1843 msgid "change number of virtual CPUs" msgstr "mudar o número de virtual CPUs" -#: src/virsh.c:1826 +#: src/virsh.c:1844 msgid "Change the number of virtual CPUs in the guest domain." msgstr "Mudar o número da(s) CPUs virutuais no domínio do convidado." -#: src/virsh.c:1832 +#: src/virsh.c:1850 msgid "number of virtual CPUs" msgstr "número de CPUs virtuais" -#: src/virsh.c:1852 +#: src/virsh.c:1870 msgid "Invalid number of virtual CPUs." msgstr "Número inválido de CPUs virtuais." -#: src/virsh.c:1864 +#: src/virsh.c:1882 msgid "Too many virtual CPUs." msgstr "Excesso de CPUs virtuais." -#: src/virsh.c:1882 +#: src/virsh.c:1900 msgid "change memory allocation" msgstr "Mudar a alocação de memória" -#: src/virsh.c:1883 +#: src/virsh.c:1901 msgid "Change the current memory allocation in the guest domain." msgstr "Mude a alocação de memória atual no domínio convidado." -#: src/virsh.c:1889 +#: src/virsh.c:1907 msgid "number of kilobytes of memory" msgstr "número de kilobytes de memória" -#: src/virsh.c:1910 -#: src/virsh.c:1922 -#: src/virsh.c:1967 +#: src/virsh.c:1928 src/virsh.c:1940 src/virsh.c:1985 #, c-format msgid "Invalid value of %d for memory size" msgstr "Valor inválido do %d tamanho da memória" -#: src/virsh.c:1916 +#: src/virsh.c:1934 msgid "Unable to verify MaxMemorySize" msgstr "Não foi possível verificar o MaxMemorySize" -#: src/virsh.c:1939 +#: src/virsh.c:1957 msgid "change maximum memory limit" msgstr "mude o limite máximo de memória" -#: src/virsh.c:1940 +#: src/virsh.c:1958 msgid "Change the maximum memory allocation limit in the guest domain." msgstr "Mude o limite máximo de alocação de memória no domínio convidado." -#: src/virsh.c:1946 +#: src/virsh.c:1964 msgid "maximum memory limit in kilobytes" msgstr "limite máximo de memória em kilobytes" -#: src/virsh.c:1973 +#: src/virsh.c:1991 msgid "Unable to verify current MemorySize" msgstr "Incapaz de verificar o tamanho atual do MemorySize" -#: src/virsh.c:1980 +#: src/virsh.c:1998 msgid "Unable to shrink current MemorySize" msgstr "Incapaz de diminuir o MemorySize atual" -#: src/virsh.c:1986 +#: src/virsh.c:2004 msgid "Unable to change MaxMemorySize" msgstr "Incapaz de mudar o MaxMemorySize" -#: src/virsh.c:1999 +#: src/virsh.c:2017 msgid "node information" msgstr "informação do node" -#: src/virsh.c:2000 +#: src/virsh.c:2018 msgid "Returns basic information about the node." msgstr "Retorna a informação básica sobre o nodo." -#: src/virsh.c:2013 +#: src/virsh.c:2031 msgid "failed to get node information" msgstr "falha em obter a informação do nodo" -#: src/virsh.c:2016 +#: src/virsh.c:2034 msgid "CPU model:" msgstr "Modelo de CPU:" -#: src/virsh.c:2018 +#: src/virsh.c:2036 msgid "CPU frequency:" msgstr "Freqüência da CPU:" -#: src/virsh.c:2019 +#: src/virsh.c:2037 msgid "CPU socket(s):" msgstr "socket(s) da CPU:" -#: src/virsh.c:2020 +#: src/virsh.c:2038 msgid "Core(s) per socket:" msgstr "Núcleo(s) por socket:" -#: src/virsh.c:2021 +#: src/virsh.c:2039 msgid "Thread(s) per core:" msgstr "Thread(s) por núcleo:" -#: src/virsh.c:2022 +#: src/virsh.c:2040 msgid "NUMA cell(s):" msgstr "célula(s) NUMA:" -#: src/virsh.c:2023 +#: src/virsh.c:2041 msgid "Memory size:" msgstr "Tamanho de memória:" -#: src/virsh.c:2033 +#: src/virsh.c:2051 msgid "capabilities" msgstr "capacidades" -#: src/virsh.c:2034 +#: src/virsh.c:2052 msgid "Returns capabilities of hypervisor/driver." msgstr "Retorna as capacidades do hipervisor/driver." -#: src/virsh.c:2047 +#: src/virsh.c:2065 msgid "failed to get capabilities" msgstr "falha em obter as capacidades" -#: src/virsh.c:2061 +#: src/virsh.c:2079 msgid "domain information in XML" msgstr "informação do domínio em XML." -#: src/virsh.c:2062 +#: src/virsh.c:2080 msgid "Output the domain information as an XML dump to stdout." msgstr "Saída da informação do domínio como uma descarga em XML para o stdout." -#: src/virsh.c:2101 +#: src/virsh.c:2119 msgid "convert a domain id or UUID to domain name" msgstr "converte a id ou UUID de um domínio em nome do domínio" -#: src/virsh.c:2106 +#: src/virsh.c:2124 msgid "domain id or uuid" msgstr "id ou UUID do domínio" -#: src/virsh.c:2131 +#: src/virsh.c:2149 msgid "convert a domain name or UUID to domain id" msgstr "converte um nome do domínio ou UUID em id do domínio" -#: src/virsh.c:2166 +#: src/virsh.c:2184 msgid "convert a domain name or id to domain UUID" msgstr "converte um nome ou id do domínio para o UUID do domínio" -#: src/virsh.c:2171 +#: src/virsh.c:2189 msgid "domain id or name" msgstr "id ou nome do domínio" -#: src/virsh.c:2190 +#: src/virsh.c:2208 msgid "failed to get domain UUID" msgstr "falha na obtenção do UUID do domínio" -#: src/virsh.c:2201 +#: src/virsh.c:2219 msgid "migrate domain to another host" msgstr "migre o domínio para outro host" -#: src/virsh.c:2202 +#: src/virsh.c:2220 msgid "Migrate domain to another host. Add --live for live migration." msgstr "Migre o domínio para outro host. Adicione --live para live migration." -#: src/virsh.c:2207 +#: src/virsh.c:2225 msgid "live migration" msgstr "live migration" -#: src/virsh.c:2209 +#: src/virsh.c:2227 msgid "connection URI of the destination host" msgstr "URI da conexão do host destino" -#: src/virsh.c:2210 +#: src/virsh.c:2228 msgid "migration URI, usually can be omitted" msgstr "URI da migração, usualmente pode ser omitida" -#: src/virsh.c:2232 +#: src/virsh.c:2250 msgid "migrate: Missing desturi" msgstr "migrate: falta o desturi" -#: src/virsh.c:2264 +#: src/virsh.c:2282 msgid "autostart a network" msgstr "autoinicia uma rede" -#: src/virsh.c:2266 +#: src/virsh.c:2284 msgid "Configure a network to be automatically started at boot." msgstr "Configura uma rede para ser iniciada automaticamente na partida" -#: src/virsh.c:2271 -#: src/virsh.c:2692 +#: src/virsh.c:2289 src/virsh.c:2710 msgid "network name or uuid" msgstr "nome ou uuid da rede" -#: src/virsh.c:2293 +#: src/virsh.c:2311 #, c-format msgid "failed to mark network %s as autostarted" msgstr "falha na marcação da rede %s com auto-iniciada" -#: src/virsh.c:2296 +#: src/virsh.c:2314 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "falha em desmarcar a rede %s como auto-iniciada" -#: src/virsh.c:2303 +#: src/virsh.c:2321 #, c-format msgid "Network %s marked as autostarted\n" msgstr "A rede %s foi marcada como auto-iniciada\n" -#: src/virsh.c:2305 +#: src/virsh.c:2323 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "A rede %s foi marcada como auto-iniciada\n" -#: src/virsh.c:2315 +#: src/virsh.c:2333 msgid "create a network from an XML file" msgstr "cria uma rede a partir de uma arquivo XML" -#: src/virsh.c:2316 +#: src/virsh.c:2334 msgid "Create a network." msgstr "Cria uma rede." -#: src/virsh.c:2321 -#: src/virsh.c:2369 +#: src/virsh.c:2339 src/virsh.c:2387 msgid "file containing an XML network description" msgstr "arquivo contendo uma descrição XML de uma rede" -#: src/virsh.c:2348 +#: src/virsh.c:2366 #, c-format msgid "Network %s created from %s\n" msgstr "Rede %s criada a partir de %s\n" -#: src/virsh.c:2351 +#: src/virsh.c:2369 #, c-format msgid "Failed to create network from %s" msgstr "Falha ao criar uma rede a partir de %s" -#: src/virsh.c:2363 +#: src/virsh.c:2381 msgid "define (but don't start) a network from an XML file" msgstr "define (mas não inicia) uma rede a partir de um arquivo XML" -#: src/virsh.c:2364 +#: src/virsh.c:2382 msgid "Define a network." msgstr "Define uma rede." -#: src/virsh.c:2396 +#: src/virsh.c:2414 #, c-format msgid "Network %s defined from %s\n" msgstr "Rede %s definida a partir de %s\n" -#: src/virsh.c:2399 +#: src/virsh.c:2417 #, c-format msgid "Failed to define network from %s" msgstr "Falha na definição da rede a partir de %s" -#: src/virsh.c:2411 +#: src/virsh.c:2429 msgid "destroy a network" msgstr "destrói uma rede" -#: src/virsh.c:2412 +#: src/virsh.c:2430 msgid "Destroy a given network." msgstr "Destrói uma rede dada." -#: src/virsh.c:2417 -#: src/virsh.c:2457 +#: src/virsh.c:2435 src/virsh.c:2475 src/virsh.c:5446 msgid "network name, id or uuid" msgstr "nome, id ou uuid da rede" -#: src/virsh.c:2435 +#: src/virsh.c:2453 #, c-format msgid "Network %s destroyed\n" msgstr "A rede %s foi destruída\n" -#: src/virsh.c:2437 +#: src/virsh.c:2455 #, c-format msgid "Failed to destroy network %s" msgstr "Falha na destruição da rede %s" -#: src/virsh.c:2451 +#: src/virsh.c:2469 msgid "network information in XML" msgstr "informação da rede em XML" -#: src/virsh.c:2452 +#: src/virsh.c:2470 msgid "Output the network information as an XML dump to stdout." msgstr "A saída da informação da rede como descarga em XML para o stdout." -#: src/virsh.c:2492 +#: src/virsh.c:2510 msgid "list networks" msgstr "lista as redes" -#: src/virsh.c:2493 +#: src/virsh.c:2511 msgid "Returns list of networks." msgstr "Retorna a lista das redes." -#: src/virsh.c:2498 +#: src/virsh.c:2516 msgid "list inactive networks" msgstr "lista as redes inativas" -#: src/virsh.c:2499 +#: src/virsh.c:2517 msgid "list inactive & active networks" msgstr "lista redes ativas & inativas" -#: src/virsh.c:2519 -#: src/virsh.c:2527 +#: src/virsh.c:2537 src/virsh.c:2545 msgid "Failed to list active networks" msgstr "Falhou ao listar as redes ativas" -#: src/virsh.c:2538 -#: src/virsh.c:2546 +#: src/virsh.c:2556 src/virsh.c:2564 msgid "Failed to list inactive networks" msgstr "Falhou ao listar as redes inativas" -#: src/virsh.c:2555 -#: src/virsh.c:3363 +#: src/virsh.c:2573 src/virsh.c:3374 msgid "Autostart" msgstr "Auto-iniciar" -#: src/virsh.c:2570 -#: src/virsh.c:2593 -#: src/virsh.c:3378 -#: src/virsh.c:3401 +#: src/virsh.c:2588 src/virsh.c:2611 src/virsh.c:3389 src/virsh.c:3412 msgid "no autostart" msgstr "sem auto-iniciar" -#: src/virsh.c:2576 -#: src/virsh.c:3384 +#: src/virsh.c:2594 src/virsh.c:3395 msgid "active" msgstr "ativo" -#: src/virsh.c:2599 -#: src/virsh.c:3407 -#: src/virsh.c:3479 +#: src/virsh.c:2617 src/virsh.c:3418 src/virsh.c:3623 msgid "inactive" msgstr "inativo" -#: src/virsh.c:2616 +#: src/virsh.c:2634 msgid "convert a network UUID to network name" msgstr "converte um UUID de uma rede para um nome de rede" -#: src/virsh.c:2647 +#: src/virsh.c:2639 +msgid "network uuid" +msgstr "uuid da rede" + +#: src/virsh.c:2665 msgid "start a (previously defined) inactive network" msgstr "inicia uma (previamente definida) rede inativa" -#: src/virsh.c:2648 +#: src/virsh.c:2666 msgid "Start a network." msgstr "Inicia uma rede." -#: src/virsh.c:2653 +#: src/virsh.c:2671 msgid "name of the inactive network" msgstr "nome da rede inativa" -#: src/virsh.c:2670 +#: src/virsh.c:2688 #, c-format msgid "Network %s started\n" msgstr "Rede %s iniciada\n" -#: src/virsh.c:2673 +#: src/virsh.c:2691 #, c-format msgid "Failed to start network %s" msgstr "Falhou ao iniciar a rede %s" -#: src/virsh.c:2686 +#: src/virsh.c:2704 msgid "undefine an inactive network" msgstr "indefine uma rede inativa" -#: src/virsh.c:2687 +#: src/virsh.c:2705 msgid "Undefine the configuration for an inactive network." msgstr "Indefine a configuração para uma rede inativa." -#: src/virsh.c:2710 +#: src/virsh.c:2728 #, c-format msgid "Network %s has been undefined\n" msgstr "A rede %s foi indefinida\n" -#: src/virsh.c:2712 +#: src/virsh.c:2730 #, c-format msgid "Failed to undefine network %s" msgstr "Falha ao indefinir a rede %s" -#: src/virsh.c:2725 +#: src/virsh.c:2743 msgid "convert a network name to network UUID" msgstr "converte um nome da rede em UUID da rede" -#: src/virsh.c:2750 +#: src/virsh.c:2748 +msgid "network name" +msgstr "nome da rede" + +#: src/virsh.c:2768 msgid "failed to get network UUID" msgstr "falha na obtenção do UUID da rede" -#: src/virsh.c:2772 +#: src/virsh.c:2779 msgid "autostart a pool" msgstr "auto-inicia um pool" -#: src/virsh.c:2774 +#: src/virsh.c:2781 msgid "Configure a pool to be automatically started at boot." msgstr "Configura um pool para ser iniciado automaticamente na partida." -#: src/virsh.c:2779 -#: src/virsh.c:3105 -#: src/virsh.c:3145 -#: src/virsh.c:3185 -#: src/virsh.c:3225 -#: src/virsh.c:3265 -#: src/virsh.c:3450 -#: src/virsh.c:3718 -#: src/virsh.c:3854 -#: src/virsh.c:3896 -#: src/virsh.c:3948 -#: src/virsh.c:3990 -#: src/virsh.c:4134 +#: src/virsh.c:2786 src/virsh.c:3116 src/virsh.c:3156 src/virsh.c:3196 +#: src/virsh.c:3236 src/virsh.c:3276 src/virsh.c:3594 src/virsh.c:3862 +#: src/virsh.c:3998 src/virsh.c:4040 src/virsh.c:4092 src/virsh.c:4134 +#: src/virsh.c:4278 src/virsh.c:5464 msgid "pool name or uuid" msgstr "nome ou uuid do pool" -#: src/virsh.c:2801 +#: src/virsh.c:2808 #, c-format msgid "failed to mark pool %s as autostarted" msgstr "falha em marcar o pool %s como auto-iniciado" -#: src/virsh.c:2804 +#: src/virsh.c:2811 #, c-format msgid "failed to unmark pool %s as autostarted" msgstr "falha em desmarcar o pool %s como autoiniciado" -#: src/virsh.c:2811 +#: src/virsh.c:2818 #, c-format msgid "Pool %s marked as autostarted\n" msgstr "O pool %s foi marcado como auto-iniciado\n" -#: src/virsh.c:2813 +#: src/virsh.c:2820 #, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "Pool %s foi desmarcado como auto-inciado\n" -#: src/virsh.c:2823 +#: src/virsh.c:2830 msgid "create a pool from an XML file" msgstr "cria um pool a partir de um arquivo XML" -#: src/virsh.c:2824 -#: src/virsh.c:2871 +#: src/virsh.c:2831 src/virsh.c:2878 msgid "Create a pool." msgstr "Cria um pool." -#: src/virsh.c:2829 -#: src/virsh.c:2967 +#: src/virsh.c:2836 src/virsh.c:2974 msgid "file containing an XML pool description" msgstr "arquivo contendo uma descrição XML de um pool" -#: src/virsh.c:2856 +#: src/virsh.c:2863 #, c-format msgid "Pool %s created from %s\n" msgstr "O pool %s foi criado a partir de %s\n" -#: src/virsh.c:2859 +#: src/virsh.c:2866 #, c-format msgid "Failed to create pool from %s" msgstr "Falha ao criar o pool a partir de %s" -#: src/virsh.c:2870 +#: src/virsh.c:2877 msgid "create a pool from a set of args" msgstr "cria um pool a partir de um conjunto de args" -#: src/virsh.c:2876 -#: src/virsh.c:3015 +#: src/virsh.c:2883 src/virsh.c:3022 msgid "name of the pool" msgstr "nome do pool" -#: src/virsh.c:2877 -#: src/virsh.c:3016 +#: src/virsh.c:2884 src/virsh.c:3023 msgid "type of the pool" msgstr "tipo do pool" -#: src/virsh.c:2878 -#: src/virsh.c:3017 +#: src/virsh.c:2885 src/virsh.c:3024 msgid "source-host for underlying storage" msgstr "hospedeiro-fonte para o armazenamento subjacente" -#: src/virsh.c:2879 -#: src/virsh.c:3018 +#: src/virsh.c:2886 src/virsh.c:3025 msgid "source path for underlying storage" msgstr "caminho origem para o armazenamento subjacente" -#: src/virsh.c:2880 -#: src/virsh.c:3019 +#: src/virsh.c:2887 src/virsh.c:3026 msgid "source device for underlying storage" msgstr "dispositivo fonte para armazenamento subjacente" -#: src/virsh.c:2881 -#: src/virsh.c:3020 +#: src/virsh.c:2888 src/virsh.c:3028 msgid "target for underlying storage" msgstr "alvo para o armazenamento subjacente" -#: src/virsh.c:2933 -#: src/virsh.c:3071 -#: src/virsh.c:3683 +#: src/virsh.c:2940 src/virsh.c:3082 src/virsh.c:3827 msgid "Failed to allocate XML buffer" msgstr "falha na alocação do buffer XML" -#: src/virsh.c:2942 +#: src/virsh.c:2949 #, c-format msgid "Pool %s created\n" msgstr "O pool %s foi criado\n" -#: src/virsh.c:2946 +#: src/virsh.c:2953 #, c-format msgid "Failed to create pool %s" msgstr "Falhou ao criar o pool %s" -#: src/virsh.c:2961 +#: src/virsh.c:2968 msgid "define (but don't start) a pool from an XML file" msgstr "define (mas não inicia) um pool a partir de um arquivo XML" -#: src/virsh.c:2962 -#: src/virsh.c:3010 +#: src/virsh.c:2969 src/virsh.c:3017 msgid "Define a pool." msgstr "Define um pool." -#: src/virsh.c:2994 +#: src/virsh.c:3001 #, c-format msgid "Pool %s defined from %s\n" msgstr "O pool %s é definido a partir de %s\n" -#: src/virsh.c:2997 +#: src/virsh.c:3004 #, c-format msgid "Failed to define pool from %s" msgstr "Falhou na definição do pool a partir de %s" -#: src/virsh.c:3009 +#: src/virsh.c:3016 msgid "define a pool from a set of args" msgstr "define um pool a partir de um conjunto de argumentos" -#: src/virsh.c:3080 +#: src/virsh.c:3027 +#, fuzzy +msgid "source name for underlying storage" +msgstr "caminho origem para o armazenamento subjacente" + +#: src/virsh.c:3091 #, c-format msgid "Pool %s defined\n" msgstr "O pool %s foi definido\n" -#: src/virsh.c:3084 +#: src/virsh.c:3095 #, c-format msgid "Failed to define pool %s" msgstr "Falhou na definição do pool %s" -#: src/virsh.c:3099 +#: src/virsh.c:3110 msgid "build a pool" msgstr "constrói um pool" -#: src/virsh.c:3100 +#: src/virsh.c:3111 msgid "Build a given pool." msgstr "Constrói um dado pool." -#: src/virsh.c:3123 +#: src/virsh.c:3134 #, c-format msgid "Pool %s builded\n" msgstr "O pool %s foi construído\n" -#: src/virsh.c:3125 +#: src/virsh.c:3136 #, c-format msgid "Failed to build pool %s" msgstr "Falhou ao construir o pool %s" -#: src/virsh.c:3139 +#: src/virsh.c:3150 msgid "destroy a pool" msgstr "destrói um pool" -#: src/virsh.c:3140 +#: src/virsh.c:3151 msgid "Destroy a given pool." msgstr "Destrói um dado pool." -#: src/virsh.c:3163 +#: src/virsh.c:3174 #, c-format msgid "Pool %s destroyed\n" msgstr "O pool %s foi destruído\n" -#: src/virsh.c:3165 +#: src/virsh.c:3176 #, c-format msgid "Failed to destroy pool %s" msgstr "Falhou em destruir o pool %s" -#: src/virsh.c:3179 +#: src/virsh.c:3190 msgid "delete a pool" msgstr "apaga um pool" -#: src/virsh.c:3180 +#: src/virsh.c:3191 msgid "Delete a given pool." msgstr "Apaga um dado pool." -#: src/virsh.c:3203 +#: src/virsh.c:3214 #, c-format msgid "Pool %s deleted\n" msgstr "O pool %s foi apagado\n" -#: src/virsh.c:3205 +#: src/virsh.c:3216 #, c-format msgid "Failed to delete pool %s" msgstr "Falhou ao destrui o pool %s" -#: src/virsh.c:3219 +#: src/virsh.c:3230 msgid "refresh a pool" msgstr "atualiza um pool" -#: src/virsh.c:3220 +#: src/virsh.c:3231 msgid "Refresh a given pool." msgstr "Atualiza um dado pool." -#: src/virsh.c:3243 +#: src/virsh.c:3254 #, c-format msgid "Pool %s refreshed\n" msgstr "O pool %s foi atualizado\n" -#: src/virsh.c:3245 +#: src/virsh.c:3256 #, c-format msgid "Failed to refresh pool %s" msgstr "Falhou na atualização do pool %s" -#: src/virsh.c:3259 +#: src/virsh.c:3270 msgid "pool information in XML" msgstr "informação sobre o pool em XML" -#: src/virsh.c:3260 +#: src/virsh.c:3271 msgid "Output the pool information as an XML dump to stdout." -msgstr "Dá saída à informação do pool como um arquivo de descarga XML para o stdout." +msgstr "" +"Dá saída à informação do pool como um arquivo de descarga XML para o stdout." -#: src/virsh.c:3300 +#: src/virsh.c:3311 msgid "list pools" msgstr "lista os pools" -#: src/virsh.c:3301 +#: src/virsh.c:3312 msgid "Returns list of pools." msgstr "Retorna a lista de pools." -#: src/virsh.c:3306 +#: src/virsh.c:3317 msgid "list inactive pools" msgstr "lista os pools inativos" -#: src/virsh.c:3307 +#: src/virsh.c:3318 msgid "list inactive & active pools" msgstr "lista os pools ativos & inativos" -#: src/virsh.c:3327 -#: src/virsh.c:3335 +#: src/virsh.c:3338 src/virsh.c:3346 msgid "Failed to list active pools" msgstr "Falha ao listar os pools ativos" -#: src/virsh.c:3346 -#: src/virsh.c:3354 +#: src/virsh.c:3357 src/virsh.c:3365 msgid "Failed to list inactive pools" msgstr "Falha ao listar os pools inativos" -#: src/virsh.c:3444 +#: src/virsh.c:3434 +#, fuzzy +msgid "find potential storage pool sources" +msgstr "ponteiro para o pool de armazenamento inválido em %s" + +#: src/virsh.c:3435 src/virsh.c:3516 +msgid "Returns XML document." +msgstr "" + +#: src/virsh.c:3441 +#, fuzzy +msgid "type of storage pool sources to find" +msgstr "grande quantidade de pools de amazenamento recebida" + +#: src/virsh.c:3442 +msgid "optional host to query" +msgstr "" + +#: src/virsh.c:3443 +msgid "optional port to query" +msgstr "" + +#: src/virsh.c:3488 +#, fuzzy +msgid "Out of memory" +msgstr "fora da memória" + +#: src/virsh.c:3491 +#, c-format +msgid "asprintf failed (errno %d)" +msgstr "" + +#: src/virsh.c:3500 src/virsh.c:3552 +#, fuzzy, c-format +msgid "Failed to find any %s pool sources" +msgstr "Falhou na definição do pool %s" + +#: src/virsh.c:3515 +msgid "discover potential storage pool sources" +msgstr "" + +#: src/virsh.c:3522 +#, fuzzy +msgid "type of storage pool sources to discover" +msgstr "grande quantidade de pools de amazenamento recebida" + +#: src/virsh.c:3524 +msgid "optional file of source xml to query for pools" +msgstr "" + +#: src/virsh.c:3588 msgid "storage pool information" msgstr "informação sobre o pool de armazenamento" -#: src/virsh.c:3445 +#: src/virsh.c:3589 msgid "Returns basic information about the storage pool." msgstr "Retorna a informação básica sobre o pool de armazenamento." -#: src/virsh.c:3483 +#: src/virsh.c:3627 msgid "building" msgstr "construindo" -#: src/virsh.c:3487 -#: src/virsh.c:5869 -#: src/virsh.c:5895 +#: src/virsh.c:3631 src/virsh.c:6290 src/virsh.c:6316 msgid "running" msgstr "executando" -#: src/virsh.c:3491 +#: src/virsh.c:3635 msgid "degraded" msgstr "degradado" -#: src/virsh.c:3498 -#: src/virsh.c:3924 +#: src/virsh.c:3642 src/virsh.c:4068 msgid "Capacity:" msgstr "Capacidade:" -#: src/virsh.c:3501 -#: src/virsh.c:3927 +#: src/virsh.c:3645 src/virsh.c:4071 msgid "Allocation:" msgstr "Alocação:" -#: src/virsh.c:3504 +#: src/virsh.c:3648 msgid "Available:" msgstr "Disponível:" -#: src/virsh.c:3520 +#: src/virsh.c:3664 msgid "convert a pool UUID to pool name" msgstr "converte a UUID de um pool em um nome de pool" -#: src/virsh.c:3525 +#: src/virsh.c:3669 msgid "pool uuid" msgstr "uuid de um pool" -#: src/virsh.c:3551 +#: src/virsh.c:3695 msgid "start a (previously defined) inactive pool" msgstr "inicia um (previamente definido) pool inativo" -#: src/virsh.c:3552 +#: src/virsh.c:3696 msgid "Start a pool." msgstr "Inicia um pool." -#: src/virsh.c:3557 +#: src/virsh.c:3701 msgid "name of the inactive pool" msgstr "nome do pool inativo" -#: src/virsh.c:3574 +#: src/virsh.c:3718 #, c-format msgid "Pool %s started\n" msgstr "O pool %s foi iniciado\n" -#: src/virsh.c:3577 +#: src/virsh.c:3721 #, c-format msgid "Failed to start pool %s" msgstr "Falha ao iniciar o pool %s" -#: src/virsh.c:3590 +#: src/virsh.c:3734 msgid "create a volume from a set of args" msgstr "cria um volume a partir de um conjunto de args" -#: src/virsh.c:3591 -#: src/virsh.c:3790 +#: src/virsh.c:3735 src/virsh.c:3934 msgid "Create a vol." msgstr "Cria um vol." -#: src/virsh.c:3596 -#: src/virsh.c:3756 -#: src/virsh.c:3795 -msgid "pool name" -msgstr "nome do pool" - -#: src/virsh.c:3597 +#: src/virsh.c:3741 msgid "name of the volume" msgstr "nome do volume" -#: src/virsh.c:3598 +#: src/virsh.c:3742 msgid "size of the vol with optional k,M,G,T suffix" msgstr "tamanho do volume com os sufixos k,M,G,T opcionais" -#: src/virsh.c:3599 +#: src/virsh.c:3743 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "tamanho inicial de alocação com sufixos k,M,G,T opcionais" -#: src/virsh.c:3600 +#: src/virsh.c:3744 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "tipo de formato de arquivo raw,bochs,qcow,qcow2,vmdk" -#: src/virsh.c:3658 -#: src/virsh.c:3663 +#: src/virsh.c:3802 src/virsh.c:3807 #, c-format msgid "Malformed size %s" msgstr "Tamanho mal formado %s" -#: src/virsh.c:3692 +#: src/virsh.c:3836 #, c-format msgid "Vol %s created\n" msgstr "Vol %s foi criado\n" -#: src/virsh.c:3696 +#: src/virsh.c:3840 #, c-format msgid "Failed to create vol %s" msgstr "Falha na criaçãodo vol %s" -#: src/virsh.c:3712 +#: src/virsh.c:3856 msgid "undefine an inactive pool" msgstr "indefine um pool inativo" -#: src/virsh.c:3713 +#: src/virsh.c:3857 msgid "Undefine the configuration for an inactive pool." msgstr "Indefine a configuração para um pool inativo." -#: src/virsh.c:3736 +#: src/virsh.c:3880 #, c-format msgid "Pool %s has been undefined\n" msgstr "O pool %s foi indefinido\n" -#: src/virsh.c:3738 +#: src/virsh.c:3882 #, c-format msgid "Failed to undefine pool %s" msgstr "Falha ao indefinir o pool %s" -#: src/virsh.c:3751 +#: src/virsh.c:3895 msgid "convert a pool name to pool UUID" msgstr "converte o nome de um pool em UUID de um pool" -#: src/virsh.c:3776 +#: src/virsh.c:3920 msgid "failed to get pool UUID" msgstr "falha ao obter o UUID do pool" -#: src/virsh.c:3789 +#: src/virsh.c:3933 msgid "create a vol from an XML file" msgstr "cria um volume a partir de um arquivo XML" -#: src/virsh.c:3796 +#: src/virsh.c:3940 msgid "file containing an XML vol description" msgstr "arquivocontendo uma descrição XML de um vol" -#: src/virsh.c:3833 +#: src/virsh.c:3977 #, c-format msgid "Vol %s created from %s\n" msgstr "Vol %s foi criado a partir de %s\n" -#: src/virsh.c:3837 +#: src/virsh.c:3981 #, c-format msgid "Failed to create vol from %s" msgstr "Falhou na criação de um volume a partir de %s" -#: src/virsh.c:3848 +#: src/virsh.c:3992 msgid "delete a vol" msgstr "apaga um vol" -#: src/virsh.c:3849 +#: src/virsh.c:3993 msgid "Delete a given vol." msgstr "Apaga um dado vol." -#: src/virsh.c:3855 -#: src/virsh.c:3897 -#: src/virsh.c:3949 +#: src/virsh.c:3999 src/virsh.c:4041 src/virsh.c:4093 msgid "vol name, key or path" msgstr "vol name, key ou path" -#: src/virsh.c:3874 +#: src/virsh.c:4018 #, c-format msgid "Vol %s deleted\n" msgstr "o vol %s foi apagado\n" -#: src/virsh.c:3876 +#: src/virsh.c:4020 #, c-format msgid "Failed to delete vol %s" msgstr "Falhou ao apagar o vol %s" -#: src/virsh.c:3890 +#: src/virsh.c:4034 msgid "storage vol information" msgstr "informação do vol de armazenamento" -#: src/virsh.c:3891 +#: src/virsh.c:4035 msgid "Returns basic information about the storage vol." msgstr "Retorna a informação básica sobre o vol de armazenamento." -#: src/virsh.c:3919 +#: src/virsh.c:4063 msgid "Type:" msgstr "Tipo:" -#: src/virsh.c:3921 +#: src/virsh.c:4065 msgid "file" msgstr "arquivo" -#: src/virsh.c:3921 +#: src/virsh.c:4065 msgid "block" msgstr "bloco" -#: src/virsh.c:3942 +#: src/virsh.c:4086 msgid "vol information in XML" msgstr "informação do vol em XML" -#: src/virsh.c:3943 +#: src/virsh.c:4087 msgid "Output the vol information as an XML dump to stdout." -msgstr "Saída da informação do vol como um arquivo de descarga XML para o stdout." +msgstr "" +"Saída da informação do vol como um arquivo de descarga XML para o stdout." -#: src/virsh.c:3984 +#: src/virsh.c:4128 msgid "list vols" msgstr "lista os volumes" -#: src/virsh.c:3985 +#: src/virsh.c:4129 msgid "Returns list of vols by pool." msgstr "Retorna a lista de volumes por pool." -#: src/virsh.c:4010 -#: src/virsh.c:4018 +#: src/virsh.c:4154 src/virsh.c:4162 msgid "Failed to list active vols" msgstr "Falhou ao listar os vols ativos" -#: src/virsh.c:4026 +#: src/virsh.c:4170 msgid "Path" msgstr "Caminho" -#: src/virsh.c:4063 +#: src/virsh.c:4207 msgid "convert a vol UUID to vol name" msgstr "converte um UUID de um volume em nome de volume" -#: src/virsh.c:4068 +#: src/virsh.c:4212 msgid "vol key or path" msgstr "chave do vol ou caminho" -#: src/virsh.c:4096 +#: src/virsh.c:4240 msgid "convert a vol UUID to vol key" msgstr "converte uma UUID de um volume para a chave de um volume" -#: src/virsh.c:4101 +#: src/virsh.c:4245 msgid "vol uuid" msgstr "vol uuid" -#: src/virsh.c:4129 +#: src/virsh.c:4273 msgid "convert a vol UUID to vol path" msgstr "converte o UUID de um vol para o caminho do vol" -#: src/virsh.c:4135 +#: src/virsh.c:4279 msgid "vol name or key" msgstr "nome ou chave do vol" -#: src/virsh.c:4166 +#: src/virsh.c:4310 msgid "show version" msgstr "mostra a versão" -#: src/virsh.c:4167 +#: src/virsh.c:4311 msgid "Display the system version information." msgstr "Apresenta a informação sobre a versão do sistema." -#: src/virsh.c:4190 +#: src/virsh.c:4334 msgid "failed to get hypervisor type" msgstr "falha na obtenção do tipo de hipervisor" -#: src/virsh.c:4199 +#: src/virsh.c:4343 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compilado contra a biblioteca: libvir %d.%d.%d\n" -#: src/virsh.c:4204 +#: src/virsh.c:4348 msgid "failed to get the library version" msgstr "falha na obtenção da versão da biblioteca" -#: src/virsh.c:4211 +#: src/virsh.c:4355 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Usando a biblioteca: libvir %d.%d.%d\n" -#: src/virsh.c:4218 +#: src/virsh.c:4362 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Usando a API: %s %d.%d.%d\n" -#: src/virsh.c:4223 +#: src/virsh.c:4367 msgid "failed to get the hypervisor version" msgstr "falha na obtenção da versão do hipervisor" -#: src/virsh.c:4228 +#: src/virsh.c:4372 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "Não foi possível extrair a versão do hipervisor %s em execução\n" -#: src/virsh.c:4235 +#: src/virsh.c:4379 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Hipervisor em execução: %s %d.%d.%d\n" -#: src/virsh.c:4246 +#: src/virsh.c:4390 msgid "print the hypervisor hostname" msgstr "imprime o hostname do hipervisor" -#: src/virsh.c:4260 +#: src/virsh.c:4404 msgid "failed to get hostname" msgstr "falha na obtenção do hostname" -#: src/virsh.c:4275 +#: src/virsh.c:4419 msgid "print the hypervisor canonical URI" msgstr "imprime a forma canônica do URI do hipervisor" -#: src/virsh.c:4289 +#: src/virsh.c:4433 msgid "failed to get URI" msgstr "falha na obtenção do URI" -#: src/virsh.c:4304 +#: src/virsh.c:4448 msgid "vnc display" msgstr "vnc display" -#: src/virsh.c:4305 +#: src/virsh.c:4449 msgid "Output the IP address and port number for the VNC display." msgstr "Dá saída ao endereço IP e número da porta para o VNC display." -#: src/virsh.c:4380 +#: src/virsh.c:4524 msgid "tty console" msgstr "console tty" -#: src/virsh.c:4381 +#: src/virsh.c:4525 msgid "Output the device for the TTY console." msgstr "Dá saída ao dispositivo para o console TTY." -#: src/virsh.c:4441 +#: src/virsh.c:4585 msgid "attach device from an XML file" msgstr "acopla um dispositivo a partir de um arquivo XML" -#: src/virsh.c:4442 +#: src/virsh.c:4586 msgid "Attach device from an XML ." msgstr "Acopla um dispositivo a partir de um XML ." -#: src/virsh.c:4448 -#: src/virsh.c:4505 +#: src/virsh.c:4592 src/virsh.c:4651 msgid "XML file" msgstr "arquivo XML " -#: src/virsh.c:4469 +#: src/virsh.c:4613 msgid "attach-device: Missing option" msgstr "attach-device: Falta a opção do " -#: src/virsh.c:4483 +#: src/virsh.c:4627 #, c-format msgid "Failed to attach device from %s" msgstr "Falha em acoplar o dispositivo a partir de %s" -#: src/virsh.c:4498 +#: src/virsh.c:4631 +msgid "Device attached successfully\n" +msgstr "" + +#: src/virsh.c:4644 msgid "detach device from an XML file" msgstr "desacopla o dispositivo a partir de um arquivo XML" -#: src/virsh.c:4499 +#: src/virsh.c:4645 msgid "Detach device from an XML " msgstr "Desacopla um dispositivo a partir de um XML" -#: src/virsh.c:4526 +#: src/virsh.c:4672 msgid "detach-device: Missing option" msgstr "detach-device: Falta a opção " -#: src/virsh.c:4540 +#: src/virsh.c:4686 #, c-format msgid "Failed to detach device from %s" msgstr "Falha ao desacoplar o dispositivo a partir de %s" -#: src/virsh.c:4555 +#: src/virsh.c:4690 +msgid "Device detached successfully\n" +msgstr "" + +#: src/virsh.c:4703 msgid "attach network interface" msgstr "acopla uma interface de rede" -#: src/virsh.c:4556 +#: src/virsh.c:4704 msgid "Attach new network interface." msgstr "Acopla uma nova interface de rede." -#: src/virsh.c:4562 -#: src/virsh.c:4676 +#: src/virsh.c:4710 src/virsh.c:4827 msgid "network interface type" msgstr "tipo de interface de rede" -#: src/virsh.c:4563 +#: src/virsh.c:4711 msgid "source of network interface" msgstr "fonte da interface de rede" -#: src/virsh.c:4564 +#: src/virsh.c:4712 msgid "target network name" msgstr "alvo do nome da interface de rede" -#: src/virsh.c:4565 -#: src/virsh.c:4677 +#: src/virsh.c:4713 src/virsh.c:4828 msgid "MAC address" msgstr "endereço MAC" -#: src/virsh.c:4566 +#: src/virsh.c:4714 msgid "script used to bridge network interface" msgstr "script usado para fazer a ponte da interface de rede" -#: src/virsh.c:4598 +#: src/virsh.c:4746 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "Não há suporte %s para o comando 'atach-interface'" -#: src/virsh.c:4669 +#: src/virsh.c:4802 +msgid "Interface attached successfully\n" +msgstr "" + +#: src/virsh.c:4820 msgid "detach network interface" msgstr "desacopla a interface de rede" -#: src/virsh.c:4670 +#: src/virsh.c:4821 msgid "Detach network interface." msgstr "Desacopla a interface de rede." -#: src/virsh.c:4715 -#: src/virsh.c:4720 +#: src/virsh.c:4866 src/virsh.c:4871 msgid "Failed to get interface information" msgstr "Falha na obtenção da informação da interface" -#: src/virsh.c:4728 +#: src/virsh.c:4879 #, c-format msgid "No found interface whose type is %s" msgstr "Não foi encontrada interface cujo tipo é %s" -#: src/virsh.c:4750 +#: src/virsh.c:4901 #, c-format msgid "No found interface whose MAC address is %s" msgstr "Não foi encontrada interface cujo endereço MAC é %s" -#: src/virsh.c:4756 -#: src/virsh.c:5030 +#: src/virsh.c:4907 src/virsh.c:5185 msgid "Failed to allocate memory" msgstr "Falha na alocação de memória" -#: src/virsh.c:4761 -#: src/virsh.c:5035 +#: src/virsh.c:4912 src/virsh.c:5190 msgid "Failed to create XML" msgstr "Falha na criação do XML" -#: src/virsh.c:4788 +#: src/virsh.c:4920 +msgid "Interface detached successfully\n" +msgstr "" + +#: src/virsh.c:4941 msgid "attach disk device" msgstr "acopla o dispositivo de disco" -#: src/virsh.c:4789 +#: src/virsh.c:4942 msgid "Attach new disk device." msgstr "Acopla um novo disposistivo de disco." -#: src/virsh.c:4795 +#: src/virsh.c:4948 msgid "source of disk device" msgstr "fonte do dispositivo de disco" -#: src/virsh.c:4796 -#: src/virsh.c:4958 +#: src/virsh.c:4949 src/virsh.c:5113 msgid "target of disk device" msgstr "alvo para o dispositivo de disco" -#: src/virsh.c:4797 +#: src/virsh.c:4950 msgid "driver of disk device" msgstr "driver do dispositivo de disco" -#: src/virsh.c:4798 +#: src/virsh.c:4951 msgid "subdriver of disk device" msgstr "subdriver do dispositivo de disco" -#: src/virsh.c:4799 +#: src/virsh.c:4952 msgid "target device type" msgstr "tipo do dispositivo alvo" -#: src/virsh.c:4800 +#: src/virsh.c:4953 msgid "mode of device reading and writing" msgstr "modo de leitura e escrita do dispositivo" -#: src/virsh.c:4831 -#: src/virsh.c:4840 -#: src/virsh.c:4847 +#: src/virsh.c:4984 src/virsh.c:4993 src/virsh.c:5000 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "Não há suporte %s para o comando 'attach-disk'" -#: src/virsh.c:4951 +#: src/virsh.c:5089 +msgid "Disk attached successfully\n" +msgstr "" + +#: src/virsh.c:5106 msgid "detach disk device" msgstr "desacopla o dispositivo de disco" -#: src/virsh.c:4952 +#: src/virsh.c:5107 msgid "Detach disk device." msgstr "Desacopla o dispositivo de disco." -#: src/virsh.c:4993 -#: src/virsh.c:4998 -#: src/virsh.c:5005 +#: src/virsh.c:5148 src/virsh.c:5153 src/virsh.c:5160 msgid "Failed to get disk information" msgstr "Falha na obtenção da informação do disco" -#: src/virsh.c:5024 +#: src/virsh.c:5179 #, c-format msgid "No found disk whose target is %s" msgstr "Não foi encontrado o disco cujo alvo é %s" -#: src/virsh.c:5062 +#: src/virsh.c:5198 +msgid "Disk detached successfully\n" +msgstr "" + +#: src/virsh.c:5225 +#, fuzzy, c-format +msgid "malloc: failed to allocate temporary file name: %s" +msgstr "falha na alocação de memória para a init string: %s" + +#: src/virsh.c:5236 +#, fuzzy, c-format +msgid "mkstemp: failed to create temporary file: %s" +msgstr "%s: falhou ao escrever no arquivo de log: %s" + +#: src/virsh.c:5243 +#, fuzzy, c-format +msgid "write: %s: failed to write to temporary file: %s" +msgstr "%s: falhou ao escrever no arquivo de log: %s" + +#: src/virsh.c:5252 +#, fuzzy, c-format +msgid "close: %s: failed to write or close temporary file: %s" +msgstr "%s: falhou ao escrever no arquivo de log: %s" + +#: src/virsh.c:5282 +#, c-format +msgid "" +"%s: $EDITOR environment variable contains shell meta or other unacceptable " +"characters" +msgstr "" + +#: src/virsh.c:5289 +#, c-format +msgid "" +"%s: temporary filename contains shell meta or other unacceptable characters " +"(is $TMPDIR wrong?)" +msgstr "" + +#: src/virsh.c:5296 +#, fuzzy, c-format +msgid "asprintf: could not create editing command: %s" +msgstr "Falha na criação de domínio inativo %s\n" + +#: src/virsh.c:5304 +#, fuzzy, c-format +msgid "%s: edit command failed: %s" +msgstr "o comando lvs falhou" + +#: src/virsh.c:5310 +#, fuzzy, c-format +msgid "%s: command exited with non-zero status" +msgstr "o comando lvs falhou com status de saída %d" + +#: src/virsh.c:5325 +#, fuzzy, c-format +msgid "%s: failed to read temporary file: %s" +msgstr "%s: falhou ao escrever no arquivo de log: %s" + +#: src/virsh.c:5337 +#, fuzzy +msgid "edit XML configuration for a domain" +msgstr "Indefine a configuração para um domínio inativo." + +#: src/virsh.c:5338 +#, fuzzy +msgid "Edit the XML configuration for a domain." +msgstr "Indefine a configuração para um domínio inativo." + +#: src/virsh.c:5388 +#, c-format +msgid "Domain %s XML configuration not changed.\n" +msgstr "" + +#: src/virsh.c:5404 +msgid "ERROR: the XML configuration was changed by another user" +msgstr "" + +#: src/virsh.c:5414 +#, fuzzy, c-format +msgid "Domain %s XML configuration edited.\n" +msgstr "falhou ao ler o arquivo de configuração " + +#: src/virsh.c:5440 +#, fuzzy +msgid "edit XML configuration for a network" +msgstr "Indefine a configuração para uma rede inativa." + +#: src/virsh.c:5441 +#, fuzzy +msgid "Edit the XML configuration for a network." +msgstr "Indefine a configuração para uma rede inativa." + +#: src/virsh.c:5458 +#, fuzzy +msgid "edit XML configuration for a storage pool" +msgstr "Indefine a configuração para um pool inativo." + +#: src/virsh.c:5459 +#, fuzzy +msgid "Edit the XML configuration for a storage pool." +msgstr "Indefine a configuração para um pool inativo." + +#: src/virsh.c:5476 msgid "quit this interactive terminal" msgstr "sai deste terminal interativo" -#: src/virsh.c:5233 +#: src/virsh.c:5654 #, c-format msgid "command '%s' requires <%s> option" msgstr "o comando '%s' reequer a opção <%s> " -#: src/virsh.c:5234 +#: src/virsh.c:5655 #, c-format msgid "command '%s' requires --%s option" msgstr "o comando '%s' requer a opção --%s" -#: src/virsh.c:5261 +#: src/virsh.c:5682 #, c-format msgid "command '%s' doesn't exist" msgstr "o comando '%s' não existe" -#: src/virsh.c:5269 +#: src/virsh.c:5690 msgid " NAME\n" msgstr "NAME\n" -#: src/virsh.c:5273 +#: src/virsh.c:5694 msgid "" "\n" " SYNOPSIS\n" @@ -5629,7 +5916,7 @@ msgstr "" "\n" " SYNOPSIS\n" -#: src/virsh.c:5280 +#: src/virsh.c:5701 msgid "" "\n" " DESCRIPTION\n" @@ -5637,7 +5924,7 @@ msgstr "" "\n" " DESCRIPTION\n" -#: src/virsh.c:5284 +#: src/virsh.c:5705 msgid "" "\n" " OPTIONS\n" @@ -5645,54 +5932,53 @@ msgstr "" "\n" " OPTIONS\n" -#: src/virsh.c:5291 +#: src/virsh.c:5712 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5293 +#: src/virsh.c:5714 #, c-format msgid "--%s " msgstr "--%s " -#: src/virsh.c:5437 +#: src/virsh.c:5858 msgid "undefined domain name or id" msgstr "nome ou id do domínio indefinido" -#: src/virsh.c:5469 +#: src/virsh.c:5890 #, c-format msgid "failed to get domain '%s'" msgstr "falha na obtenção do domínio '%s'" -#: src/virsh.c:5482 +#: src/virsh.c:5903 msgid "undefined network name" msgstr "nome da rede indefinido" -#: src/virsh.c:5506 +#: src/virsh.c:5927 #, c-format msgid "failed to get network '%s'" msgstr "falha na obtenção da rede '%s'" -#: src/virsh.c:5519 -#: src/virsh.c:5565 +#: src/virsh.c:5940 src/virsh.c:5986 msgid "undefined pool name" msgstr "nome do pool indefinido" -#: src/virsh.c:5543 +#: src/virsh.c:5964 #, c-format msgid "failed to get pool '%s'" msgstr "falha na obtenção do pool '%s'" -#: src/virsh.c:5560 +#: src/virsh.c:5981 msgid "undefined vol name" msgstr "nome do vol indefinido" -#: src/virsh.c:5596 +#: src/virsh.c:6017 #, c-format msgid "failed to get vol '%s'" msgstr "falha na obtenção do vol '%s'" -#: src/virsh.c:5627 +#: src/virsh.c:6048 #, c-format msgid "" "\n" @@ -5703,131 +5989,130 @@ msgstr "" "(Tempo: %.3f ms)\n" "\n" -#: src/virsh.c:5701 +#: src/virsh.c:6122 msgid "missing \"" msgstr "falta \"" -#: src/virsh.c:5762 +#: src/virsh.c:6183 #, c-format msgid "unexpected token (command name): '%s'" msgstr "token inesperado (nome do comando): '%s'" -#: src/virsh.c:5767 +#: src/virsh.c:6188 #, c-format msgid "unknown command: '%s'" msgstr "comando desconhecido: '%s'" -#: src/virsh.c:5774 +#: src/virsh.c:6195 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "o comando '%s' não dá suporte à opção --%s" -#: src/virsh.c:5789 +#: src/virsh.c:6210 #, c-format msgid "expected syntax: --%s <%s>" msgstr "sintaxe esperada: --%s <%s>" -#: src/virsh.c:5792 +#: src/virsh.c:6213 msgid "number" msgstr "número" -#: src/virsh.c:5792 +#: src/virsh.c:6213 msgid "string" msgstr "string" -#: src/virsh.c:5798 +#: src/virsh.c:6219 #, c-format msgid "unexpected data '%s'" msgstr "dado inesperado '%s'" -#: src/virsh.c:5820 +#: src/virsh.c:6241 msgid "OPTION" msgstr "OPTION" -#: src/virsh.c:5820 +#: src/virsh.c:6241 msgid "DATA" msgstr "DATA" -#: src/virsh.c:5871 -#: src/virsh.c:5893 -msgid "blocked" -msgstr "bloqueado" +#: src/virsh.c:6292 src/virsh.c:6314 +#, fuzzy +msgid "idle" +msgstr "arquivo" -#: src/virsh.c:5873 +#: src/virsh.c:6294 msgid "paused" msgstr "pausado" -#: src/virsh.c:5875 +#: src/virsh.c:6296 msgid "in shutdown" msgstr "em encerramento" -#: src/virsh.c:5877 +#: src/virsh.c:6298 msgid "shut off" msgstr "fechado" -#: src/virsh.c:5879 +#: src/virsh.c:6300 msgid "crashed" msgstr "falhou" -#: src/virsh.c:5891 +#: src/virsh.c:6312 msgid "offline" msgstr "fora de linha" -#: src/virsh.c:5910 +#: src/virsh.c:6331 msgid "no valid connection" msgstr "não há conexão válida" -#: src/virsh.c:5957 +#: src/virsh.c:6378 #, c-format msgid "%s: error: " msgstr "%s: erro: " -#: src/virsh.c:5959 +#: src/virsh.c:6380 msgid "error: " msgstr "erro:" -#: src/virsh.c:5981 -#: src/virsh.c:5993 -#: src/virsh.c:6006 +#: src/virsh.c:6402 src/virsh.c:6414 src/virsh.c:6427 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: falhou em alocar %d bytes" -#: src/virsh.c:6020 +#: src/virsh.c:6441 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: falhou em alocar %lu bytes" -#: src/virsh.c:6049 +#: src/virsh.c:6470 msgid "failed to connect to the hypervisor" msgstr "falhou ao conectar com o hipervisor" -#: src/virsh.c:6081 +#: src/virsh.c:6502 msgid "failed to get the log file information" msgstr "falhou ao obter a informação sobre o arquivo de log" -#: src/virsh.c:6086 +#: src/virsh.c:6507 msgid "the log path is not a file" msgstr "o caminho do log não é um arquivo" -#: src/virsh.c:6093 +#: src/virsh.c:6514 msgid "failed to open the log file. check the log file path" -msgstr "falhou ao abrir o arquivo de log. verifique o caminho do arquivo de log" +msgstr "" +"falhou ao abrir o arquivo de log. verifique o caminho do arquivo de log" -#: src/virsh.c:6161 +#: src/virsh.c:6582 msgid "failed to write the log file" msgstr "falhou ao escrever no arquivo de log" -#: src/virsh.c:6176 +#: src/virsh.c:6597 #, c-format msgid "%s: failed to write log file: %s" msgstr "%s: falhou ao escrever no arquivo de log: %s" -#: src/virsh.c:6353 +#: src/virsh.c:6774 msgid "failed to disconnect from the hypervisor" msgstr "falhou em desconectar com o hipervisor" -#: src/virsh.c:6371 +#: src/virsh.c:6792 #, c-format msgid "" "\n" @@ -5860,7 +6145,7 @@ msgstr "" "\n" " comandos (modo não interativo):\n" -#: src/virsh.c:6389 +#: src/virsh.c:6810 msgid "" "\n" " (specify help for details about the command)\n" @@ -5870,12 +6155,12 @@ msgstr "" " (ajuda específica para detalhas sobre ocomando)\n" "\n" -#: src/virsh.c:6485 +#: src/virsh.c:6906 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "opção sem suporte '-%c'. Veja --help." -#: src/virsh.c:6571 +#: src/virsh.c:6992 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" @@ -5884,7 +6169,7 @@ msgstr "" "Bem vindo ao %s, terminal interativo de virtualização.\n" "\n" -#: src/virsh.c:6574 +#: src/virsh.c:6995 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" @@ -5902,847 +6187,854 @@ msgstr "aviso" msgid "error" msgstr "erro" -#: src/virterror.c:375 +#: src/virterror.c:381 msgid "No error message provided" msgstr "Não foi fornecida mensagem de erro" -#: src/virterror.c:430 +#: src/virterror.c:436 #, c-format msgid "internal error %s" msgstr "erro interno %s" -#: src/virterror.c:432 +#: src/virterror.c:438 msgid "internal error" msgstr "erro interno" -#: src/virterror.c:439 +#: src/virterror.c:445 msgid "this function is not supported by the hypervisor" msgstr "esta função não tem suporte pelo hipervisor" -#: src/virterror.c:441 +#: src/virterror.c:447 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "esta função não tem suporte pelo hipervisor: %s" -#: src/virterror.c:445 +#: src/virterror.c:451 msgid "could not connect to hypervisor" msgstr "não foi possível conectar ao hipervisor" -#: src/virterror.c:447 +#: src/virterror.c:453 #, c-format msgid "could not connect to %s" msgstr "não foi possível conectar com %s" -#: src/virterror.c:451 +#: src/virterror.c:457 msgid "invalid connection pointer in" msgstr "ponteiro de conexão inválido em" -#: src/virterror.c:453 +#: src/virterror.c:459 #, c-format msgid "invalid connection pointer in %s" msgstr "ponteiro de conexão inválido em %s" -#: src/virterror.c:457 +#: src/virterror.c:463 msgid "invalid domain pointer in" msgstr "ponteiro do domínio inválido em" -#: src/virterror.c:459 +#: src/virterror.c:465 #, c-format msgid "invalid domain pointer in %s" msgstr "ponteiro do domínio inválido em %s" -#: src/virterror.c:463 +#: src/virterror.c:469 msgid "invalid argument in" msgstr "argumento inválido em" -#: src/virterror.c:465 +#: src/virterror.c:471 #, c-format msgid "invalid argument in %s" msgstr "argumento inválido em %s" -#: src/virterror.c:469 +#: src/virterror.c:475 #, c-format msgid "operation failed: %s" msgstr "falhou a operação: %s" -#: src/virterror.c:471 +#: src/virterror.c:477 msgid "operation failed" msgstr "a operação falhou" -#: src/virterror.c:475 +#: src/virterror.c:481 #, c-format msgid "GET operation failed: %s" msgstr "operação GET falhou: %s" -#: src/virterror.c:477 +#: src/virterror.c:483 msgid "GET operation failed" msgstr "a operação GET falhou" -#: src/virterror.c:481 +#: src/virterror.c:487 #, c-format msgid "POST operation failed: %s" msgstr "a operação POST falhou: %s" -#: src/virterror.c:483 +#: src/virterror.c:489 msgid "POST operation failed" msgstr "a operação POST falhou" -#: src/virterror.c:486 +#: src/virterror.c:492 #, c-format msgid "got unknown HTTP error code %d" msgstr "foi obtido um erro HTTP de código desconhecido %d" -#: src/virterror.c:490 +#: src/virterror.c:496 #, c-format msgid "unknown host %s" msgstr "hospedeiro desconhecido %s" -#: src/virterror.c:492 +#: src/virterror.c:498 msgid "unknown host" msgstr "hospedeiro desconhecido" -#: src/virterror.c:496 +#: src/virterror.c:502 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "falha em serializar S-Expr: %s" -#: src/virterror.c:498 +#: src/virterror.c:504 msgid "failed to serialize S-Expr" msgstr "falha em serializar S-Expr" -#: src/virterror.c:502 +#: src/virterror.c:508 msgid "could not use Xen hypervisor entry" msgstr "não foi possível utilizar a entrada do hipervisor Xen" -#: src/virterror.c:504 +#: src/virterror.c:510 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "não foi possível utilizar a entrada do hipervisor Xen %s" -#: src/virterror.c:508 +#: src/virterror.c:514 msgid "could not connect to Xen Store" msgstr "não foi possível conectar com a armazenagem do Xen" -#: src/virterror.c:510 +#: src/virterror.c:516 #, c-format msgid "could not connect to Xen Store %s" msgstr "não foi possível conectar com a armazenagem do Xen %s" -#: src/virterror.c:513 +#: src/virterror.c:519 #, c-format msgid "failed Xen syscall %s %d" msgstr "Xen syscall falhou %s %d" -#: src/virterror.c:517 +#: src/virterror.c:523 msgid "unknown OS type" msgstr "tipo de SO desconhecido" -#: src/virterror.c:519 +#: src/virterror.c:525 #, c-format msgid "unknown OS type %s" msgstr "tipo de SO desconhecido %s" -#: src/virterror.c:522 +#: src/virterror.c:528 msgid "missing kernel information" msgstr "falta a informação sobre o kernel" -#: src/virterror.c:526 +#: src/virterror.c:532 msgid "missing root device information" msgstr "falta a informação sobre o dispositivo raiz" -#: src/virterror.c:528 +#: src/virterror.c:534 #, c-format msgid "missing root device information in %s" msgstr "falta a informação sobre o dispositivo raiz em %s" -#: src/virterror.c:532 +#: src/virterror.c:538 msgid "missing source information for device" msgstr "falta a informação sobre a fonte do dispositivo" -#: src/virterror.c:534 +#: src/virterror.c:540 #, c-format msgid "missing source information for device %s" msgstr "falta a informação sobre a fonte do dispositivo %s" -#: src/virterror.c:538 +#: src/virterror.c:544 msgid "missing target information for device" msgstr "falta a informação sobre o alvo para o dispositivo" -#: src/virterror.c:540 +#: src/virterror.c:546 #, c-format msgid "missing target information for device %s" msgstr "falta a informação sobre o alvo para o dispositivo %s" -#: src/virterror.c:544 +#: src/virterror.c:550 msgid "missing domain name information" msgstr "falta a informação sobre o nome do domínio" -#: src/virterror.c:546 +#: src/virterror.c:552 #, c-format msgid "missing domain name information in %s" msgstr "falta a informação sobre o nome do domínio em %s" -#: src/virterror.c:550 +#: src/virterror.c:556 msgid "missing operating system information" msgstr "falta a informação sobre o sistema operacional" -#: src/virterror.c:552 +#: src/virterror.c:558 #, c-format msgid "missing operating system information for %s" msgstr "falta a informação sobre o sistema operacional em %s" -#: src/virterror.c:556 +#: src/virterror.c:562 msgid "missing devices information" msgstr "falta informação sobre os dispositivos" -#: src/virterror.c:558 +#: src/virterror.c:564 #, c-format msgid "missing devices information for %s" msgstr "falta informação sobre os dispositivos para %s" -#: src/virterror.c:562 +#: src/virterror.c:568 msgid "too many drivers registered" msgstr "quantidade excessiva de drivers registrados" -#: src/virterror.c:564 +#: src/virterror.c:570 #, c-format msgid "too many drivers registered in %s" msgstr "quantidade excessiva de drivers registrados em %s" -#: src/virterror.c:568 +#: src/virterror.c:574 msgid "library call failed, possibly not supported" msgstr "falha na chamada à biblioteca, possivelmente não há suporte" -#: src/virterror.c:570 +#: src/virterror.c:576 #, c-format msgid "library call %s failed, possibly not supported" msgstr "falha na chamada à biblioteca %s , possivelmente não há suporte" -#: src/virterror.c:574 +#: src/virterror.c:580 msgid "XML description not well formed or invalid" msgstr "a descrição XML não é bem formada ou é inválida" -#: src/virterror.c:576 +#: src/virterror.c:582 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "a descrição XML para %s não é bem formada ou é inválida" -#: src/virterror.c:580 +#: src/virterror.c:586 msgid "this domain exists already" msgstr "este domínio já existe" -#: src/virterror.c:582 +#: src/virterror.c:588 #, c-format msgid "domain %s exists already" msgstr "este domínio %s já existe" -#: src/virterror.c:586 +#: src/virterror.c:592 msgid "operation forbidden for read only access" msgstr "operação proibida para acesso no modo somente leitura" -#: src/virterror.c:588 +#: src/virterror.c:594 #, c-format msgid "operation %s forbidden for read only access" msgstr "operação %s proibida para acesso no modo somente leitura" -#: src/virterror.c:592 +#: src/virterror.c:598 msgid "failed to open configuration file for reading" msgstr "falhou ao abrir o arquivo de configuração para leitura" -#: src/virterror.c:594 +#: src/virterror.c:600 #, c-format msgid "failed to open %s for reading" msgstr "falhou ao abrir %s para leitura" -#: src/virterror.c:598 +#: src/virterror.c:604 msgid "failed to read configuration file" msgstr "falhou ao ler o arquivo de configuração " -#: src/virterror.c:600 +#: src/virterror.c:606 #, c-format msgid "failed to read configuration file %s" msgstr "falhou ao ler o arquivo de configuração %s" -#: src/virterror.c:604 +#: src/virterror.c:610 msgid "failed to parse configuration file" msgstr "falhou ao analisar o arquivo de configuração " -#: src/virterror.c:606 +#: src/virterror.c:612 #, c-format msgid "failed to parse configuration file %s" msgstr "falhou ao analisar o arquivo de configuração %s" -#: src/virterror.c:610 +#: src/virterror.c:616 msgid "configuration file syntax error" msgstr "erro de sintaxe no arquivo de configuração" -#: src/virterror.c:612 +#: src/virterror.c:618 #, c-format msgid "configuration file syntax error: %s" msgstr "erro de sintaxe no arquivo de configuração: %s" -#: src/virterror.c:616 +#: src/virterror.c:622 msgid "failed to write configuration file" msgstr "falhou ao escrever no arquivo de configuração" -#: src/virterror.c:618 +#: src/virterror.c:624 #, c-format msgid "failed to write configuration file: %s" msgstr "falhou ao escrever no arquivo de configuração: %s" -#: src/virterror.c:622 +#: src/virterror.c:628 msgid "parser error" msgstr "erro do analisador" -#: src/virterror.c:628 +#: src/virterror.c:634 msgid "invalid network pointer in" msgstr "ponteiro para rede inválido em" -#: src/virterror.c:630 +#: src/virterror.c:636 #, c-format msgid "invalid network pointer in %s" msgstr "ponteiro para rede inválido em %s" -#: src/virterror.c:634 +#: src/virterror.c:640 msgid "this network exists already" msgstr "esta rede já existe" -#: src/virterror.c:636 +#: src/virterror.c:642 #, c-format msgid "network %s exists already" msgstr "rede %s já existente" -#: src/virterror.c:640 +#: src/virterror.c:646 msgid "system call error" msgstr "erro de chamada do sistema" -#: src/virterror.c:646 +#: src/virterror.c:652 msgid "RPC error" msgstr "erro de RPC" -#: src/virterror.c:652 +#: src/virterror.c:658 msgid "GNUTLS call error" msgstr "erro de chamada do GNUTLS" -#: src/virterror.c:658 +#: src/virterror.c:664 msgid "Failed to find the network" msgstr "Falha em encontrar a rede" -#: src/virterror.c:660 +#: src/virterror.c:666 #, c-format msgid "Failed to find the network: %s" msgstr "Falha em encontrar a rede: %s" -#: src/virterror.c:664 +#: src/virterror.c:670 msgid "Domain not found" msgstr "Domínio não encontrado" -#: src/virterror.c:666 +#: src/virterror.c:672 #, c-format msgid "Domain not found: %s" msgstr "Domínio não encontrado: %s" -#: src/virterror.c:670 +#: src/virterror.c:676 msgid "Network not found" msgstr "Rede não encontrada" -#: src/virterror.c:672 +#: src/virterror.c:678 #, c-format msgid "Network not found: %s" msgstr "Rede não encontrada: %s" -#: src/virterror.c:676 +#: src/virterror.c:682 msgid "invalid MAC address" msgstr "endereço MAC inválido" -#: src/virterror.c:678 +#: src/virterror.c:684 #, c-format msgid "invalid MAC address: %s" msgstr "endereço MAC inválido: %s" -#: src/virterror.c:682 +#: src/virterror.c:688 msgid "authentication failed" msgstr "falha de autenticação" -#: src/virterror.c:684 +#: src/virterror.c:690 #, c-format msgid "authentication failed: %s" msgstr "falha de autenticação: %s" -#: src/virterror.c:688 +#: src/virterror.c:694 msgid "Storage pool not found" msgstr "Pool de armazenamento não encontrado" -#: src/virterror.c:690 +#: src/virterror.c:696 #, c-format msgid "Storage pool not found: %s" msgstr "Pool de armazenamento não encontrado: %s" -#: src/virterror.c:694 +#: src/virterror.c:700 msgid "Storage volume not found" msgstr "Volume de armazenamento não encontrado" -#: src/virterror.c:696 +#: src/virterror.c:702 #, c-format msgid "Storage volume not found: %s" msgstr "Volume de armazenamento não encontrado: %s" -#: src/virterror.c:700 +#: src/virterror.c:706 msgid "invalid storage pool pointer in" msgstr "ponteiro para o pool de armazenamento inválido em" -#: src/virterror.c:702 +#: src/virterror.c:708 #, c-format msgid "invalid storage pool pointer in %s" msgstr "ponteiro para o pool de armazenamento inválido em %s" -#: src/virterror.c:706 +#: src/virterror.c:712 msgid "invalid storage volume pointer in" msgstr "ponteiro para o volume de armazenamento inválido em" -#: src/virterror.c:708 +#: src/virterror.c:714 #, c-format msgid "invalid storage volume pointer in %s" msgstr "ponteiro para o volume de armazenamento inválido em %s" -#: src/virterror.c:712 +#: src/virterror.c:718 msgid "Failed to find a storage driver" msgstr "Falha em encontar um driver de armazenamento" -#: src/virterror.c:714 +#: src/virterror.c:720 #, c-format msgid "Failed to find a storage driver: %s" msgstr "Falha em encontar um driver de armazenamento: %s" -#: src/xen_internal.c:1326 +#: src/xen_internal.c:1324 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" -msgstr "O parâmetro dos pesos do Credit scheduler (%d) está fora da faixa (1-65535)" +msgstr "" +"O parâmetro dos pesos do Credit scheduler (%d) está fora da faixa (1-65535)" -#: src/xen_internal.c:1336 +#: src/xen_internal.c:1334 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "O parâmetro do Credit scheduler cap (%d) está fora da faixa (0-65535)" -#: src/xen_internal.c:2502 +#: src/xen_internal.c:2518 #, c-format msgid "allocating %d domain info" msgstr "alocando %d info do domínio" -#: src/xend_internal.c:246 +#: src/xend_internal.c:185 msgid "failed to create a socket" msgstr "falha em criar um socket" -#: src/xend_internal.c:268 +#: src/xend_internal.c:207 msgid "failed to connect to xend" msgstr "falha em conectar com xend" -#: src/xend_internal.c:315 -#: src/xend_internal.c:318 +#: src/xend_internal.c:254 src/xend_internal.c:257 msgid "failed to read from Xen Daemon" msgstr "falha em ler a partir do Daemon do Xen" -#: src/xend_internal.c:506 +#: src/xend_internal.c:445 #, c-format msgid "xend_get: error from xen daemon: %s" msgstr "xend_get: erro do xen daemon: %s" -#: src/xend_internal.c:556 -#: src/xend_internal.c:559 -#: src/xend_internal.c:567 +#: src/xend_internal.c:495 src/xend_internal.c:498 src/xend_internal.c:506 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "xend_post: erro do xen daemon: %s" -#: src/xend_internal.c:851 -#: src/xend_internal.c:1818 -#: src/xend_internal.c:1836 +#: src/xend_internal.c:764 msgid "allocate new buffer" msgstr "aloca um novo buffer" -#: src/xend_internal.c:1046 +#: src/xend_internal.c:897 #, c-format msgid "gethostbyname failed: %s" msgstr "gethotbyname falhou: %s" -#: src/xend_internal.c:1167 +#: src/xend_internal.c:1018 msgid "failed to urlencode the create S-Expr" msgstr "falha em codificar a url do S-Expr criado" -#: src/xend_internal.c:1208 +#: src/xend_internal.c:1059 msgid "domain information incomplete, missing domid" msgstr "informação do domínio incompleta, falta o domid" -#: src/xend_internal.c:1214 +#: src/xend_internal.c:1065 msgid "domain information incorrect domid not numeric" msgstr "informação do domínio incorreta, domid não é numérico" -#: src/xend_internal.c:1219 -#: src/xend_internal.c:1266 +#: src/xend_internal.c:1070 src/xend_internal.c:1117 msgid "domain information incomplete, missing uuid" msgstr "informação do domínio incompleta, falta o uuid" -#: src/xend_internal.c:1258 -#: src/xend_internal.c:1988 -#: src/xend_internal.c:1995 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "informação do domínio incompleta, falta o nome" -#: src/xend_internal.c:1441 +#: src/xend_internal.c:1198 msgid "domain information incomplete, missing HVM loader" msgstr "informação do domínio incompleta, falta carregador do HVM" -#: src/xend_internal.c:1493 +#: src/xend_internal.c:1252 msgid "domain information incomplete, missing kernel & bootloader" msgstr "informação do domínio incompleta, falta o kernel & bootloader" -#: src/xend_internal.c:1555 +#: src/xend_internal.c:1316 msgid "Unknown char device type" msgstr "tipo de dispositivo de caracter desconhecido" -#: src/xend_internal.c:1589 -#: src/xend_internal.c:1629 -#: src/xend_internal.c:1645 +#: src/xend_internal.c:1350 src/xend_internal.c:1390 src/xend_internal.c:1406 +#: src/xend_internal.c:1545 src/xend_internal.c:1573 src/xend_internal.c:1589 msgid "malformed char device string" msgstr "string do dispositivo de caracter malformada" -#: src/xend_internal.c:1712 +#: src/xend_internal.c:1473 msgid "no memory for char device config" msgstr "não há memória para o char device config" -#: src/xend_internal.c:1788 +#: src/xend_internal.c:1518 +#, fuzzy, c-format +msgid "unknown chr device type '%s'" +msgstr "tipo de dispositivo de caracter desconhecido" + +#: src/xend_internal.c:1680 msgid "domain information incomplete, vbd has no dev" msgstr "informação do domínio incompleta, o vbd não tem dev" -#: src/xend_internal.c:1803 +#: src/xend_internal.c:1691 msgid "domain information incomplete, vbd has no src" msgstr "informação do domínio incompleta, o vbd não tem src" -#: src/xend_internal.c:1812 +#: src/xend_internal.c:1700 msgid "cannot parse vbd filename, missing driver name" -msgstr "não foi possível analisar o nome do arquivo vbd, falta o nome do driver" +msgstr "" +"não foi possível analisar o nome do arquivo vbd, falta o nome do driver" -#: src/xend_internal.c:1830 +#: src/xend_internal.c:1715 msgid "cannot parse vbd filename, missing driver type" -msgstr "não foi possível analisar o nome do arquivo vbd, falta o tipo do driver" +msgstr "" +"não foi possível analisar o nome do arquivo vbd, falta o tipo do driver" -#: src/xend_internal.c:1976 +#: src/xend_internal.c:1857 +#, fuzzy, c-format +msgid "malformed mac address '%s'" +msgstr "endereço MAC inválido: %s" + +#: src/xend_internal.c:1934 +#, fuzzy, c-format +msgid "unexpected sound model %s" +msgstr "node dict inesperado" + +#: src/xend_internal.c:2109 +#, fuzzy, c-format +msgid "unknown graphics type '%s'" +msgstr "auth type desconhecido '%s'" + +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "informação do domínio incompleta, falta a id" -#: src/xend_internal.c:2288 -#: src/xm_internal.c:1065 -msgid "parsing soundhw string failed." -msgstr "a análise da string soundhw falhou" +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 +#, fuzzy, c-format +msgid "unknown lifecycle type %s" +msgstr "tipo de SO desconhecido %s" -#: src/xend_internal.c:2458 +#: src/xend_internal.c:2602 msgid "failed to parse topology information" msgstr "falha em analisar a informação sobre a topologia" -#: src/xend_internal.c:2512 +#: src/xend_internal.c:2656 msgid "topology syntax error" msgstr "erro de sintaxe da topologia" -#: src/xend_internal.c:2576 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "falha em analisar a informação do domínio do Xend " -#: src/xend_internal.c:3056 -msgid "xenDaemonDomainDumpXMLByID failed to find this domain" -msgstr "xenDaemonDomainDumpXMLByID falhou em achar este domínio" - -#: src/xend_internal.c:3081 -msgid "xenDaemonDomainDumpXMLByName failed to find this domain" +#: src/xend_internal.c:3202 +#, fuzzy +msgid "xenDaemonDomainFetch failed to find this domain" msgstr "xenDaemonDomainDumpXMLByName falhou em achar este domínio" -#: src/xend_internal.c:3696 -#: src/xend_internal.c:4116 -msgid "failed to parse domain description" -msgstr "falha na análise da descrição do domínio" +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 +#, fuzzy +msgid "failed to build sexpr" +msgstr "Falhou ao construir o pool %s" -#: src/xend_internal.c:3842 +#: src/xend_internal.c:3926 +#, fuzzy +msgid "unsupported device type" +msgstr "Não há suporte para o tipo de dispositivo de entrada %s" + +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "xenDaemonGetAutostart falhou em achar este domínio" -#: src/xend_internal.c:3883 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "xenDaemonSetAutostart falhou em achar este domínio" -#: src/xend_internal.c:3891 +#: src/xend_internal.c:4078 msgid "unexpected value from on_xend_start" msgstr "valor de retorno inesperado do on_xend_start" -#: src/xend_internal.c:3902 +#: src/xend_internal.c:4089 msgid "no memory" msgstr "não há memória" -#: src/xend_internal.c:3908 +#: src/xend_internal.c:4095 msgid "sexpr2string failed" msgstr "sexpr2string falhou" -#: src/xend_internal.c:3913 +#: src/xend_internal.c:4100 msgid "Failed to redefine sexpr" msgstr "Falha na definição do sexpr" -#: src/xend_internal.c:3918 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "on_xend_start não está presente em sexpr" -#: src/xend_internal.c:3949 +#: src/xend_internal.c:4136 #, c-format msgid "gethostname failed: %s" msgstr "a operação gedthostname: %s" -#: src/xend_internal.c:3955 +#: src/xend_internal.c:4142 #, c-format msgid "failed to strdup hostname: %s" msgstr "falha em strdup hostname: %s" -#: src/xend_internal.c:3986 -msgid "xenDaemonDomainMigrate: Xen does not support renaming domains during migration" -msgstr "xenDaemonDomainMigrate: Xen não dá suporte à renomeação de domínios durante a migração" +#: src/xend_internal.c:4173 +msgid "" +"xenDaemonDomainMigrate: Xen does not support renaming domains during " +"migration" +msgstr "" +"xenDaemonDomainMigrate: Xen não dá suporte à renomeação de domínios durante " +"a migração" -#: src/xend_internal.c:3996 -msgid "xenDaemonDomainMigrate: Xen does not support bandwidth limits during migration" -msgstr "xenDaemonDomainMigrate: Xen não dá suporte aos limites de banda durante a migração" +#: src/xend_internal.c:4183 +msgid "" +"xenDaemonDomainMigrate: Xen does not support bandwidth limits during " +"migration" +msgstr "" +"xenDaemonDomainMigrate: Xen não dá suporte aos limites de banda durante a " +"migração" -#: src/xend_internal.c:4008 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "xenDaemonDomainMigrate: não há suporte para a flag" -#: src/xend_internal.c:4021 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "xenDaemonDomainMigrate: URI inválida" -#: src/xend_internal.c:4026 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "xenDaemonDomainMigrate: apenas migrações xenmigr:// têm suporte no Xen" -#: src/xend_internal.c:4033 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "xenDaemonDomainMigrate: um hostname deve ser especificado na URI" -#: src/xend_internal.c:4040 -#: src/xend_internal.c:4062 -#: src/xend_internal.c:4070 -#: src/xend_internal.c:4298 -#: src/xend_internal.c:4305 -#: src/xml.c:405 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "falhou o strdup" -#: src/xend_internal.c:4053 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "xenDaemonDomainMigrate: número de porta inválido" -#: src/xend_internal.c:4126 +#: src/xend_internal.c:4293 +msgid "failed to parse domain description" +msgstr "falha na análise da descrição do domínio" + +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Falha na criação de domínio inativo %s\n" -#: src/xend_internal.c:4280 -#: src/xend_internal.c:4356 -#: src/xend_internal.c:4446 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "não tem suporte a xendConfigVersion < 4" -#: src/xend_internal.c:4292 +#: src/xend_internal.c:4477 msgid "node information incomplete, missing scheduler name" msgstr "informação do nodo incompleta, falta o nome do escalonador" -#: src/xend_internal.c:4310 -#: src/xend_internal.c:4404 -#: src/xend_internal.c:4516 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 msgid "Unknown scheduler" msgstr "Escalonador desconhecido" -#: src/xend_internal.c:4369 -#: src/xend_internal.c:4459 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 msgid "Failed to get a scheduler name" msgstr "Falha em obter um nome do escalonador" -#: src/xend_internal.c:4382 -#: src/xend_internal.c:4495 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 msgid "domain information incomplete, missing cpu_weight" msgstr "informação do domínio incompleta, falta o cpu_weight" -#: src/xend_internal.c:4387 -#: src/xend_internal.c:4504 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 msgid "domain information incomplete, missing cpu_cap" msgstr "informação do domínio incompleta, falta cpu_cap" -#: src/xend_internal.c:4584 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "domainBlockPeek não tem suporte for dom0" -#: src/xend_internal.c:4603 +#: src/xend_internal.c:4771 #, c-format msgid "%s: invalid path" msgstr "%s: caminho inválido" -#: src/xend_internal.c:4611 +#: src/xend_internal.c:4779 #, c-format msgid "failed to open for reading: %s: %s" msgstr "falhou em abrir para leitura: %s: %s" -#: src/xend_internal.c:4623 +#: src/xend_internal.c:4791 #, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "falha na lseek ou read o arquivo: %s: %s" -#: src/xm_internal.c:435 -msgid "xenXMConfigCacheRefresh: name" -msgstr "xenXMConfigCacheRefresh: nome" +#: src/xend_internal.c:4874 src/xend_internal.c:4920 +#, fuzzy, c-format +msgid "unexpected graphics type %d" +msgstr "tipo de domínio não esperado %d" -#: src/xm_internal.c:446 -msgid "xenXMConfigCacheRefresh: virHashAddEntry" -msgstr "xenXMConfigCacheRefresh: virHashAddEntry" +#: src/xend_internal.c:4963 +#, fuzzy +msgid "unexpected chr device type" +msgstr "tipo mime inesperado" -#: src/xm_internal.c:1303 -msgid "read only connection" -msgstr "conexão do tipo somente leitura" +#: src/xend_internal.c:5137 src/xm_internal.c:1779 +#, fuzzy, c-format +msgid "unsupported network type %d" +msgstr "tipo do volume de armazenamento %d não suportado" -#: src/xm_internal.c:1308 -msgid "not inactive domain" -msgstr "domínio não inativo" +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 +#, fuzzy, c-format +msgid "unexpected lifecycle value %d" +msgstr "valor do nodo inesperado" -#: src/xm_internal.c:1313 -msgid "virHashLookup" -msgstr "virHashLookup" - -#: src/xm_internal.c:1318 -msgid "can't retrieve config file for domain" -msgstr "não foi possível recuperar o config file para o domínio" - -#: src/xm_internal.c:1944 -#: src/xm_internal.c:2672 -#: src/xm_internal.c:2694 -#: src/xm_internal.c:3091 -msgid "cannot read XML domain definition" -msgstr "não foi possível ler a definição XML do domínio " - -#: src/xm_internal.c:1950 -msgid "missing top level domain element" -msgstr "falta o elemento do nível mais elevado do domínio" - -#: src/xm_internal.c:1958 -msgid "domain type is invalid" -msgstr "o tipo de domínio é inválido" - -#: src/xm_internal.c:1966 -#: src/xm_internal.c:2677 -#: src/xm_internal.c:2699 -#: src/xm_internal.c:3096 -msgid "cannot create XPath context" -msgstr "não foi possível criar o contexto XPath" - -#: src/xm_internal.c:2158 -#: src/xm_internal.c:2232 -#: src/xm_internal.c:2253 -#: src/xm_internal.c:2269 -#: src/xm_internal.c:2288 -#: src/xm_internal.c:2303 -#: src/xm_internal.c:2476 -msgid "config" -msgstr "config" - -#: src/xm_internal.c:2414 -msgid "name config parameter is missing" -msgstr "falta o parâmetro de configuração do nome " - -#: src/xm_internal.c:2423 -msgid "can't retrieve config filename for domain to overwrite" -msgstr "não foi possível recuperar o config filename para o domínio para sobre-escrevê-lo" - -#: src/xm_internal.c:2429 -msgid "can't retrieve config entry for domain to overwrite" -msgstr "não foi possível recuperar a entrada para o domínio para sobre-escrevê-la" - -#: src/xm_internal.c:2435 -#: src/xm_internal.c:2491 -msgid "uuid config parameter is missing" -msgstr "está faltando o parâmetro do uuid config " - -#: src/xm_internal.c:2445 -#: src/xm_internal.c:2452 -msgid "failed to remove old domain from config map" -msgstr "falhou ao remover o antigo domínio do config map" - -#: src/xm_internal.c:2461 -msgid "config file name is too long" -msgstr "o nome do arquivo config é muito grande" - -#: src/xm_internal.c:2471 -msgid "unable to write config file" -msgstr "não pôde escrever o config file" - -#: src/xm_internal.c:2482 -msgid "unable to get current time" -msgstr "não pôde obter a hora atual" - -#: src/xm_internal.c:2497 -#: src/xm_internal.c:2504 -msgid "unable to store config file handle" -msgstr "incapaz de armazenar o manipulador do arquivo config" - -#: src/xm_internal.c:2711 -msgid "unknown device" -msgstr "dispositivo desconhecido" - -#: src/xml.c:248 -msgid "topology cpuset syntax error" -msgstr "erro de sintaxe na topologia da cupuset" - -#: src/xml.c:314 -msgid "failed to allocate sound string" -msgstr "falha em alocar espaço para a string do som" - -#: src/xml.c:328 -msgid "no model for sound device" -msgstr "não há modelo para o dispositivo de som" - -#: src/xml.c:334 -msgid "unknown sound model type" -msgstr "tipo de modelo de som desconhecido" - -#: src/xml.c:393 -msgid "Invalid parameter to virXPathString()" -msgstr "Parâmetro inválido para virXPathString()" - -#: src/xml.c:428 -#: src/xml.c:463 -msgid "Invalid parameter to virXPathNumber()" -msgstr "Parâmetro inválido para virXPathNumber()" - -#: src/xml.c:509 -msgid "Invalid parameter to virXPathBoolean()" -msgstr "Parâmetro inválido para o virXPathBoolean()" - -#: src/xml.c:542 -msgid "Invalid parameter to virXPathNode()" -msgstr "Parâmetro inválido para virXPathNode()" - -#: src/xml.c:578 -msgid "Invalid parameter to virXPathNodeSet()" -msgstr "Parâmetro inválido para virXPathNodeSet()" - -#: src/xml.c:595 -#: src/xmlrpc.c:479 -msgid "allocate string array" -msgstr "aloca o string array" - -#: src/xml.c:966 -msgid "too many boot devices" -msgstr "há excesso de dispositivos de boot" - -#: src/xml.c:998 +#: src/xend_internal.c:5342 msgid "no HVM domain loader" msgstr "não há carregador de domínio HVM" -#: src/xml.c:1091 -#: src/xml.c:1108 -msgid "invalid input device" -msgstr "dispositivo de entrada inválido" +#: src/xend_internal.c:5553 +#, fuzzy +msgid "hotplug of device type not supported" +msgstr "não há suporte para o ai_socktype" + +#: src/xm_internal.c:193 src/xm_internal.c:224 src/xm_internal.c:229 +#: src/xm_internal.c:252 +#, fuzzy, c-format +msgid "config value %s was malformed" +msgstr "má formação do UUID no arquivo de configuração" + +#: src/xm_internal.c:274 src/xm_internal.c:287 +#, fuzzy, c-format +msgid "config value %s was missing" +msgstr "falta o parâmetro de configuração do nome " + +#: src/xm_internal.c:280 +#, c-format +msgid "config value %s was not a string" +msgstr "" + +#: src/xm_internal.c:508 +msgid "xenXMConfigCacheRefresh: virHashAddEntry" +msgstr "xenXMConfigCacheRefresh: virHashAddEntry" + +#: src/xm_internal.c:746 +#, fuzzy, c-format +msgid "unexpected value %s for on_poweroff" +msgstr "valor de retorno inesperado do on_xend_start" + +#: src/xm_internal.c:754 +#, fuzzy, c-format +msgid "unexpected value %s for on_reboot" +msgstr "valor de retorno inesperado do on_xend_start" + +#: src/xm_internal.c:762 +#, fuzzy, c-format +msgid "unexpected value %s for on_crash" +msgstr "valor de retorno inesperado do on_xend_start" + +#: src/xm_internal.c:1442 +msgid "read only connection" +msgstr "conexão do tipo somente leitura" + +#: src/xm_internal.c:1447 +msgid "not inactive domain" +msgstr "domínio não inativo" + +#: src/xm_internal.c:1452 +msgid "virHashLookup" +msgstr "virHashLookup" + +#: src/xm_internal.c:1457 +msgid "can't retrieve config file for domain" +msgstr "não foi possível recuperar o config file para o domínio" + +#: src/xm_internal.c:1952 src/xm_internal.c:1961 src/xm_internal.c:1970 +#, fuzzy, c-format +msgid "unexpected lifecycle action %d" +msgstr "node dict inesperado" + +#: src/xm_internal.c:2248 +msgid "can't retrieve config filename for domain to overwrite" +msgstr "" +"não foi possível recuperar o config filename para o domínio para sobre-" +"escrevê-lo" + +#: src/xm_internal.c:2254 +msgid "can't retrieve config entry for domain to overwrite" +msgstr "" +"não foi possível recuperar a entrada para o domínio para sobre-escrevê-la" + +#: src/xm_internal.c:2265 src/xm_internal.c:2272 +msgid "failed to remove old domain from config map" +msgstr "falhou ao remover o antigo domínio do config map" + +#: src/xm_internal.c:2281 +msgid "config file name is too long" +msgstr "o nome do arquivo config é muito grande" + +#: src/xm_internal.c:2293 +msgid "config" +msgstr "config" + +#: src/xm_internal.c:2299 +msgid "unable to get current time" +msgstr "não pôde obter a hora atual" + +#: src/xm_internal.c:2308 src/xm_internal.c:2315 +msgid "unable to store config file handle" +msgstr "incapaz de armazenar o manipulador do arquivo config" + +#: src/xm_internal.c:2519 src/xm_internal.c:2639 +msgid "unknown device" +msgstr "dispositivo desconhecido" + +#: src/xml.c:76 +msgid "Invalid parameter to virXPathString()" +msgstr "Parâmetro inválido para virXPathString()" + +#: src/xml.c:117 src/xml.c:159 src/xml.c:214 +msgid "Invalid parameter to virXPathNumber()" +msgstr "Parâmetro inválido para virXPathNumber()" + +#: src/xml.c:272 +msgid "Invalid parameter to virXPathBoolean()" +msgstr "Parâmetro inválido para o virXPathBoolean()" + +#: src/xml.c:310 +msgid "Invalid parameter to virXPathNode()" +msgstr "Parâmetro inválido para virXPathNode()" + +#: src/xml.c:352 +msgid "Invalid parameter to virXPathNodeSet()" +msgstr "Parâmetro inválido para virXPathNodeSet()" + +#: src/xml.c:372 src/xmlrpc.c:478 +msgid "allocate string array" +msgstr "aloca o string array" #: src/xmlrpc.c:53 msgid "allocate value" @@ -6780,33 +7072,462 @@ msgstr "tipo mime inesperado" msgid "allocate response" msgstr "aloca resposta" -#: src/xmlrpc.c:447 -#: src/xmlrpc.c:509 +#: src/xmlrpc.c:446 src/xmlrpc.c:508 msgid "read response" msgstr "lê a resposta" -#: src/xmlrpc.c:602 +#: src/xmlrpc.c:601 msgid "parse server response failed" msgstr "falha na análise da resposta do servidor" -#: src/xmlrpc.c:663 +#: src/xmlrpc.c:662 msgid "allocate new context" msgstr "aloca novo contexto" -#: src/xs_internal.c:329 +#: src/xs_internal.c:318 msgid "failed to connect to Xen Store" msgstr "falha em conectar com o Xen Store" +#~ msgid "missing filesystem type" +#~ msgstr "tipo do fisesystem não encontrado" + +#~ msgid "empty or invalid mount source" +#~ msgstr "fonte do mount vazia ou inválida" + +#~ msgid "missing mount target" +#~ msgstr "falta o alvo do mount" + +#~ msgid "empty or invalid mount target" +#~ msgstr "o alvo do mount é vazio ou inválido" + +#~ msgid "failed to generate uuid" +#~ msgstr "falha em gerar o uuid" + +#~ msgid "invalid uuid element" +#~ msgstr "elemento do uuid inválido " + +#~ msgid "invalid or missing init element" +#~ msgstr "elemento do init inválido ou faltando" + +#~ msgid "init string too long" +#~ msgstr "a string do init é longa demais" + +#~ msgid "invalid memory value" +#~ msgstr "valor de memória inválido" + +#~ msgid "invalid root element" +#~ msgstr "elemento do root inválido" + +#~ msgid "missing domain type" +#~ msgstr "falta o tipo do domínio" + +#~ msgid "invalid domain id" +#~ msgstr "id do domínio é inválida" + +#~ msgid "Can't redefine active VM with name %s" +#~ msgstr "Não foi possível redefinir a VM ativa com o nome %s" + +#~ msgid "error checking container process: %d %s" +#~ msgstr "processo de verificação de erro no container:%d %s" + +#~ msgid "failed to open config directory %s: %s" +#~ msgstr "houve falha ao abrir o config directory %s: %s" + +#~ msgid "cannot create lxc state directory %s: %s" +#~ msgstr "não foi possível criar o diretório de estado lxc %s: %s" + +#~ msgid "cannot construct tty pid file path" +#~ msgstr "o caminho do tty pid file não pode ser construído" + +#~ msgid "cannot create tty pid file %s: %s" +#~ msgstr "não foi possível criar o tty pid file %s: %s" + +#~ msgid "cannot fdopen tty pid file %s: %s" +#~ msgstr "Falha ao executar fdopen no tty pid file %s: %s" + +#~ msgid "cannot write tty pid file %s: %s" +#~ msgstr "não foi possível escrever no tty pid file %s: %s" + +#~ msgid "cannot open tty pid file %s: %s" +#~ msgstr "não foi possível abrir o arquivo tty pid %s: %s" + +#~ msgid "cannot read tty pid file %s: %s" +#~ msgstr "não foi possível ler o arquivo tty pid %s: %s" + +#~ msgid "execl failed to exec init: %s" +#~ msgstr "execl falhou em exec init: %s" + +#~ msgid "unable to get storage for vm tty name" +#~ msgstr "não foi possível obter armazenamento para vm tty name" + +#~ msgid "posix_openpt failed: %s" +#~ msgstr "falhou a operação posix_openpt: %s" + +#~ msgid "ptsname_r failed: %s" +#~ msgstr "a operação ptsname_r falhou: %s" + +#~ msgid "epoll_ctl(fd2) failed: %s" +#~ msgstr "epoll_ctl(fd2) falhou: %s" + +#~ msgid "unable to fork tty forwarding process: %s" +#~ msgstr "" +#~ "não foi possível executar o fork para o processo de encaminhamento do " +#~ "tty: %s" + +#~ msgid "sending SIGTERM failed: %s" +#~ msgstr "falha no envio do SIGTERM: %s" + +#~ msgid "sending SIGKILL to tty process failed: %s" +#~ msgstr "o envio do SIGKILL ao processo do tty falhou: %s" + +#~ msgid "waitpid failed to wait for tty %d: %d %s" +#~ msgstr "o waitpid falhou ao esperar por tty %d: %d %s" + +#~ msgid "sending SIGKILL failed: %s" +#~ msgstr "o envio de SIGKILL falhou: %s" + +#~ msgid "Error already an active OPENVZ VM having id '%s'" +#~ msgstr "Já existe um erro no OPENVZ VM ativo tendo como id '%s'" + +#~ msgid "invalid domain type attribute" +#~ msgstr "atributo do tipo de domínio inválido" + +#~ msgid "invalid domain name" +#~ msgstr "nome inválido para o domínio" + +#~ msgid "VPS ID Error (must be an integer greater than 100" +#~ msgstr "Erro no VPS ID (deve ser um inteiro maior do que 100" + +#~ msgid "Failed to generate UUID" +#~ msgstr "Houve falha ao gerar o UUID" + +#~ msgid "No IP address in the given xml config file '%s'" +#~ msgstr "Não existe endereço IP no arquivo xml de configuração '%s' dado" + +#~ msgid "ipaddress length too long" +#~ msgstr "o tamanho do ipaddress é longo demais" + +#~ msgid "Failed to Create Memory for 'ovz_ip' structure" +#~ msgstr "Falha ao criar memória para a estrutura 'ovz_ip'" + +#~ msgid "No Netmask address in the given xml config file '%s'" +#~ msgstr "" +#~ "Não existe máscara de endereço de rede no arquivo xml de configuração '%" +#~ "s'" + +#~ msgid "netmask length too long" +#~ msgstr "o tamanho da máscara de rede é grande demais" + +#~ msgid "No hostname in the given xml config file '%s'" +#~ msgstr "Não há o nome do host no arquivo xml de configuração dado '%s'" + +#~ msgid "hostname length too long" +#~ msgstr "o comprimento do nome do host é grande demais" + +#~ msgid "No Gateway address in the given xml config file '%s'" +#~ msgstr "Não há endereço do Gateway no arquivo xml de configuração dado '%s'" + +#~ msgid "gateway length too long" +#~ msgstr "o comprimento do gateway é grande demais" + +#~ msgid "No Nameserver address inthe given xml config file '%s'" +#~ msgstr "Não há nome do servidor no arquivo xml de configuração dado '%s'" + +#~ msgid "nameserver length too long" +#~ msgstr "tamanho do nome do servidor longo demais" + +#~ msgid "Failed to Create Memory for 'ovz_ns' structure" +#~ msgstr "Falha ao Criar Memória para a estrutura 'ovz_ns'" + +#~ msgid "profile length too long" +#~ msgstr "tamanho do perfil longo demais" + +#~ msgid "calloc failed" +#~ msgstr "falha no calloc" + +#~ msgid "no domain with matching name" +#~ msgstr "nenhum domínio com nome compatível" + +#~ msgid "Error in parsing Options to OPENVZ" +#~ msgstr "Erro ao analisar Opções para o OPENVZ" + +#~ msgid "Error creating OPENVZ VM" +#~ msgstr "Erro ao criar a OPENVZ VM" + +#~ msgid "failed to exec %s\n" +#~ msgstr "falhou ao executar %s\n" + +#~ msgid "Invalid cdrom device name: %s" +#~ msgstr "Nome do dispositivo de cdrom inválido: %s" + +#~ msgid "Invalid bus type: %s" +#~ msgstr "Tipo de barramento inválido: %s " + +#~ msgid "Network name '%s' too long" +#~ msgstr "O nome da rede '%s' é longo demais" + +#~ msgid "TAP interface name '%s' is too long" +#~ msgstr "O nome da interface TAP '%s' é muito longo" + +#~ msgid "TAP script path '%s' is too long" +#~ msgstr "O caminho do script TAP '%s' é muito longo" + +#~ msgid "TAP bridge path '%s' is too long" +#~ msgstr "O caminho da ponte TAP bridge '%s' é muito longo" + +#~ msgid "IP address '%s' is too long" +#~ msgstr "O endereço IP '%s' é muito longo" + +#~ msgid "Model name '%s' is too long" +#~ msgstr "O nome do modelo '%s' é muito grande" + +#~ msgid "too many character devices" +#~ msgstr "há excesso de dispositivos de caracteres" + +#~ msgid "missing sound model" +#~ msgstr "falta o modelo de som" + +#~ msgid "invalid sound model '%s'" +#~ msgstr "modelo de som inválido %s" + +#~ msgid "domain name length too long" +#~ msgstr "o tamanho do nome do domínio é muito grande" + +#~ msgid "malformed memory information" +#~ msgstr "informação sobre a memória mal formada" + +#~ msgid "malformed vcpu information" +#~ msgstr "informação sobre vcpu mal formada" + +#~ msgid "malformed vcpu mask information" +#~ msgstr "informação sobre a máscara da vcpu está mal formada" + +#~ msgid "architecture type too long" +#~ msgstr "tipo de arquitetura grande demais" + +#~ msgid "machine type too long" +#~ msgstr "tipo de máquina longo demais" + +#~ msgid "kernel path too long" +#~ msgstr "caminho para o kernel longo demais" + +#~ msgid "initrd path too long" +#~ msgstr "o caminho para o initrd é longo de mais" + +#~ msgid "cmdline arguments too long" +#~ msgstr "argumentos do cmdline são longos demais" + +#~ msgid "unsupported guest type" +#~ msgstr "não há suporte para o tipo de convidado" + +#~ msgid "emulator path too long" +#~ msgstr "caminho do emulador longo demais" + +#~ msgid "Unsupported graphics type %s" +#~ msgstr "O tipo de gráfico %s não tem suporte " + +#~ msgid "failed to allocate space for disk string" +#~ msgstr "falha em alocar espaço para a cadeia do disco" + +#~ msgid "failed to allocate space for net string" +#~ msgstr "falha em alocar espeço para a cadeia da rede" + +#~ msgid "failed to allocate space for input string" +#~ msgstr "falha em alocar espaço para a string de entrada" + +#~ msgid "failed to allocate space for sound dev" +#~ msgstr "falha em alocar espaço para o dispositivo de som" + +#~ msgid "failed to allocate space for vm string" +#~ msgstr "falha em alocar espaço para a string da vm" + +#~ msgid "failed to allocate space for range string" +#~ msgstr "falha em alocar espaço para a string da faixa" + +#~ msgid "failed to allocate space for network_def string" +#~ msgstr "falha em alocar espaço para a string da network_def" + +#~ msgid "failed to allocate space for xmlXPathContext string" +#~ msgstr "falha em alocar espaço para a string do xmlXPathContext " + +#~ msgid "network name length too long" +#~ msgstr "o tamanho do nome da rede é muito grande" + +#~ msgid "forward device name '%s' is too long" +#~ msgstr "o nome do dispositivo a ser encaminhado '%s' é muito grande" + +#~ msgid "failed to allocate space for network string" +#~ msgstr "falha ao alocar espaço para a string da rede" + +#~ msgid "Error parsing QEMU guest config '%s' : %s" +#~ msgstr "Erro ao analisar o QEMU guest config '%s' : %s" + +#~ msgid "BUG: unknown error - please report it\n" +#~ msgstr "BUG: erro desconhecido - por favor, relate-o\n" + +#~ msgid "QEMU guest config filename '%s' does not match guest name '%s'" +#~ msgstr "" +#~ "O nome do arquivo QEMU guest config '%s' não corresponde ao nome do " +#~ "convidado '%s'" + +#~ msgid "Failed to load QEMU guest config '%s': out of memory" +#~ msgstr "" +#~ "Falha no carregamento do arquivo QEMU guest config '%s': fora da memória" + +#~ msgid "Error parsing network config '%s' : %s" +#~ msgstr "Erro ao analisar o network config '%s' : %s" + +#~ msgid "Failed to load network config '%s': out of memory" +#~ msgstr "" +#~ "Falha ao carregar o network config '%s': fora dos limites da memória" + +#~ msgid "Config filename '%s/%s' is too long" +#~ msgstr "O nome do arquivo config '%s/%s' é grande demais" + +#~ msgid "Autostart link path '%s/%s' is too long" +#~ msgstr "O vínculo do caminho do Autostart '%s/%s' é longo demais" + +#~ msgid "allocating cpu mask" +#~ msgstr "alocando a máscara da cpu" + +#~ msgid "failed to generate XML: out of memory" +#~ msgstr "falha na geração do arquivo XML: fora dos limites da memória" + +#~ msgid "Resulting path to long for buffer in qemudInitPaths()" +#~ msgstr "" +#~ "O caminho resultante é longo demais para o buffer no qemudInitPaths()" + +#~ msgid "failed to set bridge forward delay to %d" +#~ msgstr "falha em ajustar o intervalo de envio da ponte para %d" + +#~ msgid "failed to set bridge STP to %s" +#~ msgstr "falha em ajustar o STP da ponte para %s" + +#~ msgid "Failed to delete autostart link '%s': %s" +#~ msgstr "Falha em apagar o link de autostart '%s': %s" + +#~ msgid "CDROM not attached, cannot change media" +#~ msgstr "O CDROM não foi associado, não foi possível trocar a mídia" + +#~ msgid "allocating priv->hostname" +#~ msgstr "alocando priv->hostname" + +#~ msgid "uri params" +#~ msgstr "uri params" + +#~ msgid "Disk pools are not yet supported" +#~ msgstr "Não há suporte para os pools de disco" + +#~ msgid "malformed xml document" +#~ msgstr "documento xml mal formado" + +#~ msgid "domain" +#~ msgstr "domínio" + +#~ msgid "domain name" +#~ msgstr "nome do domínio" + +#~ msgid "domain uuid" +#~ msgstr "uuid do domínio" + +#~ msgid "domain memory" +#~ msgstr "memória do domínio" + +#~ msgid "domain current memory" +#~ msgstr "memória corrente do domínio" + +#~ msgid "domain vcpus" +#~ msgstr "vcpus do domínio" + +#~ msgid "domain reboot behaviour" +#~ msgstr "comportamento de reinicialização do domínio" + +#~ msgid "domain poweroff behaviour" +#~ msgstr "comportamento de desligamento do domínio" + +#~ msgid "domain crash behaviour" +#~ msgstr "comportamento do domínio sob falha" + +#~ msgid "load domain definition file" +#~ msgstr "carga do arquivo de configuração do domínio" + +#~ msgid "network" +#~ msgstr "rede" + +#~ msgid "network forward" +#~ msgstr "network forward" + +#~ msgid "ip address" +#~ msgstr "endereço ip" + +#~ msgid "ip netmask" +#~ msgstr "mascara de rede de ip" + +#~ msgid "load network definition file" +#~ msgstr "carga do arquivo de definição da rede" + +#~ msgid "too many domains" +#~ msgstr "domínios em excesso" + +#~ msgid "too many networks" +#~ msgstr "quantidade excessiva de redes" + +#~ msgid "blocked" +#~ msgstr "bloqueado" + +#~ msgid "parsing soundhw string failed." +#~ msgstr "a análise da string soundhw falhou" + +#~ msgid "xenDaemonDomainDumpXMLByID failed to find this domain" +#~ msgstr "xenDaemonDomainDumpXMLByID falhou em achar este domínio" + +#~ msgid "xenXMConfigCacheRefresh: name" +#~ msgstr "xenXMConfigCacheRefresh: nome" + +#~ msgid "cannot read XML domain definition" +#~ msgstr "não foi possível ler a definição XML do domínio " + +#~ msgid "missing top level domain element" +#~ msgstr "falta o elemento do nível mais elevado do domínio" + +#~ msgid "domain type is invalid" +#~ msgstr "o tipo de domínio é inválido" + +#~ msgid "cannot create XPath context" +#~ msgstr "não foi possível criar o contexto XPath" + +#~ msgid "uuid config parameter is missing" +#~ msgstr "está faltando o parâmetro do uuid config " + +#~ msgid "unable to write config file" +#~ msgstr "não pôde escrever o config file" + +#~ msgid "failed to allocate sound string" +#~ msgstr "falha em alocar espaço para a string do som" + +#~ msgid "no model for sound device" +#~ msgstr "não há modelo para o dispositivo de som" + +#~ msgid "too many boot devices" +#~ msgstr "há excesso de dispositivos de boot" + +#~ msgid "invalid input device" +#~ msgstr "dispositivo de entrada inválido" + #~ msgid "out of memory allocating return array" #~ msgstr "excedidos os limites da memória ao alocar o array de retorno" + #~ msgid "cannot allocate address" #~ msgstr "impossível alocar o endereço" + #~ msgid "Allowing PID %d running as root" #~ msgstr "Permissão para o PID %d ser executado como root" + #~ msgid "Failed parsing iscsiadm commands" #~ msgstr "Falha na análise dos comandos iscsiadm" + #~ msgid "Failed to find the sysfs path for %d:%d:%d:%d: %s" #~ msgstr "Falha em encontrar o caminho do sysfs para %d:%d:%d:%d: %s" + #~ msgid "Failed to find SCSI device for %d:%d:%d:%d: %s" #~ msgstr "Falha em encontrar o dispositivo SCSI para %d:%d:%d:%d: %s" - diff --git a/po/ro.po b/po/ro.po index c94d596d91..b0f327a746 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/ru.po b/po/ru.po index f510a8a5d4..84096a3da5 100644 --- a/po/ru.po +++ b/po/ru.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: ru\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-05-02 08:00+0300\n" "Last-Translator: \n" "Language-Team: \n" @@ -779,37 +779,37 @@ msgstr "" msgid "storage_vol not found" msgstr "Ð¸Ð¼Ñ Ñети или uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "назначение конфигурации" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "незавершенное чиÑло" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "Ð½ÐµÐ·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð½Ð°Ñ Ñтрока" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "ожидаетÑÑ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ðµ" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "ожидаетÑÑ Ñ€Ð°Ð·Ð´ÐµÐ»Ð¸Ñ‚ÐµÐ»ÑŒ ÑпиÑка" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "отÑутÑтвует ] в конце ÑпиÑка" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "ожидаетÑÑ Ð¸Ð¼Ñ" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "ожидаетÑÑ Ñ€Ð°Ð·Ð´ÐµÐ»Ð¸Ñ‚ÐµÐ»ÑŒ" @@ -817,17 +817,17 @@ msgstr "ожидаетÑÑ Ñ€Ð°Ð·Ð´ÐµÐ»Ð¸Ñ‚ÐµÐ»ÑŒ" msgid "expecting an assignment" msgstr "ожидаетÑÑ Ð¿Ñ€Ð¸Ñвоение" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "выделить новый буфер" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "ошибка Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ð¸Ñ Ñ„Ð°Ð¹Ð»Ð°" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "ошибка ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ñодержимого" @@ -1148,7 +1148,7 @@ msgstr "неизвеÑтный тип ОС %s" msgid "cannot extract disk devices" msgstr "Ðевозможно извлечь верÑию гипервизора, выполнÑющего %s\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "непредвиденный тип mime" @@ -1245,12 +1245,12 @@ msgstr "непредвиденный тип mime" msgid "unexpected char type %d" msgstr "непредвиденный тип mime" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "непредвиденный тип mime" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "непредвиденный тип mime" @@ -1654,22 +1654,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "ID домена или UUID" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "Ð¸Ð¼Ñ Ð½ÐµÐ°ÐºÑ‚Ð¸Ð²Ð½Ð¾Ð³Ð¾ домена" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "Ð¸Ð¼Ñ Ð½ÐµÐ°ÐºÑ‚Ð¸Ð²Ð½Ð¾Ð³Ð¾ домена" @@ -1734,7 +1734,7 @@ msgstr "Ошибка при переведении домена %s в ÑоÑто msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "ошибка запиÑи файла конфигурации: %s" @@ -1793,7 +1793,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "неизвеÑтный тип ОС %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1809,22 +1809,47 @@ msgstr "" msgid "no config file for %s" msgstr "ошибка ÑинтакÑиÑа файла конфигурации: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "невозможно подключитьÑÑ Ðº %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "невозможно подключитьÑÑ Ðº %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "разрешение имени файла домена" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "неверный аргумент %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "неверный аргумент %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "ошибка дейÑтвиÑ" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Ошибка при переведении домена %s в ÑоÑтоÑние ожиданиÑ" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "ошибка ÑинтакÑиÑа файла конфигурации: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "невозможно подключитьÑÑ Ðº %s" @@ -1861,10 +1886,10 @@ msgstr "Домен вÑе еще работает" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "невозможно подключитьÑÑ Ðº %s" @@ -1874,54 +1899,54 @@ msgstr "невозможно подключитьÑÑ Ðº %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "невозможно подключитьÑÑ Ðº %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "невозможно подключитьÑÑ Ðº %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "изменить чиÑло виртуальных процеÑÑоров" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Домен вÑе еще работает" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "невозможно подключитьÑÑ Ðº %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "неизвеÑтный тип ОС %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "невозможно подключитьÑÑ Ðº %s" @@ -1985,7 +2010,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Ошибка при переведении домена %s в ÑоÑтоÑние ожиданиÑ" @@ -2005,7 +2030,7 @@ msgstr "Сеть %s запущена\n" msgid "Network type %d is not supported" msgstr "Сеть %s запущена\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Ошибка при переведении домена %s в ÑоÑтоÑние ожиданиÑ" @@ -2045,627 +2070,632 @@ msgstr "неправильный указатель домена в" msgid "failed to allocate space for argv string" msgstr "ошибка Ð²Ñ‹Ð´ÐµÐ»ÐµÐ½Ð¸Ñ ÑƒÐ·Ð»Ð°" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "ошибка запиÑи файла конфигурации" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "ошибка разбора информации домена Xend" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Ошибка запуÑка Ñети %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Ошибка при переведении домена %s в ÑоÑтоÑние ожиданиÑ" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Ошибка отмены конфигурации Ñети %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "недоÑтаточно памÑти" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "недоÑтаточно памÑти" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Ошибка при переведении домена %s в ÑоÑтоÑние ожиданиÑ" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "ошибка запиÑи файла конфигурации" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "назначить новый контекÑÑ‚" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "ошибка при получении домена '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "ошибка дейÑтвиÑ" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Домен уже активен" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "ошибка запиÑи файла конфигурации" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "ошибка запиÑи файла конфигурации" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Ошибка при переведении домена %s в ÑоÑтоÑние ожиданиÑ" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "ошибка запиÑи файла конфигурации" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "ошибка при получении Ñети '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "ошибка запиÑи файла конфигурации" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "непредвиденный узел dict" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "ошибка Ð²Ñ‹Ð´ÐµÐ»ÐµÐ½Ð¸Ñ ÑƒÐ·Ð»Ð°" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Ошибка ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° %s в %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Ошибка ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° %s в %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Ошибка ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° %s в %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Ошибка ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° %s в %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Ошибка ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° %s в %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "ошибка Ð²Ñ‹Ð´ÐµÐ»ÐµÐ½Ð¸Ñ ÑƒÐ·Ð»Ð°" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Ошибка ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° %s в %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Ошибка ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° %s в %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Ошибка ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° %s в %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Ошибка ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° %s в %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Ошибка ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° %s в %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Домен уже активен" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "ошибка запиÑи файла конфигурации: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Ошибка при переведении домена %s в ÑоÑтоÑние ожиданиÑ" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Ошибка при переведении домена %s в ÑоÑтоÑние ожиданиÑ" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Ошибка при переведении домена %s в ÑоÑтоÑние ожиданиÑ" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "ошибка при попытке открыть %s Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Ошибка при переведении домена %s в ÑоÑтоÑние ожиданиÑ" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Ошибка при переведении домена %s в ÑоÑтоÑние ожиданиÑ" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "ошибка при получении Ñети '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "непредвиденный узел dict" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Ошибка при переведении домена %s в ÑоÑтоÑние ожиданиÑ" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "ошибка Ð²Ñ‹Ð´ÐµÐ»ÐµÐ½Ð¸Ñ ÑƒÐ·Ð»Ð°" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "ЗанÑто памÑти:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "домен %s уже ÑущеÑтвует" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "домен %s уже ÑущеÑтвует" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Домен вÑе еще работает" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "ошибка дейÑтвиÑ" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "ошибка дейÑтвиÑ" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "ошибка Ð²Ñ‹Ð´ÐµÐ»ÐµÐ½Ð¸Ñ ÑƒÐ·Ð»Ð°" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "Ð¸Ð¼Ñ Ð½ÐµÐ°ÐºÑ‚Ð¸Ð²Ð½Ð¾Ð³Ð¾ домена" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Ошибка при переведении домена %s в ÑоÑтоÑние ожиданиÑ" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "ошибка Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ UUID домена" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Ошибка Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ñокета %d\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Ошибка запиÑи Ñокета %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Ошибка запиÑи Ñокета %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "недоÑтаточно памÑти" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "ошибка дейÑтвиÑ" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "Ð¸Ð¼Ñ Ð½ÐµÐ°ÐºÑ‚Ð¸Ð²Ð½Ð¾Ð³Ð¾ домена" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "отменить определение неактивного домена" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Ошибка при переведении домена %s в ÑоÑтоÑние ожиданиÑ" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "ошибка Ð¾Ð±Ñ€Ð°Ñ‰ÐµÐ½Ð¸Ñ Ðº библиотеке, возможно не поддерживаетÑÑ" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Ошибка Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ñокета %d\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "загрузить файл определений домена" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "ÑпиÑок доменов узла" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "ошибка Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ð¸Ð· демона Xen" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Ошибка Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ñокета %d\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Ошибка Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ñокета %d\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Домен уже активен" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Ошибка Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ñокета %d\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Ошибка запуÑка домена %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Ошибка Ð²Ð¾Ð·Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ñ€Ð°Ð±Ð¾Ñ‚Ñ‹ домена %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "ошибка Ð²Ñ‹Ð´ÐµÐ»ÐµÐ½Ð¸Ñ ÑƒÐ·Ð»Ð°" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Ðевозможно извлечь верÑию гипервизора, выполнÑющего %s\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "непредвиденный тип mime" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "отменить определение неактивного домена" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "загрузка файла Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ Ñ…Ð¾Ñта" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "отменить определение неактивного домена" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "загрузка файла Ð¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ Ñ…Ð¾Ñта" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "отменить определение неактивного домена" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "Ð¸Ð¼Ñ Ð½ÐµÐ°ÐºÑ‚Ð¸Ð²Ð½Ð¾Ð³Ð¾ домена" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Ошибка ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° %s в %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Ошибка при переведении домена %s в ÑоÑтоÑние ожиданиÑ" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "неверный аргумент %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Домен воÑÑтановлен из %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "неверный аргумент %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "Ð¸Ð¼Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Домен уже активен" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ Ñети в XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "ошибка Ð²Ñ‹Ð´ÐµÐ»ÐµÐ½Ð¸Ñ ÑƒÐ·Ð»Ð°" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Ошибка ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° %s в %s" @@ -3182,62 +3212,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Ошибка при переведении домена %s в ÑоÑтоÑние ожиданиÑ" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3359,7 +3400,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3378,17 +3419,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Ошибка при переведении домена %s в ÑоÑтоÑние ожиданиÑ" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Ошибка при переведении домена %s в ÑоÑтоÑние ожиданиÑ" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3502,27 +3543,32 @@ msgstr "Ð¸Ð¼Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "Ð¸Ð¼Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "ошибка запиÑи файла конфигурации: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6114,8 +6160,8 @@ msgid "DATA" msgstr "ДÐÐÐЫЕ" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "заблокирован" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6756,7 +6802,7 @@ msgstr "Ð½ÐµÐ²ÐµÑ€Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°, domid должен msgid "domain information incomplete, missing uuid" msgstr "Ð½ÐµÐ¿Ð¾Ð»Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°, отÑутÑтвует uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "Ð½ÐµÐ¿Ð¾Ð»Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°, отÑутÑтвует имÑ" @@ -6819,206 +6865,206 @@ msgstr "непредвиденный узел dict" msgid "unknown graphics type '%s'" msgstr "неизвеÑтный тип ОС %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "Ð½ÐµÐ¿Ð¾Ð»Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°, отÑутÑтвует id" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "неизвеÑтный тип ОС %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "ошибка разбора информации домена Xend" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "ошибка ÑинтакÑиÑа файла конфигурации" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "ошибка разбора информации домена Xend" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Ошибка при переведении домена %s в ÑоÑтоÑние ожиданиÑ" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "непредвиденный тип mime" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "непредвиденный узел значений" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "памÑÑ‚ÑŒ узла" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "ошибка дейÑтвиÑ" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Ошибка отмены конфигурации домена %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "ошибка дейÑтвиÑ: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "ошибка Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ñ‚Ð¸Ð¿Ð° гипервизора" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "ошибка разбора информации домена Xend" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Ошибка ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð½ÐµÐ°ÐºÑ‚Ð¸Ð²Ð½Ð¾Ð³Ð¾ домена %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "Ð½ÐµÐ¿Ð¾Ð»Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°, отÑутÑтвует имÑ" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "неизвеÑтный узел" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "ошибка Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ñ‚Ð¸Ð¿Ð° гипервизора" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "Ð½ÐµÐ¿Ð¾Ð»Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°, отÑутÑтвует uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "Ð½ÐµÐ¿Ð¾Ð»Ð½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð´Ð¾Ð¼ÐµÐ½Ð°, отÑутÑтвует uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "неверный аргумент %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "ошибка при попытке открыть %s Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Ошибка при переведении домена %s в ÑоÑтоÑние ожиданиÑ" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "непредвиденный тип mime" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "непредвиденный тип mime" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "непредвиденный тип mime" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "непредвиденный узел значений" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "ÑпиÑок доменов узла" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "ошибка Ð¾Ð±Ñ€Ð°Ñ‰ÐµÐ½Ð¸Ñ Ðº библиотеке, возможно не поддерживаетÑÑ" @@ -7196,6 +7242,9 @@ msgstr "назначить новый контекÑÑ‚" msgid "failed to connect to Xen Store" msgstr "ошибка Ð¿Ð¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ðº Xen Store" +#~ msgid "blocked" +#~ msgstr "заблокирован" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "неверный аргумент %s" @@ -7272,10 +7321,6 @@ msgstr "ошибка Ð¿Ð¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ðº Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "ошибка запиÑи файла конфигурации: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "ошибка запиÑи файла конфигурации: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "ошибка Ð²Ñ‹Ð´ÐµÐ»ÐµÐ½Ð¸Ñ ÑƒÐ·Ð»Ð°" diff --git a/po/si.po b/po/si.po index c94d596d91..b0f327a746 100644 --- a/po/si.po +++ b/po/si.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/sk.po b/po/sk.po index c94d596d91..b0f327a746 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/sl.po b/po/sl.po index c94d596d91..b0f327a746 100644 --- a/po/sl.po +++ b/po/sl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/sq.po b/po/sq.po index c94d596d91..b0f327a746 100644 --- a/po/sq.po +++ b/po/sq.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/sr.po b/po/sr.po index 2fcd27d3f5..6fed16a784 100644 --- a/po/sr.po +++ b/po/sr.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt.HEAD.sr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2008-04-06 16:35+0200\n" "Last-Translator: Marko Mijatovic \n" "Language-Team: serbian \n" @@ -767,36 +767,36 @@ msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgid "storage_vol not found" msgstr "storage_vol није пронађен" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "додељујем подешавање" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "недовршен број" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "недовршена ниÑка" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "очекујем вредноÑÑ‚" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "очекујем разделник у ÑпиÑку" -#: src/conf.c:473 +#: src/conf.c:477 msgid "list is not closed with ]" msgstr "ÑпиÑак није затворен Ñа ]" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "очекујем име" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "очекујем разделник" @@ -804,16 +804,16 @@ msgstr "очекујем разделник" msgid "expecting an assignment" msgstr "очекујем доделу" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 msgid "allocate buffer" msgstr "заузми бафер" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "неуÑпело отварање датотеке" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "неуÑпело чување Ñадржаја" @@ -1130,7 +1130,7 @@ msgstr "непознат уређај за покретање '%s'" msgid "cannot extract disk devices" msgstr "не могу да издвојим изворне уређаје" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "Ðије подржана врÑта графике %s" @@ -1229,12 +1229,12 @@ msgstr "неочекивана врÑта домена %d" msgid "unexpected char type %d" msgstr "неочекивана врÑта домена %d" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "неочекивана врÑта домена %d" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "неочекивана врÑта домена %d" @@ -1628,20 +1628,20 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 msgid "no domain with matching uuid" msgstr "не поÑтоји домен који Ñе подудара Ñа uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 msgid "cannot delete active domain" msgstr "неуÑпело бриÑање активног домена" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "неуÑпело бриÑање активног домена" @@ -1706,7 +1706,7 @@ msgstr "не могу да утврдим датотеку '%s': %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, c-format msgid "cannot create log directory %s: %s" msgstr "не могу да направим директоријум дневника %s: %s" @@ -1765,7 +1765,7 @@ msgstr "ПроÑлеђујем захтев, али није обезбеђен msgid "unknown forwarding type '%s'" msgstr "непозната врÑта ауторизације %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1782,19 +1782,44 @@ msgstr "" msgid "no config file for %s" msgstr "не поÑтоји датотека подешавања за %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "не могу да рашчланим УРИ везе" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "не могу да рашчланим УРИ везе" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "разрешавам мрежно име датотеке" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "неиÑправна MAC адреÑа" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC адреÑа" + +#: src/openvz_conf.c:327 msgid "popen failed" msgstr "popen није уÑпео" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 msgid "Failed to parse vzlist output" msgstr "ÐуÑпешно рашчлањавање vzlist излаза" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 msgid "UUID in config file malformed" msgstr "UUID је лоше обликован у датотеци подешавања" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "не могу да рашчланим УРИ везе" @@ -1831,10 +1856,10 @@ msgstr "домен није у радном Ñтању" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "не могу да Ñе повежем Ñа %s" @@ -1844,53 +1869,53 @@ msgstr "не могу да Ñе повежем Ñа %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "Већ је активан OPENVZ VM Ñа id-ом'%s'" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "не могу да рашчланим УРИ везе" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "не могу да Ñе повежем Ñа %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "промени број виртуелних CPU-а" #: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +#, fuzzy, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "Већ је дефиниÑан OPENVZ VM Ñа id-ом '%d'" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "нема домена који Ñе поклапају Ñа id-ом" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 msgid "domain is not in shutoff state" msgstr "домен није у Ñтању гашења" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "не могу да рашчланим УРИ везе" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "непозната врÑта ауторизације %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "не могу да рашчланим УРИ везе" @@ -1954,7 +1979,7 @@ msgstr "Ðеочекиван ÑÑ‚Ð°Ñ‚ÑƒÑ Ð¸Ð·Ð»Ð°Ñка из qemu %d pid %lu" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "Ðеочекивани ÑÑ‚Ð°Ñ‚ÑƒÑ Ð¸Ð·Ð»Ð°Ñка '%d', qemu вероватно није уÑпео" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Ðе могу да пронађем QEMU binary %s: %s" @@ -1974,7 +1999,7 @@ msgstr "Мрежа %s није активна" msgid "Network type %d is not supported" msgstr "Ð’Ñ€Ñта мреже %d није подржана" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, c-format msgid "cannot initialize bridge support: %s" msgstr "није могуће покренути подршку моÑта: %s" @@ -2012,47 +2037,47 @@ msgstr "неиÑправан назив домена" msgid "failed to allocate space for argv string" msgstr "неуÑпело заузимање проÑтора за argv низ знакова" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "ÐиÑам уÑпео да поÑтавим close-on-exec заÑтавицу опиÑника датотека" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "ÐиÑам уÑпео да поÑтавим non-blocking заÑтавицу опиÑника датотека" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "ÐеуÑпело аутоматÑко покретање мреже '%s': %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "ÐеуÑпело аутоматÑко покретање VM-а '%s': %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "ÐиÑам уÑпео да пронађем Ð·Ð°Ð¿Ð¸Ñ ÐºÐ¾Ñ€Ð¸Ñника за uid '%d': %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "нема довољно меморије у asprintf" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "qemudStartup: нема довољно меморије" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 #, fuzzy msgid "Reloading iptables rules\n" msgstr "Поново учитавам iptables правила" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" @@ -2061,568 +2086,573 @@ msgstr "" "QEMU је изашао током %s покретања\n" "%s" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "ÐеуÑпех током читања %s излаза покретања: %s" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "Време је иÑтекло током читања %s излаза покретања" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "ÐеуÑпех током читања %s излаза покретања" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "ÐеÑтало је проÑтора током читања %s излаза покретања" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, c-format msgid "Unable to open monitor path %s" msgstr "Ðије могуће отворити путању надгледања %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "Ðије могуће поÑтавити заÑтавицу за надгледање затварања-при-извршавању" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "Ðије могуће поÑтавити надгледање у неблокирајући режим" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "Ðије могуће пратити податке VM конзоле: %s" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "додели dict" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "неуÑпело добављање домена „%s“" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 msgid "resume operation failed" msgstr "неуÑпео наÑтавак операције" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 msgid "VM is already active" msgstr "VM је већ активан" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "Ðије могуће пронаћи VNC прикључак који Ñе не кориÑти" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "путања конфигурационе датотеке је предуга: %s/%s.log" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, c-format msgid "failed to create logfile %s: %s" msgstr "неуÑпело прављење датотеке дневника %s: %s" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "" "Ðије могуће поÑтавити датотеку дневника VM заÑтавицце за затвори-при-" "извршавању %s" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Ðе могу да пронађем QEMU binary %s: %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "Ðије могуће пиÑати argv у датотеку дневника %d: %s" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "ГаÑим VM '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "Ðије могуће затворити датотеку дневника %d: %s" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "Добио Ñам неочекивани pid, доврага" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 msgid "failed to allocate space for dnsmasq argv" msgstr "неуÑпело заузимање проÑтора за dnsmasq argv" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "не могу да покренем ÑиÑтемÑку уÑлугу без IP адреÑе за Ñервер" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "неуÑпело додавање правила ip табела за дозволу пролаÑка из '%s' : %s\n" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "неуÑпело додавање правила ip табела за дозволу пролаÑка до '%s' : %s\n" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "неуÑпело додавање правила ip табела за омогућавање маÑкирања: %s\n" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "неуÑпело додавање правила ip табела за дозволу рутирања од '%s' : %s\n" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "неуÑпело додавање правила ip табела за дозволу рутирања до '%s' : %s\n" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 msgid "failed to allocate space for IP tables support" msgstr "неуÑпело заузимање проÑтора за подршку IP табелама" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "" "неуÑпело додавање правила ip табела за дозволу DHCP захтева од '%s' : %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "" "неуÑпело додавање правила ip табела за дозволу DNS захтева од '%s' : %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "" "неуÑпело додавање правила ip табела за забрану излазног Ñаобраћаја од '%s' : " "%s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "" "неуÑпело додавање правила ip табела за забрану улазног Ñаобраћаја до '%s' : %" "s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "" "неуÑпело додавање правила ip табела за дозволу Ñаобраћаја преко укрштеног " "моÑта на '%s' : %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 msgid "network is already active" msgstr "мрежа је већ активна" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, c-format msgid "cannot create bridge '%s' : %s" msgstr "не могу да направим моÑÑ‚ '%s' : %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "не могу да поÑтавим IP адреÑу на моÑту '%s' до '%s' : %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "не могу да поÑтавим мрежну маÑку на моÑту '%s' до '%s' : %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "неуÑпело подизање моÑта '%s' : %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, c-format msgid "failed to enable IP forwarding : %s" msgstr "неуÑпело омогућавање IP проÑлеђивања : %s" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "ÐеуÑпело Ñпуштање моÑта '%s' : %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "ÐеуÑпело бриÑање моÑта '%s' : %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "ИÑкључујем мрежу '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "Примљен неочекиван pid за dnsmasq" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "ниÑам уÑпео да отворим tty %s: %s\n" + +#: src/qemu_driver.c:1859 msgid "failed to allocate space for capabilities support" msgstr "неуÑпело додељивање проÑтора за подршку могућноÑтима" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 #, fuzzy msgid "NUMA not supported on this host" msgstr "Servname није подржан за ai_socktype" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Ñлободна NUMA меморија" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "домен %s већ поÑтоји" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "домен %s већ поÑтоји" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "нема домена који Ñе поклапа Ñа id %d" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 msgid "domain is not running" msgstr "домен Ñе не извршава" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 msgid "suspend operation failed" msgstr "неуÑпела обуÑтава домена" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 msgid "shutdown operation failed" msgstr "неуÑпешно гашење операције" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 msgid "failed to allocate space for ostype" msgstr "неуÑпело додељивање проÑтора за ostype" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "нема домена који Ñе подудара Ñа uuid '%s'" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "не могу да поÑтавим макÑималну меморију мању од тренутне меморије" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 msgid "cannot set memory of an active domain" msgstr "не могу да поÑтавим меморију активног домена" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "не могу да поÑтавим меморију већу од макÑималне меморије" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 msgid "failed to pause domain" msgstr "неуÑпело паузирање домена" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 msgid "failed to get domain xml" msgstr "неуÑпело добављање xml-а домена" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, c-format msgid "failed to create '%s'" msgstr "неуÑпело прављење '%s'" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 msgid "failed to write save header" msgstr "неуÑпело упиÑивање чувања заглавља" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 msgid "failed to write xml" msgstr "неуÑпело упиÑивање xml-а" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "неÑтало меморије" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 msgid "migrate operation failed" msgstr "операција прелаÑка није уÑпела" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 #, fuzzy msgid "'migrate' not supported by this qemu" msgstr "'info blockstats' није подржан од Ñтране овог qemu-а" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "не могу да поÑтавим меморију активног домена" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "не могу да прикачим уређај на неактивни домен" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "не могу да поÑтавим влаÑника датотеке „%s“: %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "ai_family није подржана" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "не могу да преузмем контекÑÑ‚ датотеке од %s: %s" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "не могу да прочитам дефиницију XML домена" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 msgid "cannot read domain image" msgstr "не могу да прочитам Ñлику домена" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 msgid "failed to read qemu header" msgstr "неуÑпело читање qemu заглавља" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "magic Ñлике није иÑправан" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "верзија Ñлике није подржана (%d > %d)" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 msgid "failed to read XML" msgstr "неуÑпело читање XML-а" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 msgid "failed to parse XML" msgstr "неуÑпело рашчлањивање XML-а" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, c-format msgid "domain is already active as '%s'" msgstr "домен је већ активан као '%s'" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 msgid "failed to assign new VM" msgstr "неуÑпело додељивање новог VM" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 msgid "failed to start VM" msgstr "неуÑпело покретање VM" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 msgid "failed to resume domain" msgstr "неуÑпело наÑтављање домена" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 msgid "failed to allocate space for VM name string" msgstr "неуÑпело заузимање проÑтора за низ знакова VM назива" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "не могу да издвојим изворне уређаје" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "Ðије подржана врÑта графике %s" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "не могу да променим cdrom медијум" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 #, fuzzy msgid "changing cdrom media failed" msgstr "не могу да променим cdrom медијум" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "не могу да издвојим изворне уређаје" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "учитавам датотеку дефиниције домаћина" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "не могу да издвојим изворне уређаје" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "учитавам датотеку дефиниције домаћина" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 msgid "cannot attach device on inactive domain" msgstr "не могу да прикачим уређај на неактивни домен" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 #, fuzzy msgid "this device type cannot be attached" msgstr "једино уређаји CDROM диÑка могу бити прикачени" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "не могу да поÑтавим меморију активног домена" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "ÐеуÑпело прављење Ñимболичке везе '%s' ка '%s': %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, c-format msgid "Failed to delete symlink '%s': %s" msgstr "ÐеуÑпело бриÑање Ñимболичке везе '%s': %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, c-format msgid "invalid path: %s" msgstr "неиÑправна путања: %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "'info blockstats' команда није уÑпела" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "'info blockstats' није подржан од Ñтране овог qemu-а" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, c-format msgid "device not found: %s (%s)" msgstr "уређај није пронађен: %s (%s)" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "NULL или празна путања" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "неиÑправна путања, '%s' је непознато окружење" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "неиÑправна путања: %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "'info blockstats' команда није уÑпела" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "нема мреже која Ñе подудара Ñа uuid" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "нема мреже која Ñе подудара Ñа називом" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "мрежа је већ активна" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 msgid "no network with matching id" msgstr "нема мреже која Ñе подудара Ñа id-ом" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 msgid "failed to allocate space for network bridge string" msgstr "неуÑпело заузимање проÑтора за низ знакова мрежног моÑта" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "ÐеуÑпело прављење Ñимболичке везе '%s' ка '%s': %s" @@ -3137,61 +3167,72 @@ msgstr "не-нула ÑÑ‚Ð°Ñ‚ÑƒÑ Ð¸Ð·Ð»Ð°Ð·Ð° команде %d" msgid "%s not implemented on Win32" msgstr "%s: није реализовано" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "формат резервоара није подржан %s" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "формат резервоара није подржан %d" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "формат диÑка није подржан %s" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "формат диÑка није подржан %d" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "диÑк" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "опÑези диÑка" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "не могу да рашчланим меÑто почетка уређаја" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "не могу да рашчланим меÑто завршетка уређаја" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "опÑези" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "нема довољно великог Ñлободног опÑега" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" -msgstr "Складишта диÑкова ниÑу још подржана" +#: src/storage_backend_disk.c:502 +#, fuzzy, c-format +msgid "Couldn't read volume target path '%s'. %s" +msgstr "не могу да направим путању '%s': %s" + +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "не могу да прочитам заглавље '%s': %s" #: src/storage_backend_fs.c:358 #, c-format @@ -3310,7 +3351,7 @@ msgid "cannot extend file '%s': %s" msgstr "не могу да проширим датотеку '%s': %s" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "не могу да прочитам путању '%s': %s" @@ -3329,17 +3370,17 @@ msgstr "врÑта диÑка за Ñкладиштење није подржа msgid "creation of non-raw images is not supported without qemu-img" msgstr "прављење не-Ñирових Ñлика није подржано без qemu-img" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, c-format msgid "cannot set file owner '%s': %s" msgstr "не могу да поÑтавим влаÑника датотеке „%s“: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, c-format msgid "cannot set file mode '%s': %s" msgstr "не могу да поÑтавим режим датотеке „%s“: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "не могу да затворим датотеку '%s': %s" @@ -3451,26 +3492,31 @@ msgstr "'info blockstats' команда није уÑпела" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 msgid "command line" msgstr "командна линија" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "не могу да отворим уређај %s" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "не могу да обришем заглавље уређаја %s" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "не могу да затворим уређај %s" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "не могу да прочитам директоријум %s: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "не могу да пронађем уређај који је Ñкоро направљен '%s':%s" @@ -5961,8 +6007,9 @@ msgid "DATA" msgstr "ПОДÐЦИ" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "блокирано" +#, fuzzy +msgid "idle" +msgstr "датотека" #: src/virsh.c:6294 msgid "paused" @@ -6586,7 +6633,7 @@ msgstr "подаци о домену Ñу нетачни или domid није msgid "domain information incomplete, missing uuid" msgstr "непотпуни подаци о домену, недоÑтаје uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "непотпуни подаци о домену, недоÑтаје име" @@ -6651,87 +6698,87 @@ msgstr "неочекиван dict чвор" msgid "unknown graphics type '%s'" msgstr "непозната врÑта ауторизације %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "непотпуни подаци о домену, недоÑтаје ид" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "непозната врÑта ОС-а %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 msgid "failed to parse topology information" msgstr "неуÑпело тумачење података о топологији" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 msgid "topology syntax error" msgstr "ÑинтакÑна грешка топологије" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "неуÑпело тумачење података о Xend домену" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 #, fuzzy msgid "xenDaemonDomainFetch failed to find this domain" msgstr "xenDaemonDomainDumpXMLByName није уÑпео да пронађе овај домен" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "ниÑам уÑпео да изградим Ñкладиште %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "врÑта уређаја за ÑƒÐ½Ð¾Ñ %s није подржана" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 #, fuzzy msgid "xenDaemonGetAutostart failed to find this domain" msgstr "xenDaemonDomainDumpXMLByID није уÑпео да пронађе овај домен" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 #, fuzzy msgid "xenDaemonSetAutostart failed to find this domain" msgstr "xenDaemonDomainDumpXMLByID није уÑпео да пронађе овај домен" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "неочекиван чвор вредноÑти" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "меморија чвора" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "неуÑпела радња" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "ÐеуÑпело укидање дефиниције Ñкладишта %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "неуÑпела радња: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "неуÑпело добављање имена домаћина" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" @@ -6739,7 +6786,7 @@ msgstr "" "xenDaemonDomainMigrate: Xen не подржава промену имена домена приликом " "премештања" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" @@ -6747,109 +6794,109 @@ msgstr "" "xenDaemonDomainMigrate: Xen не подржава ограничавање пропуÑног опÑега " "приликом премештања" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "xenDaemonDomainMigrate: заÑтавица није подржана" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "xenDaemonDomainMigrate: неиÑправан URI" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "xenDaemonDomainMigrate: Xen подржава Ñамо xenmigr:// премештања" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "xenDaemonDomainMigrate: име домаћина мора бити наведено у URI-ју" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "strdup није уÑпео" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "xenDaemonDomainMigrate: неиÑправан број порта" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 msgid "failed to parse domain description" msgstr "неуÑпелорашчлањење опиÑа домена" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "ÐеуÑпело прављење не активираног домена %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "није подржано у xendConfigVersion < 4" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 msgid "node information incomplete, missing scheduler name" msgstr "непотпуни подаци о чвору, недоÑтаје назив планера" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 msgid "Unknown scheduler" msgstr "Ðепознат планер" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 msgid "Failed to get a scheduler name" msgstr "ÐеуÑпело прибављање назива планера" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 msgid "domain information incomplete, missing cpu_weight" msgstr "непотпуни подаци о домену, недоÑтаје cpu_weight" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 msgid "domain information incomplete, missing cpu_cap" msgstr "непотпуни подаци о домену, недоÑтаје cpu_cap" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 #, fuzzy msgid "domainBlockPeek is not supported for dom0" msgstr "ai_socktype није подржан" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "неиÑправна путања: %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "неуÑпело отварање %s за читање" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "ÐиÑам уÑпео да затворим pid датотеку '%s': %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "неочекивана врÑта домена %d" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "неочекивана mime врÑта" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "врÑта диÑка за Ñкладиштење није подржана %d" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "неочекиван чвор вредноÑти" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 msgid "no HVM domain loader" msgstr "нема програма за учитавање HVM домена" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "ai_socktype није подржан" @@ -7018,6 +7065,12 @@ msgstr "заузми нови контекÑÑ‚" msgid "failed to connect to Xen Store" msgstr "неуÑпело повезивање Ñа Xen Ñкладиштем" +#~ msgid "Disk pools are not yet supported" +#~ msgstr "Складишта диÑкова ниÑу још подржана" + +#~ msgid "blocked" +#~ msgstr "блокирано" + #, fuzzy #~ msgid "Domain config filename '%s' does not match domain name '%s'" #~ msgstr "" @@ -7119,10 +7172,6 @@ msgstr "неуÑпело повезивање Ñа Xen Ñкладиштем" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "неуÑпело упиÑивање датотеке подешавања %s: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "не могу да прочитам директоријум %s: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "неуÑпело заузимање проÑтора за улазни низ знакова" diff --git a/po/sr@latin.po b/po/sr@latin.po index 98087412d1..0a19ac2f34 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt.HEAD.sr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2008-04-06 16:35+0200\n" "Last-Translator: Marko Mijatovic \n" "Language-Team: serbian \n" @@ -767,36 +767,36 @@ msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgid "storage_vol not found" msgstr "storage_vol nije pronaÄ‘en" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "dodeljujem podeÅ¡avanje" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "nedovrÅ¡en broj" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "nedovrÅ¡ena niska" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "oÄekujem vrednost" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "oÄekujem razdelnik u spisku" -#: src/conf.c:473 +#: src/conf.c:477 msgid "list is not closed with ]" msgstr "spisak nije zatvoren sa ]" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "oÄekujem ime" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "oÄekujem razdelnik" @@ -804,16 +804,16 @@ msgstr "oÄekujem razdelnik" msgid "expecting an assignment" msgstr "oÄekujem dodelu" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 msgid "allocate buffer" msgstr "zauzmi bafer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "neuspelo otvaranje datoteke" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "neuspelo Äuvanje sadržaja" @@ -1130,7 +1130,7 @@ msgstr "nepoznat ureÄ‘aj za pokretanje '%s'" msgid "cannot extract disk devices" msgstr "ne mogu da izdvojim izvorne ureÄ‘aje" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "Nije podržana vrsta grafike %s" @@ -1229,12 +1229,12 @@ msgstr "neoÄekivana vrsta domena %d" msgid "unexpected char type %d" msgstr "neoÄekivana vrsta domena %d" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "neoÄekivana vrsta domena %d" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "neoÄekivana vrsta domena %d" @@ -1628,20 +1628,20 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 msgid "no domain with matching uuid" msgstr "ne postoji domen koji se podudara sa uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 msgid "cannot delete active domain" msgstr "neuspelo brisanje aktivnog domena" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "neuspelo brisanje aktivnog domena" @@ -1706,7 +1706,7 @@ msgstr "ne mogu da utvrdim datoteku '%s': %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, c-format msgid "cannot create log directory %s: %s" msgstr "ne mogu da napravim direktorijum dnevnika %s: %s" @@ -1765,7 +1765,7 @@ msgstr "ProsleÄ‘ujem zahtev, ali nije obezbeÄ‘ena IPv4 adresa/mrežna maska" msgid "unknown forwarding type '%s'" msgstr "nepoznata vrsta autorizacije %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1782,19 +1782,44 @@ msgstr "" msgid "no config file for %s" msgstr "ne postoji datoteka podeÅ¡avanja za %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "ne mogu da raÅ¡Älanim URI veze" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "ne mogu da raÅ¡Älanim URI veze" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "razreÅ¡avam mrežno ime datoteke" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "neispravna MAC adresa" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC adresa" + +#: src/openvz_conf.c:327 msgid "popen failed" msgstr "popen nije uspeo" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 msgid "Failed to parse vzlist output" msgstr "NuspeÅ¡no raÅ¡Älanjavanje vzlist izlaza" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 msgid "UUID in config file malformed" msgstr "UUID je loÅ¡e oblikovan u datoteci podeÅ¡avanja" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "ne mogu da raÅ¡Älanim URI veze" @@ -1831,10 +1856,10 @@ msgstr "domen nije u radnom stanju" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "ne mogu da se povežem sa %s" @@ -1844,53 +1869,53 @@ msgstr "ne mogu da se povežem sa %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "Već je aktivan OPENVZ VM sa id-om'%s'" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "ne mogu da raÅ¡Älanim URI veze" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "ne mogu da se povežem sa %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "promeni broj virtuelnih CPU-a" #: src/openvz_driver.c:517 -#, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +#, fuzzy, c-format +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "Već je definisan OPENVZ VM sa id-om '%d'" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "nema domena koji se poklapaju sa id-om" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 msgid "domain is not in shutoff state" msgstr "domen nije u stanju gaÅ¡enja" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "ne mogu da raÅ¡Älanim URI veze" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "nepoznata vrsta autorizacije %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "ne mogu da raÅ¡Älanim URI veze" @@ -1954,7 +1979,7 @@ msgstr "NeoÄekivan status izlaska iz qemu %d pid %lu" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "NeoÄekivani status izlaska '%d', qemu verovatno nije uspeo" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Ne mogu da pronaÄ‘em QEMU binary %s: %s" @@ -1974,7 +1999,7 @@ msgstr "Mreža %s nije aktivna" msgid "Network type %d is not supported" msgstr "Vrsta mreže %d nije podržana" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, c-format msgid "cannot initialize bridge support: %s" msgstr "nije moguće pokrenuti podrÅ¡ku mosta: %s" @@ -2012,47 +2037,47 @@ msgstr "neispravan naziv domena" msgid "failed to allocate space for argv string" msgstr "neuspelo zauzimanje prostora za argv niz znakova" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "Nisam uspeo da postavim close-on-exec zastavicu opisnika datoteka" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "Nisam uspeo da postavim non-blocking zastavicu opisnika datoteka" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Neuspelo automatsko pokretanje mreže '%s': %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Neuspelo automatsko pokretanje VM-a '%s': %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Nisam uspeo da pronaÄ‘em zapis korisnika za uid '%d': %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "nema dovoljno memorije u asprintf" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "qemudStartup: nema dovoljno memorije" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 #, fuzzy msgid "Reloading iptables rules\n" msgstr "Ponovo uÄitavam iptables pravila" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" @@ -2061,573 +2086,578 @@ msgstr "" "QEMU je izaÅ¡ao tokom %s pokretanja\n" "%s" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "Neuspeh tokom Äitanja %s izlaza pokretanja: %s" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "Vreme je isteklo tokom Äitanja %s izlaza pokretanja" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "Neuspeh tokom Äitanja %s izlaza pokretanja" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "Nestalo je prostora tokom Äitanja %s izlaza pokretanja" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, c-format msgid "Unable to open monitor path %s" msgstr "Nije moguće otvoriti putanju nadgledanja %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" "Nije moguće postaviti zastavicu za nadgledanje zatvaranja-pri-izvrÅ¡avanju" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "Nije moguće postaviti nadgledanje u neblokirajući režim" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "Nije moguće pratiti podatke VM konzole: %s" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "dodeli dict" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "neuspelo dobavljanje domena „%s“" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 msgid "resume operation failed" msgstr "neuspeo nastavak operacije" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 msgid "VM is already active" msgstr "VM je već aktivan" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "Nije moguće pronaći VNC prikljuÄak koji se ne koristi" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "putanja konfiguracione datoteke je preduga: %s/%s.log" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, c-format msgid "failed to create logfile %s: %s" msgstr "neuspelo pravljenje datoteke dnevnika %s: %s" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "" "Nije moguće postaviti datoteku dnevnika VM zastavicce za zatvori-pri-" "izvrÅ¡avanju %s" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Ne mogu da pronaÄ‘em QEMU binary %s: %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "Nije moguće pisati argv u datoteku dnevnika %d: %s" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "Gasim VM '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "Nije moguće zatvoriti datoteku dnevnika %d: %s" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "Dobio sam neoÄekivani pid, dovraga" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 msgid "failed to allocate space for dnsmasq argv" msgstr "neuspelo zauzimanje prostora za dnsmasq argv" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "ne mogu da pokrenem sistemsku uslugu bez IP adrese za server" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "" "neuspelo dodavanje pravila ip tabela za dozvolu prolaska iz '%s' : %s\n" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "" "neuspelo dodavanje pravila ip tabela za dozvolu prolaska do '%s' : %s\n" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "neuspelo dodavanje pravila ip tabela za omogućavanje maskiranja: %s\n" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "" "neuspelo dodavanje pravila ip tabela za dozvolu rutiranja od '%s' : %s\n" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "" "neuspelo dodavanje pravila ip tabela za dozvolu rutiranja do '%s' : %s\n" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 msgid "failed to allocate space for IP tables support" msgstr "neuspelo zauzimanje prostora za podrÅ¡ku IP tabelama" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "" "neuspelo dodavanje pravila ip tabela za dozvolu DHCP zahteva od '%s' : %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "" "neuspelo dodavanje pravila ip tabela za dozvolu DNS zahteva od '%s' : %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "" "neuspelo dodavanje pravila ip tabela za zabranu izlaznog saobraćaja od '%" "s' : %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "" "neuspelo dodavanje pravila ip tabela za zabranu ulaznog saobraćaja do '%s' : " "%s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "" "neuspelo dodavanje pravila ip tabela za dozvolu saobraćaja preko ukrÅ¡tenog " "mosta na '%s' : %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 msgid "network is already active" msgstr "mreža je već aktivna" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, c-format msgid "cannot create bridge '%s' : %s" msgstr "ne mogu da napravim most '%s' : %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "ne mogu da postavim IP adresu na mostu '%s' do '%s' : %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "ne mogu da postavim mrežnu masku na mostu '%s' do '%s' : %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "neuspelo podizanje mosta '%s' : %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, c-format msgid "failed to enable IP forwarding : %s" msgstr "neuspelo omogućavanje IP prosleÄ‘ivanja : %s" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Neuspelo spuÅ¡tanje mosta '%s' : %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Neuspelo brisanje mosta '%s' : %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "IskljuÄujem mrežu '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "Primljen neoÄekivan pid za dnsmasq" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "nisam uspeo da otvorim tty %s: %s\n" + +#: src/qemu_driver.c:1859 msgid "failed to allocate space for capabilities support" msgstr "neuspelo dodeljivanje prostora za podrÅ¡ku mogućnostima" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 #, fuzzy msgid "NUMA not supported on this host" msgstr "Servname nije podržan za ai_socktype" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "slobodna NUMA memorija" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domen %s već postoji" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domen %s već postoji" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "nema domena koji se poklapa sa id %d" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 msgid "domain is not running" msgstr "domen se ne izvrÅ¡ava" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 msgid "suspend operation failed" msgstr "neuspela obustava domena" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 msgid "shutdown operation failed" msgstr "neuspeÅ¡no gaÅ¡enje operacije" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 msgid "failed to allocate space for ostype" msgstr "neuspelo dodeljivanje prostora za ostype" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "nema domena koji se podudara sa uuid '%s'" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "ne mogu da postavim maksimalnu memoriju manju od trenutne memorije" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 msgid "cannot set memory of an active domain" msgstr "ne mogu da postavim memoriju aktivnog domena" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "ne mogu da postavim memoriju veću od maksimalne memorije" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 msgid "failed to pause domain" msgstr "neuspelo pauziranje domena" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 msgid "failed to get domain xml" msgstr "neuspelo dobavljanje xml-a domena" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, c-format msgid "failed to create '%s'" msgstr "neuspelo pravljenje '%s'" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 msgid "failed to write save header" msgstr "neuspelo upisivanje Äuvanja zaglavlja" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 msgid "failed to write xml" msgstr "neuspelo upisivanje xml-a" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "nestalo memorije" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 msgid "migrate operation failed" msgstr "operacija prelaska nije uspela" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 #, fuzzy msgid "'migrate' not supported by this qemu" msgstr "'info blockstats' nije podržan od strane ovog qemu-a" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "ne mogu da postavim memoriju aktivnog domena" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "ne mogu da prikaÄim ureÄ‘aj na neaktivni domen" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "ne mogu da postavim vlasnika datoteke „%s“: %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "ai_family nije podržana" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "ne mogu da preuzmem kontekst datoteke od %s: %s" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "ne mogu da proÄitam definiciju XML domena" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 msgid "cannot read domain image" msgstr "ne mogu da proÄitam sliku domena" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 msgid "failed to read qemu header" msgstr "neuspelo Äitanje qemu zaglavlja" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "magic slike nije ispravan" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "verzija slike nije podržana (%d > %d)" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 msgid "failed to read XML" msgstr "neuspelo Äitanje XML-a" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 msgid "failed to parse XML" msgstr "neuspelo raÅ¡Älanjivanje XML-a" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, c-format msgid "domain is already active as '%s'" msgstr "domen je već aktivan kao '%s'" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 msgid "failed to assign new VM" msgstr "neuspelo dodeljivanje novog VM" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 msgid "failed to start VM" msgstr "neuspelo pokretanje VM" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 msgid "failed to resume domain" msgstr "neuspelo nastavljanje domena" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 msgid "failed to allocate space for VM name string" msgstr "neuspelo zauzimanje prostora za niz znakova VM naziva" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "ne mogu da izdvojim izvorne ureÄ‘aje" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "Nije podržana vrsta grafike %s" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "ne mogu da promenim cdrom medijum" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 #, fuzzy msgid "changing cdrom media failed" msgstr "ne mogu da promenim cdrom medijum" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "ne mogu da izdvojim izvorne ureÄ‘aje" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "uÄitavam datoteku definicije domaćina" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "ne mogu da izdvojim izvorne ureÄ‘aje" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "uÄitavam datoteku definicije domaćina" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 msgid "cannot attach device on inactive domain" msgstr "ne mogu da prikaÄim ureÄ‘aj na neaktivni domen" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 #, fuzzy msgid "this device type cannot be attached" msgstr "jedino ureÄ‘aji CDROM diska mogu biti prikaÄeni" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "ne mogu da postavim memoriju aktivnog domena" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Neuspelo pravljenje simboliÄke veze '%s' ka '%s': %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Neuspelo brisanje simboliÄke veze '%s': %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, c-format msgid "invalid path: %s" msgstr "neispravna putanja: %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "'info blockstats' komanda nije uspela" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "'info blockstats' nije podržan od strane ovog qemu-a" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, c-format msgid "device not found: %s (%s)" msgstr "ureÄ‘aj nije pronaÄ‘en: %s (%s)" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "NULL ili prazna putanja" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "neispravna putanja, '%s' je nepoznato okruženje" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "neispravna putanja: %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "'info blockstats' komanda nije uspela" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "nema mreže koja se podudara sa uuid" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "nema mreže koja se podudara sa nazivom" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "mreža je već aktivna" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 msgid "no network with matching id" msgstr "nema mreže koja se podudara sa id-om" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 msgid "failed to allocate space for network bridge string" msgstr "neuspelo zauzimanje prostora za niz znakova mrežnog mosta" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Neuspelo pravljenje simboliÄke veze '%s' ka '%s': %s" @@ -3142,61 +3172,72 @@ msgstr "ne-nula status izlaza komande %d" msgid "%s not implemented on Win32" msgstr "%s: nije realizovano" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "format rezervoara nije podržan %s" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "format rezervoara nije podržan %d" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "format diska nije podržan %s" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "format diska nije podržan %d" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "disk" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "opsezi diska" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "ne mogu da raÅ¡Älanim mesto poÄetka ureÄ‘aja" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "ne mogu da raÅ¡Älanim mesto zavrÅ¡etka ureÄ‘aja" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "opsezi" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "nema dovoljno velikog slobodnog opsega" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" -msgstr "SkladiÅ¡ta diskova nisu joÅ¡ podržana" +#: src/storage_backend_disk.c:502 +#, fuzzy, c-format +msgid "Couldn't read volume target path '%s'. %s" +msgstr "ne mogu da napravim putanju '%s': %s" + +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "ne mogu da proÄitam zaglavlje '%s': %s" #: src/storage_backend_fs.c:358 #, c-format @@ -3315,7 +3356,7 @@ msgid "cannot extend file '%s': %s" msgstr "ne mogu da proÅ¡irim datoteku '%s': %s" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "ne mogu da proÄitam putanju '%s': %s" @@ -3334,17 +3375,17 @@ msgstr "vrsta diska za skladiÅ¡tenje nije podržana %d" msgid "creation of non-raw images is not supported without qemu-img" msgstr "pravljenje ne-sirovih slika nije podržano bez qemu-img" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, c-format msgid "cannot set file owner '%s': %s" msgstr "ne mogu da postavim vlasnika datoteke „%s“: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, c-format msgid "cannot set file mode '%s': %s" msgstr "ne mogu da postavim režim datoteke „%s“: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "ne mogu da zatvorim datoteku '%s': %s" @@ -3456,26 +3497,31 @@ msgstr "'info blockstats' komanda nije uspela" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 msgid "command line" msgstr "komandna linija" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "ne mogu da otvorim ureÄ‘aj %s" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "ne mogu da obriÅ¡em zaglavlje ureÄ‘aja %s" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "ne mogu da zatvorim ureÄ‘aj %s" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "ne mogu da proÄitam direktorijum %s: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "ne mogu da pronaÄ‘em ureÄ‘aj koji je skoro napravljen '%s':%s" @@ -5966,8 +6012,9 @@ msgid "DATA" msgstr "PODACI" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blokirano" +#, fuzzy +msgid "idle" +msgstr "datoteka" #: src/virsh.c:6294 msgid "paused" @@ -6591,7 +6638,7 @@ msgstr "podaci o domenu su netaÄni ili domid nije brojÄan" msgid "domain information incomplete, missing uuid" msgstr "nepotpuni podaci o domenu, nedostaje uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "nepotpuni podaci o domenu, nedostaje ime" @@ -6656,87 +6703,87 @@ msgstr "neoÄekivan dict Ävor" msgid "unknown graphics type '%s'" msgstr "nepoznata vrsta autorizacije %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "nepotpuni podaci o domenu, nedostaje id" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "nepoznata vrsta OS-a %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 msgid "failed to parse topology information" msgstr "neuspelo tumaÄenje podataka o topologiji" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 msgid "topology syntax error" msgstr "sintaksna greÅ¡ka topologije" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "neuspelo tumaÄenje podataka o Xend domenu" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 #, fuzzy msgid "xenDaemonDomainFetch failed to find this domain" msgstr "xenDaemonDomainDumpXMLByName nije uspeo da pronaÄ‘e ovaj domen" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "nisam uspeo da izgradim skladiÅ¡te %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "vrsta ureÄ‘aja za unos %s nije podržana" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 #, fuzzy msgid "xenDaemonGetAutostart failed to find this domain" msgstr "xenDaemonDomainDumpXMLByID nije uspeo da pronaÄ‘e ovaj domen" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 #, fuzzy msgid "xenDaemonSetAutostart failed to find this domain" msgstr "xenDaemonDomainDumpXMLByID nije uspeo da pronaÄ‘e ovaj domen" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "neoÄekivan Ävor vrednosti" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "memorija Ävora" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "neuspela radnja" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Neuspelo ukidanje definicije skladiÅ¡ta %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "neuspela radnja: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "neuspelo dobavljanje imena domaćina" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" @@ -6744,7 +6791,7 @@ msgstr "" "xenDaemonDomainMigrate: Xen ne podržava promenu imena domena prilikom " "premeÅ¡tanja" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" @@ -6752,109 +6799,109 @@ msgstr "" "xenDaemonDomainMigrate: Xen ne podržava ograniÄavanje propusnog opsega " "prilikom premeÅ¡tanja" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "xenDaemonDomainMigrate: zastavica nije podržana" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "xenDaemonDomainMigrate: neispravan URI" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "xenDaemonDomainMigrate: Xen podržava samo xenmigr:// premeÅ¡tanja" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "xenDaemonDomainMigrate: ime domaćina mora biti navedeno u URI-ju" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "strdup nije uspeo" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "xenDaemonDomainMigrate: neispravan broj porta" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 msgid "failed to parse domain description" msgstr "neuspeloraÅ¡Älanjenje opisa domena" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Neuspelo pravljenje ne aktiviranog domena %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "nije podržano u xendConfigVersion < 4" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 msgid "node information incomplete, missing scheduler name" msgstr "nepotpuni podaci o Ävoru, nedostaje naziv planera" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 msgid "Unknown scheduler" msgstr "Nepoznat planer" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 msgid "Failed to get a scheduler name" msgstr "Neuspelo pribavljanje naziva planera" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 msgid "domain information incomplete, missing cpu_weight" msgstr "nepotpuni podaci o domenu, nedostaje cpu_weight" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 msgid "domain information incomplete, missing cpu_cap" msgstr "nepotpuni podaci o domenu, nedostaje cpu_cap" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 #, fuzzy msgid "domainBlockPeek is not supported for dom0" msgstr "ai_socktype nije podržan" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "neispravna putanja: %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "neuspelo otvaranje %s za Äitanje" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Nisam uspeo da zatvorim pid datoteku '%s': %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "neoÄekivana vrsta domena %d" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "neoÄekivana mime vrsta" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "vrsta diska za skladiÅ¡tenje nije podržana %d" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "neoÄekivan Ävor vrednosti" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 msgid "no HVM domain loader" msgstr "nema programa za uÄitavanje HVM domena" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "ai_socktype nije podržan" @@ -7023,6 +7070,12 @@ msgstr "zauzmi novi kontekst" msgid "failed to connect to Xen Store" msgstr "neuspelo povezivanje sa Xen skladiÅ¡tem" +#~ msgid "Disk pools are not yet supported" +#~ msgstr "SkladiÅ¡ta diskova nisu joÅ¡ podržana" + +#~ msgid "blocked" +#~ msgstr "blokirano" + #, fuzzy #~ msgid "Domain config filename '%s' does not match domain name '%s'" #~ msgstr "" @@ -7125,10 +7178,6 @@ msgstr "neuspelo povezivanje sa Xen skladiÅ¡tem" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "neuspelo upisivanje datoteke podeÅ¡avanja %s: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "ne mogu da proÄitam direktorijum %s: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "neuspelo zauzimanje prostora za ulazni niz znakova" diff --git a/po/sv.po b/po/sv.po index 285b9212f5..a6bcefae1e 100644 --- a/po/sv.po +++ b/po/sv.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-07-19 12:53-0400\n" "Last-Translator: Magnus Larsson \n" "Language-Team: Swedish \n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "Nätverk hittades inte" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allokerar konfiguration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "oterminerade nummer" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "oterminerad sträng" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "förväntar sig ett värde" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "förväntar sig en separator i listan" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "listan är inte avslutad med ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "förväntar mig ett namn" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "förväntar mig en separator" @@ -809,17 +809,17 @@ msgstr "förväntar mig en separator" msgid "expecting an assignment" msgstr "förväntar mig en tilldelning" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allokera ny buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "misslyckades att öppna fil" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "misslyckades att spara innehÃ¥ll" @@ -1140,7 +1140,7 @@ msgstr "okänd OS-typ %s" msgid "cannot extract disk devices" msgstr "anslut diskenhet" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "mÃ¥lenhetstyp" @@ -1238,12 +1238,12 @@ msgstr "oväntad mime-typ" msgid "unexpected char type %d" msgstr "oväntad mime-typ" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "oväntad mime-typ" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "oväntad mime-typ" @@ -1647,22 +1647,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domännamn eller uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "namn för den inaktiva domänen" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "namn för den inaktiva domänen" @@ -1727,7 +1727,7 @@ msgstr "Misslyckades att öppna \"%s\": %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "misslyckades att skriva konfigurationsfilen: %s" @@ -1786,7 +1786,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "okänd OS-typ %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1802,22 +1802,47 @@ msgstr "" msgid "no config file for %s" msgstr "syntaxfel i konfigurationsfilen: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "kunde inte ansluta till %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "kunde inte ansluta till %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "slÃ¥ upp domänfilnamn" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "ogiltig MAC-adress" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC-adress" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation misslyckades" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Misslyckades att öppna \"%s\": %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "syntaxfel i konfigurationsfilen: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "kunde inte ansluta till %s" @@ -1854,10 +1879,10 @@ msgstr "Domänen kör fortfarande" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "kunde inte ansluta till %s" @@ -1867,54 +1892,54 @@ msgstr "kunde inte ansluta till %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "kunde inte ansluta till %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "kunde inte ansluta till %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "ändra antal virtuella CPU:er" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domänen kör fortfarande" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "kunde inte ansluta till %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "okänd OS-typ %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "kunde inte ansluta till %s" @@ -1978,7 +2003,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Misslyckades att öppna \"%s\": %s" @@ -1998,7 +2023,7 @@ msgstr "Nätverk %s startat\n" msgid "Network type %d is not supported" msgstr "Nätverk %s startat\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Misslyckades att öppna \"%s\": %s" @@ -2038,627 +2063,632 @@ msgstr "ogiltig domänpekare i" msgid "failed to allocate space for argv string" msgstr "Misslyckades att allokera minne" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "misslyckades att skriva loggfilen" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "misslyckades att analysera domäninformation för Xend" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Misslyckades att starta nätverk %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Misslyckades att öppna \"%s\": %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Misslyckades att hitta nätverket: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "slut pÃ¥ minne" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "slut pÃ¥ minne" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Misslyckades att öppna \"%s\": %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "misslyckades att skriva loggfilen" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allokera ny kontext" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "misslyckades att hämta domän '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation misslyckades" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domänen är redan aktiv" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "misslyckades att skriva loggfilen" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "misslyckades att skriva loggfilen" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Misslyckades att öppna \"%s\": %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "misslyckades att skriva loggfilen" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "misslyckades att hämta nätverk '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "misslyckades att skriva loggfilen" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "oväntad dict-nod" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "misslyckades att allokera en nod" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Misslyckades att spara domän %s till %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Misslyckades att spara domän %s till %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Misslyckades att spara domän %s till %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Misslyckades att spara domän %s till %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Misslyckades att spara domän %s till %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "misslyckades att allokera en nod" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Misslyckades att spara domän %s till %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Misslyckades att spara domän %s till %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Misslyckades att spara domän %s till %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Misslyckades att spara domän %s till %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Misslyckades att spara domän %s till %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domänen är redan aktiv" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "misslyckades att skriva konfigurationsfilen: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Misslyckades att öppna \"%s\": %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Misslyckades att öppna \"%s\": %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Misslyckades att öppna \"%s\": %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "kunde inte öppna %s för läsning" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Misslyckades att öppna \"%s\": %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Misslyckades att öppna \"%s\": %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "misslyckades att hämta nätverk '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "oväntad dict-nod" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Misslyckades att öppna \"%s\": %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "Misslyckades att allokera minne" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Använt minne:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domän %s finns redan" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domän %s finns redan" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domänen kör fortfarande" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation misslyckades" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation misslyckades" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "misslyckades att allokera en nod" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "namn för den inaktiva domänen" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Misslyckades att suspendera domän %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "misslyckades att hämta domän-UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Misslyckades att skapa XML" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Misslyckades att skriva till uttag %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Misslyckades att skriva till uttag %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "slut pÃ¥ minne" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation misslyckades" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "namn för den inaktiva domänen" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "avdefiniera en inaktiv domän" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Misslyckades att öppna \"%s\": %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "biblioteksanrop misslyckades, stöds troligen inte" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Misslyckades att skapa XML" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "läs in domändefinitionsfil" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "nodens domänlista" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "misslyckades att läsa frÃ¥n Xen-demonen" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Misslyckades att skapa XML" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Misslyckades att skapa XML" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domänen är redan aktiv" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Misslyckades att skapa XML" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Misslyckades att starta domän %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Misslyckades att fortsätta domän %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "Misslyckades att allokera minne" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "anslut diskenhet" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "mÃ¥lenhetstyp" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "anslut diskenhet" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "läser in värddefinitionsfil<" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "anslut diskenhet" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "läser in värddefinitionsfil<" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "avdefiniera en inaktiv domän" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "namn för den inaktiva domänen" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Misslyckades att spara domän %s till %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Misslyckades att öppna \"%s\": %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "ogiltigt argument i %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domän hittades inte: %s" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "ogiltigt argument i %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domännamn" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domänen är redan aktiv" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "nätverksinformation i XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "misslyckades att allokera en nod" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Misslyckades att spara domän %s till %s" @@ -3175,62 +3205,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Misslyckades att öppna \"%s\": %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3352,7 +3393,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3371,17 +3412,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Misslyckades att öppna \"%s\": %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Misslyckades att öppna \"%s\": %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3495,27 +3536,32 @@ msgstr "domännamn" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domännamn" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "misslyckades att skriva konfigurationsfilen: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6088,8 +6134,9 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blockerad" +#, fuzzy +msgid "idle" +msgstr "XML-fil" #: src/virsh.c:6294 msgid "paused" @@ -6722,7 +6769,7 @@ msgstr "domäninformation fel, domid är inte numerisk" msgid "domain information incomplete, missing uuid" msgstr "domäninformation inkomplett, saknar uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domäninformation inkomplett, saknar namn" @@ -6785,206 +6832,206 @@ msgstr "oväntad dict-nod" msgid "unknown graphics type '%s'" msgstr "okänd OS-typ %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "domäninformation ej komplett, saknar uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "okänd OS-typ %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "misslyckades att analysera domäninformation för Xend" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "syntaxfel i konfigurationsfilen" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "misslyckades att analysera domäninformation för Xend" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Misslyckades att suspendera domän %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "mÃ¥lenhetstyp" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "oväntad värde-nod" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "nodens minne" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation misslyckades" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Misslyckades att avdefiniera domän %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation misslyckades: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "misslyckades att fÃ¥ värdnamn" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "misslyckades att analysera domäninformation för Xend" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Misslyckades att skapa inaktiv domän %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domäninformation inkomplett, saknar namn" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "Okänd" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "misslyckades att fÃ¥ värdnamn" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domäninformation inkomplett, saknar uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domäninformation inkomplett, saknar uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "ogiltigt argument i %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "kunde inte öppna %s för läsning" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Misslyckades att öppna \"%s\": %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "oväntad mime-typ" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "oväntad mime-typ" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "oväntad mime-typ" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "oväntad värde-nod" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "nodens domänlista" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "biblioteksanrop misslyckades, stöds troligen inte" @@ -7162,6 +7209,9 @@ msgstr "allokera ny kontext" msgid "failed to connect to Xen Store" msgstr "misslyckades att ansluta till Xen Store" +#~ msgid "blocked" +#~ msgstr "blockerad" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "mÃ¥lenhetstyp" @@ -7238,10 +7288,6 @@ msgstr "misslyckades att ansluta till Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "misslyckades att skriva konfigurationsfilen: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "misslyckades att skriva konfigurationsfilen: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "Misslyckades att allokera minne" diff --git a/po/ta.po b/po/ta.po index d11e0101d3..60d3e087f3 100644 --- a/po/ta.po +++ b/po/ta.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ta\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-09-24 18:04+0530\n" "Last-Translator: I felix \n" "Language-Team: Tamil \n" @@ -784,37 +784,37 @@ msgstr "" msgid "storage_vol not found" msgstr "பிணையம௠இலà¯à®²à¯ˆ" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "கடà¯à®Ÿà®®à¯ˆà®ªà¯à®ªà®¿à®©à¯ˆ ஒதà¯à®•à¯à®•à¯à®•à®¿à®±à®¤à¯" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "à®®à¯à®Ÿà®¿à®µà¯à®±à®¾à®¤ எணà¯" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "à®®à¯à®Ÿà®¿à®µà¯à®±à®¾à®¤ சரமà¯" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "எதிரà¯à®ªà®¾à®°à¯à®¤à¯à®¤ ஒர௠மதிபà¯à®ªà¯" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "படà¯à®Ÿà®¿à®¯à®²à®¿à®²à¯ பிரிபà¯à®ªà®¿ எதிரà¯à®ªà®¾à®°à¯à®•à¯à®•à®ªà¯à®ªà®Ÿà¯à®•à®¿à®±à®¤à¯" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "படà¯à®Ÿà®¿à®¯à®²à¯] ஆல௠மூடபà¯à®ªà®Ÿà®µà®¿à®²à¯à®²à¯ˆ" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "எதிரà¯à®ªà®¾à®°à¯à®¤à¯à®¤ பெயரà¯" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "எதிரà¯à®ªà®¾à®°à¯à®¤à¯à®¤ ஒர௠பிரிபà¯à®ªà®¿" @@ -822,17 +822,17 @@ msgstr "எதிரà¯à®ªà®¾à®°à¯à®¤à¯à®¤ ஒர௠பிரிபà¯à®ªà®¿" msgid "expecting an assignment" msgstr "திடà¯à®Ÿà®®à¯ எதிரà¯à®ªà®¾à®°à¯à®•à¯à®•à®ªà¯à®ªà®Ÿà¯à®•à®¿à®±à®¤à¯" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "பà¯à®¤à®¿à®¯ இடையகதà¯à®¤à¯ˆ ஒதà¯à®•à¯à®•à®µà¯à®®à¯" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "கோபà¯à®ªà®¿à®©à¯ˆ திறகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "உளà¯à®³à®Ÿà®•à¯à®•à®¤à¯à®¤à¯ˆ சேமிகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" @@ -1153,7 +1153,7 @@ msgstr "தெரியாத OS வகை %s" msgid "cannot extract disk devices" msgstr "à®®à¯à®•à®ªà¯à®ªà¯ சாதனமà¯" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "எதிரà¯à®ªà®¾à®°à®¾à®¤ mime வகை" @@ -1253,12 +1253,12 @@ msgstr "எதிரà¯à®ªà®¾à®°à®¾à®¤ mime வகை" msgid "unexpected char type %d" msgstr "எதிரà¯à®ªà®¾à®°à®¾à®¤ mime வகை" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "எதிரà¯à®ªà®¾à®°à®¾à®¤ mime வகை" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "எதிரà¯à®ªà®¾à®°à®¾à®¤ mime வகை" @@ -1662,22 +1662,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "செயறà¯à®•à®³à®®à¯ id அலà¯à®²à®¤à¯ uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "செயலறà¯à®± செயறà¯à®•à®³à®ªà¯ பெயரà¯" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "செயலறà¯à®± செயறà¯à®•à®³à®ªà¯ பெயரà¯" @@ -1742,7 +1742,7 @@ msgstr "'%s'திறகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ: %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "கடà¯à®Ÿà®®à¯ˆà®ªà¯à®ªà¯ கோபà¯à®ªà®¿à®©à¯ˆ எழà¯à®¤ à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ: %s" @@ -1801,7 +1801,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "தெரியாத OS வகை %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1817,22 +1817,47 @@ msgstr "" msgid "no config file for %s" msgstr "கடà¯à®Ÿà®®à¯ˆà®ªà¯à®ªà¯ கோபà¯à®ªà¯ இலகà¯à®•à®£ பிழை: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr " %sஉடன௠இணைகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr " %sஉடன௠இணைகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "பிணைய கோபà¯à®ªà¯à®ªà¯à®ªà¯†à®¯à®°à¯ à®®à¯à®Ÿà®¿à®•à¯à®•à®ªà¯à®ªà®Ÿà¯à®Ÿà®¤à¯" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "தவறான MAC à®®à¯à®•à®µà®°à®¿" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC à®®à¯à®•à®µà®°à®¿" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "செயறà¯à®ªà®¾à®Ÿà¯ செயலிழகà¯à®•à®ªà¯à®ªà®Ÿà¯à®Ÿà®¤à¯" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "'%s'திறகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ: %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "கடà¯à®Ÿà®®à¯ˆà®ªà¯à®ªà¯ கோபà¯à®ªà¯ இலகà¯à®•à®£ பிழை: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr " %sஉடன௠இணைகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" @@ -1869,10 +1894,10 @@ msgstr "செயறà¯à®•à®³à®®à¯ இனà¯à®©à¯à®®à¯ இயஙà¯à®•à¯à®• msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr " %sஉடன௠இணைகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" @@ -1882,54 +1907,54 @@ msgstr " %sஉடன௠இணைகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr " %sஉடன௠இணைகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr " %sஉடன௠இணைகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr " CPUகள௠மெயà¯à®¨à®¿à®•à®°à¯ எணà¯à®£à®¿à®•à¯à®•à¯ˆà®¯à¯ˆ மாறà¯à®±à®µà¯à®®à¯" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "செயறà¯à®•à®³à®®à¯ இனà¯à®©à¯à®®à¯ இயஙà¯à®•à¯à®•à®¿à®±à®¤à¯" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr " %sஉடன௠இணைகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "தெரியாத OS வகை %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr " %sஉடன௠இணைகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" @@ -1993,7 +2018,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "'%s'திறகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ: %s" @@ -2013,7 +2038,7 @@ msgstr "பிணைய %s தொடஙà¯à®•à®ªà¯à®ªà®Ÿà¯à®Ÿà®¤à¯\n" msgid "Network type %d is not supported" msgstr "பிணைய %s தொடஙà¯à®•à®ªà¯à®ªà®Ÿà¯à®Ÿà®¤à¯\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "'%s'திறகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ: %s" @@ -2053,627 +2078,632 @@ msgstr "தவறான கள பà¯à®³à¯à®³à®¿" msgid "failed to allocate space for argv string" msgstr "நினைவகதà¯à®¤à¯ˆ ஒதà¯à®•à¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "பதிவ௠கோபà¯à®ªà®¿à®©à¯ˆ எழà¯à®¤ à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "Xend செயறà¯à®•à®³ தகவலை இலகà¯à®•à®£à®ªà¯à®ªà®Ÿà¯à®¤à¯à®¤ à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "பிணைய %s ஠தà¯à®µà®•à¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "'%s'திறகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ: %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "பிணையதà¯à®¤à¯ˆ காண à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "நினைவகம௠போதவிலà¯à®²à¯ˆ" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "நினைவகம௠போதவிலà¯à®²à¯ˆ" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "'%s'திறகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ: %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "பதிவ௠கோபà¯à®ªà®¿à®©à¯ˆ எழà¯à®¤ à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "பà¯à®¤à®¿à®¯ சூழல௠ஒதà¯à®•à¯à®•à¯€à®Ÿà¯" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "செயறà¯à®•à®³à®®à¯ '%s'஠பெற à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "செயறà¯à®ªà®¾à®Ÿà¯ செயலிழகà¯à®•à®ªà¯à®ªà®Ÿà¯à®Ÿà®¤à¯" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "செயறà¯à®•à®³à®®à¯ à®à®±à¯à®•à®©à®µà¯‡ செயலில௠உளà¯à®³à®¤à¯" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "பதிவ௠கோபà¯à®ªà®¿à®©à¯ˆ எழà¯à®¤ à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "பதிவ௠கோபà¯à®ªà®¿à®©à¯ˆ எழà¯à®¤ à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "'%s'திறகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ: %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "பதிவ௠கோபà¯à®ªà®¿à®©à¯ˆ எழà¯à®¤ à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "பிணையம௠'%s'஠பெற à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "பதிவ௠கோபà¯à®ªà®¿à®©à¯ˆ எழà¯à®¤ à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "எதிரà¯à®ªà®¾à®°à®¾à®¤ dict à®®à¯à®©à¯ˆ" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "ஒர௠மà¯à®©à¯ˆà®¯à¯ˆ ஒதà¯à®•à¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "%s லிரà¯à®¨à¯à®¤à¯ %s கà¯à®•à¯ செயறà¯à®•à®³à®¤à¯à®¤à¯ˆ சேமிகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "%s லிரà¯à®¨à¯à®¤à¯ %s கà¯à®•à¯ செயறà¯à®•à®³à®¤à¯à®¤à¯ˆ சேமிகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "%s லிரà¯à®¨à¯à®¤à¯ %s கà¯à®•à¯ செயறà¯à®•à®³à®¤à¯à®¤à¯ˆ சேமிகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "%s லிரà¯à®¨à¯à®¤à¯ %s கà¯à®•à¯ செயறà¯à®•à®³à®¤à¯à®¤à¯ˆ சேமிகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "%s லிரà¯à®¨à¯à®¤à¯ %s கà¯à®•à¯ செயறà¯à®•à®³à®¤à¯à®¤à¯ˆ சேமிகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "ஒர௠மà¯à®©à¯ˆà®¯à¯ˆ ஒதà¯à®•à¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "%s லிரà¯à®¨à¯à®¤à¯ %s கà¯à®•à¯ செயறà¯à®•à®³à®¤à¯à®¤à¯ˆ சேமிகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "%s லிரà¯à®¨à¯à®¤à¯ %s கà¯à®•à¯ செயறà¯à®•à®³à®¤à¯à®¤à¯ˆ சேமிகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "%s லிரà¯à®¨à¯à®¤à¯ %s கà¯à®•à¯ செயறà¯à®•à®³à®¤à¯à®¤à¯ˆ சேமிகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "%s லிரà¯à®¨à¯à®¤à¯ %s கà¯à®•à¯ செயறà¯à®•à®³à®¤à¯à®¤à¯ˆ சேமிகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "%s லிரà¯à®¨à¯à®¤à¯ %s கà¯à®•à¯ செயறà¯à®•à®³à®¤à¯à®¤à¯ˆ சேமிகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "செயறà¯à®•à®³à®®à¯ à®à®±à¯à®•à®©à®µà¯‡ செயலில௠உளà¯à®³à®¤à¯" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "கடà¯à®Ÿà®®à¯ˆà®ªà¯à®ªà¯ கோபà¯à®ªà®¿à®©à¯ˆ எழà¯à®¤ à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "'%s'திறகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ: %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "'%s'திறகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ: %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "'%s'திறகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ: %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "வாசிகà¯à®• %s ஠திறகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "'%s'திறகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ: %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "'%s'திறகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ: %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "பிணையம௠'%s'஠பெற à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "எதிரà¯à®ªà®¾à®°à®¾à®¤ dict à®®à¯à®©à¯ˆ" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "'%s'திறகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ: %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "நினைவகதà¯à®¤à¯ˆ ஒதà¯à®•à¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "பயனà¯à®ªà®Ÿà¯à®¤à¯à®¤à®ªà¯à®ªà®Ÿà¯à®Ÿ நினைவகமà¯:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "செயறà¯à®•à®³à®®à¯ %s à®à®±à¯à®•à®©à®µà¯‡ உளà¯à®³à®¤à¯" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "செயறà¯à®•à®³à®®à¯ %s à®à®±à¯à®•à®©à®µà¯‡ உளà¯à®³à®¤à¯" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "செயறà¯à®•à®³à®®à¯ இனà¯à®©à¯à®®à¯ இயஙà¯à®•à¯à®•à®¿à®±à®¤à¯" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "செயறà¯à®ªà®¾à®Ÿà¯ செயலிழகà¯à®•à®ªà¯à®ªà®Ÿà¯à®Ÿà®¤à¯" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "செயறà¯à®ªà®¾à®Ÿà¯ செயலிழகà¯à®•à®ªà¯à®ªà®Ÿà¯à®Ÿà®¤à¯" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "ஒர௠மà¯à®©à¯ˆà®¯à¯ˆ ஒதà¯à®•à¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "செயலறà¯à®± செயறà¯à®•à®³à®ªà¯ பெயரà¯" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "செயறà¯à®•à®³à®®à¯ %s஠தறà¯à®•à®¾à®²à®¿à®•à®®à®¾à®• நிறà¯à®¤à¯à®¤ à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "UUID செயறà¯à®•à®³à®¤à¯à®¤à¯ˆ பெற à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "XML஠உரà¯à®µà®¾à®•à¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "சாகà¯à®•à¯†à®Ÿà¯ %d஠எழà¯à®¤ à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "சாகà¯à®•à¯†à®Ÿà¯ %d஠எழà¯à®¤ à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "நினைவகம௠போதவிலà¯à®²à¯ˆ" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "செயறà¯à®ªà®¾à®Ÿà¯ செயலிழகà¯à®•à®ªà¯à®ªà®Ÿà¯à®Ÿà®¤à¯" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "செயலறà¯à®± செயறà¯à®•à®³à®ªà¯ பெயரà¯" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "வரையறà¯à®•à¯à®•à®ªà¯à®ªà®Ÿà®¾à®¤ ஒர௠செயலறà¯à®± செயறà¯à®•à®³à®®à¯" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "'%s'திறகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ: %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "நூலக அழைபà¯à®ªà¯ செயà¯à®¯ à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ, தà¯à®£à¯ˆà®ªà¯à®°à®¿à®¯ வாயà¯à®ªà¯à®ªà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "XML஠உரà¯à®µà®¾à®•à¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "செயறà¯à®•à®³ விளகà¯à®• கோபà¯à®ªà®¿à®©à¯ˆ à®à®±à¯à®±à®µà¯à®®à¯" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "à®®à¯à®©à¯ˆ செயறà¯à®•à®³à®ªà¯ படà¯à®Ÿà®¿à®¯à®²à¯" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "Xen டீமானிலிரà¯à®¨à¯à®¤à¯ வாசிகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "XML஠உரà¯à®µà®¾à®•à¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "XML஠உரà¯à®µà®¾à®•à¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "செயறà¯à®•à®³à®®à¯ à®à®±à¯à®•à®©à®µà¯‡ செயலில௠உளà¯à®³à®¤à¯" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "XML஠உரà¯à®µà®¾à®•à¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "செயறà¯à®•à®³à®®à¯ %s ஠தà¯à®µà®•à¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "செயறà¯à®•à®³à®®à¯ %s஠மீணà¯à®Ÿà¯à®®à¯ தொடர செயà¯à®¯ à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "நினைவகதà¯à®¤à¯ˆ ஒதà¯à®•à¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "à®®à¯à®•à®ªà¯à®ªà¯ சாதனமà¯" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "எதிரà¯à®ªà®¾à®°à®¾à®¤ mime வகை" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "à®®à¯à®•à®ªà¯à®ªà¯ சாதனமà¯" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "பà¯à®°à®µà®²à®©à¯ விளகà¯à®• கோபà¯à®ªà¯ à®à®±à¯à®±à®ªà¯à®ªà®Ÿà¯à®•à®¿à®±à®¤à¯" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "à®®à¯à®•à®ªà¯à®ªà¯ சாதனமà¯" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "பà¯à®°à®µà®²à®©à¯ விளகà¯à®• கோபà¯à®ªà¯ à®à®±à¯à®±à®ªà¯à®ªà®Ÿà¯à®•à®¿à®±à®¤à¯" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "வரையறà¯à®•à¯à®•à®ªà¯à®ªà®Ÿà®¾à®¤ ஒர௠செயலறà¯à®± செயறà¯à®•à®³à®®à¯" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "செயலறà¯à®± செயறà¯à®•à®³à®ªà¯ பெயரà¯" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "%s லிரà¯à®¨à¯à®¤à¯ %s கà¯à®•à¯ செயறà¯à®•à®³à®¤à¯à®¤à¯ˆ சேமிகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "'%s'திறகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ: %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "%sஇல௠தவறான அளவà¯à®°à¯" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "செயறà¯à®•à®³à®®à¯ இலà¯à®²à¯ˆ: %s" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "%sஇல௠தவறான அளவà¯à®°à¯" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "செயறà¯à®•à®³à®ªà¯ பெயரà¯" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "செயறà¯à®•à®³à®®à¯ à®à®±à¯à®•à®©à®µà¯‡ செயலில௠உளà¯à®³à®¤à¯" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr " XML பறà¯à®±à®¿à®¯ பிணைய தகவலà¯" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "ஒர௠மà¯à®©à¯ˆà®¯à¯ˆ ஒதà¯à®•à¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "%s லிரà¯à®¨à¯à®¤à¯ %s கà¯à®•à¯ செயறà¯à®•à®³à®¤à¯à®¤à¯ˆ சேமிகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" @@ -3189,62 +3219,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "'%s'திறகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ: %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3366,7 +3407,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3385,17 +3426,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "'%s'திறகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "'%s'திறகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3509,27 +3550,32 @@ msgstr "செயறà¯à®•à®³à®ªà¯ பெயரà¯" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "செயறà¯à®•à®³à®ªà¯ பெயரà¯" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "கடà¯à®Ÿà®®à¯ˆà®ªà¯à®ªà¯ கோபà¯à®ªà®¿à®©à¯ˆ எழà¯à®¤ à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6105,8 +6151,9 @@ msgid "DATA" msgstr "தகவலà¯" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "தடà¯à®•à¯à®•à®ªà¯à®ªà®Ÿà¯à®Ÿà®¤à¯" +#, fuzzy +msgid "idle" +msgstr "XML கோபà¯à®ªà¯" #: src/virsh.c:6294 msgid "paused" @@ -6739,7 +6786,7 @@ msgstr "செயறà¯à®•à®³à®®à¯ தகவல௠நிறைவ௠பெற msgid "domain information incomplete, missing uuid" msgstr "செயறà¯à®•à®³à®®à¯ தகவல௠நிறைவ௠பெறாமல௠உளà¯à®³à®¤à¯, விடà¯à®ªà®Ÿà¯à®Ÿ uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "செயறà¯à®•à®³à®®à¯ தகவல௠நிறைவ௠பெறாமல௠உளà¯à®³à®¤à¯, விடà¯à®ªà®Ÿà¯à®Ÿ பெயரà¯" @@ -6802,206 +6849,206 @@ msgstr "எதிரà¯à®ªà®¾à®°à®¾à®¤ dict à®®à¯à®©à¯ˆ" msgid "unknown graphics type '%s'" msgstr "தெரியாத OS வகை %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "செயறà¯à®•à®³à®®à¯ தகவல௠நிறைவ௠பெறாமல௠உளà¯à®³à®¤à¯, விடà¯à®ªà®Ÿà¯à®Ÿ id" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "தெரியாத OS வகை %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "Xend செயறà¯à®•à®³ தகவலை இலகà¯à®•à®£à®ªà¯à®ªà®Ÿà¯à®¤à¯à®¤ à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "கடà¯à®Ÿà®®à¯ˆà®ªà¯à®ªà¯ கோபà¯à®ªà¯ இலகà¯à®•à®£ பிழை" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "Xend செயறà¯à®•à®³ தகவலை இலகà¯à®•à®£à®ªà¯à®ªà®Ÿà¯à®¤à¯à®¤ à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "செயறà¯à®•à®³à®®à¯ %s஠தறà¯à®•à®¾à®²à®¿à®•à®®à®¾à®• நிறà¯à®¤à¯à®¤ à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "எதிரà¯à®ªà®¾à®°à®¾à®¤ mime வகை" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "எதிரà¯à®ªà®¾à®°à®¾à®¤ மதிபà¯à®ªà¯ à®®à¯à®©à¯ˆ" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "à®®à¯à®©à¯ˆ நினைவகமà¯" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "செயறà¯à®ªà®¾à®Ÿà¯ செயலிழகà¯à®•à®ªà¯à®ªà®Ÿà¯à®Ÿà®¤à¯" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "செயறà¯à®•à®³à®®à¯ %s஠வரையறà¯à®•à¯à®•à®ªà¯à®ªà®Ÿà®¾à®¤à®¤à¯ à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "செயறà¯à®ªà®¾à®Ÿà¯ செயலிழகà¯à®•à®ªà¯à®ªà®Ÿà¯à®Ÿà®¤à¯: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "hypervisor வகையை பெற à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "Xend செயறà¯à®•à®³ தகவலை இலகà¯à®•à®£à®ªà¯à®ªà®Ÿà¯à®¤à¯à®¤ à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "செயறà¯à®•à®³à®®à¯ %s ஠உரà¯à®µà®¾à®•à¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "செயறà¯à®•à®³à®®à¯ தகவல௠நிறைவ௠பெறாமல௠உளà¯à®³à®¤à¯, விடà¯à®ªà®Ÿà¯à®Ÿ பெயரà¯" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "தெரியாததà¯" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "hypervisor வகையை பெற à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "செயறà¯à®•à®³à®®à¯ தகவல௠நிறைவ௠பெறாமல௠உளà¯à®³à®¤à¯, விடà¯à®ªà®Ÿà¯à®Ÿ uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "செயறà¯à®•à®³à®®à¯ தகவல௠நிறைவ௠பெறாமல௠உளà¯à®³à®¤à¯, விடà¯à®ªà®Ÿà¯à®Ÿ uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "%sஇல௠தவறான அளவà¯à®°à¯" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "வாசிகà¯à®• %s ஠திறகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "'%s'திறகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ: %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "எதிரà¯à®ªà®¾à®°à®¾à®¤ mime வகை" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "எதிரà¯à®ªà®¾à®°à®¾à®¤ mime வகை" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "எதிரà¯à®ªà®¾à®°à®¾à®¤ mime வகை" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "எதிரà¯à®ªà®¾à®°à®¾à®¤ மதிபà¯à®ªà¯ à®®à¯à®©à¯ˆ" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "à®®à¯à®©à¯ˆ செயறà¯à®•à®³à®ªà¯ படà¯à®Ÿà®¿à®¯à®²à¯" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "நூலக அழைபà¯à®ªà¯ செயà¯à®¯ à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ, தà¯à®£à¯ˆà®ªà¯à®°à®¿à®¯ வாயà¯à®ªà¯à®ªà®¿à®²à¯à®²à¯ˆ" @@ -7179,6 +7226,9 @@ msgstr "பà¯à®¤à®¿à®¯ சூழல௠ஒதà¯à®•à¯à®•à¯€à®Ÿà¯" msgid "failed to connect to Xen Store" msgstr "Xen Store உடன௠இணைகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" +#~ msgid "blocked" +#~ msgstr "தடà¯à®•à¯à®•à®ªà¯à®ªà®Ÿà¯à®Ÿà®¤à¯" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "%sஇல௠தவறான அளவà¯à®°à¯" @@ -7255,10 +7305,6 @@ msgstr "Xen Store உடன௠இணைகà¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®² #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "கடà¯à®Ÿà®®à¯ˆà®ªà¯à®ªà¯ கோபà¯à®ªà®¿à®©à¯ˆ எழà¯à®¤ à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "கடà¯à®Ÿà®®à¯ˆà®ªà¯à®ªà¯ கோபà¯à®ªà®¿à®©à¯ˆ எழà¯à®¤ à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "நினைவகதà¯à®¤à¯ˆ ஒதà¯à®•à¯à®• à®®à¯à®Ÿà®¿à®¯à®µà®¿à®²à¯à®²à¯ˆ" diff --git a/po/te.po b/po/te.po index de36b0d6f2..9f75403594 100644 --- a/po/te.po +++ b/po/te.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: te\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-12-10 13:14+0530\n" "Last-Translator: Krishna Babu K \n" "Language-Team: Telugu \n" @@ -772,37 +772,37 @@ msgstr "" msgid "storage_vol not found" msgstr "నెటà±à°µà°°à±à°•à± కనబడలేదà±" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "ఆకృతీకరణనౠకేటాయిసà±à°¤à±‹à°‚ది" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "పూరà±à°¤à°¿à°•à°¾à°¨à°¿ సంఖà±à°¯" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "పూరà±à°¤à°¿à°•à°¾à°¨à°¿ à°¸à±à°Ÿà±à°°à°¿à°‚à°—à±" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "à°’à°• విలà±à°µà°¨à± ఊహిసà±à°¤à±à°¨à±à°¨à°¾à°¨à±" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "జాబితాలో à°’à°• వేరà±à°ªà°¾à°Ÿà±à°¨à± ఆశిసà±à°¤à±à°¨à±à°¨à°¾à°¨à±" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "జాబితా ]తో మూయబడలేదà±" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "à°’à°• పేరà±à°¨à± ఆశిసà±à°¤à±à°¨à±à°¨à°¾à°¨à±" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "à°’à°• వేరà±à°ªà°¾à°Ÿà±à°¨à± ఆశిసà±à°¤à±à°¨à±à°¨à°¾à°¨à±" @@ -810,16 +810,16 @@ msgstr "à°’à°• వేరà±à°ªà°¾à°Ÿà±à°¨à± ఆశిసà±à°¤à±à°¨à±à°¨à°¾ msgid "expecting an assignment" msgstr "à°’à°• సమరà±à°ªà°£à°¨à± ఆశిసà±à°¤à±à°¨à±à°¨à°¾à°¨à±" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 msgid "allocate buffer" msgstr "బఫరౠకేటాయించà±" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "ఫైలà±à°¨à± తెరవటంలో విఫలమైంది" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "విషయానà±à°¨à°¿ à°­à°§à±à°°à°ªà°°à°µà°Ÿà°‚లో విఫలమైంది" @@ -1140,7 +1140,7 @@ msgstr "తెలియని OS %s à°°à°•à°‚" msgid "cannot extract disk devices" msgstr "ఇంటరà±â€Œà°«à±‡à°¸à± పరికరం" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "లకà±à°·à±à°¯ పరికరం à°°à°•à°‚" @@ -1240,12 +1240,12 @@ msgstr "ఊహించని మైం à°°à°•à°‚" msgid "unexpected char type %d" msgstr "ఊహించని మైం à°°à°•à°‚" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "ఊహించని మైం à°°à°•à°‚" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "ఊహించని మైం à°°à°•à°‚" @@ -1648,22 +1648,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "à°•à±à°·à±‡à°¤à±à°° à°à°¡à°¿ లేదా uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "à°•à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°•à±à°·à±‡à°¤à±à°° నామం" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "à°•à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°•à±à°·à±‡à°¤à±à°° నామం" @@ -1728,7 +1728,7 @@ msgstr "'%s'తెరà±à°µà±à°Ÿà°²à±‹ విఫలమైంది: %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "ఆకృతీకరణ ఫైలà±à°¨à± రాయటంలో వైఫలà±à°¯à°‚: %s" @@ -1787,7 +1787,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "తెలియని OS %s à°°à°•à°‚" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1803,22 +1803,47 @@ msgstr "" msgid "no config file for %s" msgstr "ఆకృతీకరణ ఫైలౠవాకà±à°¯ దోషం: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "à°…à°¨à±à°¸à°‚ధానం URI ని పారà±à°¶à± చేయలేదà±" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "à°…à°¨à±à°¸à°‚ధానం URI ని పారà±à°¶à± చేయలేదà±" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "నెటà±à°µà°°à±à°•à± దసà±à°¤à±à°°à°¨à°¾à°®à°¾à°¨à±à°¨à°¿ రిజాలà±à°µà± చేయమà±" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "సరికాని MAC à°šà°¿à°°à±à°¨à°¾à°®à°¾" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC à°šà°¿à°°à±à°¨à°¾à°®à°¾" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "విధానం విఫలమైంది" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "'%s'తెరà±à°µà±à°Ÿà°²à±‹ విఫలమైంది: %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "ఆకృతీకరణ ఫైలౠవాకà±à°¯ దోషం: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "à°…à°¨à±à°¸à°‚ధానం URI ని పారà±à°¶à± చేయలేదà±" @@ -1855,10 +1880,10 @@ msgstr "డొమైనౠఇపà±à°ªà°Ÿà°¿à°•à±€ నడà±à°¸à±à°¤à±à°¨à± msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "%sà°•à°¿ à°…à°¨à±à°¸à°‚ధించబడలేదà±" @@ -1868,54 +1893,54 @@ msgstr "%sà°•à°¿ à°…à°¨à±à°¸à°‚ధించబడలేదà±" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "à°…à°¨à±à°¸à°‚ధానం URI ని పారà±à°¶à± చేయలేదà±" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "%sà°•à°¿ à°…à°¨à±à°¸à°‚ధించబడలేదà±" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "వాసà±à°¤à°µà°¿à°• సంఖà±à°¯à°² CPUà°² మారà±à°ªà±" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "డొమైనౠఇపà±à°ªà°Ÿà°¿à°•à±€ నడà±à°¸à±à°¤à±à°¨à±à°¨à°¦à°¿" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "à°…à°¨à±à°¸à°‚ధానం URI ని పారà±à°¶à± చేయలేదà±" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "తెలియని OS %s à°°à°•à°‚" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "à°…à°¨à±à°¸à°‚ధానం URI ని పారà±à°¶à± చేయలేదà±" @@ -1979,7 +2004,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "'%s'తెరà±à°µà±à°Ÿà°²à±‹ విఫలమైంది: %s" @@ -1999,7 +2024,7 @@ msgstr "%s నెటà±à°µà°°à±à°•à± à°ªà±à°°à°¾à°°à°‚భించబడి msgid "Network type %d is not supported" msgstr "%s నెటà±à°µà°°à±à°•à± à°ªà±à°°à°¾à°°à°‚భించబడింది\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "'%s'తెరà±à°µà±à°Ÿà°²à±‹ విఫలమైంది: %s" @@ -2039,627 +2064,632 @@ msgstr "సరికాని à°•à±à°·à±‡à°¤à±à°° కేందà±à°°à°‚" msgid "failed to allocate space for argv string" msgstr "మెమొరీ కేటాయించటంలో విఫలమైంది" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "%s: విఫలమైంది లాగౠదసà±à°¤à±à°°à°‚ à°•à± à°µà±à°°à°¾à°¯à±à°Ÿà°²à±‹:%s" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "Xend à°•à±à°·à±‡à°¤à±à°° సమాచరానà±à°¨à°¿ విశà±à°²à±‡à°·à°¿à°‚చటంలో విఫలమైంది" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "%s నెటà±à°µà°°à±à°•à± à°ªà±à°°à°¾à°°à°‚భించటంలో విఫలమైంది" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "'%s'తెరà±à°µà±à°Ÿà°²à±‹ విఫలమైంది: %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "నెటà±à°µà°°à±à°•à± à°•à°¨à±à°—ొనà±à°Ÿà°²à±‹ విఫలమైంది: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "à°œà±à°žà°ªà±à°¤à°¿à°²à±‹ లేదà±" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "à°œà±à°žà°ªà±à°¤à°¿à°²à±‹ లేదà±" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "'%s'తెరà±à°µà±à°Ÿà°²à±‹ విఫలమైంది: %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "%s: విఫలమైంది లాగౠదసà±à°¤à±à°°à°‚ à°•à± à°µà±à°°à°¾à°¯à±à°Ÿà°²à±‹:%s" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "కొతà±à°¤ సందరà±à°­à°¾à°¨à±à°¨à°¿ కేటాయించà±" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "'%s' à°•à±à°·à±‡à°¤à±à°°à°¾à°¨à±à°¨à°¿ పొందటంలో విఫలమైంది" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "విధానం విఫలమైంది" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "à°•à±à°·à±‡à°¤à±à°°à°‚ ఇపà±à°ªà°Ÿà°¿à°•à±‡ ‌కà±à°°à°¿à°¯à°¾à°¸à°¹à°¿à°¤à°‚à°—à°¾ ఉంది" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "%s: విఫలమైంది లాగౠదసà±à°¤à±à°°à°‚ à°•à± à°µà±à°°à°¾à°¯à±à°Ÿà°²à±‹:%s" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "%s: విఫలమైంది లాగౠదసà±à°¤à±à°°à°‚ à°•à± à°µà±à°°à°¾à°¯à±à°Ÿà°²à±‹:%s" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "'%s'తెరà±à°µà±à°Ÿà°²à±‹ విఫలమైంది: %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "%s: విఫలమైంది లాగౠదసà±à°¤à±à°°à°‚ à°•à± à°µà±à°°à°¾à°¯à±à°Ÿà°²à±‹:%s" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "'%s' నెటà±à°µà°°à±à°•à± పొందటంలో విఫలమైంది" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "%s: విఫలమైంది లాగౠదసà±à°¤à±à°°à°‚ à°•à± à°µà±à°°à°¾à°¯à±à°Ÿà°²à±‹:%s" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "ఊహించని à°¡à°¿à°•à±à°Ÿà± నోడà±" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "నోడà±à°¨à± కేటాయించటంలో విఫలమైంది" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "%s à°•à±à°·à±‡à°¤à±à°°à°¾à°¨à±à°¨à°¿ %sà°•à°¿ à°­à°¦à±à°°à°ªà°°à°µà°Ÿà°‚లో విఫలమైంది" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "%s à°•à±à°·à±‡à°¤à±à°°à°¾à°¨à±à°¨à°¿ %sà°•à°¿ à°­à°¦à±à°°à°ªà°°à°µà°Ÿà°‚లో విఫలమైంది" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "%s à°•à±à°·à±‡à°¤à±à°°à°¾à°¨à±à°¨à°¿ %sà°•à°¿ à°­à°¦à±à°°à°ªà°°à°µà°Ÿà°‚లో విఫలమైంది" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "%s à°•à±à°·à±‡à°¤à±à°°à°¾à°¨à±à°¨à°¿ %sà°•à°¿ à°­à°¦à±à°°à°ªà°°à°µà°Ÿà°‚లో విఫలమైంది" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "%s à°•à±à°·à±‡à°¤à±à°°à°¾à°¨à±à°¨à°¿ %sà°•à°¿ à°­à°¦à±à°°à°ªà°°à°µà°Ÿà°‚లో విఫలమైంది" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "నోడà±à°¨à± కేటాయించటంలో విఫలమైంది" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "%s à°•à±à°·à±‡à°¤à±à°°à°¾à°¨à±à°¨à°¿ %sà°•à°¿ à°­à°¦à±à°°à°ªà°°à°µà°Ÿà°‚లో విఫలమైంది" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "%s à°•à±à°·à±‡à°¤à±à°°à°¾à°¨à±à°¨à°¿ %sà°•à°¿ à°­à°¦à±à°°à°ªà°°à°µà°Ÿà°‚లో విఫలమైంది" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "%s à°•à±à°·à±‡à°¤à±à°°à°¾à°¨à±à°¨à°¿ %sà°•à°¿ à°­à°¦à±à°°à°ªà°°à°µà°Ÿà°‚లో విఫలమైంది" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "%s à°•à±à°·à±‡à°¤à±à°°à°¾à°¨à±à°¨à°¿ %sà°•à°¿ à°­à°¦à±à°°à°ªà°°à°µà°Ÿà°‚లో విఫలమైంది" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "%s à°•à±à°·à±‡à°¤à±à°°à°¾à°¨à±à°¨à°¿ %sà°•à°¿ à°­à°¦à±à°°à°ªà°°à°µà°Ÿà°‚లో విఫలమైంది" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "à°•à±à°·à±‡à°¤à±à°°à°‚ ఇపà±à°ªà°Ÿà°¿à°•à±‡ ‌కà±à°°à°¿à°¯à°¾à°¸à°¹à°¿à°¤à°‚à°—à°¾ ఉంది" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "ఆకృతీకరణ ఫైలà±à°¨à± రాయటంలో వైఫలà±à°¯à°‚: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "'%s'తెరà±à°µà±à°Ÿà°²à±‹ విఫలమైంది: %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "'%s'తెరà±à°µà±à°Ÿà°²à±‹ విఫలమైంది: %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "'%s'తెరà±à°µà±à°Ÿà°²à±‹ విఫలమైంది: %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "చదవటానికి %sనౠతెరవటంలో విఫలమైంది" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "'%s'తెరà±à°µà±à°Ÿà°²à±‹ విఫలమైంది: %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "'%s'తెరà±à°µà±à°Ÿà°²à±‹ విఫలమైంది: %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "'%s' నెటà±à°µà°°à±à°•à± పొందటంలో విఫలమైంది" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "ఊహించని à°¡à°¿à°•à±à°Ÿà± నోడà±" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "'%s'తెరà±à°µà±à°Ÿà°²à±‹ విఫలమైంది: %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "మెమొరీ కేటాయించటంలో విఫలమైంది" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "NUMA ఖాళీ మెమొరి" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "%s à°•à±à°·à±‡à°¤à±à°°à°‚ ఇపà±à°ªà°Ÿà°¿à°•à±‡ ఉంది" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "%s à°•à±à°·à±‡à°¤à±à°°à°‚ ఇపà±à°ªà°Ÿà°¿à°•à±‡ ఉంది" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "డొమైనౠఇపà±à°ªà°Ÿà°¿à°•à±€ నడà±à°¸à±à°¤à±à°¨à±à°¨à°¦à°¿" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "విధానం విఫలమైంది" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "విధానం విఫలమైంది" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "నోడà±à°¨à± కేటాయించటంలో విఫలమైంది" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "à°•à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°•à±à°·à±‡à°¤à±à°° నామం" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "à°•à±à°·à±‡à°¤à±à°°à°¾à°¨à±à°¨à°¿ తొలగించటంలో విఫలమైంది %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "à°•à±à°·à±‡à°¤à±à°° UUIDని పొందటంలో విఫలమైంది" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "XML సృషà±à°Ÿà°¿à°‚à°šà±à°Ÿà°²à±‹ విఫలమైంది" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "%d సాకెటà±à°Ÿà±à°•à± రాయటంలో విఫలమైంది\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "%d సాకెటà±à°Ÿà±à°•à± రాయటంలో విఫలమైంది\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "à°œà±à°žà°ªà±à°¤à°¿à°²à±‹ లేదà±" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "విధానం విఫలమైంది" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "à°•à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°•à±à°·à±‡à°¤à±à°° నామం" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "à°•à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°•à±à°·à±‡à°¤à±à°°à°¾à°¨à±à°¨à°¿ నిరà±à°µà°šà°¿à°‚à°šà°•à±" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "'%s'తెరà±à°µà±à°Ÿà°²à±‹ విఫలమైంది: %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library కాలౠవిఫలమైంది, సాధà±à°¯à°®à±ˆà°‚నంతవరకూ మదà±à°¦à°¤à°¿à°µà±à°µà°• పోవచà±à°šà±" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "XML సృషà±à°Ÿà°¿à°‚à°šà±à°Ÿà°²à±‹ విఫలమైంది" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "à°•à±à°·à±‡à°¤à±à°° నిరà±à°µà°šà°¨ ఫైలà±à°¨à± లోడౠచేసà±à°¤à±‹à°‚ది" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node à°•à±à°·à±‡à°¤à±à°° జాబితా" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "Xen డెమోనà±à°¨à±à°‚à°¡à±€ చదవటంలో విఫలమైంది" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "XML సృషà±à°Ÿà°¿à°‚à°šà±à°Ÿà°²à±‹ విఫలమైంది" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "XML సృషà±à°Ÿà°¿à°‚à°šà±à°Ÿà°²à±‹ విఫలమైంది" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "à°•à±à°·à±‡à°¤à±à°°à°‚ ఇపà±à°ªà°Ÿà°¿à°•à±‡ ‌కà±à°°à°¿à°¯à°¾à°¸à°¹à°¿à°¤à°‚à°—à°¾ ఉంది" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "XML సృషà±à°Ÿà°¿à°‚à°šà±à°Ÿà°²à±‹ విఫలమైంది" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "%s à°•à±à°·à±‡à°¤à±à°°à°¾à°¨à±à°¨à°¿ à°ªà±à°°à°¾à°°à°‚భించటంలో విఫలమైంది" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "%s à°•à±à°·à±‡à°¤à±à°°à°¾à°¨à±à°¨à°¿ సంకà±à°·à°¿à°ªà±à°¤à±€à°•à°°à°¿à°‚చటంలో విఫలమైంది" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "మెమొరీ కేటాయించటంలో విఫలమైంది" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "ఇంటరà±â€Œà°«à±‡à°¸à± పరికరం" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "లకà±à°·à±à°¯ పరికరం à°°à°•à°‚" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "ఇంటరà±â€Œà°«à±‡à°¸à± పరికరం" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "ఆతిధేయ నిరà±à°µà°šà°¨ ఫైలà±à°¨à± లోడà±à°šà±‡à°¸à±à°¤à±‹à°‚ది" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "ఇంటరà±â€Œà°«à±‡à°¸à± పరికరం" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "ఆతిధేయ నిరà±à°µà°šà°¨ ఫైలà±à°¨à± లోడà±à°šà±‡à°¸à±à°¤à±‹à°‚ది" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "à°•à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°•à±à°·à±‡à°¤à±à°°à°¾à°¨à±à°¨à°¿ నిరà±à°µà°šà°¿à°‚à°šà°•à±" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "à°•à±à°°à°¿à°¯à°¾à°°à°¹à°¿à°¤ à°•à±à°·à±‡à°¤à±à°° నామం" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "%s à°•à±à°·à±‡à°¤à±à°°à°¾à°¨à±à°¨à°¿ %sà°•à°¿ à°­à°¦à±à°°à°ªà°°à°µà°Ÿà°‚లో విఫలమైంది" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "'%s'తెరà±à°µà±à°Ÿà°²à±‹ విఫలమైంది: %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "%s యందౠసరికాని వాదం" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "డొమైనౠకనపడలేదà±: %s" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "%s యందౠసరికాని వాదం" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "à°•à±à°·à±‡à°¤à±à°° నామం" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "à°•à±à°·à±‡à°¤à±à°°à°‚ ఇపà±à°ªà°Ÿà°¿à°•à±‡ ‌కà±à°°à°¿à°¯à°¾à°¸à°¹à°¿à°¤à°‚à°—à°¾ ఉంది" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "XMLలో నెటà±à°µà°°à±à°•à± సమాచారం" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "నోడà±à°¨à± కేటాయించటంలో విఫలమైంది" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "%s à°•à±à°·à±‡à°¤à±à°°à°¾à°¨à±à°¨à°¿ %sà°•à°¿ à°­à°¦à±à°°à°ªà°°à°µà°Ÿà°‚లో విఫలమైంది" @@ -3175,62 +3205,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "'%s'తెరà±à°µà±à°Ÿà°²à±‹ విఫలమైంది: %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "'%s'తెరà±à°µà±à°Ÿà°²à±‹ విఫలమైంది: %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "'%s'తెరà±à°µà±à°Ÿà°²à±‹ విఫలమైంది: %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3497,27 +3538,32 @@ msgstr "à°•à±à°·à±‡à°¤à±à°° నామం" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "à°•à±à°·à±‡à°¤à±à°° నామం" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "ఆకృతీకరణ ఫైలà±à°¨à± రాయటంలో వైఫలà±à°¯à°‚: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6074,8 +6120,9 @@ msgid "DATA" msgstr "సమాచారం" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "à°…à°¡à±à°¡à±à°•à±Šà°¨à°¬à°¡à°¿à°‚ది" +#, fuzzy +msgid "idle" +msgstr "XML దసà±à°¤à±à°°à°‚" #: src/virsh.c:6294 msgid "paused" @@ -6707,7 +6754,7 @@ msgstr "à°•à±à°·à±‡à°¤à±à°° సమాచారం సరైనదికాద msgid "domain information incomplete, missing uuid" msgstr "à°•à±à°·à±‡à°¤à±à°° సమాచారం అసంపూరà±à°¤à°¿à°—à°¾ ఉంది, uuid తపà±à°ªà°¿à°ªà±‹à°¯à°¿à°‚ది" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "à°•à±à°·à±‡à°¤à±à°° సమాచారం అసంపూరà±à°¤à°¿à°—à°¾ ఉంది, పేరౠతపà±à°ªà°¿à°ªà±‹à°¯à°¿à°‚ది" @@ -6770,204 +6817,204 @@ msgstr "ఊహించని à°¡à°¿à°•à±à°Ÿà± నోడà±" msgid "unknown graphics type '%s'" msgstr "తెలియని OS %s à°°à°•à°‚" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "డొమైనౠసమాచారం అసంపూరà±à°¤à°¿à°—à°¾ ఉంది, id తపà±à°ªà°¿à°ªà±‹à°¯à°¿à°‚ది" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "తెలియని OS %s à°°à°•à°‚" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 msgid "failed to parse topology information" msgstr "టొపాలజీ సమాచారం పారà±à°¶à± చేయà±à°Ÿà°²à±‹ విఫలమైంది" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 msgid "topology syntax error" msgstr "టోపాలజీ సినà±à°Ÿà°¾à°•à±à°¸à± దోషం" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "Xend à°•à±à°·à±‡à°¤à±à°° సమాచరానà±à°¨à°¿ విశà±à°²à±‡à°·à°¿à°‚చటంలో విఫలమైంది" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "à°•à±à°·à±‡à°¤à±à°°à°¾à°¨à±à°¨à°¿ తొలగించటంలో విఫలమైంది %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "లకà±à°·à±à°¯ పరికరం à°°à°•à°‚" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "ఊహీమà±à°šà°¨à°¿ వాలà±à°¯à±‚ నోడà±" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node మెమోరీ" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "విధానం విఫలమైంది" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "%s నిరà±à°µà°šà°¿à°‚చబడని à°•à±à°·à±‡à°¤à±à°°à°¾à°¨à°¿à°•à°¿ విఫలమైంది" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "విధాన వైఫలà±à°¯à°‚: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "అతిధేయ నామమà±à°¨à± పొందà±à°Ÿà°²à±‹ విఫలం" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "Xend à°•à±à°·à±‡à°¤à±à°° సమాచరానà±à°¨à°¿ విశà±à°²à±‡à°·à°¿à°‚చటంలో విఫలమైంది" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "చతనం గాని డొమైనౠ%s ని సృషà±à°Ÿà°¿à°‚à°šà±à°Ÿà°²à±‹ విఫలం\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "à°•à±à°·à±‡à°¤à±à°° సమాచారం అసంపూరà±à°¤à°¿à°—à°¾ ఉంది, పేరౠతపà±à°ªà°¿à°ªà±‹à°¯à°¿à°‚ది" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "తెలియని" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "అతిధేయ నామమà±à°¨à± పొందà±à°Ÿà°²à±‹ విఫలం" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "à°•à±à°·à±‡à°¤à±à°° సమాచారం అసంపూరà±à°¤à°¿à°—à°¾ ఉంది, uuid తపà±à°ªà°¿à°ªà±‹à°¯à°¿à°‚ది" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "à°•à±à°·à±‡à°¤à±à°° సమాచారం అసంపూరà±à°¤à°¿à°—à°¾ ఉంది, uuid తపà±à°ªà°¿à°ªà±‹à°¯à°¿à°‚ది" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "%s యందౠసరికాని వాదం" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "చదవటానికి %sనౠతెరవటంలో విఫలమైంది" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "'%s'తెరà±à°µà±à°Ÿà°²à±‹ విఫలమైంది: %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "ఊహించని మైం à°°à°•à°‚" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "ఊహించని మైం à°°à°•à°‚" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "ఊహించని మైం à°°à°•à°‚" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "ఊహీమà±à°šà°¨à°¿ వాలà±à°¯à±‚ నోడà±" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node à°•à±à°·à±‡à°¤à±à°° జాబితా" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library కాలౠవిఫలమైంది, సాధà±à°¯à°®à±ˆà°‚నంతవరకూ మదà±à°¦à°¤à°¿à°µà±à°µà°• పోవచà±à°šà±" @@ -7145,6 +7192,9 @@ msgstr "కొతà±à°¤ సందరà±à°­à°¾à°¨à±à°¨à°¿ కేటాయిం msgid "failed to connect to Xen Store" msgstr "Xen à°¸à±à°Ÿà±‹à°°à±à°•à°¿ à°…à°¨à±à°¸à°‚ధించటంలో విఫలమైంది" +#~ msgid "blocked" +#~ msgstr "à°…à°¡à±à°¡à±à°•à±Šà°¨à°¬à°¡à°¿à°‚ది" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "లకà±à°·à±à°¯ పరికరం à°°à°•à°‚" @@ -7221,10 +7271,6 @@ msgstr "Xen à°¸à±à°Ÿà±‹à°°à±à°•à°¿ à°…à°¨à±à°¸à°‚ధించటంలో à°µ #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "ఆకృతీకరణ ఫైలà±à°¨à± రాయటంలో వైఫలà±à°¯à°‚: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "ఆకృతీకరణ ఫైలà±à°¨à± రాయటంలో వైఫలà±à°¯à°‚: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "మెమొరీ కేటాయించటంలో విఫలమైంది" diff --git a/po/th.po b/po/th.po index c94d596d91..b0f327a746 100644 --- a/po/th.po +++ b/po/th.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/tr.po b/po/tr.po index c94d596d91..b0f327a746 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/uk.po b/po/uk.po index 5995f350f2..9133d7363a 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-08-22 14:58+0300\n" "Last-Translator: Maxim V. Dziumanenko \n" "Language-Team: Ukrainian \n" @@ -770,37 +770,37 @@ msgstr "" msgid "storage_vol not found" msgstr "Мережа не Ñ–Ñнує" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "Ð¿Ñ€Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ ÐºÐ¾Ð½Ñ„Ñ–Ð³ÑƒÑ€Ð°Ñ†Ñ–Ñ—" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "незавершене чиÑло" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "незавершений Ñ€Ñдок" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "очікуєтьÑÑ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "очікуєтьÑÑ Ñ€Ð¾Ð·Ð´Ñ–Ð»ÑŽÐ²Ð°Ñ‡ ÑпиÑку" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "відÑутній ] наприкінці ÑпиÑку" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "очікуєтьÑÑ Ð½Ð°Ð·Ð²Ð°" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "очікуєтьÑÑ Ñ€Ð¾Ð·Ð´Ñ–Ð»ÑŽÐ²Ð°Ñ‡" @@ -808,17 +808,17 @@ msgstr "очікуєтьÑÑ Ñ€Ð¾Ð·Ð´Ñ–Ð»ÑŽÐ²Ð°Ñ‡" msgid "expecting an assignment" msgstr "очікуєтьÑÑ Ð¿Ñ€Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "виділити новий буфер" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "помилка Ð²Ñ–Ð´ÐºÑ€Ð¸Ð²Ð°Ð½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñƒ" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "помилка Ð·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ Ð²Ð¼Ñ–Ñту" @@ -1139,7 +1139,7 @@ msgstr "невідомий тип ОС %s" msgid "cannot extract disk devices" msgstr "приÑтрій інтерфейÑу" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "тип цільового приÑтрою" @@ -1239,12 +1239,12 @@ msgstr "неочікуваний тим MIME" msgid "unexpected char type %d" msgstr "неочікуваний тим MIME" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "неочікуваний тим MIME" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "неочікуваний тим MIME" @@ -1648,22 +1648,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "ID домену або UUID" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "назва неактивного домену" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "назва неактивного домену" @@ -1728,7 +1728,7 @@ msgstr "Ðе вдаєтьÑÑ Ð²Ñ–Ð´Ñ€Ð¸Ñ‚Ð¸ '%s': %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "помилка запиÑу конфігураційного файлу: %s" @@ -1787,7 +1787,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "невідомий тип ОС %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1803,22 +1803,47 @@ msgstr "" msgid "no config file for %s" msgstr "ÑинтакÑична помилка у конфігураційному файлі: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "не вдаєтьÑÑ Ð·'єднатиÑÑŒ %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "не вдаєтьÑÑ Ð·'єднатиÑÑŒ %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "розв'ÑÐ·Ð°Ð½Ð½Ñ Ð½Ð°Ð·Ð²Ð¸ файлу мережі" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "неправильна MAC-адреÑа" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC-адреÑа" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "помилка дії" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Ðе вдаєтьÑÑ Ð²Ñ–Ð´Ñ€Ð¸Ñ‚Ð¸ '%s': %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "ÑинтакÑична помилка у конфігураційному файлі: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "не вдаєтьÑÑ Ð·'єднатиÑÑŒ %s" @@ -1855,10 +1880,10 @@ msgstr "Домен доÑÑ– працює" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "не вдаєтьÑÑ Ð·'єднатиÑÑŒ %s" @@ -1868,54 +1893,54 @@ msgstr "не вдаєтьÑÑ Ð·'єднатиÑÑŒ %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "не вдаєтьÑÑ Ð·'єднатиÑÑŒ %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "не вдаєтьÑÑ Ð·'єднатиÑÑŒ %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "змінити кількіÑÑ‚ÑŒ віртуальних процеÑорів" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Домен доÑÑ– працює" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "не вдаєтьÑÑ Ð·'єднатиÑÑŒ %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "невідомий тип ОС %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "не вдаєтьÑÑ Ð·'єднатиÑÑŒ %s" @@ -1979,7 +2004,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Ðе вдаєтьÑÑ Ð²Ñ–Ð´Ñ€Ð¸Ñ‚Ð¸ '%s': %s" @@ -1999,7 +2024,7 @@ msgstr "Мережа %s запущена\n" msgid "Network type %d is not supported" msgstr "Мережа %s запущена\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Ðе вдаєтьÑÑ Ð²Ñ–Ð´Ñ€Ð¸Ñ‚Ð¸ '%s': %s" @@ -2039,627 +2064,632 @@ msgstr "неправильний вказівник домену у" msgid "failed to allocate space for argv string" msgstr "Ðе вдаєтьÑÑ Ð²Ð¸Ð´Ñ–Ð»Ð¸Ñ‚Ð¸ пам'ÑÑ‚ÑŒ" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "не вдаєтьÑÑ Ð·Ð°Ð¿Ð¸Ñати у файл журналу" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "помилка розбору інформації домену Xend" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Помилка запуÑку мережі %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Ðе вдаєтьÑÑ Ð²Ñ–Ð´Ñ€Ð¸Ñ‚Ð¸ '%s': %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Ðе вдаєтьÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ мережу: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "недоÑтатньо пам'ÑÑ‚Ñ–" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "недоÑтатньо пам'ÑÑ‚Ñ–" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Ðе вдаєтьÑÑ Ð²Ñ–Ð´Ñ€Ð¸Ñ‚Ð¸ '%s': %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "не вдаєтьÑÑ Ð·Ð°Ð¿Ð¸Ñати у файл журналу" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "призначити новий контекÑÑ‚" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "помилка при отриманні домену '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "помилка дії" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Домен вже активний" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "не вдаєтьÑÑ Ð·Ð°Ð¿Ð¸Ñати у файл журналу" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "не вдаєтьÑÑ Ð·Ð°Ð¿Ð¸Ñати у файл журналу" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Ðе вдаєтьÑÑ Ð²Ñ–Ð´Ñ€Ð¸Ñ‚Ð¸ '%s': %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "не вдаєтьÑÑ Ð·Ð°Ð¿Ð¸Ñати у файл журналу" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "помилка при отриманні мережі '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "не вдаєтьÑÑ Ð·Ð°Ð¿Ð¸Ñати у файл журналу" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "неочікуваний вузол node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "помилка Ð²Ð¸Ð´Ñ–Ð»ÐµÐ½Ð½Ñ Ð²ÑƒÐ·Ð»Ð°" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Помилка Ð·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñƒ %s в %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Помилка Ð·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñƒ %s в %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Помилка Ð·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñƒ %s в %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Помилка Ð·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñƒ %s в %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Помилка Ð·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñƒ %s в %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "помилка Ð²Ð¸Ð´Ñ–Ð»ÐµÐ½Ð½Ñ Ð²ÑƒÐ·Ð»Ð°" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Помилка Ð·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñƒ %s в %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Помилка Ð·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñƒ %s в %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Помилка Ð·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñƒ %s в %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Помилка Ð·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñƒ %s в %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Помилка Ð·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñƒ %s в %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Домен вже активний" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "помилка запиÑу конфігураційного файлу: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Ðе вдаєтьÑÑ Ð²Ñ–Ð´Ñ€Ð¸Ñ‚Ð¸ '%s': %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Ðе вдаєтьÑÑ Ð²Ñ–Ð´Ñ€Ð¸Ñ‚Ð¸ '%s': %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Ðе вдаєтьÑÑ Ð²Ñ–Ð´Ñ€Ð¸Ñ‚Ð¸ '%s': %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "помилка при Ñпробі відкрити %s Ð´Ð»Ñ Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Ðе вдаєтьÑÑ Ð²Ñ–Ð´Ñ€Ð¸Ñ‚Ð¸ '%s': %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Ðе вдаєтьÑÑ Ð²Ñ–Ð´Ñ€Ð¸Ñ‚Ð¸ '%s': %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "помилка при отриманні мережі '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "неочікуваний вузол node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Ðе вдаєтьÑÑ Ð²Ñ–Ð´Ñ€Ð¸Ñ‚Ð¸ '%s': %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "Ðе вдаєтьÑÑ Ð²Ð¸Ð´Ñ–Ð»Ð¸Ñ‚Ð¸ пам'ÑÑ‚ÑŒ" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "ЗайнÑто пам'ÑÑ‚Ñ–:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "домен %s вже Ñ–Ñнує" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "домен %s вже Ñ–Ñнує" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Домен доÑÑ– працює" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "помилка дії" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "помилка дії" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "помилка Ð²Ð¸Ð´Ñ–Ð»ÐµÐ½Ð½Ñ Ð²ÑƒÐ·Ð»Ð°" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "назва неактивного домену" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Помилка при переведенні домену %s в Ñтан очікуваннÑ" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "помилка Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ UUID домену" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Ðе вдаєтьÑÑ Ñтворити XML" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Помилка запиÑу Ñокету %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Помилка запиÑу Ñокету %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "недоÑтатньо пам'ÑÑ‚Ñ–" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "помилка дії" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "назва неактивного домену" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "ÑкаÑувати Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð½ÐµÐ°ÐºÑ‚Ð¸Ð²Ð½Ð¾Ð³Ð¾ домену" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Ðе вдаєтьÑÑ Ð²Ñ–Ð´Ñ€Ð¸Ñ‚Ð¸ '%s': %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "помилка Ð·Ð²ÐµÑ€Ð½ÐµÐ½Ð½Ñ Ð´Ð¾ бібліотеки, можливо не підтримуєтьÑÑ" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Ðе вдаєтьÑÑ Ñтворити XML" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "завантажити файл Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñƒ" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "ÑпиÑок доменів вузла" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "помилка Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ Ð· демона Xen" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Ðе вдаєтьÑÑ Ñтворити XML" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Ðе вдаєтьÑÑ Ñтворити XML" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Домен вже активний" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Ðе вдаєтьÑÑ Ñтворити XML" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Помилка запуÑку домену %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Помилка Ð²Ñ–Ð´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ñ€Ð¾Ð±Ð¾Ñ‚Ð¸ домену %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "Ðе вдаєтьÑÑ Ð²Ð¸Ð´Ñ–Ð»Ð¸Ñ‚Ð¸ пам'ÑÑ‚ÑŒ" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "приÑтрій інтерфейÑу" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "тип цільового приÑтрою" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "приÑтрій інтерфейÑу" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñƒ Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñ…Ð¾ÑÑ‚" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "приÑтрій інтерфейÑу" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñƒ Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñ…Ð¾ÑÑ‚" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "ÑкаÑувати Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð½ÐµÐ°ÐºÑ‚Ð¸Ð²Ð½Ð¾Ð³Ð¾ домену" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "назва неактивного домену" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Помилка Ð·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñƒ %s в %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Ðе вдаєтьÑÑ Ð²Ñ–Ð´Ñ€Ð¸Ñ‚Ð¸ '%s': %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "неправильний аргумент у %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Домен не знайдено: %s" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "неправильний аргумент у %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "назва домену" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Домен вже активний" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "Ñ–Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ Ð¿Ñ€Ð¾ мережу у XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "помилка Ð²Ð¸Ð´Ñ–Ð»ÐµÐ½Ð½Ñ Ð²ÑƒÐ·Ð»Ð°" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Помилка Ð·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñƒ %s в %s" @@ -3175,62 +3205,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Ðе вдаєтьÑÑ Ð²Ñ–Ð´Ñ€Ð¸Ñ‚Ð¸ '%s': %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3352,7 +3393,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3371,17 +3412,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Ðе вдаєтьÑÑ Ð²Ñ–Ð´Ñ€Ð¸Ñ‚Ð¸ '%s': %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Ðе вдаєтьÑÑ Ð²Ñ–Ð´Ñ€Ð¸Ñ‚Ð¸ '%s': %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3495,27 +3536,32 @@ msgstr "назва домену" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "назва домену" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "помилка запиÑу конфігураційного файлу: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6082,8 +6128,9 @@ msgid "DATA" msgstr "ДÐÐІ" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "заблоковано" +#, fuzzy +msgid "idle" +msgstr "Файл XML" #: src/virsh.c:6294 msgid "paused" @@ -6718,7 +6765,7 @@ msgstr "неправильна Ñ–Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ Ð´Ð¾Ð¼ÐµÐ½Ñƒ, domid має msgid "domain information incomplete, missing uuid" msgstr "неповна Ñ–Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ Ð´Ð¾Ð¼ÐµÐ½Ñƒ, відÑутній uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "неповна Ñ–Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ Ð´Ð¾Ð¼ÐµÐ½Ñƒ, відÑÑƒÑ‚Ð½Ñ Ð½Ð°Ð·Ð²Ð°" @@ -6781,206 +6828,206 @@ msgstr "неочікуваний вузол node" msgid "unknown graphics type '%s'" msgstr "невідомий тип ОС %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "неповна Ñ–Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ Ð´Ð¾Ð¼ÐµÐ½Ñƒ, відÑутній id" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "невідомий тип ОС %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "помилка розбору інформації домену Xend" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "ÑинтакÑична помилка у конфігураційному файлі" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "помилка розбору інформації домену Xend" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Помилка при переведенні домену %s в Ñтан очікуваннÑ" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "тип цільового приÑтрою" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "неочікуваний вузол значень" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "пам'ÑÑ‚ÑŒ вузла" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "помилка дії" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Помилка ÑкаÑÑƒÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ð½Ñ„Ñ–Ð³ÑƒÑ€Ð°Ñ†Ñ–Ñ— домену %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "помилка дії: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "помилка Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ð½Ð°Ð·Ð²Ð¸ вузла гіпервізора" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "помилка розбору інформації домену Xend" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Помилка ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð½ÐµÐ°ÐºÑ‚Ð¸Ð²Ð½Ð¾Ð³Ð¾ домену %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "неповна Ñ–Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ Ð´Ð¾Ð¼ÐµÐ½Ñƒ, відÑÑƒÑ‚Ð½Ñ Ð½Ð°Ð·Ð²Ð°" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "Ðевідомо" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "помилка Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ð½Ð°Ð·Ð²Ð¸ вузла гіпервізора" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "неповна Ñ–Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ Ð´Ð¾Ð¼ÐµÐ½Ñƒ, відÑутній uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "неповна Ñ–Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ Ð´Ð¾Ð¼ÐµÐ½Ñƒ, відÑутній uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "неправильний аргумент у %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "помилка при Ñпробі відкрити %s Ð´Ð»Ñ Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Ðе вдаєтьÑÑ Ð²Ñ–Ð´Ñ€Ð¸Ñ‚Ð¸ '%s': %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "неочікуваний тим MIME" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "неочікуваний тим MIME" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "неочікуваний тим MIME" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "неочікуваний вузол значень" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "ÑпиÑок доменів вузла" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "помилка Ð·Ð²ÐµÑ€Ð½ÐµÐ½Ð½Ñ Ð´Ð¾ бібліотеки, можливо не підтримуєтьÑÑ" @@ -7158,6 +7205,9 @@ msgstr "призначити новий контекÑÑ‚" msgid "failed to connect to Xen Store" msgstr "помилка з'Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð· Xen Store" +#~ msgid "blocked" +#~ msgstr "заблоковано" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "тип цільового приÑтрою" @@ -7234,10 +7284,6 @@ msgstr "помилка з'Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð· Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "помилка запиÑу конфігураційного файлу: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "помилка запиÑу конфігураційного файлу: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "Ðе вдаєтьÑÑ Ð²Ð¸Ð´Ñ–Ð»Ð¸Ñ‚Ð¸ пам'ÑÑ‚ÑŒ" diff --git a/po/ur.po b/po/ur.po index c94d596d91..b0f327a746 100644 --- a/po/ur.po +++ b/po/ur.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/vi.po b/po/vi.po index c94d596d91..b0f327a746 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/po/zh_CN.po b/po/zh_CN.po index ecf846ac3a..9bcb88da0f 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: zh_CN\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-12-05 08:49+0800\n" "Last-Translator: Leah Liu \n" "Language-Team: Chinese, Simplied£¨¼òÌåÖÐÎÄ£© \n" @@ -777,37 +777,37 @@ msgstr "" msgid "storage_vol not found" msgstr "δÕÒµ½ÍøÂç" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "·ÖÅäÅäÖÃ" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "δÖÕÖ¹µÄÊý" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "δÖÕÖ¹µÄ×Ö·û´®" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "ÐèÒªÒ»¸öÖµ" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "ÔÚÁбíÖÐÐèÒªÒ»¸ö·Ö¸ô·û" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "ÁбíûÓÐʹÓà ] ½áÊø" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "ÐèÒªÒ»¸öÃû³Æ" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "ÐèÒªÒ»¸ö·Ö¸ô·û" @@ -815,16 +815,16 @@ msgstr " msgid "expecting an assignment" msgstr "ÐèÒªÒ»¸ö²ÎÊý" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 msgid "allocate buffer" msgstr "·ÖÅ仺³åÇø" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "´ò¿ªÎļþʧ°Ü" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "±£´æÄÚÈÝʧ°Ü" @@ -1145,7 +1145,7 @@ msgstr "δ֪ msgid "cannot extract disk devices" msgstr "½Ó¿ÚÉ豸" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "Ä¿±êÉ豸ÀàÐÍ" @@ -1245,12 +1245,12 @@ msgstr " msgid "unexpected char type %d" msgstr "ÒâÍâµÄmimeÀàÐÍ" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "ÒâÍâµÄmimeÀàÐÍ" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "ÒâÍâµÄmimeÀàÐÍ" @@ -1654,22 +1654,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "Óò id »ò uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "·Ç»îÔ¾ÓòµÄÃû³Æ" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "·Ç»îÔ¾ÓòµÄÃû³Æ" @@ -1734,7 +1734,7 @@ msgstr " msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "дÈëÅäÖÃÎļþʧ°Ü: %s" @@ -1793,7 +1793,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "δ֪²Ù×÷ϵͳÀàÐÍ %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1809,22 +1809,47 @@ msgstr "" msgid "no config file for %s" msgstr "ÅäÖÃÎļþÓï·¨´íÎó: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "²»ÄÜÁ¬½Óµ½ %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "²»ÄÜÁ¬½Óµ½ %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "½âÎöÍøÂçÎļþÃû" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "ÎÞЧµÄMACµØÖ·" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "MAC µØÖ·" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "²Ù×÷ʧ°Ü" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "´ò¿ª '%s': %sʧ°Ü" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "ÅäÖÃÎļþÓï·¨´íÎó: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "²»ÄÜÁ¬½Óµ½ %s" @@ -1861,10 +1886,10 @@ msgstr " msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "²»ÄÜÁ¬½Óµ½ %s" @@ -1874,54 +1899,54 @@ msgstr " msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "²»ÄÜÁ¬½Óµ½ %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "²»ÄÜÁ¬½Óµ½ %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "¸Ä±äÐéÄâ CPU µÄºÅ" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "ÓòÈÔÔÚÔËÐÐ" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "²»ÄÜÁ¬½Óµ½ %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "δ֪²Ù×÷ϵͳÀàÐÍ %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "²»ÄÜÁ¬½Óµ½ %s" @@ -1985,7 +2010,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "´ò¿ª '%s': %sʧ°Ü" @@ -2005,7 +2030,7 @@ msgstr " msgid "Network type %d is not supported" msgstr "ÍøÂç %s ÒÑ¿ªÊ¼\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "´ò¿ª '%s': %sʧ°Ü" @@ -2045,627 +2070,632 @@ msgstr " msgid "failed to allocate space for argv string" msgstr "·ÖÅäÄÚ´æʧ°Ü" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "дÈëÈÕÖ¾Îļþʧ°Ü" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "½âÊÍ Xend ÓòÐÅϢʧ°Ü" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "¿ªÊ¼ÍøÂç %s ʧ°Ü" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "´ò¿ª '%s': %sʧ°Ü" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "²éÕÒÍøÂçʧ°Ü: %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "ÄÚ´æÒç³ö" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "ÄÚ´æÒç³ö" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "´ò¿ª '%s': %sʧ°Ü" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "дÈëÈÕÖ¾Îļþʧ°Ü" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "·ÖÅäеÄÉÏÏÂÎÄ" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "»ñµÃÓò '%s' ʧ°Ü" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "²Ù×÷ʧ°Ü" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "ÓòÒѾ­»îÔ¾" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "дÈëÈÕÖ¾Îļþʧ°Ü" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "дÈëÈÕÖ¾Îļþʧ°Ü" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "´ò¿ª '%s': %sʧ°Ü" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "дÈëÈÕÖ¾Îļþʧ°Ü" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "»ñµÃÍøÂç '%s' ʧ°Ü" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "дÈëÈÕÖ¾Îļþʧ°Ü" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "ÒâÍâµÄÖظ´½Úµã" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "·ÖÅäÒ»¸ö½Úµãʧ°Ü" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "°ÑÓò %s ´æµ½ %s ʧ°Ü" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "°ÑÓò %s ´æµ½ %s ʧ°Ü" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "°ÑÓò %s ´æµ½ %s ʧ°Ü" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "°ÑÓò %s ´æµ½ %s ʧ°Ü" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "°ÑÓò %s ´æµ½ %s ʧ°Ü" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "·ÖÅäÒ»¸ö½Úµãʧ°Ü" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "°ÑÓò %s ´æµ½ %s ʧ°Ü" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "°ÑÓò %s ´æµ½ %s ʧ°Ü" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "°ÑÓò %s ´æµ½ %s ʧ°Ü" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "°ÑÓò %s ´æµ½ %s ʧ°Ü" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "°ÑÓò %s ´æµ½ %s ʧ°Ü" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "ÓòÒѾ­»îÔ¾" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "дÈëÅäÖÃÎļþʧ°Ü: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "´ò¿ª '%s': %sʧ°Ü" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "´ò¿ª '%s': %sʧ°Ü" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "´ò¿ª '%s': %sʧ°Ü" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "´ò¿ª²¢¶ÁÈ¡ %s Îļþʧ°Ü" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "´ò¿ª '%s': %sʧ°Ü" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "´ò¿ª '%s': %sʧ°Ü" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "»ñµÃÍøÂç '%s' ʧ°Ü" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "ÒâÍâµÄÖظ´½Úµã" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "´ò¿ª '%s': %sʧ°Ü" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "·ÖÅäÄÚ´æʧ°Ü" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "NUMA¿ÉÓÃÄÚ´æ" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "ÓòÃû %s ÒѾ­´æÔÚ" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "ÓòÃû %s ÒѾ­´æÔÚ" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "ÓòÈÔÔÚÔËÐÐ" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "²Ù×÷ʧ°Ü" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "²Ù×÷ʧ°Ü" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "·ÖÅäÒ»¸ö½Úµãʧ°Ü" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "·Ç»îÔ¾ÓòµÄÃû³Æ" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "¹ÒÆð %s Óòʧ°Ü" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "»ñµÃÓò UUID ʧ°Ü" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "´´½¨XMLʧ°Ü" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "д socket %d ʧ°Ü\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "д socket %d ʧ°Ü\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "ÄÚ´æÒç³ö" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "²Ù×÷ʧ°Ü" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "·Ç»îÔ¾ÓòµÄÃû³Æ" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "È¡Ïû¶¨ÒåÒ»¸ö·Ç»îÔ¾µÄÓò" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "´ò¿ª '%s': %sʧ°Ü" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "¿âµ÷ÓÃʧ°Ü£¬¿ÉÄܲ»Ö§³Ö" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "´´½¨XMLʧ°Ü" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "¶ÁÈ¡Óò¶¨ÒåÎļþ" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "½ÚµãÓòÁбí" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "´Ó Xen ÊØ»¤½ø³Ì¶Áʧ°Ü" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "´´½¨XMLʧ°Ü" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "´´½¨XMLʧ°Ü" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "ÓòÒѾ­»îÔ¾" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "´´½¨XMLʧ°Ü" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "¿ªÊ¼Óò %s ʧ°Ü" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "»Ö¸´Óò %s ʧ°Ü" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "·ÖÅäÄÚ´æʧ°Ü" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "½Ó¿ÚÉ豸" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "Ä¿±êÉ豸ÀàÐÍ" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "½Ó¿ÚÉ豸" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "¶ÁÈ¡Ö÷»ú¶¨ÒåÎļþ" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "½Ó¿ÚÉ豸" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "¶ÁÈ¡Ö÷»ú¶¨ÒåÎļþ" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "È¡Ïû¶¨ÒåÒ»¸ö·Ç»îÔ¾µÄÓò" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "·Ç»îÔ¾ÓòµÄÃû³Æ" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "°ÑÓò %s ´æµ½ %s ʧ°Ü" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "´ò¿ª '%s': %sʧ°Ü" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "ÎÞЧµÄ²ÎÊý %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "δÕÒµ½Óò: %s" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "ÎÞЧµÄ²ÎÊý %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "ÓòÃû" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "ÓòÒѾ­»îÔ¾" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "XML ÖеÄÍøÂçÐÅÏ¢" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "·ÖÅäÒ»¸ö½Úµãʧ°Ü" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "°ÑÓò %s ´æµ½ %s ʧ°Ü" @@ -3181,62 +3211,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "´ò¿ª '%s': %sʧ°Ü" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3359,7 +3400,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3378,17 +3419,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "´ò¿ª '%s': %sʧ°Ü" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "´ò¿ª '%s': %sʧ°Ü" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3503,27 +3544,32 @@ msgstr " msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "ÓòÃû" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "дÈëÅäÖÃÎļþʧ°Ü: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6078,8 +6124,9 @@ msgid "DATA" msgstr "Êý¾Ý" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "×èÈû" +#, fuzzy +msgid "idle" +msgstr "XML Îļþ" #: src/virsh.c:6294 msgid "paused" @@ -6712,7 +6759,7 @@ msgstr " msgid "domain information incomplete, missing uuid" msgstr "ÓòÐÅÏ¢²»ÍêÈ«£¬È±ÉÙ uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "ÓòÐÅÏ¢²»ÍêÈ«£¬È±ÉÙÃû³Æ" @@ -6775,204 +6822,204 @@ msgstr " msgid "unknown graphics type '%s'" msgstr "δ֪²Ù×÷ϵͳÀàÐÍ %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "ÓòÐÅÏ¢²»ÍêÈ«,ȱÉÙid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "δ֪²Ù×÷ϵͳÀàÐÍ %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 msgid "failed to parse topology information" msgstr "·ÖÎöÍØÆ˽ṹÐÅϢʧ°Ü" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 msgid "topology syntax error" msgstr "ÍØÆ˽ṹ¾ä·¨´íÎó" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "½âÊÍ Xend ÓòÐÅϢʧ°Ü" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "¹ÒÆð %s Óòʧ°Ü" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "Ä¿±êÉ豸ÀàÐÍ" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "ÒâÍâµÄÖµ½Úµã" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "½ÚµãÄÚ´æ" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "²Ù×÷ʧ°Ü" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "È¡Ïû¶¨ÒåÓò %s ʧ°Ü" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "²Ù×÷ʧ°Ü: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "»ñµÃÖ÷»úÃûʧ°Ü" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "½âÊÍ Xend ÓòÐÅϢʧ°Ü" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "´´½¨²»»î¶¯Óò %s ʧ°Ü\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "ÓòÐÅÏ¢²»ÍêÈ«£¬È±ÉÙÃû³Æ" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "δ֪" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "»ñµÃÖ÷»úÃûʧ°Ü" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "ÓòÐÅÏ¢²»ÍêÈ«£¬È±ÉÙ uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "ÓòÐÅÏ¢²»ÍêÈ«£¬È±ÉÙ uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "ÎÞЧµÄ²ÎÊý %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "´ò¿ª²¢¶ÁÈ¡ %s Îļþʧ°Ü" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "´ò¿ª '%s': %sʧ°Ü" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "ÒâÍâµÄmimeÀàÐÍ" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "ÒâÍâµÄmimeÀàÐÍ" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "ÒâÍâµÄmimeÀàÐÍ" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "ÒâÍâµÄÖµ½Úµã" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "½ÚµãÓòÁбí" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "¿âµ÷ÓÃʧ°Ü£¬¿ÉÄܲ»Ö§³Ö" @@ -7150,6 +7197,9 @@ msgstr " msgid "failed to connect to Xen Store" msgstr "Á¬½Óµ½ Xen Store ʧ°Ü" +#~ msgid "blocked" +#~ msgstr "×èÈû" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "Ä¿±êÉ豸ÀàÐÍ" @@ -7226,10 +7276,6 @@ msgstr " #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "дÈëÅäÖÃÎļþʧ°Ü: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "дÈëÅäÖÃÎļþʧ°Ü: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "·ÖÅäÄÚ´æʧ°Ü" diff --git a/po/zh_TW.po b/po/zh_TW.po index 25491b2684..62eebc8a67 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: zh_TW\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2007-04-10 16:18+1000\n" "Last-Translator: Chester Cheng \n" "Language-Team: Traditional Chinese \n" @@ -772,37 +772,37 @@ msgstr "" msgid "storage_vol not found" msgstr "網路å稱或 uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "分é…設定" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "未中止的數é‡" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "未中止的字串" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "é æœŸçš„是數值" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "é æœŸçš„是清單å¼çš„分隔å­" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "清單並沒有以 ] çµå°¾" -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "é æœŸçš„是å稱" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "é æœŸçš„是分隔å­" @@ -810,17 +810,17 @@ msgstr "é æœŸçš„是分隔å­" msgid "expecting an assignment" msgstr "é æœŸçš„是指定å­" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "分é…æ–°çš„ç·©è¡å€" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "無法開啟檔案" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "無法存入內容" @@ -1141,7 +1141,7 @@ msgstr "未知的作業系統類型 %s" msgid "cannot extract disk devices" msgstr "無法解開執行中 %s hypervisor 的版本\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "ç„¡é æœŸçš„ mime é¡žåž‹" @@ -1238,12 +1238,12 @@ msgstr "ç„¡é æœŸçš„ mime é¡žåž‹" msgid "unexpected char type %d" msgstr "ç„¡é æœŸçš„ mime é¡žåž‹" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "ç„¡é æœŸçš„ mime é¡žåž‹" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "ç„¡é æœŸçš„ mime é¡žåž‹" @@ -1647,22 +1647,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "å€åŸŸ id 或 uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "éžä½œç”¨ä¸­å€åŸŸçš„å稱" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "éžä½œç”¨ä¸­å€åŸŸçš„å稱" @@ -1727,7 +1727,7 @@ msgstr "無法暫åœå€åŸŸ %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "無法寫入設定檔:%s" @@ -1786,7 +1786,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "未知的作業系統類型 %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1802,22 +1802,47 @@ msgstr "" msgid "no config file for %s" msgstr "設定檔語法錯誤:%s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "無法連上 %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "無法連上 %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "解æžå€åŸŸçš„檔å" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "無效的åƒæ•¸ï¼Œæ–¼ %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "無效的åƒæ•¸ï¼Œæ–¼ %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "æ“作失敗" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "無法暫åœå€åŸŸ %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "設定檔語法錯誤:%s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "無法連上 %s" @@ -1854,10 +1879,10 @@ msgstr "å€åŸŸé‚„在執行中" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "無法連上 %s" @@ -1867,54 +1892,54 @@ msgstr "無法連上 %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "無法連上 %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "無法連上 %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "改變虛擬處ç†å™¨çš„數é‡" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "å€åŸŸé‚„在執行中" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "無法連上 %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "未知的作業系統類型 %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "無法連上 %s" @@ -1978,7 +2003,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "無法暫åœå€åŸŸ %s" @@ -1998,7 +2023,7 @@ msgstr "網路 %s 已開啟\n" msgid "Network type %d is not supported" msgstr "網路 %s 已開啟\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "無法暫åœå€åŸŸ %s" @@ -2038,627 +2063,632 @@ msgstr "無效的å€åŸŸæŒ‡æ¨™ï¼Œæ–¼ " msgid "failed to allocate space for argv string" msgstr "無法分é…節點" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "無法寫入設定檔" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "ç„¡æ³•è§£æž Xend çš„å€åŸŸè³‡è¨Š" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "無法開啟網路 %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "無法暫åœå€åŸŸ %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "無法為網路 %s å–消定義" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "記憶體ä¸è¶³" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "記憶體ä¸è¶³" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "無法暫åœå€åŸŸ %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "無法寫入設定檔" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "分é…新的內文" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "無法å–å¾—å€åŸŸã€Œ%sã€" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "æ“作失敗" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "å€åŸŸå·²ç¶“å•Ÿå‹•" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "無法寫入設定檔" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "無法寫入設定檔" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "無法暫åœå€åŸŸ %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "無法寫入設定檔" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "無法å–得網路「%sã€" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "無法寫入設定檔" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "ç„¡é æœŸçš„ dict 節點" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "無法分é…節點" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "無法將å€åŸŸ %s 存至 %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "無法將å€åŸŸ %s 存至 %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "無法將å€åŸŸ %s 存至 %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "無法將å€åŸŸ %s 存至 %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "無法將å€åŸŸ %s 存至 %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "無法分é…節點" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "無法將å€åŸŸ %s 存至 %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "無法將å€åŸŸ %s 存至 %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "無法將å€åŸŸ %s 存至 %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "無法將å€åŸŸ %s 存至 %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "無法將å€åŸŸ %s 存至 %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "å€åŸŸå·²ç¶“å•Ÿå‹•" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "無法寫入設定檔:%s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "無法暫åœå€åŸŸ %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "無法暫åœå€åŸŸ %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "無法暫åœå€åŸŸ %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "無法開啟è¦è®€å–çš„ %s" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "無法暫åœå€åŸŸ %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "無法暫åœå€åŸŸ %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "無法å–得網路「%sã€" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "ç„¡é æœŸçš„ dict 節點" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "無法暫åœå€åŸŸ %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "無法分é…節點" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "已使用的記憶體:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "å€åŸŸ %s 已經存在" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "å€åŸŸ %s 已經存在" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "å€åŸŸé‚„在執行中" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "æ“作失敗" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "æ“作失敗" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "無法分é…節點" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "éžä½œç”¨ä¸­å€åŸŸçš„å稱" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "無法暫åœå€åŸŸ %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "無法å–å¾—å€åŸŸ UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "無法讀å–æ’槽 %d\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "無法寫入æ’槽 %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "無法寫入æ’槽 %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "記憶體ä¸è¶³" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "æ“作失敗" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "éžä½œç”¨ä¸­å€åŸŸçš„å稱" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "å–消定義éžä½œç”¨ä¸­çš„å€åŸŸ" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "無法暫åœå€åŸŸ %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "呼å«å‡½å¼åº«å¤±æ•—,å¯èƒ½ä¸¦ä¸æ”¯æ´" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "無法讀å–æ’槽 %d\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "載入å€åŸŸå®šç¾©æª”" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "節點的å€åŸŸæ¸…å–®" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "無法從 Xen 系統程å¼è®€å–" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "無法讀å–æ’槽 %d\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "無法讀å–æ’槽 %d\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "å€åŸŸå·²ç¶“å•Ÿå‹•" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "無法讀å–æ’槽 %d\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "無法開啟å€åŸŸ %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "無法繼續å€åŸŸ %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "無法分é…節點" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "無法解開執行中 %s hypervisor 的版本\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "ç„¡é æœŸçš„ mime é¡žåž‹" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "å–消定義éžä½œç”¨ä¸­çš„å€åŸŸ" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "載入主機定義檔" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "å–消定義éžä½œç”¨ä¸­çš„å€åŸŸ" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "載入主機定義檔" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "å–消定義éžä½œç”¨ä¸­çš„å€åŸŸ" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "éžä½œç”¨ä¸­å€åŸŸçš„å稱" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "無法將å€åŸŸ %s 存至 %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "無法暫åœå€åŸŸ %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "無效的åƒæ•¸ï¼Œæ–¼ %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "從 %s 回復å€åŸŸ\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "無效的åƒæ•¸ï¼Œæ–¼ %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "å€åŸŸå稱" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "å€åŸŸå·²ç¶“å•Ÿå‹•" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "XML æ ¼å¼çš„網路資訊" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "無法分é…節點" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "無法將å€åŸŸ %s 存至 %s" @@ -3175,62 +3205,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "無法暫åœå€åŸŸ %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3352,7 +3393,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3371,17 +3412,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "無法暫åœå€åŸŸ %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "無法暫åœå€åŸŸ %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3495,27 +3536,32 @@ msgstr "å€åŸŸå稱" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "å€åŸŸå稱" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "無法寫入設定檔:%s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6110,8 +6156,8 @@ msgid "DATA" msgstr "資料" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "以組絕" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6752,7 +6798,7 @@ msgstr "å€åŸŸçš„資訊ä¸æ­£ç¢ºï¼Œdomid 並éžæ•¸å­—åž‹æ…‹" msgid "domain information incomplete, missing uuid" msgstr "å€åŸŸçš„資訊ä¸å…¨ï¼Œæ²’有 uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "å€åŸŸçš„資訊ä¸å…¨ï¼Œæ²’有å稱" @@ -6816,206 +6862,206 @@ msgstr "ç„¡é æœŸçš„ dict 節點" msgid "unknown graphics type '%s'" msgstr "未知的作業系統類型 %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 msgid "domain information incomplete, missing id" msgstr "å€åŸŸçš„資訊ä¸å…¨ï¼Œæ²’有 id" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "未知的作業系統類型 %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "ç„¡æ³•è§£æž Xend çš„å€åŸŸè³‡è¨Š" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "設定檔語法錯誤" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "ç„¡æ³•è§£æž Xend çš„å€åŸŸè³‡è¨Š" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "無法暫åœå€åŸŸ %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "ç„¡é æœŸçš„ mime é¡žåž‹" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "ç„¡é æœŸçš„數值節點" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "節點的記憶體" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "æ“作失敗" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "無法為å€åŸŸ %s å–消定義" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "æ“作失敗:%s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "無法å–å¾— hypervisor é¡žåž‹" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "ç„¡æ³•è§£æž Xend çš„å€åŸŸè³‡è¨Š" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "無法建立éžé‹ä½œä¸­çš„å€åŸŸ %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "å€åŸŸçš„資訊ä¸å…¨ï¼Œæ²’有å稱" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "未知的主機" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "無法å–å¾— hypervisor é¡žåž‹" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "å€åŸŸçš„資訊ä¸å…¨ï¼Œæ²’有 uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "å€åŸŸçš„資訊ä¸å…¨ï¼Œæ²’有 uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "無效的åƒæ•¸ï¼Œæ–¼ %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "無法開啟è¦è®€å–çš„ %s" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "無法暫åœå€åŸŸ %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "ç„¡é æœŸçš„ mime é¡žåž‹" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "ç„¡é æœŸçš„ mime é¡žåž‹" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "ç„¡é æœŸçš„ mime é¡žåž‹" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "ç„¡é æœŸçš„數值節點" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "節點的å€åŸŸæ¸…å–®" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "呼å«å‡½å¼åº«å¤±æ•—,å¯èƒ½ä¸¦ä¸æ”¯æ´" @@ -7193,6 +7239,9 @@ msgstr "分é…新的內文" msgid "failed to connect to Xen Store" msgstr "無法連上 Xen Store" +#~ msgid "blocked" +#~ msgstr "以組絕" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "無效的åƒæ•¸ï¼Œæ–¼ %s" @@ -7269,10 +7318,6 @@ msgstr "無法連上 Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "無法寫入設定檔:%s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "無法寫入設定檔:%s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "無法分é…節點" diff --git a/po/zu.po b/po/zu.po index c94d596d91..b0f327a746 100644 --- a/po/zu.po +++ b/po/zu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-08 14:51+0200\n" +"POT-Creation-Date: 2008-09-23 22:28+0200\n" "PO-Revision-Date: 2006-11-27 16:59+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -771,37 +771,37 @@ msgstr "" msgid "storage_vol not found" msgstr "domain name or uuid" -#: src/conf.c:155 src/conf.c:203 src/conf.c:488 src/conf.c:525 src/conf.c:553 -#: src/conf.c:631 +#: src/conf.c:164 src/conf.c:212 src/conf.c:491 src/conf.c:528 src/conf.c:555 +#: src/conf.c:630 msgid "allocating configuration" msgstr "allocating configuration" -#: src/conf.c:338 +#: src/conf.c:347 msgid "unterminated number" msgstr "unterminated number" -#: src/conf.c:372 src/conf.c:389 src/conf.c:401 +#: src/conf.c:380 src/conf.c:396 src/conf.c:407 msgid "unterminated string" msgstr "unterminated string" -#: src/conf.c:429 src/conf.c:483 +#: src/conf.c:434 src/conf.c:487 msgid "expecting a value" msgstr "expecting a value" -#: src/conf.c:450 +#: src/conf.c:454 msgid "expecting a separator in list" msgstr "expecting a separator in list" -#: src/conf.c:473 +#: src/conf.c:477 #, fuzzy msgid "list is not closed with ]" msgstr "list is not closed with ] " -#: src/conf.c:518 +#: src/conf.c:521 msgid "expecting a name" msgstr "expecting a name" -#: src/conf.c:581 +#: src/conf.c:582 msgid "expecting a separator" msgstr "expecting a separator" @@ -809,17 +809,17 @@ msgstr "expecting a separator" msgid "expecting an assignment" msgstr "expecting an assignment" -#: src/conf.c:894 src/conf.c:950 src/xend_internal.c:584 -#: src/xend_internal.c:2657 src/xm_internal.c:1475 src/xm_internal.c:1482 +#: src/conf.c:892 src/conf.c:948 src/xend_internal.c:584 +#: src/xend_internal.c:2666 src/xm_internal.c:1475 src/xm_internal.c:1482 #, fuzzy msgid "allocate buffer" msgstr "allocate new buffer" -#: src/conf.c:901 +#: src/conf.c:899 msgid "failed to open file" msgstr "failed to open file" -#: src/conf.c:912 +#: src/conf.c:910 msgid "failed to save content" msgstr "failed to save content" @@ -1140,7 +1140,7 @@ msgstr "unknown OS type %s" msgid "cannot extract disk devices" msgstr "Cannot extract running %s hypervisor version\n" -#: src/domain_conf.c:1939 src/qemu_driver.c:3133 +#: src/domain_conf.c:1939 src/qemu_driver.c:3153 #, fuzzy, c-format msgid "duplicate disk target '%s'" msgstr "unexpected mime type" @@ -1237,12 +1237,12 @@ msgstr "unexpected mime type" msgid "unexpected char type %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2815 src/xend_internal.c:5214 +#: src/domain_conf.c:2815 src/xend_internal.c:5223 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "unexpected mime type" -#: src/domain_conf.c:2835 src/xend_internal.c:5237 +#: src/domain_conf.c:2835 src/xend_internal.c:5246 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "unexpected mime type" @@ -1649,22 +1649,22 @@ msgstr "" #: src/lxc_driver.c:274 src/lxc_driver.c:309 src/lxc_driver.c:335 #: src/lxc_driver.c:350 src/openvz_driver.c:238 src/openvz_driver.c:267 -#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:620 -#: src/openvz_driver.c:651 src/openvz_driver.c:672 src/openvz_driver.c:713 -#: src/qemu_driver.c:2192 src/qemu_driver.c:2279 src/qemu_driver.c:2828 -#: src/qemu_driver.c:2883 src/qemu_driver.c:2927 src/qemu_driver.c:3007 -#: src/qemu_driver.c:3123 src/qemu_driver.c:3192 src/qemu_driver.c:3247 -#: src/qemu_driver.c:3291 src/qemu_driver.c:3309 src/qemu_driver.c:3567 +#: src/openvz_driver.c:283 src/openvz_driver.c:310 src/openvz_driver.c:621 +#: src/openvz_driver.c:652 src/openvz_driver.c:673 src/openvz_driver.c:714 +#: src/qemu_driver.c:2212 src/qemu_driver.c:2299 src/qemu_driver.c:2848 +#: src/qemu_driver.c:2903 src/qemu_driver.c:2947 src/qemu_driver.c:3027 +#: src/qemu_driver.c:3143 src/qemu_driver.c:3212 src/qemu_driver.c:3267 +#: src/qemu_driver.c:3311 src/qemu_driver.c:3329 src/qemu_driver.c:3587 #, fuzzy msgid "no domain with matching uuid" msgstr "domain id or uuid" -#: src/lxc_driver.c:280 src/openvz_driver.c:625 src/qemu_driver.c:2933 +#: src/lxc_driver.c:280 src/openvz_driver.c:626 src/qemu_driver.c:2953 #, fuzzy msgid "cannot delete active domain" msgstr "name of the inactive domain" -#: src/lxc_driver.c:286 src/qemu_driver.c:2939 +#: src/lxc_driver.c:286 src/qemu_driver.c:2959 #, fuzzy msgid "cannot undefine transient domain" msgstr "name of the inactive domain" @@ -1729,7 +1729,7 @@ msgstr "Failed to suspend domain %s" msgid "container '%s' unexpectedly shutdown during startup" msgstr "" -#: src/lxc_driver.c:747 src/qemu_driver.c:892 +#: src/lxc_driver.c:747 src/qemu_driver.c:893 #, fuzzy, c-format msgid "cannot create log directory %s: %s" msgstr "failed to write configuration file: %s" @@ -1788,7 +1788,7 @@ msgstr "" msgid "unknown forwarding type '%s'" msgstr "unknown OS type %s" -#: src/network_conf.c:662 src/qemu_driver.c:3334 src/qemu_driver.c:3967 +#: src/network_conf.c:662 src/qemu_driver.c:3354 src/qemu_driver.c:3987 #: src/storage_driver.c:816 #, c-format msgid "cannot create autostart directory %s: %s" @@ -1804,22 +1804,47 @@ msgstr "" msgid "no config file for %s" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:187 +#: src/openvz_conf.c:190 +#, fuzzy, c-format +msgid "Cound not read 'IP_ADDRESS' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:220 +#, fuzzy, c-format +msgid "Cound not read 'NETIF' from config for container %d" +msgstr "could not connect to %s" + +#: src/openvz_conf.c:247 +#, fuzzy +msgid "Too long network device name" +msgstr "resolving domain filename" + +#: src/openvz_conf.c:264 +#, fuzzy +msgid "Wrong length MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:271 +#, fuzzy +msgid "Wrong MAC address" +msgstr "invalid argument in %s" + +#: src/openvz_conf.c:327 #, fuzzy msgid "popen failed" msgstr "operation failed" -#: src/openvz_conf.c:197 +#: src/openvz_conf.c:337 #, fuzzy msgid "Failed to parse vzlist output" msgstr "Failed to suspend domain %s" -#: src/openvz_conf.c:223 +#: src/openvz_conf.c:363 #, fuzzy msgid "UUID in config file malformed" msgstr "configuration file syntax error: %s" -#: src/openvz_conf.c:235 +#: src/openvz_conf.c:375 #, fuzzy, c-format msgid "Cound not read config for container %d" msgstr "could not connect to %s" @@ -1856,10 +1881,10 @@ msgstr "Domain is already active" msgid "Container ID is not specified" msgstr "" -#: src/openvz_driver.c:391 src/openvz_driver.c:459 src/openvz_driver.c:534 -#: src/openvz_driver.c:554 src/openvz_driver.c:600 src/openvz_driver.c:631 -#: src/openvz_driver.c:656 src/openvz_driver.c:728 src/openvz_driver.c:826 -#: src/openvz_driver.c:872 +#: src/openvz_driver.c:391 src/openvz_driver.c:460 src/openvz_driver.c:535 +#: src/openvz_driver.c:555 src/openvz_driver.c:601 src/openvz_driver.c:632 +#: src/openvz_driver.c:657 src/openvz_driver.c:729 src/openvz_driver.c:827 +#: src/openvz_driver.c:873 #, fuzzy, c-format msgid "Could not exec %s" msgstr "could not connect to %s" @@ -1869,54 +1894,54 @@ msgstr "could not connect to %s" msgid "Already an OPENVZ VM active with the id '%s'" msgstr "" -#: src/openvz_driver.c:451 src/openvz_driver.c:528 +#: src/openvz_driver.c:452 src/openvz_driver.c:529 msgid "Error creating command for container" msgstr "" -#: src/openvz_driver.c:465 src/openvz_driver.c:540 +#: src/openvz_driver.c:466 src/openvz_driver.c:541 #, fuzzy msgid "Could not set UUID" msgstr "could not connect to %s" -#: src/openvz_driver.c:475 src/openvz_driver.c:546 +#: src/openvz_driver.c:476 src/openvz_driver.c:547 #, fuzzy msgid "Could not configure network" msgstr "could not connect to %s" -#: src/openvz_driver.c:482 src/openvz_driver.c:569 +#: src/openvz_driver.c:483 src/openvz_driver.c:570 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "change number of virtual CPUs" #: src/openvz_driver.c:517 #, c-format -msgid "Already an OPENVZ VM defined with the id '%d'" +msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "" -#: src/openvz_driver.c:588 +#: src/openvz_driver.c:589 msgid "no domain with matching id" msgstr "" -#: src/openvz_driver.c:594 +#: src/openvz_driver.c:595 #, fuzzy msgid "domain is not in shutoff state" msgstr "Domain is already active" -#: src/openvz_driver.c:677 +#: src/openvz_driver.c:678 #, fuzzy msgid "Could not read container config" msgstr "could not connect to %s" -#: src/openvz_driver.c:693 src/qemu_driver.c:1823 +#: src/openvz_driver.c:694 src/qemu_driver.c:1843 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "unknown OS type %s" -#: src/openvz_driver.c:719 +#: src/openvz_driver.c:720 msgid "VCPUs should be >= 1" msgstr "" -#: src/openvz_driver.c:835 src/openvz_driver.c:881 +#: src/openvz_driver.c:836 src/openvz_driver.c:882 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "could not connect to %s" @@ -1980,7 +2005,7 @@ msgstr "" msgid "Unexpected exit status '%d', qemu probably failed" msgstr "" -#: src/qemu_conf.c:519 src/qemu_driver.c:925 +#: src/qemu_conf.c:519 src/qemu_driver.c:926 #, fuzzy, c-format msgid "Cannot find QEMU binary %s: %s" msgstr "Failed to suspend domain %s" @@ -2000,7 +2025,7 @@ msgstr "Domain %s started\n" msgid "Network type %d is not supported" msgstr "Domain %s started\n" -#: src/qemu_conf.c:580 src/qemu_driver.c:1515 +#: src/qemu_conf.c:580 src/qemu_driver.c:1514 #, fuzzy, c-format msgid "cannot initialize bridge support: %s" msgstr "Failed to suspend domain %s" @@ -2040,627 +2065,632 @@ msgstr "invalid domain pointer in" msgid "failed to allocate space for argv string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:90 +#: src/qemu_driver.c:91 #, fuzzy msgid "Failed to set close-on-exec file descriptor flag\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:105 +#: src/qemu_driver.c:106 #, fuzzy msgid "Failed to set non-blocking file descriptor flag\n" msgstr "failed to parse Xend domain information" -#: src/qemu_driver.c:150 +#: src/qemu_driver.c:151 #, fuzzy, c-format msgid "Failed to autostart network '%s': %s\n" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:165 +#: src/qemu_driver.c:166 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:201 +#: src/qemu_driver.c:202 #, fuzzy, c-format msgid "Failed to find user record for uid '%d': %s\n" msgstr "Failed to undefine domain %s" -#: src/qemu_driver.c:212 +#: src/qemu_driver.c:213 #, fuzzy msgid "out of memory in asprintf\n" msgstr "out of memory" -#: src/qemu_driver.c:268 +#: src/qemu_driver.c:269 #, fuzzy msgid "qemudStartup: out of memory\n" msgstr "out of memory" -#: src/qemu_driver.c:295 +#: src/qemu_driver.c:296 msgid "Reloading iptables rules\n" msgstr "" -#: src/qemu_driver.c:433 +#: src/qemu_driver.c:434 #, c-format msgid "" "QEMU quit during %s startup\n" "%s" msgstr "" -#: src/qemu_driver.c:443 src/qemu_driver.c:456 +#: src/qemu_driver.c:444 src/qemu_driver.c:457 #, c-format msgid "Failure while reading %s startup output: %s" msgstr "" -#: src/qemu_driver.c:451 +#: src/qemu_driver.c:452 #, c-format msgid "Timed out while reading %s startup output" msgstr "" -#: src/qemu_driver.c:467 +#: src/qemu_driver.c:468 #, c-format msgid "Failure while reading %s startup output" msgstr "" -#: src/qemu_driver.c:479 +#: src/qemu_driver.c:480 #, c-format msgid "Out of space while reading %s startup output" msgstr "" -#: src/qemu_driver.c:510 +#: src/qemu_driver.c:511 #, fuzzy, c-format msgid "Unable to open monitor path %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:515 +#: src/qemu_driver.c:516 msgid "Unable to set monitor close-on-exec flag" msgstr "" -#: src/qemu_driver.c:520 +#: src/qemu_driver.c:521 msgid "Unable to put monitor into non-blocking mode" msgstr "" -#: src/qemu_driver.c:648 src/qemu_driver.c:1027 src/qemu_driver.c:1726 -#: src/qemu_driver.c:1736 +#: src/qemu_driver.c:649 src/qemu_driver.c:1028 src/qemu_driver.c:1725 +#: src/qemu_driver.c:1735 #, fuzzy, c-format msgid "Unable to log VM console data: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:671 +#: src/qemu_driver.c:672 #, fuzzy msgid "allocate cpumap" msgstr "allocate new context" -#: src/qemu_driver.c:682 +#: src/qemu_driver.c:683 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" -#: src/qemu_driver.c:786 +#: src/qemu_driver.c:787 #, fuzzy, c-format msgid "failed to set CPU affinity %s" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:796 src/qemu_driver.c:2135 +#: src/qemu_driver.c:797 src/qemu_driver.c:2155 #, fuzzy msgid "resume operation failed" msgstr "operation failed" -#: src/qemu_driver.c:859 +#: src/qemu_driver.c:860 #, fuzzy msgid "VM is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:869 +#: src/qemu_driver.c:870 msgid "Unable to find an unused VNC port" msgstr "" -#: src/qemu_driver.c:881 +#: src/qemu_driver.c:882 #, c-format msgid "config file path too long: %s/%s.log" msgstr "" -#: src/qemu_driver.c:900 +#: src/qemu_driver.c:901 #, fuzzy, c-format msgid "failed to create logfile %s: %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:906 +#: src/qemu_driver.c:907 #, fuzzy, c-format msgid "Unable to set VM logfile close-on-exec flag %s" msgstr "failed to write configuration file" -#: src/qemu_driver.c:935 src/qemu_driver.c:3032 +#: src/qemu_driver.c:936 src/qemu_driver.c:3052 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:951 src/qemu_driver.c:954 src/qemu_driver.c:959 +#: src/qemu_driver.c:952 src/qemu_driver.c:955 src/qemu_driver.c:960 #, fuzzy, c-format msgid "Unable to write argv to logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1041 +#: src/qemu_driver.c:1040 #, fuzzy, c-format msgid "Shutting down VM '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1052 +#: src/qemu_driver.c:1051 #, fuzzy, c-format msgid "Unable to close logfile %d: %s\n" msgstr "failed to write configuration file" -#: src/qemu_driver.c:1067 +#: src/qemu_driver.c:1066 #, fuzzy msgid "Got unexpected pid, damn\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1221 +#: src/qemu_driver.c:1220 #, fuzzy msgid "failed to allocate space for dnsmasq argv" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1235 +#: src/qemu_driver.c:1234 msgid "cannot start dhcp daemon without IP address for server" msgstr "" -#: src/qemu_driver.c:1264 +#: src/qemu_driver.c:1263 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1275 +#: src/qemu_driver.c:1274 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1285 +#: src/qemu_driver.c:1284 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1317 +#: src/qemu_driver.c:1316 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1328 +#: src/qemu_driver.c:1327 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s' : %s\n" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1353 +#: src/qemu_driver.c:1352 #, fuzzy msgid "failed to allocate space for IP tables support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1361 src/qemu_driver.c:1368 +#: src/qemu_driver.c:1360 src/qemu_driver.c:1367 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1376 src/qemu_driver.c:1383 +#: src/qemu_driver.c:1375 src/qemu_driver.c:1382 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1393 +#: src/qemu_driver.c:1392 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1400 +#: src/qemu_driver.c:1399 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1408 +#: src/qemu_driver.c:1407 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s' : %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:1509 +#: src/qemu_driver.c:1508 #, fuzzy msgid "network is already active" msgstr "Domain is already active" -#: src/qemu_driver.c:1521 +#: src/qemu_driver.c:1520 #, fuzzy, c-format msgid "cannot create bridge '%s' : %s" msgstr "failed to write configuration file: %s" -#: src/qemu_driver.c:1536 +#: src/qemu_driver.c:1535 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1544 +#: src/qemu_driver.c:1543 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s' : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1552 +#: src/qemu_driver.c:1551 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up : %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1563 +#: src/qemu_driver.c:1562 #, fuzzy, c-format msgid "failed to enable IP forwarding : %s" msgstr "failed to open %s for reading" -#: src/qemu_driver.c:1581 src/qemu_driver.c:1612 +#: src/qemu_driver.c:1580 src/qemu_driver.c:1611 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1587 src/qemu_driver.c:1617 +#: src/qemu_driver.c:1586 src/qemu_driver.c:1616 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:1600 +#: src/qemu_driver.c:1599 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "failed to get domain '%s'" -#: src/qemu_driver.c:1626 +#: src/qemu_driver.c:1625 #, fuzzy msgid "Got unexpected pid for dnsmasq\n" msgstr "unexpected dict node" -#: src/qemu_driver.c:1839 +#: src/qemu_driver.c:1814 +#, fuzzy, c-format +msgid "Unable to open %s: %s\n" +msgstr "Failed to suspend domain %s" + +#: src/qemu_driver.c:1859 #, fuzzy msgid "failed to allocate space for capabilities support" msgstr "failed to allocate a node" -#: src/qemu_driver.c:1858 src/qemu_driver.c:1884 +#: src/qemu_driver.c:1878 src/qemu_driver.c:1904 msgid "NUMA not supported on this host" msgstr "" -#: src/qemu_driver.c:1869 src/qemu_driver.c:1892 +#: src/qemu_driver.c:1889 src/qemu_driver.c:1912 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Used memory:" -#: src/qemu_driver.c:2053 +#: src/qemu_driver.c:2073 #, fuzzy, c-format msgid "domain '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2064 +#: src/qemu_driver.c:2084 #, fuzzy, c-format msgid "domain with uuid '%s' is already defined" msgstr "domain %s exists already" -#: src/qemu_driver.c:2094 src/qemu_driver.c:2123 src/qemu_driver.c:2152 -#: src/qemu_driver.c:2172 src/qemu_driver.c:2410 src/qemu_driver.c:3383 -#: src/qemu_driver.c:3518 src/qemu_driver.c:3632 +#: src/qemu_driver.c:2114 src/qemu_driver.c:2143 src/qemu_driver.c:2172 +#: src/qemu_driver.c:2192 src/qemu_driver.c:2430 src/qemu_driver.c:3403 +#: src/qemu_driver.c:3538 src/qemu_driver.c:3652 #, c-format msgid "no domain with matching id %d" msgstr "" -#: src/qemu_driver.c:2099 src/qemu_driver.c:2128 src/qemu_driver.c:2416 -#: src/qemu_driver.c:3388 src/qemu_driver.c:3524 src/qemu_driver.c:3638 +#: src/qemu_driver.c:2119 src/qemu_driver.c:2148 src/qemu_driver.c:2436 +#: src/qemu_driver.c:3408 src/qemu_driver.c:3544 src/qemu_driver.c:3658 #, fuzzy msgid "domain is not running" msgstr "Domain is already active" -#: src/qemu_driver.c:2107 +#: src/qemu_driver.c:2127 #, fuzzy msgid "suspend operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2158 +#: src/qemu_driver.c:2178 #, fuzzy msgid "shutdown operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2198 +#: src/qemu_driver.c:2218 #, fuzzy msgid "failed to allocate space for ostype" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2214 src/qemu_driver.c:2230 src/qemu_driver.c:2253 -#: src/qemu_driver.c:2526 src/qemu_driver.c:2688 +#: src/qemu_driver.c:2234 src/qemu_driver.c:2250 src/qemu_driver.c:2273 +#: src/qemu_driver.c:2546 src/qemu_driver.c:2708 #, c-format msgid "no domain with matching uuid '%s'" msgstr "" -#: src/qemu_driver.c:2236 +#: src/qemu_driver.c:2256 msgid "cannot set max memory lower than current memory" msgstr "" -#: src/qemu_driver.c:2259 +#: src/qemu_driver.c:2279 #, fuzzy msgid "cannot set memory of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2265 +#: src/qemu_driver.c:2285 msgid "cannot set memory higher than max memory" msgstr "" -#: src/qemu_driver.c:2425 +#: src/qemu_driver.c:2445 #, fuzzy msgid "failed to pause domain" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2434 +#: src/qemu_driver.c:2454 #, fuzzy msgid "failed to get domain xml" msgstr "failed to get domain UUID" -#: src/qemu_driver.c:2442 +#: src/qemu_driver.c:2462 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2449 +#: src/qemu_driver.c:2469 #, fuzzy msgid "failed to write save header" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2457 +#: src/qemu_driver.c:2477 #, fuzzy msgid "failed to write xml" msgstr "Failed to write to socket %d\n" -#: src/qemu_driver.c:2470 src/qemu_driver.c:2477 src/qemu_driver.c:2748 +#: src/qemu_driver.c:2490 src/qemu_driver.c:2497 src/qemu_driver.c:2768 #: src/remote_internal.c:2241 src/virterror.c:441 msgid "out of memory" msgstr "out of memory" -#: src/qemu_driver.c:2485 +#: src/qemu_driver.c:2505 #, fuzzy msgid "migrate operation failed" msgstr "operation failed" -#: src/qemu_driver.c:2497 +#: src/qemu_driver.c:2517 msgid "'migrate' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:2532 +#: src/qemu_driver.c:2552 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:2538 +#: src/qemu_driver.c:2558 msgid "could not determine max vcpus for the domain" msgstr "" -#: src/qemu_driver.c:2544 +#: src/qemu_driver.c:2564 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" -#: src/qemu_driver.c:2568 src/qemu_driver.c:2620 +#: src/qemu_driver.c:2588 src/qemu_driver.c:2640 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:2574 +#: src/qemu_driver.c:2594 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" -#: src/qemu_driver.c:2595 +#: src/qemu_driver.c:2615 #, fuzzy, c-format msgid "cannot set affinity: %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:2600 +#: src/qemu_driver.c:2620 #, fuzzy msgid "cpu affinity is not supported" msgstr "library call failed, possibly not supported" -#: src/qemu_driver.c:2657 +#: src/qemu_driver.c:2677 #, fuzzy, c-format msgid "cannot get affinity: %s" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2667 +#: src/qemu_driver.c:2687 msgid "cpu affinity is not available" msgstr "" -#: src/qemu_driver.c:2694 +#: src/qemu_driver.c:2714 #, fuzzy, c-format msgid "unknown virt type in domain definition '%d'" msgstr "load domain definition file" -#: src/qemu_driver.c:2720 src/test.c:956 +#: src/qemu_driver.c:2740 src/test.c:956 #, fuzzy msgid "cannot read domain image" msgstr "node domain list" -#: src/qemu_driver.c:2726 +#: src/qemu_driver.c:2746 #, fuzzy msgid "failed to read qemu header" msgstr "failed to read from Xen Daemon" -#: src/qemu_driver.c:2733 +#: src/qemu_driver.c:2753 msgid "image magic is incorrect" msgstr "" -#: src/qemu_driver.c:2740 +#: src/qemu_driver.c:2760 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" -#: src/qemu_driver.c:2755 +#: src/qemu_driver.c:2775 #, fuzzy msgid "failed to read XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2764 +#: src/qemu_driver.c:2784 #, fuzzy msgid "failed to parse XML" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2777 +#: src/qemu_driver.c:2797 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "Domain is already active" -#: src/qemu_driver.c:2786 +#: src/qemu_driver.c:2806 #, fuzzy msgid "failed to assign new VM" msgstr "Failed to create domain %s\n" -#: src/qemu_driver.c:2799 +#: src/qemu_driver.c:2819 #, fuzzy msgid "failed to start VM" msgstr "Failed to start domain %s" -#: src/qemu_driver.c:2811 +#: src/qemu_driver.c:2831 #, fuzzy msgid "failed to resume domain" msgstr "Failed to resume domain %s" -#: src/qemu_driver.c:2848 src/qemu_driver.c:3741 src/qemu_driver.c:3776 +#: src/qemu_driver.c:2868 src/qemu_driver.c:3761 src/qemu_driver.c:3796 #, fuzzy msgid "failed to allocate space for VM name string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:2962 +#: src/qemu_driver.c:2982 #, fuzzy, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "Cannot extract running %s hypervisor version\n" -#: src/qemu_driver.c:2982 +#: src/qemu_driver.c:3002 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "unexpected mime type" -#: src/qemu_driver.c:3022 +#: src/qemu_driver.c:3042 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" -#: src/qemu_driver.c:3049 +#: src/qemu_driver.c:3069 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" -#: src/qemu_driver.c:3086 +#: src/qemu_driver.c:3106 msgid "cannot change cdrom media" msgstr "" -#: src/qemu_driver.c:3097 +#: src/qemu_driver.c:3117 msgid "changing cdrom media failed" msgstr "" -#: src/qemu_driver.c:3157 +#: src/qemu_driver.c:3177 #, fuzzy msgid "cannot attach usb disk" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3168 +#: src/qemu_driver.c:3188 #, fuzzy msgid "adding usb disk failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3212 +#: src/qemu_driver.c:3232 #, fuzzy msgid "cannot attach usb device" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3223 +#: src/qemu_driver.c:3243 #, fuzzy msgid "adding usb device failed" msgstr "loading host definition file" -#: src/qemu_driver.c:3253 +#: src/qemu_driver.c:3273 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "undefine an inactive domain" -#: src/qemu_driver.c:3276 +#: src/qemu_driver.c:3296 msgid "this device type cannot be attached" msgstr "" -#: src/qemu_driver.c:3315 +#: src/qemu_driver.c:3335 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "name of the inactive domain" -#: src/qemu_driver.c:3341 +#: src/qemu_driver.c:3361 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s': %s" msgstr "Failed to save domain %s to %s" -#: src/qemu_driver.c:3348 src/qemu_driver.c:3981 src/storage_driver.c:832 +#: src/qemu_driver.c:3368 src/qemu_driver.c:4001 src/storage_driver.c:832 #, fuzzy, c-format msgid "Failed to delete symlink '%s': %s" msgstr "Failed to suspend domain %s" -#: src/qemu_driver.c:3410 +#: src/qemu_driver.c:3430 #, fuzzy, c-format msgid "invalid path: %s" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3418 +#: src/qemu_driver.c:3438 msgid "'info blockstats' command failed" msgstr "" -#: src/qemu_driver.c:3433 +#: src/qemu_driver.c:3453 msgid "'info blockstats' not supported by this qemu" msgstr "" -#: src/qemu_driver.c:3498 +#: src/qemu_driver.c:3518 #, fuzzy, c-format msgid "device not found: %s (%s)" msgstr "Domain restored from %s\n" -#: src/qemu_driver.c:3530 src/qemu_driver.c:3573 +#: src/qemu_driver.c:3550 src/qemu_driver.c:3593 msgid "NULL or empty path" msgstr "" -#: src/qemu_driver.c:3541 +#: src/qemu_driver.c:3561 #, c-format msgid "invalid path, '%s' is not a known interface" msgstr "" -#: src/qemu_driver.c:3583 +#: src/qemu_driver.c:3603 #, fuzzy msgid "invalid path" msgstr "invalid argument in %s" -#: src/qemu_driver.c:3626 +#: src/qemu_driver.c:3646 msgid "QEMU driver only supports virtual memory addrs" msgstr "" -#: src/qemu_driver.c:3653 +#: src/qemu_driver.c:3673 #, fuzzy msgid "'memsave' command failed" msgstr "domain name" -#: src/qemu_driver.c:3682 src/qemu_driver.c:3850 src/qemu_driver.c:3875 -#: src/qemu_driver.c:3889 src/qemu_driver.c:3904 src/qemu_driver.c:3937 -#: src/qemu_driver.c:3953 +#: src/qemu_driver.c:3702 src/qemu_driver.c:3870 src/qemu_driver.c:3895 +#: src/qemu_driver.c:3909 src/qemu_driver.c:3924 src/qemu_driver.c:3957 +#: src/qemu_driver.c:3973 msgid "no network with matching uuid" msgstr "" -#: src/qemu_driver.c:3697 +#: src/qemu_driver.c:3717 msgid "no network with matching name" msgstr "" -#: src/qemu_driver.c:3856 +#: src/qemu_driver.c:3876 #, fuzzy msgid "network is still active" msgstr "Domain is already active" -#: src/qemu_driver.c:3917 +#: src/qemu_driver.c:3937 #, fuzzy msgid "no network with matching id" msgstr "domain information in XML" -#: src/qemu_driver.c:3924 +#: src/qemu_driver.c:3944 #, fuzzy msgid "failed to allocate space for network bridge string" msgstr "failed to allocate a node" -#: src/qemu_driver.c:3974 src/storage_driver.c:823 +#: src/qemu_driver.c:3994 src/storage_driver.c:823 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s': %s" msgstr "Failed to save domain %s to %s" @@ -3176,62 +3206,73 @@ msgstr "" msgid "%s not implemented on Win32" msgstr "" -#: src/storage_backend_disk.c:85 src/storage_backend_logical.c:57 +#: src/storage_backend_disk.c:90 src/storage_backend_logical.c:57 #, c-format msgid "unsupported pool format %s" msgstr "" -#: src/storage_backend_disk.c:110 src/storage_backend_logical.c:70 +#: src/storage_backend_disk.c:115 src/storage_backend_logical.c:70 #, c-format msgid "unsupported pool format %d" msgstr "" -#: src/storage_backend_disk.c:138 src/storage_backend_fs.c:192 +#: src/storage_backend_disk.c:143 src/storage_backend_fs.c:192 #: src/storage_backend_fs.c:262 src/storage_backend_fs.c:314 #, c-format msgid "unsupported volume format %s" msgstr "" -#: src/storage_backend_disk.c:165 src/storage_backend_fs.c:225 +#: src/storage_backend_disk.c:170 src/storage_backend_fs.c:225 #: src/storage_backend_fs.c:297 src/storage_backend_fs.c:329 #, c-format msgid "unsupported volume format %d" msgstr "" -#: src/storage_backend_disk.c:179 src/storage_backend_disk.c:192 -#: src/storage_backend_disk.c:199 src/storage_backend_disk.c:221 +#: src/storage_backend_disk.c:184 src/storage_backend_disk.c:197 +#: src/storage_backend_disk.c:204 src/storage_backend_disk.c:226 #: src/storage_backend_fs.c:839 src/storage_backend_iscsi.c:177 #: src/storage_backend_logical.c:116 src/storage_backend_logical.c:121 #: src/storage_backend_logical.c:133 src/storage_backend_logical.c:143 -#: src/storage_backend_logical.c:531 +#: src/storage_backend_logical.c:546 msgid "volume" msgstr "" -#: src/storage_backend_disk.c:229 +#: src/storage_backend_disk.c:234 msgid "volume extents" msgstr "" -#: src/storage_backend_disk.c:237 +#: src/storage_backend_disk.c:242 msgid "cannot parse device start location" msgstr "" -#: src/storage_backend_disk.c:244 +#: src/storage_backend_disk.c:249 msgid "cannot parse device end location" msgstr "" -#: src/storage_backend_disk.c:250 src/storage_backend_logical.c:154 +#: src/storage_backend_disk.c:255 src/storage_backend_logical.c:154 #: src/storage_backend_logical.c:160 msgid "extents" msgstr "" -#: src/storage_backend_disk.c:464 +#: src/storage_backend_disk.c:462 msgid "no large enough free extent" msgstr "" -#: src/storage_backend_disk.c:498 -msgid "Disk pools are not yet supported" +#: src/storage_backend_disk.c:502 +#, c-format +msgid "Couldn't read volume target path '%s'. %s" msgstr "" +#: src/storage_backend_disk.c:517 +#, c-format +msgid "Volume path '%s' did not start with parent pool source device name." +msgstr "" + +#: src/storage_backend_disk.c:526 +#, fuzzy, c-format +msgid "cannot parse partition number from target '%s'" +msgstr "Failed to suspend domain %s" + #: src/storage_backend_fs.c:358 #, c-format msgid "cannot read header '%s': %s" @@ -3353,7 +3394,7 @@ msgid "cannot extend file '%s': %s" msgstr "" #: src/storage_backend_fs.c:1042 src/storage_backend_fs.c:1078 -#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:543 +#: src/storage_backend_fs.c:1113 src/storage_backend_logical.c:558 #, c-format msgid "cannot read path '%s': %s" msgstr "" @@ -3372,17 +3413,17 @@ msgstr "" msgid "creation of non-raw images is not supported without qemu-img" msgstr "" -#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:552 +#: src/storage_backend_fs.c:1130 src/storage_backend_logical.c:567 #, fuzzy, c-format msgid "cannot set file owner '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:559 +#: src/storage_backend_fs.c:1139 src/storage_backend_logical.c:574 #, fuzzy, c-format msgid "cannot set file mode '%s': %s" msgstr "Failed to suspend domain %s" -#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:566 +#: src/storage_backend_fs.c:1155 src/storage_backend_logical.c:581 #, c-format msgid "cannot close file '%s': %s" msgstr "" @@ -3496,27 +3537,32 @@ msgstr "domain name" msgid "lvs command failed with exitstatus %d" msgstr "" -#: src/storage_backend_logical.c:355 +#: src/storage_backend_logical.c:354 #, fuzzy msgid "command line" msgstr "domain name" -#: src/storage_backend_logical.c:372 +#: src/storage_backend_logical.c:371 #, c-format msgid "cannot open device %s" msgstr "" -#: src/storage_backend_logical.c:378 +#: src/storage_backend_logical.c:377 #, c-format msgid "cannot clear device header %s" msgstr "" -#: src/storage_backend_logical.c:385 +#: src/storage_backend_logical.c:384 #, c-format msgid "cannot close device %s" msgstr "" -#: src/storage_backend_logical.c:575 +#: src/storage_backend_logical.c:507 +#, fuzzy, c-format +msgid "cannot remove PV device %s: %s" +msgstr "failed to write configuration file: %s" + +#: src/storage_backend_logical.c:590 #, c-format msgid "cannot find newly created volume '%s': %s" msgstr "" @@ -6135,8 +6181,8 @@ msgid "DATA" msgstr "DATA" #: src/virsh.c:6292 src/virsh.c:6314 -msgid "blocked" -msgstr "blocked" +msgid "idle" +msgstr "" #: src/virsh.c:6294 msgid "paused" @@ -6779,7 +6825,7 @@ msgstr "domain information incorrect domid not numeric" msgid "domain information incomplete, missing uuid" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:1109 src/xend_internal.c:2204 src/xend_internal.c:2211 +#: src/xend_internal.c:1109 src/xend_internal.c:2213 src/xend_internal.c:2220 msgid "domain information incomplete, missing name" msgstr "domain information incomplete, missing name" @@ -6843,207 +6889,207 @@ msgstr "unexpected dict node" msgid "unknown graphics type '%s'" msgstr "unknown OS type %s" -#: src/xend_internal.c:2191 +#: src/xend_internal.c:2200 #, fuzzy msgid "domain information incomplete, missing id" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:2260 src/xend_internal.c:2270 src/xend_internal.c:2280 +#: src/xend_internal.c:2269 src/xend_internal.c:2279 src/xend_internal.c:2289 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "unknown OS type %s" -#: src/xend_internal.c:2593 +#: src/xend_internal.c:2602 #, fuzzy msgid "failed to parse topology information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:2647 +#: src/xend_internal.c:2656 #, fuzzy msgid "topology syntax error" msgstr "configuration file syntax error" -#: src/xend_internal.c:2711 +#: src/xend_internal.c:2720 msgid "failed to parse Xend domain information" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:3193 +#: src/xend_internal.c:3202 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" -#: src/xend_internal.c:3815 src/xend_internal.c:4290 src/xm_internal.c:1617 +#: src/xend_internal.c:3824 src/xend_internal.c:4299 src/xm_internal.c:1617 #, fuzzy msgid "failed to build sexpr" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:3917 +#: src/xend_internal.c:3926 #, fuzzy msgid "unsupported device type" msgstr "unexpected mime type" -#: src/xend_internal.c:4020 +#: src/xend_internal.c:4029 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4061 +#: src/xend_internal.c:4070 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" -#: src/xend_internal.c:4069 +#: src/xend_internal.c:4078 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "unexpected value node" -#: src/xend_internal.c:4080 +#: src/xend_internal.c:4089 #, fuzzy msgid "no memory" msgstr "node memory" -#: src/xend_internal.c:4086 +#: src/xend_internal.c:4095 #, fuzzy msgid "sexpr2string failed" msgstr "operation failed" -#: src/xend_internal.c:4091 +#: src/xend_internal.c:4100 #, fuzzy msgid "Failed to redefine sexpr" msgstr "Failed to undefine domain %s" -#: src/xend_internal.c:4096 +#: src/xend_internal.c:4105 msgid "on_xend_start not present in sexpr" msgstr "" -#: src/xend_internal.c:4127 +#: src/xend_internal.c:4136 #, fuzzy, c-format msgid "gethostname failed: %s" msgstr "operation failed: %s" -#: src/xend_internal.c:4133 +#: src/xend_internal.c:4142 #, fuzzy, c-format msgid "failed to strdup hostname: %s" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4164 +#: src/xend_internal.c:4173 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" -#: src/xend_internal.c:4174 +#: src/xend_internal.c:4183 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" -#: src/xend_internal.c:4186 +#: src/xend_internal.c:4195 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" -#: src/xend_internal.c:4199 +#: src/xend_internal.c:4208 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" -#: src/xend_internal.c:4204 +#: src/xend_internal.c:4213 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" -#: src/xend_internal.c:4211 +#: src/xend_internal.c:4220 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" -#: src/xend_internal.c:4218 src/xend_internal.c:4240 src/xend_internal.c:4248 -#: src/xend_internal.c:4474 src/xend_internal.c:4481 src/xml.c:89 +#: src/xend_internal.c:4227 src/xend_internal.c:4249 src/xend_internal.c:4257 +#: src/xend_internal.c:4483 src/xend_internal.c:4490 src/xml.c:89 msgid "strdup failed" msgstr "" -#: src/xend_internal.c:4231 +#: src/xend_internal.c:4240 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" -#: src/xend_internal.c:4284 +#: src/xend_internal.c:4293 #, fuzzy msgid "failed to parse domain description" msgstr "failed to parse Xend domain information" -#: src/xend_internal.c:4300 +#: src/xend_internal.c:4309 #, fuzzy, c-format msgid "Failed to create inactive domain %s\n" msgstr "Failed to create domain %s\n" -#: src/xend_internal.c:4456 src/xend_internal.c:4532 src/xend_internal.c:4622 +#: src/xend_internal.c:4465 src/xend_internal.c:4541 src/xend_internal.c:4631 msgid "unsupported in xendConfigVersion < 4" msgstr "" -#: src/xend_internal.c:4468 +#: src/xend_internal.c:4477 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "domain information incomplete, missing name" -#: src/xend_internal.c:4486 src/xend_internal.c:4580 src/xend_internal.c:4692 +#: src/xend_internal.c:4495 src/xend_internal.c:4589 src/xend_internal.c:4701 #, fuzzy msgid "Unknown scheduler" msgstr "unknown host" -#: src/xend_internal.c:4545 src/xend_internal.c:4635 +#: src/xend_internal.c:4554 src/xend_internal.c:4644 #, fuzzy msgid "Failed to get a scheduler name" msgstr "failed to get hypervisor type" -#: src/xend_internal.c:4558 src/xend_internal.c:4671 +#: src/xend_internal.c:4567 src/xend_internal.c:4680 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4563 src/xend_internal.c:4680 +#: src/xend_internal.c:4572 src/xend_internal.c:4689 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "domain information incomplete, missing uuid" -#: src/xend_internal.c:4739 +#: src/xend_internal.c:4748 msgid "domainBlockPeek is not supported for dom0" msgstr "" -#: src/xend_internal.c:4762 +#: src/xend_internal.c:4771 #, fuzzy, c-format msgid "%s: invalid path" msgstr "invalid argument in %s" -#: src/xend_internal.c:4770 +#: src/xend_internal.c:4779 #, fuzzy, c-format msgid "failed to open for reading: %s: %s" msgstr "failed to open %s for reading" -#: src/xend_internal.c:4782 +#: src/xend_internal.c:4791 #, fuzzy, c-format msgid "failed to lseek or read from file: %s: %s" msgstr "Failed to suspend domain %s" -#: src/xend_internal.c:4865 src/xend_internal.c:4911 +#: src/xend_internal.c:4874 src/xend_internal.c:4920 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:4954 +#: src/xend_internal.c:4963 #, fuzzy msgid "unexpected chr device type" msgstr "unexpected mime type" -#: src/xend_internal.c:5128 src/xm_internal.c:1779 +#: src/xend_internal.c:5137 src/xm_internal.c:1779 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "unexpected mime type" -#: src/xend_internal.c:5302 src/xend_internal.c:5309 src/xend_internal.c:5316 +#: src/xend_internal.c:5311 src/xend_internal.c:5318 src/xend_internal.c:5325 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "unexpected value node" -#: src/xend_internal.c:5333 +#: src/xend_internal.c:5342 #, fuzzy msgid "no HVM domain loader" msgstr "node domain list" -#: src/xend_internal.c:5544 +#: src/xend_internal.c:5553 #, fuzzy msgid "hotplug of device type not supported" msgstr "library call failed, possibly not supported" @@ -7221,6 +7267,9 @@ msgstr "allocate new context" msgid "failed to connect to Xen Store" msgstr "failed to connect to Xen Store" +#~ msgid "blocked" +#~ msgstr "blocked" + #, fuzzy #~ msgid "invalid interface type: %s" #~ msgstr "invalid argument in %s" @@ -7293,10 +7342,6 @@ msgstr "failed to connect to Xen Store" #~ msgid "cannot read tty pid file %s: %s" #~ msgstr "failed to write configuration file: %s" -#, fuzzy -#~ msgid "cannot remove ttyPidFile %s: %s" -#~ msgstr "failed to write configuration file: %s" - #, fuzzy #~ msgid "failed to calloc memory for init string: %s" #~ msgstr "failed to allocate a node" diff --git a/src/storage_backend_logical.c b/src/storage_backend_logical.c index 854fac4988..1212c672d5 100644 --- a/src/storage_backend_logical.c +++ b/src/storage_backend_logical.c @@ -486,7 +486,7 @@ virStorageBackendLogicalDeletePool(virConnectPtr conn, unsigned int flags ATTRIBUTE_UNUSED) { const char *cmdargv[] = { - VGREMOVE, pool->def->source.name, NULL + VGREMOVE, "-f", pool->def->source.name, NULL }; const char *pvargv[3]; int i, error;