Page 2 of 2

Re: Notice about update vesta to 16.

Posted: Wed Jun 29, 2016 2:47 pm
by skurudo
dpeca wrote:Tnx mate, I forgot to submit bug there, thank you for doing that instead me :)
(or thanks to Pavel :)
No worries, community should work so ;-)

Re: Notice about update vesta to 16.

Posted: Wed Jun 29, 2016 3:17 pm
by dpeca

Code: Select all

v-list-user-log [user] json
... does not return TIME field... but duplicate DATE field...

Code: Select all

{
    "1": {
        "CMD": "added system user admin",
        "UNDO": "",
        "DATE": "2016-05-21",
        "DATE": "2016-05-21"
    },
    "2": {
        "CMD": "changed admin shell to bash",
        "UNDO": "",
        "DATE": "2016-05-21",
        "DATE": "2016-05-21"
    },
This is new bug, in version 16.

Reported - https://bugs.vestacp.com/issues/268

p.s. I also noticed (probably old bug), when you change SPF record to main host, it will log that, but it will log quotas (because SPF record has quotas), and ater that v-list-user-log is generating corrupted JSON, in admin interface you get empty log list :)

Re: Notice about update vesta to 16.

Posted: Thu Jun 30, 2016 12:30 pm
by dpeca
Uh oh... web servers will fail to restart if you try to add new web alias...
New vhost block in apache2.conf and ngingx.conf (for domain) does not contain IP, and it will breaks nginx and apache2, they will not restart...

Reported - https://bugs.vestacp.com/issues/275

Re: Notice about update vesta to 16.

Posted: Thu Jun 30, 2016 2:24 pm
by dpeca
dpeca wrote:Uh oh... web servers will fail to restart if you try to add new web alias...
OK, I just found that Serghey pathed it yesterdey - https://github.com/serghey-rodin/vesta/ ... d387c58b86

Re: Notice about update vesta to 16.

Posted: Tue Jul 19, 2016 2:57 pm
by skurudo
dpeca wrote:OK, I just found that Serghey pathed it yesterdey - https://github.com/serghey-rodin/vesta/ ... d387c58b86
Thanks for report.
Closed.