Failed to fetch Rep...
 
Notifications
Clear all

Failed to fetch Repo

5 Posts
2 Users
0 Reactions
92 Views
(@respoz)
Joined: 6 years ago
Posts: 7
Topic starter  

Hi Carbonio Friends!!!!

Today i tray to install a new carbonio. But i start to recibe this message with execute the .sh for carbonio repo.

# apt update
Obj:1  http://apt.postgresql.org/pub/repos/apt  jammy-pgdg InRelease
Obj:2  http://archive.ubuntu.com/ubuntu  jammy InRelease
Reading package lists... Done
E: Method https has died unexpectedly!
E: Sub-process https received signal 4.

First i think this maybe a error from mi VM. For that i try the same steps in the AWS VM and i recibe this error:

Hit:1  http://sa-east-1.ec2.archive.ubuntu.com/ubuntu  noble InRelease
Hit:2  http://sa-east-1.ec2.archive.ubuntu.com/ubuntu  noble-updates InRelease
Hit:3  http://sa-east-1.ec2.archive.ubuntu.com/ubuntu  noble-backports InRelease
Hit:4  http://security.ubuntu.com/ubuntu  noble-security InRelease
Hit:5  http://apt.postgresql.org/pub/repos/apt  noble-pgdg InRelease
Err:6  https://repo.zextras.io/release/ubuntu  noble InRelease
403 Forbidden [IP: 3.163.10.5 443]
Reading package lists...
E: Failed to fetch  https://repo.zextras.io/release/ubuntu/dists/noble/InRelease  403 Forbidden [IP: 3.163.10.5 443]
E: The repository 'https://repo.zextras.io/release/ubuntu noble InRelease' is not signed.
Carbonio Repositories has been successufilly installed
root@ip-172-31-12-198:/home/ubuntu#

 

But i cant continue....

What i do wrong??

Thnks

P.D.: Now i try again... and recibe this:

# apt update
Hit:1  http://sa-east-1.ec2.archive.ubuntu.com/ubuntu  noble InRelease
Hit:2  http://sa-east-1.ec2.archive.ubuntu.com/ubuntu  noble-updates InRelease                                                  
Hit:3  http://sa-east-1.ec2.archive.ubuntu.com/ubuntu  noble-backports InRelease                                                
Hit:4  http://security.ubuntu.com/ubuntu  noble-security InRelease                                                              
Hit:5  http://apt.postgresql.org/pub/repos/apt  noble-pgdg InRelease                               
Err:6  https://repo.zextras.io/release/ubuntu  noble InRelease
  403  Forbidden [IP: 3.163.10.69 443]
Reading package lists... Done
E: Failed to fetch  https://repo.zextras.io/release/ubuntu/dists/noble/InRelease   403  Forbidden [IP: 3.163.10.69 443]
E: The repository 'https://repo.zextras.io/release/ubuntu noble InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
This topic was modified 1 month ago 2 times by respoz

   
Quote
(@sharif)
Admin
Joined: 2 years ago
Posts: 563
 

@respoz

Hi,

From the log it appears like, you are trying to install Carbonio CE on Ubuntu 24.04LTS (Noble Numbat). Right now Carbonio CE does not support Ubuntu 24.04LTS. To check supported OS list, check out this section of official documentation:

https://docs.zextras.com/carbonio-ce/html/install/requirements.html#software-requirements-for-a-node

Regards,

Sharif


   
ReplyQuote
(@respoz)
Joined: 6 years ago
Posts: 7
Topic starter  

Hi Shariful!!! Thnks for answer..

I try to install Carbonio on Ubuntu 22.04, unless... in the sudo update && sudo upgrade must to upgrade to 24.04. (i dont think soo)

I use this iso : ubuntu-22.04.2-live-server-amd64.iso

I hope you can help me with this.


   
ReplyQuote
(@respoz)
Joined: 6 years ago
Posts: 7
Topic starter  

UPDATE!!!

I reinstall fully SO and.... same result 😰 

root@xxxxx:/home/xxxxxx# wget  https://repo.zextras.io/inst_repo_ubuntu.sh 
--2024-08-14 16:52:21--   https://repo.zextras.io/inst_repo_ubuntu.sh 
Resolving repo.zextras.io (repo.zextras.io)... 3.162.221.119, 3.162.221.110, 3.162.221.40, ...
Connecting to repo.zextras.io (repo.zextras.io)|3.162.221.119|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 965 [text/x-sh]
Saving to: ‘inst_repo_ubuntu.sh’

inst_repo_ubuntu.sh                        100%[========================================================================================>]     965  --.-KB/s    in 0s      

2024-08-14 16:52:21 (22.2 MB/s) - ‘inst_repo_ubuntu.sh’ saved [965/965]

root@xxxxxx:/home/xxxxxx# chmod +x inst_repo_ubuntu.sh 
root@xxxxx:/home/xxxxxx# ./inst_repo_ubuntu.sh 
/etc/apt/sources.list.d/zextras.list does not exist, it will be added to the list of repositories.
--2024-08-14 16:53:01--   https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x5dc7680bc4378c471a7fa80f52fd40243e584a21 
Resolving keyserver.ubuntu.com (keyserver.ubuntu.com)... 185.125.188.27, 185.125.188.26, 2620:2d:4000:1007::70c, ...
Connecting to keyserver.ubuntu.com (keyserver.ubuntu.com)|185.125.188.27|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/pgp-keys]
Saving to: ‘STDOUT’

-                                              [ <=>                                                                                     ]   8.39K  --.-KB/s    in 0.001s  

2024-08-14 16:53:02 (14.8 MB/s) - written to stdout [8590]

Hit:1  http://archive.ubuntu.com/ubuntu  jammy InRelease
Hit:2  http://security.ubuntu.com/ubuntu  jammy-security InRelease
Hit:3  http://apt.postgresql.org/pub/repos/apt  jammy-pgdg InRelease
Hit:4  http://archive.ubuntu.com/ubuntu  jammy-updates InRelease
Hit:5  http://archive.ubuntu.com/ubuntu  jammy-backports InRelease
Reading package lists...
E: Method https has died unexpectedly!
E: Sub-process https received signal 4.
Carbonio Repositories has been successufilly installed

root@xxxxxx:/home/xxxxxx# lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 22.04.4 LTS
Release:	22.04
Codename:	jammy
root@xxxxx:/home/xxxxx# 

   
ReplyQuote
(@sharif)
Admin
Joined: 2 years ago
Posts: 563
 

@respoz 

Hi,

This time I can see the repo has been installed successfully. Could you please tell me what issue you are facing now? Maybe with some logs.

 

Posted by: @respoz

Carbonio Repositories has been successufilly installed

 

Regards,

Sharif


   
ReplyQuote