# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-03-29 09:51+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: debian-bookworm #, no-wrap msgid "SETARCH" msgstr "" #. type: TH #: debian-bookworm #, no-wrap msgid "2022-05-11" msgstr "" #. type: TH #: debian-bookworm #, no-wrap msgid "util-linux 2.38.1" msgstr "" #. type: TH #: debian-bookworm #, no-wrap msgid "System Administration" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "setarch - change reported architecture in new program environment and/or set " "personality flags" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: debian-bookworm msgid "B [I] [options] [I [I...]]" msgstr "" #. type: Plain text #: debian-bookworm msgid "B B<--list>|B<-h>|B<-V>" msgstr "" #. type: Plain text #: debian-bookworm msgid "B [options] [I [I...]]" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: debian-bookworm msgid "B modifies execution domains and process personality flags." msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The execution domains currently only affects the output of B. For " "example, on an AMD64 system, running B I will cause " "I to see i686 instead of I as the machine type. It can also " "be used to set various personality options. The default I is B." msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Since version 2.33 the I command line argument is optional and " "B may be used to change personality flags (ADDR_LIMIT_*, " "SHORT_INODE, etc) without modification of the execution domain." msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "OPTIONS" msgstr "" #. type: Plain text #: debian-bookworm msgid "B<--list>" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "List the architectures that B knows about. Whether B can " "actually set each of these architectures depends on the running kernel." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<--uname-2.6>" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Causes the I to see a kernel version number beginning with 2.6. " "Turns on B." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-v>, B<--verbose>" msgstr "" #. type: Plain text #: debian-bookworm msgid "Be verbose." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-3>, B<--3gb>" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Specifies I should use a maximum of 3GB of address space. Supported " "on x86. Turns on B." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<--4gb>" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "This option has no effect. It is retained for backward compatibility only, " "and may be removed in future releases." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-B>, B<--32bit>" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Limit the address space to 32 bits to emulate hardware. Supported on ARM and " "Alpha. Turns on B." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-F>, B<--fdpic-funcptrs>" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Treat user-space function pointers to signal handlers as pointers to address " "descriptors. This option has no effect on architectures that do not support " "B ELF binaries. In kernel v4.14 support is limited to ARM, Blackfin, " "Fujitsu FR-V, and SuperH CPU architectures." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-I>, B<--short-inode>" msgstr "" #. type: Plain text #: debian-bookworm msgid "Obsolete bug emulation flag. Turns on B." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-L>, B<--addr-compat-layout>" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Provide legacy virtual address space layout. Use when the I binary " "does not have B ELF header. Turns on B." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-R>, B<--addr-no-randomize>" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Disables randomization of the virtual address space. Turns on " "B." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-S>, B<--whole-seconds>" msgstr "" #. type: Plain text #: debian-bookworm msgid "Obsolete bug emulation flag. Turns on B." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-T>, B<--sticky-timeouts>" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "This makes B(2) manual page. Turns on B." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-X>, B<--read-implies-exec>" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "If this is set then B(3p) B will also add the B " "bit - as expected by legacy x86 binaries. Notice that the ELF loader will " "automatically set this bit when it encounters a legacy binary. Turns on " "B." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-Z>, B<--mmap-page-zero>" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "SVr4 bug emulation that will set B(3p) page zero as read-only. Use " "when I depends on this behavior, and the source code is not " "available to be fixed. Turns on B." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-h>, B<--help>" msgstr "" #. type: Plain text #: debian-bookworm msgid "Display help text and exit." msgstr "" #. type: Plain text #: debian-bookworm msgid "B<-V>, B<--version>" msgstr "" #. type: Plain text #: debian-bookworm msgid "Print version and exit." msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "EXAMPLE" msgstr "" #. type: Plain text #: debian-bookworm #, no-wrap msgid "" "setarch --addr-no-randomize mytestprog\n" "setarch ppc32 rpmbuild --target=ppc --rebuild foo.src.rpm\n" "setarch ppc32 -v -vL3 rpmbuild --target=ppc --rebuild bar.src.rpm\n" "setarch ppc32 --32bit rpmbuild --target=ppc --rebuild foo.src.rpm\n" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "AUTHORS" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: debian-bookworm msgid "B(2), B