Notifications
Clear all

No Login Screen

4 Posts
4 Users
1 Reactions
82 Views
(@iomari)
New Member
Joined: 6 years ago
Posts: 4
Topic starter  

After completing install 25.12.2 using the install script, The login page starts loading then quick jumps to "something went wrong"


   
CarC reacted
Quote
 CarC
(@carloscunha)
Joined: 1 year ago
Posts: 131
 

I did a clean install and the same problem occurred, this has been happening since version 25.9 and it's been nothing but problems ever since...
Where I have version 25.6.1 running, I probably won't ever update or only after months of the new version being problem-free.


   
ReplyQuote
(@djpark)
New Member
Joined: 2 years ago
Posts: 13
 

Indeed I noticed the problem when I upgraded to 25.9.0. At the time my solution was copying back /opt/zextras/admin and /opt/zextras/web directories back from the snapshot (or backup).

However the proper way to solve the problem is to install carbonio-catalog package. Run as root user;

apt install carbonio-catalog

 

 


   
ReplyQuote
mgarbo
(@mgarbo)
Trusted Member
Joined: 11 years ago
Posts: 68
 

Here steps that can help to upgrade properly :

#do NOT stop carbonio with "zmcontrol stop"
#remember to make a backup or snasphot before upgrade

apt update
apt full-upgrade

Answer to following upgrade file request : 
localconfig.xml → N
prometheus.yml → Y
mongoseim.toml → Y

apt autoremove
apt install carbonio-memcached carbonio-catalog
pending-setups -a
reboot

   
ReplyQuote