<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Аспро: ЛайтШоп [тема: Поддержка ARM]</title>
		<link>http://proxmox.su</link>
		<description>Новое в теме Поддержка ARM форума Proxmox Backup Server на сайте Аспро: ЛайтШоп [proxmox.su]</description>
		<language>ru</language>
		<docs>http://backend.userland.com/rss2</docs>
		<pubDate>Thu, 18 Jun 2026 22:00:00 +0300</pubDate>
		<item>
			<title>Поддержка ARM</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum64/message348726/80535-podderzhka-arm">Поддержка ARM</a></b> <i>Proxmox Backup Server</i> в форуме <a href="http://proxmox.su/forum/forum64/">Proxmox Backup Server</a>. <br />
			+1 Было бы здорово иметь возможность создавать резервные копии устройств на базе armv7 (Raspberry Pi, Orange Pi и др.) (32-бит) в PBS. <br />
			<i>13.01.2021 08:29:00, nordeep.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum64/message348726/80535-podderzhka-arm</link>
			<guid>http://proxmox.su/forum/messages/forum64/message348726/80535-podderzhka-arm</guid>
			<pubDate>Wed, 13 Jan 2021 08:29:00 +0300</pubDate>
			<category>Proxmox Backup Server</category>
		</item>
		<item>
			<title>Поддержка ARM</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum64/message348725/80535-podderzhka-arm">Поддержка ARM</a></b> <i>Proxmox Backup Server</i> в форуме <a href="http://proxmox.su/forum/forum64/">Proxmox Backup Server</a>. <br />
			Спасибо. Это продвинулось дальше, но... сейчас при компиляции proxmox-backup море ошибок... <img  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="http://proxmox.su/upload/main/smiles/2/bx_smile_sad.png" border="0" data-code=":-(" data-definition="UHD" alt=":-(" style="width:20px;height:20px;" title="Печально" class="lazyload bx-smile" /><br /><br />Код: Компиляция proxmox-backup v1.0.6 (/usr/src/proxmox-backup)<br /><br />error: дополнительные свойства не разрешены для внешнего типа &nbsp;<br /> &nbsp; --&gt; src/api2/tape/media.rs:239:17 &nbsp;<br /> &nbsp; &nbsp;| &nbsp;<br />239 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; flatten: true, &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^^^^^^^<br /><br />error[E0432]: неразрешённый импорт `proxmox::api::ParameterSchema`  <br /> &nbsp;--&gt; src/server/rest.rs:29:5 &nbsp;<br /> &nbsp; | &nbsp;<br />29 | &nbsp; &nbsp; ParameterSchema, &nbsp;<br /> &nbsp; | &nbsp; &nbsp; ^^^^^^^^^^^^^^^ в `api` нет `ParameterSchema`<br /><br />error[E0432]: неразрешённый импорт `proxmox::api::schema::ObjectSchemaType`  <br /> &nbsp;--&gt; src/server/rest.rs:36:5 &nbsp;<br /> &nbsp; | &nbsp;<br />36 | &nbsp; &nbsp; ObjectSchemaType, &nbsp;<br /> &nbsp; | &nbsp; &nbsp; ^^^^^^^^^^^^^^^^ &nbsp;<br /> &nbsp; | &nbsp; &nbsp; | &nbsp;<br /> &nbsp; | &nbsp; &nbsp; в `api::schema` нет `ObjectSchemaType` &nbsp;<br /> &nbsp; | &nbsp; &nbsp; подсказка: в модуле есть похожее имя: `ObjectSchema`<br /><br />error[E0432]: неразрешённый импорт `proxmox::tools::fd::BorrowedFd`  <br /> &nbsp;--&gt; src/pxar/dir_stack.rs:11:5 &nbsp;<br /> &nbsp; | &nbsp;<br />11 | use proxmox::tools::fd::BorrowedFd; &nbsp;<br /> &nbsp; | &nbsp; &nbsp; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ в `tools::fd` нет `BorrowedFd`<br /><br />error[E0432]: неразрешённый импорт `proxmox::api::router::ReturnType`  <br /> &nbsp;--&gt; src/api2/admin/datastore.rs:18:28 &nbsp;<br /> &nbsp; | &nbsp;<br />18 | use proxmox::api::router::{ReturnType, SubdirMap}; &nbsp;<br /> &nbsp; | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^^^^^^^^^^ в `api::router` нет `ReturnType`<br /><br />error[E0432]: неразрешённый импорт `proxmox::tools::future`  <br /> &nbsp;--&gt; src/client/http_client.rs:21:12 &nbsp;<br /> &nbsp; | &nbsp;<br />21 | &nbsp; &nbsp; tools::future::TimeoutFutureExt, &nbsp;<br /> &nbsp; | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^^^^^^ не найден `future` в `tools`<br /><br />error[E0425]: не найдено значение `API_METHOD_LIST_CONTENT` в этой области видимости  <br /> &nbsp; --&gt; src/api2/tape/media.rs:333:19 &nbsp;<br /> &nbsp; &nbsp;| &nbsp;<br />56 &nbsp;| pub async fn list_media(pool: Option&lt;String&gt;) -&gt; Result&lt;Vec&lt;MediaListEntry&gt;, Error&gt; { &nbsp;<br /> &nbsp; &nbsp;| --------- тут есть константа с похожим именем `API_METHOD_LIST_MEDIA` &nbsp;<br />... &nbsp;<br />333 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .get(&API_METHOD_LIST_CONTENT) &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^^^^^^^^^^^^^^^^^^^^^^^ подсказка: есть константа с похожим именем: `API_METHOD_LIST_MEDIA`<br /><br />error[E0599]: нет метода `or_timeout_err` у структуры `hyper::client::ResponseFuture` в текущей области  <br /> &nbsp; --&gt; src/client/http_client.rs:719:14 &nbsp;<br /> &nbsp; &nbsp;| &nbsp;<br />719 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .or_timeout_err(HTTP_TIMEOUT, format_err!("http request timed out")) &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^^^^^^^^^^^^^^ метода нет у `hyper::client::ResponseFuture`<br /><br />error[E0599]: нет метода `or_timeout_err` у структуры `hyper::client::ResponseFuture` в текущей области  <br /> &nbsp; --&gt; src/client/http_client.rs:637:14 &nbsp;<br /> &nbsp; &nbsp;| &nbsp;<br />637 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .or_timeout_err(HTTP_TIMEOUT, format_err!("http upgrade request timed out")) &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^^^^^^^^^^^^^^ метода нет у `hyper::client::ResponseFuture`<br /><br />error[E0599]: нет метода `or_timeout_err` у структуры `hyper::client::ResponseFuture` в текущей области  <br /> &nbsp; --&gt; src/client/http_client.rs:567:14 &nbsp;<br /> &nbsp; &nbsp;| &nbsp;<br />567 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .or_timeout_err(HTTP_TIMEOUT, format_err!("http download request timed out")) &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^^^^^^^^^^^^^^ метода нет у `hyper::client::ResponseFuture`<br /><br />error[E0599]: нет метода `into_raw_fd` для типа `i32` в текущей области  <br /> &nbsp;--&gt; src/tools/logrotate.rs:52:52 &nbsp;<br /> &nbsp; | &nbsp;<br />52 | &nbsp; &nbsp; &nbsp; &nbsp; let target = unsafe { File::from_raw_fd(fd.into_raw_fd()) }; &nbsp;<br /> &nbsp; | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^^^^^^^^^^^ метода нет у `i32`<br /><br />error[E0599]: нет метода `skip_to_end` у структуры `std::boxed::Box&lt;dyn tape::tape_read::TapeRead&gt;` в текущей области  <br /> &nbsp; --&gt; src/tape/drive/mod.rs:112:23 &nbsp;<br /> &nbsp; &nbsp;| &nbsp;<br />112 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if reader.skip_to_end()? != 0 { &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^^^^^^^^^^^ метода нет у `std::boxed::Box&lt;dyn tape::tape_read::TapeRead&gt;`<br /><br />error[E0599]: нет метода `skip_to_end` у структуры `std::boxed::Box&lt;dyn tape::tape_read::TapeRead&gt;` в текущей области  <br /> &nbsp; --&gt; src/tape/drive/mod.rs:135:19 &nbsp;<br /> &nbsp; &nbsp;| &nbsp;<br />135 | &nbsp; &nbsp; &nbsp; &nbsp; if reader.skip_to_end()? != 0 { &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^^^^^^^^^^^ метода нет у `std::boxed::Box&lt;dyn tape::tape_read::TapeRead&gt;`<br /><br />error[E0599]: нет метода `read_exact_or_eof` у структуры `std::io::BufReader&lt;&mut std::fs::File&gt;` в текущей области  <br /> &nbsp; --&gt; src/tape/media_catalog.rs:560:28 &nbsp;<br /> &nbsp; &nbsp;| &nbsp;<br />560 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; match file.read_exact_or_eof(&mut magic) { &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^^^^^^^^^^^^^^^^^ метода нет у `std::io::BufReader&lt;&mut std::fs::File&gt;`<br /><br />error[E0599]: нет метода `read_exact_or_eof` у структуры `std::io::BufReader&lt;&mut std::fs::File&gt;` в текущей области  <br /> &nbsp; --&gt; src/tape/media_catalog.rs:573:24 &nbsp;<br /> &nbsp; &nbsp;| &nbsp;<br />573 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; match file.read_exact_or_eof(&mut entry_type) { &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^^^^^^^^^^^^^^^^^ метода нет у `std::io::BufReader&lt;&mut std::fs::File&gt;`<br /><br />error[E0599]: нет метода `read_exact_or_eof` у параметра типа `R` в текущей области  <br /> &nbsp; --&gt; src/tape/chunk_archive.rs:179:27 &nbsp;<br /> &nbsp; &nbsp;| &nbsp;<br />179 | &nbsp; &nbsp; &nbsp; &nbsp; match self.reader.read_exact_or_eof(data) { &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^^^^^^^^^^^^^^^^^ метода нет у `R`<br /><br />warning: неиспользуемый импорт: `IntoRawFd` &nbsp;<br /> --&gt; src/tools/logrotate.rs:3:36 &nbsp;<br /> &nbsp;| &nbsp;<br />3 | use std::os::unix::io::{FromRawFd, IntoRawFd}; &nbsp;<br /> &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^^^^^^^^^ &nbsp;<br /> &nbsp;| &nbsp;<br /> &nbsp;= примечание: `#[warn(unused_imports)]` включён по умолчанию<br /><br />warning: неиспользуемый импорт: `AsRawFd` &nbsp;<br /> --&gt; src/pxar/dir_stack.rs:2:25 &nbsp;<br /> &nbsp;| &nbsp;<br />2 | use std::os::unix::io::{AsRawFd, RawFd}; &nbsp;<br /> &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^^^^^^^<br /><br />error: прерывание из-за 16 предыдущих ошибок; выведено 2 предупреждения<br /><br />Некоторые ошибки имеют подробные объяснения: E0425, E0432, E0599. &nbsp;<br />Для дополнительных сведений об ошибке попробуйте `rustc --explain E0425`. &nbsp;<br />error: компиляция `proxmox-backup` не удалась.<br /><br />Чтобы узнать больше, запустите команду ещё раз с ключом --verbose. <br />
			<i>30.12.2020 16:18:00, michabbs.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum64/message348725/80535-podderzhka-arm</link>
			<guid>http://proxmox.su/forum/messages/forum64/message348725/80535-podderzhka-arm</guid>
			<pubDate>Wed, 30 Dec 2020 16:18:00 +0300</pubDate>
			<category>Proxmox Backup Server</category>
		</item>
		<item>
			<title>Поддержка ARM</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum64/message348724/80535-podderzhka-arm">Поддержка ARM</a></b> <i>Proxmox Backup Server</i> в форуме <a href="http://proxmox.su/forum/forum64/">Proxmox Backup Server</a>. <br />
			Ах, неправильно прочитал ошибку. Тебе ещё нужно установить pkg-config. <br />
			<i>30.12.2020 09:57:00, fabian.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum64/message348724/80535-podderzhka-arm</link>
			<guid>http://proxmox.su/forum/messages/forum64/message348724/80535-podderzhka-arm</guid>
			<pubDate>Wed, 30 Dec 2020 09:57:00 +0300</pubDate>
			<category>Proxmox Backup Server</category>
		</item>
		<item>
			<title>Поддержка ARM</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum64/message348723/80535-podderzhka-arm">Поддержка ARM</a></b> <i>Proxmox Backup Server</i> в форуме <a href="http://proxmox.su/forum/forum64/">Proxmox Backup Server</a>. <br />
			Apt говорит, что уже установлено. <img  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="http://proxmox.su/upload/main/smiles/2/bx_smile_sad.png" border="0" data-code=":-(" data-definition="UHD" alt=":-(" style="width:20px;height:20px;" title="Печально" class="lazyload bx-smile" /> <br />
			<i>30.12.2020 09:43:00, michabbs.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum64/message348723/80535-podderzhka-arm</link>
			<guid>http://proxmox.su/forum/messages/forum64/message348723/80535-podderzhka-arm</guid>
			<pubDate>Wed, 30 Dec 2020 09:43:00 +0300</pubDate>
			<category>Proxmox Backup Server</category>
		</item>
		<item>
			<title>Поддержка ARM</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum64/message348722/80535-podderzhka-arm">Поддержка ARM</a></b> <i>Proxmox Backup Server</i> в форуме <a href="http://proxmox.su/forum/forum64/">Proxmox Backup Server</a>. <br />
			Установите пакет для разработчиков этой библиотеки ( libudev-dev ). <br />
			<i>30.12.2020 08:50:00, fabian.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum64/message348722/80535-podderzhka-arm</link>
			<guid>http://proxmox.su/forum/messages/forum64/message348722/80535-podderzhka-arm</guid>
			<pubDate>Wed, 30 Dec 2020 08:50:00 +0300</pubDate>
			<category>Proxmox Backup Server</category>
		</item>
		<item>
			<title>Поддержка ARM</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum64/message348721/80535-podderzhka-arm">Поддержка ARM</a></b> <i>Proxmox Backup Server</i> в форуме <a href="http://proxmox.su/forum/forum64/">Proxmox Backup Server</a>. <br />
			Пытаюсь собрать под arm64 (в контейнере lxd, с образом debian/10). На этом шаге происходит ошибка: &nbsp;<br />Код: error: не удалось выполнить пользовательскую команду сборки для `libudev-sys v0.1.4`<br /><br />Причина: &nbsp;<br />процесс завершился с ошибкой: `/usr/src/proxmox-backup/target/release/build/libudev-sys-3d2ad5a4e37df7ac/build-script-build` (код выхода: 101) &nbsp;<br />--- stdout &nbsp;<br />cargo:rerun-if-env-changed=LIBUDEV_NO_PKG_CONFIG &nbsp;<br />cargo:rerun-if-env-changed=PKG_CONFIG &nbsp;<br />cargo:rerun-if-env-changed=LIBUDEV_STATIC &nbsp;<br />cargo:rerun-if-env-changed=LIBUDEV_DYNAMIC &nbsp;<br />cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC &nbsp;<br />cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC &nbsp;<br />cargo:rerun-if-env-changed=PKG_CONFIG_PATH_aarch64-unknown-linux-gnu &nbsp;<br />cargo:rerun-if-env-changed=PKG_CONFIG_PATH_aarch64_unknown_linux_gnu &nbsp;<br />cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH &nbsp;<br />cargo:rerun-if-env-changed=PKG_CONFIG_PATH &nbsp;<br />cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_aarch64-unknown-linux-gnu &nbsp;<br />cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_aarch64_unknown_linux_gnu &nbsp;<br />cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR &nbsp;<br />cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR &nbsp;<br />cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_aarch64-unknown-linux-gnu &nbsp;<br />cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_aarch64_unknown_linux_gnu &nbsp;<br />cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR &nbsp;<br />cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR<br /><br />--- stderr &nbsp;<br />поток 'main' упал с ошибкой panic: вызван `Result::unwrap()` на значении `Err`: "Не удалось выполнить `\"pkg-config\" \"--libs\" \"--cflags\" \"libudev\"`: Нет такого файла или каталога (os error 2)", /root/.cargo/registry/src/github.com-1ecc6299db9ec823/libudev-sys-0.1.4/build.rs:38:5 &nbsp;<br />подсказка: запустите с переменной окружения `RUST_BACKTRACE=1`, чтобы увидеть трассировку стека<br /><br />Есть идеи? <br />
			<i>30.12.2020 00:25:00, michabbs.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum64/message348721/80535-podderzhka-arm</link>
			<guid>http://proxmox.su/forum/messages/forum64/message348721/80535-podderzhka-arm</guid>
			<pubDate>Wed, 30 Dec 2020 00:25:00 +0300</pubDate>
			<category>Proxmox Backup Server</category>
		</item>
		<item>
			<title>Поддержка ARM</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum64/message348720/80535-podderzhka-arm">Поддержка ARM</a></b> <i>Proxmox Backup Server</i> в форуме <a href="http://proxmox.su/forum/forum64/">Proxmox Backup Server</a>. <br />
			Можешь попробовать это. Я использую на своём arm64 NAS. <noindex><a href="https://github.com/ayufan/pve-backup-server-dockerfiles" target="_blank" rel="nofollow" >https://github.com/ayufan/pve-backup-server-dockerfiles</a></noindex> <br />
			<i>19.12.2020 13:15:00, ayufan.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum64/message348720/80535-podderzhka-arm</link>
			<guid>http://proxmox.su/forum/messages/forum64/message348720/80535-podderzhka-arm</guid>
			<pubDate>Sat, 19 Dec 2020 13:15:00 +0300</pubDate>
			<category>Proxmox Backup Server</category>
		</item>
		<item>
			<title>Поддержка ARM</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum64/message348719/80535-podderzhka-arm">Поддержка ARM</a></b> <i>Proxmox Backup Server</i> в форуме <a href="http://proxmox.su/forum/forum64/">Proxmox Backup Server</a>. <br />
			Есть способ собрать PVE-инсталлятор на arm64? Я пробовал вот это: <noindex><a href="https://github.com/kosmonavtika/docker-build-pve" target="_blank" rel="nofollow" >https://github.com/kosmonavtika/docker-build-pve</a></noindex>. Установил Docker согласно инструкции: <noindex><a href="https://docs.docker.com/engine/install/debian/" target="_blank" rel="nofollow" >https://docs.docker.com/engine/install/debian/</a></noindex>.<br /><br />Код:<br /><br />apt-get update &nbsp;<br />apt-get install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common &nbsp;<br />curl -fsSL <noindex><a href="https://download.docker.com/linux/debian/gpg" target="_blank" rel="nofollow" >https://download.docker.com/linux/debian/gpg</a></noindex> | sudo apt-key add - &nbsp;<br />apt-key fingerprint 0EBFCD88 &nbsp;<br />add-apt-repository "deb [arch=arm64] <noindex><a href="https://download.docker.com/linux/debian" target="_blank" rel="nofollow" >https://download.docker.com/linux/debian</a></noindex> $(lsb_release -cs) stable" &nbsp;<br />apt-get update &nbsp;<br />apt-get install -y docker-ce docker-ce-cli containerd.io &nbsp;<br />shutdown -r now<br /><br />Далее:<br /><br />Код: &nbsp;<br />sudo -s &nbsp;<br />cd /usr/src &nbsp;<br />git clone <noindex><a href="https://github.com/kosmonavtika/docker-build-pve" target="_blank" rel="nofollow" >https://github.com/kosmonavtika/docker-build-pve</a></noindex> &nbsp;<br />cd docker-build-pve &nbsp;<br />./build.sh<br /><br />Нужно добавить некоторые зависимости. Код: &nbsp;<br />nano Dockerfile и добавить libtest-mockmodule-perl в # pve-common<br /><br />Но тут проблема с зависимостями: &nbsp;<br /># pve-common : libproxmox-acme-perl &nbsp;<br /># libpve-http-server-perl : libpve-common-perl &nbsp;<br /># pve-qemu : libproxmox-backup-qemu0-dev &nbsp;<br /># pve-cluster : libpve-access-control libpve-common-perl pve-doc-generator &nbsp;<br /># pve-access-control (2/2) : libpve-common-perl libpve-cluster-perl pve-cluster pve-doc-generator &nbsp;<br /># librados2-perl : libpve-access-control &nbsp;<br /># pve-storage : libpve-common-perl librados2-perl pve-cluster &nbsp;<br /># pve-guest-common : libpve-cluster-perl libpve-common-perl libpve-storage-perl pve-cluster &nbsp;<br /># pve-ha-manager : libpve-access-control libpve-cluster-perl libpve-common-perl pve-cluster pve-doc-generator &nbsp;<br /># lxc : pve-libseccomp2.4-dev &nbsp;<br /># pve-container : libpve-cluster-perl libpve-common-perl libpve-guest-common-perl libpve-storage-perl lxc lxc-pve pve-cluster pve-doc-generator pve-firewall &nbsp;<br /># qemu-server : libpve-cluster-perl libpve-common-perl libpve-guest-common-perl libpve-storage-perl pve-cluster pve-doc-generator pve-firewall pve-qemu-kvm &nbsp;<br /># pve-manager : libproxmox-acme-perl libpve-access-control libpve-cluster-api-perl libpve-cluster-perl libpve-common-perl libpve-guest-common-perl libpve-http-server-perl libpve-storage-perl pve-cluster pve-container pve-doc-generator qemu-server &nbsp;<br /># pve-kernel : libpve-common-perl &nbsp;<br /># pve-installer : libpve-common-perl <br />
			<i>09.09.2020 13:30:00, mjcc30.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum64/message348719/80535-podderzhka-arm</link>
			<guid>http://proxmox.su/forum/messages/forum64/message348719/80535-podderzhka-arm</guid>
			<pubDate>Wed, 09 Sep 2020 13:30:00 +0300</pubDate>
			<category>Proxmox Backup Server</category>
		</item>
		<item>
			<title>Поддержка ARM</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum64/message348718/80535-podderzhka-arm">Поддержка ARM</a></b> <i>Proxmox Backup Server</i> в форуме <a href="http://proxmox.su/forum/forum64/">Proxmox Backup Server</a>. <br />
			Привет, спасибо! Я тоже успешно скомпилировал это:<br /><br />версии raspios lite: <noindex><a href="https://downloads.raspberrypi.org/raspios_lite_arm64/images/" target="_blank" rel="nofollow" >https://downloads.raspberrypi.org/raspios_lite_arm64/images/</a></noindex> &nbsp;<br />Raspberry Pi Imager: <noindex><a href="https://www.raspberrypi.org/downloads/" target="_blank" rel="nofollow" >https://www.raspberrypi.org/downloads/</a></noindex><br /><br />Код:<br /><br />sudo -s &nbsp;<br />apt update && apt upgrade -y &nbsp;<br />curl <noindex><a href="https://sh.rustup.rs" target="_blank" rel="nofollow" >https://sh.rustup.rs</a></noindex> -sSf | sh &nbsp;<br />source $HOME/.cargo/env &nbsp;<br />rustup toolchain install 1.45.2 &nbsp;<br />rustup default 1.45.2 &nbsp;<br />apt install -y git cmake libuuid1 uuid-dev libclang-dev llvm gcc g++ clang-7 libacl1-dev libpam-dev libfuse3-dev python-docutils python-sphinx libudev-dev libssl-dev &nbsp;<br />cd /usr/src &nbsp;<br />git clone git://git.proxmox.com/git/proxmox-backup.git &nbsp;<br />git clone git://git.proxmox.com/git/proxmox.git &nbsp;<br />git clone git://git.proxmox.com/git/proxmox-fuse.git &nbsp;<br />git clone git://git.proxmox.com/git/pxar.git &nbsp;<br />git clone <noindex><a href="https://aur.archlinux.org/proxmox-backup-client.git" target="_blank" rel="nofollow" >https://aur.archlinux.org/proxmox-backup-client.git</a></noindex> &nbsp;<br />cp proxmox-backup-client/0002-remove-apt-dependency.patch proxmox-backup &nbsp;<br />cp proxmox-backup-client/0001-adapt-cargo-toml-and-remove-systemd-linking.patch proxmox-backup &nbsp;<br />cd /usr/src/proxmox-backup &nbsp;<br />nano Cargo.toml &nbsp;<br /><br />// изменить на следующее: &nbsp;<br />// proxmox = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-ma$" ] }  <br />// proxmox-fuse = { path = "../proxmox-fuse" } &nbsp;<br />// pxar = { path = "../pxar", features = [ "tokio-io", "futures-io" ] }  <br /><br />patch --forward --strip=1 --input=0001-adapt-cargo-toml-and-remove-systemd-linking.patch &nbsp;<br />patch --forward --strip=1 --input=0002-remove-apt-dependency.patch &nbsp;<br />cargo build --release --bin proxmox-backup-client --bin pxar --bin dump-catalog-shell-cli &nbsp;<br />cd docs &nbsp;<br />BUILD_MODE=release make proxmox-backup-client.1 pxar.1 &nbsp;<br />cd .. &nbsp;<br />cp target/release/proxmox-backup-client /usr/local/bin/proxmox-backup-client &nbsp;<br />cp target/release/pxar /usr/local/bin/pxar &nbsp;<br />cp docs/proxmox-backup-client.1 /usr/local/share/man/proxmox-backup-client.1 &nbsp;<br />cp docs/pxar.1 /usr/local/share/man/pxar.1 &nbsp;<br />cp debian/proxmox-backup-client.bc /usr/share/bash-completion/completions/proxmox-backup-client &nbsp;<br />cp debian/pxar.bc /usr/share/bash-completion/completions/pxar <br />
			<i>09.09.2020 12:59:00, mjcc30.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum64/message348718/80535-podderzhka-arm</link>
			<guid>http://proxmox.su/forum/messages/forum64/message348718/80535-podderzhka-arm</guid>
			<pubDate>Wed, 09 Sep 2020 12:59:00 +0300</pubDate>
			<category>Proxmox Backup Server</category>
		</item>
		<item>
			<title>Поддержка ARM</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum64/message348717/80535-podderzhka-arm">Поддержка ARM</a></b> <i>Proxmox Backup Server</i> в форуме <a href="http://proxmox.su/forum/forum64/">Proxmox Backup Server</a>. <br />
			Спасибо за ответ, но это для меня не очень хорошие новости <img  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="http://proxmox.su/upload/main/smiles/2/bx_smile_confuse.png" border="0" data-code=":/" data-definition="UHD" alt=":/" style="width:20px;height:20px;" title="Смущенно" class="lazyload bx-smile" /> <br />
			<i>17.08.2020 08:33:00, albebert.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum64/message348717/80535-podderzhka-arm</link>
			<guid>http://proxmox.su/forum/messages/forum64/message348717/80535-podderzhka-arm</guid>
			<pubDate>Mon, 17 Aug 2020 08:33:00 +0300</pubDate>
			<category>Proxmox Backup Server</category>
		</item>
		<item>
			<title>Поддержка ARM</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum64/message348716/80535-podderzhka-arm">Поддержка ARM</a></b> <i>Proxmox Backup Server</i> в форуме <a href="http://proxmox.su/forum/forum64/">Proxmox Backup Server</a>. <br />
			Вам нужна 64-битная операционная система и Raspberry Pi с поддержкой 64 бит (не ниже Raspberry Pi 2 V1.2). Я использую Raspberry Pi OS (64 бит) в бета-версии — у меня она отлично работает, за исключением отсутствия заголовков ядра, из-за чего немного сложнее установить wireguard. Но я с этим тоже справился. <br />
			<i>17.08.2020 08:05:00, SirUffsALot.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum64/message348716/80535-podderzhka-arm</link>
			<guid>http://proxmox.su/forum/messages/forum64/message348716/80535-podderzhka-arm</guid>
			<pubDate>Mon, 17 Aug 2020 08:05:00 +0300</pubDate>
			<category>Proxmox Backup Server</category>
		</item>
		<item>
			<title>Поддержка ARM</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum64/message348715/80535-podderzhka-arm">Поддержка ARM</a></b> <i>Proxmox Backup Server</i> в форуме <a href="http://proxmox.su/forum/forum64/">Proxmox Backup Server</a>. <br />
			Спасибо за проделанную работу, но, похоже, не работает на pi2 (raspbian x32).<br /><br />Код: Компиляция proxmox-fuse v0.1.0 (git://git.proxmox.com/git/proxmox-fuse.git#0066e65e)<br />error[E0308]: несовпадение типов  <br /> &nbsp; --&gt; /root/.cargo/git/checkouts/proxmox-fuse-b688e97eb72d189d/0066e65/src/requests.rs:361:20 &nbsp;<br /> &nbsp; &nbsp;| &nbsp;<br />361 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; inode: stat.st_ino, &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^^^^^^^^^^^ ожидался `u64`, найден `u32` &nbsp;<br /><br />error[E0308]: несовпадение типов  <br /> &nbsp; --&gt; /root/.cargo/git/checkouts/proxmox-fuse-b688e97eb72d189d/0066e65/src/requests.rs:596:54 &nbsp;<br /> &nbsp; &nbsp;| &nbsp;<br />596 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Some(SetTime::from_c(self.stat.st_atime, self.stat.st_atime_nsec)) &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^^^^^^^^^^^^^^^^^^^^^^^ &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ожидался `i64`, найден `i32` &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;подсказка: можно преобразовать `i32` в `i64`: `self.stat.st_atime_nsec.into()` &nbsp;<br /><br />error[E0308]: несовпадение типов  <br /> &nbsp; --&gt; /root/.cargo/git/checkouts/proxmox-fuse-b688e97eb72d189d/0066e65/src/requests.rs:607:54 &nbsp;<br /> &nbsp; &nbsp;| &nbsp;<br />607 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Some(SetTime::from_c(self.stat.st_mtime, self.stat.st_mtime_nsec)) &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^^^^^^^^^^^^^^^^^^^^^^^ &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ожидался `i64`, найден `i32` &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;подсказка: можно преобразовать `i32` в `i64`: `self.stat.st_mtime_nsec.into()` &nbsp;<br /><br />error[E0308]: несовпадение типов  <br /> &nbsp; --&gt; /root/.cargo/git/checkouts/proxmox-fuse-b688e97eb72d189d/0066e65/src/requests.rs:618:49 &nbsp;<br /> &nbsp; &nbsp;| &nbsp;<br />618 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Some(c_duration(self.stat.st_ctime, self.stat.st_ctime_nsec)) &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^^^^^^^^^^^^^^^^^^^^^^^ &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ожидался `i64`, найден `i32` &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; подсказка: можно преобразовать `i32` в `i64`: `self.stat.st_ctime_nsec.into()` &nbsp;<br /><br />error[E0308]: несовпадение типов  <br /> &nbsp; --&gt; /root/.cargo/git/checkouts/proxmox-fuse-b688e97eb72d189d/0066e65/src/session.rs:113:17 &nbsp;<br /> &nbsp; &nbsp;| &nbsp;<br />113 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; offset, &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^^^^^^ &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ожидался `i64`, найден `i32` &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; подсказка: можно преобразовать `i32` в `i64`: `offset.into()` &nbsp;<br /><br />error[E0308]: несовпадение типов  <br /> &nbsp; --&gt; /root/.cargo/git/checkouts/proxmox-fuse-b688e97eb72d189d/0066e65/src/session.rs:132:17 &nbsp;<br /> &nbsp; &nbsp;| &nbsp;<br />132 | &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; offset, &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^^^^^^ &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ожидался `i64`, найден `i32` &nbsp;<br /> &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; подсказка: можно преобразовать `i32` в `i64`: `offset.into()` &nbsp;<br /><br />ошибка: прерывание из-за 6 предыдущих ошибок<br /><br />Для подробностей об этой ошибке попробуйте `rustc --explain E0308`.<br />ошибка: не удалось скомпилировать `proxmox-fuse`.<br /><br />Чтобы узнать больше, запустите команду с ключом --verbose.<br />warning: сборка провалена, ждем окончания других задач...<br />ошибка: сборка провалена<br /><br />Кто-нибудь знает, как это исправить? <br />
			<i>16.08.2020 23:42:00, albebert.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum64/message348715/80535-podderzhka-arm</link>
			<guid>http://proxmox.su/forum/messages/forum64/message348715/80535-podderzhka-arm</guid>
			<pubDate>Sun, 16 Aug 2020 23:42:00 +0300</pubDate>
			<category>Proxmox Backup Server</category>
		</item>
		<item>
			<title>Поддержка ARM</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum64/message348714/80535-podderzhka-arm">Поддержка ARM</a></b> <i>Proxmox Backup Server</i> в форуме <a href="http://proxmox.su/forum/forum64/">Proxmox Backup Server</a>. <br />
			Это просто фантастика! Именно этого многие ждали от Proxmox — огромный кусок паззла, который серьёзно подпортит настроение другим закрытым гипервизорам! Вперёд, команда Proxmox!! Хотел спросить, есть ли планы по поддержке ARM для Proxmox Backup? Понимаю, для PVE это не слишком актуально, а вот для PBS это кажется отличным решением. Существует много одноплатных компьютеров и энергоэффективных ARM-устройств, которые отлично подошли бы в роли PBS-серверов. Продолжайте в том же духе! <br />
			<i>12.07.2020 07:11:00, pittpc.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum64/message348714/80535-podderzhka-arm</link>
			<guid>http://proxmox.su/forum/messages/forum64/message348714/80535-podderzhka-arm</guid>
			<pubDate>Sun, 12 Jul 2020 07:11:00 +0300</pubDate>
			<category>Proxmox Backup Server</category>
		</item>
	</channel>
</rss>
