Debian estável (Jessie)
Eu tenho alguns contêineres - em um contêiner há postgresql. Eu quero começar primeiro (espero que minha configuração faça isso).
Após a reinicialização, todos os contêineres são iniciados, mas não consigo fazer login em poucos deles (o ssh não inicia, nem console nenhum). Então eu tenho que lxc-stop -n base; lxc-start -n base -d.
Depois disso, eu posso fazer o login, mas o postgresql está parado. Mas o log diz que ele foi parado pela reinicialização, não pelo lxc-stop (ou o lxc-stop não afeta os logs)
Como descobrir porque não foi iniciado corretamente após a reinicialização
Eu gostaria de mostrar o log, mas é em polonês (como alterá-lo para o inglês)?
2016-03-06 09:43:53 CET [825-1] postgres@postgres KATASTROFALNY: system bazy danych uruchamia się
2016-03-06 09:43:54 CET [831-1] postgres@postgres KATASTROFALNY: system bazy danych uruchamia się
2016-03-06 09:43:54 CET [837-1] postgres@postgres KATASTROFALNY: system bazy danych uruchamia się
2016-03-06 09:43:54 CET [595-1] DZIENNIK: odebrano żądanie inteligentnego zamknięcia
2016-03-06 09:44:15 CET [737-2] DZIENNIK: system bazy danych nie został poprawnie zamknięty; trwa automatyczne odzyskiwanie
2016-03-06 09:44:17 CET [737-3] DZIENNIK: record with zero length at 0/A1B44AB8
2016-03-06 09:44:17 CET [737-4] DZIENNIK: ponowienie nie jest wymagane
2016-03-06 09:44:18 CET [737-5] DZIENNIK: MultiXact member wraparound protections are now enabled
2016-03-06 09:44:18 CET [951-1] DZIENNIK: zamykanie
2016-03-06 09:44:19 CET [951-2] DZIENNIK: system bazy danych jest zamknięty
lxcconfig:
#Autostart
lxc.start.auto = 1
lxc.start.delay = 0
lxc.start.order = 1000
lxc.group = onboot
lxc.rootfs = /var/lib/lxc/base/rootfs
lxc.tty = 4
lxc.pts = 1024
lxc.arch = amd64
lxc.utsname = base
lxc.cap.drop = sys_module mac_admin mac_override sys_time
lxc.autodev = 1
lxc.kmsg = 0
(...)
Tags debian postgresql lxc