From: Artem Zolochevskiy <artem.zolochevskiy@gmail.com> To: sisyphus@lists.altlinux.org Subject: Re: [sisyphus] попытка подхода к spt Date: Thu, 05 Jul 2007 12:34:24 +0300 Message-ID: <f6idqo$j3a$1@sea.gmane.org> (raw) In-Reply-To: <20070705082012.GB15364@osdn.org.ua> Michael Shigorin wrote: > On Thu, Jul 05, 2007 at 11:07:53AM +0300, Victor Forsyuk wrote: >> > они и по размеру даже получились разные. >> > # ls -l server.iso >> > -rw-r--r-- 1 artem artem 634689536 Jul 4 23:29 server.iso >> > # ls -l Server-4.0.1-i586-install.iso >> > -rw-r--r-- 1 790 774 634687488 Jun 5 12:48 >> > Server-4.0.1-i586-install.iso >> Ну так сравните содержимое. Сделайте списки того, что >> содержится в обоих исошках и посмотрите diff. > > isoinfo -l -R -i file.iso > АГА! Михаил спасибо за подсказку. Вот смотрите, как как интересно у меня получилось Итак, исходное положение -- Сизиф [artem@alt ~]$ rpm -q spt spt-0.6.0-alt6 [artem@alt ~]$ rpm -q spt-profiles-server spt-profiles-server-0.4.8-alt1 [artem@alt ~]$ cat /tmp/apt.conf /* If you have to ignore system apt.conf* and sources.list* files, just override appropriate apt config values like in this example. */ Dir::Etc::main "/dev/null"; Dir::Etc::parts "/var/empty"; Dir::Etc::SourceList "/tmp/local.list"; Dir::Etc::SourceParts "/var/empty"; [artem@alt ~]$ cat /tmp/local.list rpm file:/var/ftp/pub/ALTLinux/4.0/Server/4.0.1 i586 main rpm file:/var/ftp/pub/ALTLinux/4.0/Server/4.0.1 i586 classic Собираем iso [artem@alt ~]$ spt -v --apt-conf=/tmp/apt.conf --isoname=401server.iso -p /etc/spt/profiles/server/installer/ myworkdir/ Сравниваем md5sum [artem@alt ~]$ md5sum myworkdir/401server.iso adb69a02f69a7f64057f1d52a80e02cf myworkdir/401server.iso [artem@alt ~]$ md5sum /var/ftp/pub/ALTLinux/4.0/Server/4.0.1/iso/Server-4.0.1-i586-install.iso e11b90d5e43c14564497ed0314ebc70a /var/ftp/pub/ALTLinux/4.0/Server/4.0.1/iso/Server-4.0.1-i586-install.iso Сравниваем сами iso $ isoinfo -l -R -i myworkdir/401server.iso > /tmp/401serveк $ isoinfo -l -R -i /var/ftp/pub/ALTLinux/4.0/Server/4.0.1/iso/Server-4.0.1-i586-install.iso > /tmp/Server-4.0.1-i586-install $ diff /tmp/401server /tmp/Server-4.0.1-i586-install > diff во как. отличий масса -- не по составу а по размерам файлов. даже RPM-GPG-KEY разный. можно предположить, что Server-4.0.1-i586-install.iso собирался не из spt-profiles-server-0.4.8-alt1 ? в пользу этого говорят и $ md5sum /etc/spt/profiles/server/installer/isofiles/RPM-GPG-KEY deb347975917c386921f0b9cc134e6d0 /etc/spt/profiles/server/installer/isofiles/RPM-GPG-KEY $ md5sum /var/ftp/pub/ALTLinux/4.0/Server/4.0.1/RPM-GPG-KEY 02ceb5b97aabfbadd0c7884eb3ca05b1 /var/ftp/pub/ALTLinux/4.0/Server/4.0.1/RPM-GPG-KEY это что? баг spt-profiles-server-0.4.8-alt1? -- Artem Zolochevskiy Kaliningrad, Russia JID: az@jabber.org
next prev parent reply other threads:[~2007-07-05 9:34 UTC|newest] Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top 2007-07-03 18:31 Artem Zolochevskiy 2007-07-03 19:03 ` Konstantin A. Lepikhov 2007-07-03 19:49 ` Artem Zolochevskiy 2007-07-03 20:31 ` Konstantin A. Lepikhov 2007-07-03 21:18 ` Artem Zolochevskiy 2007-07-03 21:34 ` Konstantin A. Lepikhov 2007-07-03 21:41 ` Artem Zolochevskiy 2007-07-03 21:38 ` Konstantin A. Lepikhov 2007-07-03 21:48 ` Artem Zolochevskiy 2007-07-03 21:50 ` Konstantin A. Lepikhov 2007-07-03 21:56 ` Artem Zolochevskiy 2007-07-03 21:54 ` Aleksey Novodvorsky 2007-07-04 6:03 ` Eugene Prokopiev 2007-07-04 7:41 ` [sisyphus] " Konstantin A. Lepikhov 2007-07-04 20:51 ` [sisyphus] " Artem Zolochevskiy 2007-07-04 21:59 ` Konstantin A. Lepikhov 2007-07-05 5:53 ` Artem Zolochevskiy 2007-07-05 6:02 ` Artem Zolochevskiy 2007-07-05 8:07 ` Victor Forsyuk 2007-07-05 8:20 ` Michael Shigorin 2007-07-05 9:34 ` Artem Zolochevskiy [this message] 2007-07-05 14:15 ` [sisyphus] " Konstantin A. Lepikhov 2007-07-06 7:57 ` [sisyphus] " Dmitry V. Levin 2007-07-06 8:05 ` Artem Zolochevskiy 2007-07-06 8:15 ` Andrii Dobrovol`s`kii 2007-07-05 8:20 ` Artem Zolochevskiy 2007-07-05 8:53 ` Victor Forsyuk 2007-07-05 9:23 ` Artem Zolochevskiy 2007-07-06 8:19 ` Dmitry V. Levin 2007-07-06 10:03 ` Artem Zolochevskiy 2007-07-06 10:54 ` Dmitry V. Levin 2007-07-07 13:44 ` Aleksey Novodvorsky
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to='f6idqo$j3a$1@sea.gmane.org' \ --to=artem.zolochevskiy@gmail.com \ --cc=sisyphus@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Sisyphus discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \ sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru public-inbox-index sisyphus Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sisyphus AGPL code for this site: git clone https://public-inbox.org/public-inbox.git