Bug 20472 - Не отрабатывает инит скрипт xendomains
Summary: Не отрабатывает инит скрипт xendomains
Status: CLOSED WORKSFORME
Alias: None
Product: Sisyphus
Classification: Development
Component: xen (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Dmitriy Shadrinov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-17 01:31 MSD by nwtour
Modified: 2010-10-19 20:01 MSD (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nwtour 2009-06-17 01:31:28 MSD
/etc/init.d/xendomains stop не отрабатывает
проверил - это происходит при обновлении bash с 3.1 до 3.2
нашел строки которые не работают:

parseln()
...
if [[ "$1" =~ "\(domain" ]]; then
        name=;id=
else if [[ "$1" =~ "\(name" ]]; then
        name=$(echo $1 | sed -e 's/^.*(name \(.*\))$/\1/')
else if [[ "$1" =~ "\(domid" ]]; then
        echo "domid found"
        id=$(echo $1 | sed -e 's/^.*(domid \(.*\))$/\1/')
fi; fi; fi

эти регекспы не работают и домены так и висят включенными.
Comment 1 Vitaly Kuznetsov 2010-10-19 20:01:25 MSD
В настоящий момент скрипт xendomains отрабатывает. По крайней мере у меня. Если у вас всё ещё не отрабатывает - переоткройте багу.