Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Potrzebuję zbudować system live z parametrem --architecture amd64 . Problem jest taki, że mam system 32bit (procek jest 64bit) i muszę wykonać chroot do tego 64bitowego systemu.
Całe info na jakie natrafiłem, zwykle dotyczy instalacji pakietów 32bit na 64bit kernelach. Nie ma nic w drugą stronę. xD
Zgodnie z tym co piszą tu:
-a|--architecture ARCHITECTURE
defines the architecture of the to be build image. By default, this is set to the host architecture. Note that you cannot cross build for another architecture if your host system is not able to execute binaries for the target architecture natively. For example, building amd64 images on i386 and vice versa is possible if you have a 64bit capable i386 processor and the right kernel. But building powerpc images on an i386 system is not possible.[/quote]
Czyli jest możliwość budowy live 64 bit na 32 bitowym systemie. Tylko nie wiem czy mam mu doinstalować tyko linux-image-3.9-1-amd64 czy coś więcej trzeba jeszcze robić?
Offline
Jeśli będziesz miał jajo 64 bit, to chyba będzie możliwe.
W każdym razie mnie się nigdy nie udało odpalić chroota z systemu 32 bit do 64 bit.
Ale też specjalnie z tym nie kombinowałem.
Ostatnio edytowany przez Jacekalex (2013-07-23 19:34:18)
Offline
Doinstalowałem mu linux-image-3.9-1-amd64 ale dalej nie działa:
W: Failure trying to run: chroot /media/Server/live/chroot mount -t proc proc /proc W: See /media/Server/live/chroot/debootstrap/debootstrap.log for details P: Begin unmounting filesystems... P: Saving caches... chroot: failed to run command `/usr/bin/env': Exec format error
A w logu jest debootstrap.log:
gpgv: Signature made Tue 23 Jul 2013 04:39:05 PM CEST using RSA key ID 473041FA gpgv: Good signature from "Debian Archive Automatic Signing Key (6.0/squeeze) <ftpmaster@debian.org>" gpgv: Signature made Tue 23 Jul 2013 04:39:05 PM CEST using RSA key ID 46925553 gpgv: Good signature from "Debian Archive Automatic Signing Key (7.0/wheezy) <ftpmaster@debian.org>" gpgv: Signature made Tue 23 Jul 2013 04:39:05 PM CEST using RSA key ID 473041FA gpgv: Good signature from "Debian Archive Automatic Signing Key (6.0/squeeze) <ftpmaster@debian.org>" gpgv: Signature made Tue 23 Jul 2013 04:39:05 PM CEST using RSA key ID 46925553 gpgv: Good signature from "Debian Archive Automatic Signing Key (7.0/wheezy) <ftpmaster@debian.org>" chroot: failed to run command `mount': Exec format error
Offline
pewnie jeszcze jakieś kluczowe biblioteki potrzeba m. in libc itp
Offline
Time (s) | Query |
---|---|
0.00016 | SET CHARSET latin2 |
0.00004 | SET NAMES latin2 |
0.00134 | SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='3.16.76.102' WHERE u.id=1 |
0.00078 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '3.16.76.102', 1732909859) |
0.00047 | SELECT * FROM punbb_online WHERE logged<1732909559 |
0.00063 | DELETE FROM punbb_online WHERE ident='17.241.75.204' |
0.00047 | SELECT topic_id FROM punbb_posts WHERE id=237627 |
0.00006 | SELECT id FROM punbb_posts WHERE topic_id=23986 ORDER BY posted |
0.00027 | SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=23986 AND t.moved_to IS NULL |
0.00021 | SELECT search_for, replace_with FROM punbb_censoring |
0.00075 | SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=23986 ORDER BY p.id LIMIT 0,25 |
0.00074 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=23986 |
Total query time: 0.00592 s |