Обновление с 7.04 на 7.10

2007-07-10 Нитка Peregar Anginovich
Скачал gutsy, пытался накатить апдейтом на feisty не хочет=( как решить 
проблему?
1. В репозиторий диск не добавляется sudo apt-cdrom add (iso записан на 
dvd-rw)
2. Пытался маунтить, маунтится но как его добавить в репы не понимаю..
3. На диске есть баш скрипт cdromupgrade такого содержания:
 #!/bin/sh
 #
 # cdromupgrade is a shell script wrapper around the dist-upgrader
 # to make it possible to put it onto the top-level dir of a CD and
 # run it from there
 #
 # Not that useful unfortunately when the CD is mounted noexec.
 #
 # WARNING: make sure to call it with a absolute path!
 #  (e.g. /cdrom/cdromugprade)

 # the codename is AUTO-GENERATED from the build-host relase codename
 CODENAME=feisty
 UPGRADER_DIR=dists/stable/main/dist-upgrader/binary-all/

 cddirname=${0%\/*}
 fullpath=$cddirname/$UPGRADER_DIR

 # extrace the tar to a TMPDIR and run it from there
 if [ ! -f $fullpath/$CODENAME.tar.gz ]; then
 echo Could not find the upgrade application archive, exiting
 exit 1
 fi

 TMPDIR=$(mktemp -d)
 cd $TMPDIR
 tar xzf $fullpath/$CODENAME.tar.gz
 if [ ! -x $TMPDIR/$CODENAME ]; then
 echo Could not find the upgrade application in the archive, exiting
 exit 1
 fi
 $TMPDIR/$CODENAME --cdrom $cddirname
Ни когда, если чесно, не dist-upgrade не делал, видать по этому не могу 
разобратся. Подскажите как решить проблему  =(





-- 
ubuntu-ru mailing list
ubuntu-ru@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru


Re: Обновление с 7.04 на 7.10

2007-07-10 Нитка Антон
В Втр, 10/07/2007 в 10:28 +0300, Peregar Anginovich пишет:
 Скачал gutsy, пытался накатить апдейтом на feisty не хочет=( как решить 
 проблему?
 1. В репозиторий диск не добавляется sudo apt-cdrom add (iso записан на 
 dvd-rw)
 2. Пытался маунтить, маунтится но как его добавить в репы не понимаю..
 3. На диске есть баш скрипт cdromupgrade такого содержания:
  #!/bin/sh
  #
  # cdromupgrade is a shell script wrapper around the dist-upgrader
  # to make it possible to put it onto the top-level dir of a CD and
  # run it from there
  #
  # Not that useful unfortunately when the CD is mounted noexec.
  #
  # WARNING: make sure to call it with a absolute path!
  #  (e.g. /cdrom/cdromugprade)
 
  # the codename is AUTO-GENERATED from the build-host relase codename
  CODENAME=feisty
  UPGRADER_DIR=dists/stable/main/dist-upgrader/binary-all/
 
  cddirname=${0%\/*}
  fullpath=$cddirname/$UPGRADER_DIR
 
  # extrace the tar to a TMPDIR and run it from there
  if [ ! -f $fullpath/$CODENAME.tar.gz ]; then
  echo Could not find the upgrade application archive, exiting
  exit 1
  fi
 
  TMPDIR=$(mktemp -d)
  cd $TMPDIR
  tar xzf $fullpath/$CODENAME.tar.gz
  if [ ! -x $TMPDIR/$CODENAME ]; then
  echo Could not find the upgrade application in the archive, exiting
  exit 1
  fi
  $TMPDIR/$CODENAME --cdrom $cddirname
 Ни когда, если чесно, не dist-upgrade не делал, видать по этому не могу 
 разобратся. Подскажите как решить проблему  =(
 
 
 
 
 

Здравствуйте!

А скажите, пожалуйста, где Вы нашли Ubntu 7.10? Ведь последняя версия
7.04. Вроде как...


-- 
ubuntu-ru mailing list
ubuntu-ru@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru


Re[2]: Обновление с 7.04 на 7.10

2007-07-10 Нитка avator(adm)
Доброго времени суток, Dmitry.

10 июля 2007 г., 19:45:35 я получил сообщение:

 Антон пишет:

 
 Здравствуйте!
 
 А скажите, пожалуйста, где Вы нашли Ubntu 7.10? Ведь последняя версия
 7.04. Вроде как...

 tribe-2 существует... :-)

какие принципиальные отличия? что нового, можно узнать?

-- 
http://adel5.narod.ru
--
XMPlay -- -


-- 
ubuntu-ru mailing list
ubuntu-ru@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru


Re: Re[2]: Обновление с 7.04 на 7.10

2007-07-10 Нитка Dmitry Mityugov
On 7/11/07, avator(adm) [EMAIL PROTECTED] wrote:
 Доброго времени суток, Dmitry.
...
  tribe-2 существует... :-)
 какие принципиальные отличия? что нового, можно узнать?

См. http://www.ubuntu.com/testing/tribe2

-- 
Dmitry Mityugov, St. Petersburg, Russia
I ignore all messages with confidentiality statements

We live less by imagination than despite it - Rockwell Kent, N by E
-- 
ubuntu-ru mailing list
ubuntu-ru@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru