Bug 11807 - Broken ovz-proxy
Summary: Broken ovz-proxy
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: alterator-ovz (show other bugs)
Version: unstable
Hardware: all Linux
: P1 major
Assignee: Konstantin A Lepikhov (L.A. Kostis)
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-18 18:16 MSD by Grigory Batalov
Modified: 2007-06-05 17:07 MSD (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Grigory Batalov 2007-05-18 18:16:29 MSD
После апгрейда alterator-ovz-0.3-alt1 и alterator-fbi-0.9-alt13 до
alterator-ovz-0.4-alt4 и alterator-fbi-0.13-alt1 перестали открываться контейнеры.
При переходе по ссылке
https://192.168.1.1:8080/index.scm/ovz-proxy/test118-spb
пишут

Ошибка
key=misc-error,args=(#f "~A ~S" ("no code for module" (alterator fbi html)) #f)
Comment 1 inger@altlinux.org 2007-05-18 19:13:59 MSD
Моя вина ... точнее тех товарищей которых очень смущало слово FBI ;)

Модули (alterator fbi *) переименовались в (alterator configd *)


Вот то что сейчас в backend2/workflow-ovz-proxy ...
--

--
(use-modules (alterator pipe)

             (alterator http template)
             (alterator http html)

             (alterator fbi html)
             (alterator fbi woo)
             (alterator fbi form)
             (alterator fbi constraints)
             (alterator fbi frontend))

А вот что в рабочем workflow-form
--
(use-modules (alterator http template)
             (alterator http html)

             (alterator configd html)
             (alterator configd woo)
             (alterator configd form)
             (alterator configd constraints)
             (alterator configd frontend))
--

Костя, сделай пожайлуста необходимые исправления ... а то если мы в какой-то
момент обновим branch там посыпется всё что связано с серверным ;))

Comment 2 Konstantin A Lepikhov (L.A. Kostis) 2007-05-30 09:11:16 MSD
Должно быть исправлено в alterator-ovz-0.4-alt5.1
Comment 3 Grigory Batalov 2007-06-05 17:07:13 MSD
Да, теперь всё в порядке.