maas-devel team mailing list archive
-
maas-devel team
-
Mailing list archive
-
Message #00784
Re: Testing SRU/trunk packages in the QA Lab
1. /var/log/maas/oops/ is not writable by the maas user
Weird, I don't see this (upgrade issue?):
ls -lart /var/log/maas/oops/
total 8
drwxrwxr-x 2 maas maas 4096 Nov 19 04:22 .
drwxr-xr-x 4 maas maas 4096 Nov 19 08:24 ..
2. /var/lib/maas/dhcp/ is set to be root-owned by the upstart script,
which means the dhcpd cannot re-write the leases file when it starts up.
Weird, as soon as I fix the apparmor stuff, the dhcplease gets written
ok (upgrade issue again?):
ls -lart /var/lib/maas/dhcp/
total 12
drwxr-xr-x 6 maas maas 4096 Nov 19 08:24 ..
drwxr-xr-x 2 root root 4096 Nov 19 08:24 .
-rw-r--r-- 1 dhcpd dhcpd 1517 Nov 19 08:27 dhcpd.leases
3. The dashboard page does not show the pie chart at all for me, does it
work in the QA lab?
Yep, I see the same problem: the raphaeljs lib (package libjs-raphael)
needs to be backported.
4. I've seen the pserv traceback and then fail to serve anything at all,
however I have a feeling that it went catatonic because of #1 above as
after I fixed the permissions it has not failed since.
Didn't see that.
R.
Follow ups
References