-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Bug Description
I am trying to Install EMF Onprem on the new server but the installation waits on the GITEA for long time and fails.
secret/gitea-tls-certs created
secret/gitea-cred created
secret/argocd-gitea-credential created
secret/app-gitea-credential created
secret/cluster-gitea-credential created
Error: INSTALLATION FAILED: context deadline exceeded
dpkg: error processing package onprem-gitea-installer (--configure):
installed onprem-gitea-installer package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
onprem-gitea-installer
needrestart is being skipped since dpkg has failed
N: Download is performed unsandboxed as root as file '/home/arivu/EMF/Install/installers/onprem-gitea-installer_3.1.3_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
E: Sub-process /usr/bin/dpkg returned an error code (1)
System Setup
Server with Ubuntu 22.04
OS Info:
arivu@arivu-server-002:~/EMF/Install$ cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.5 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.5 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
arivu@arivu-server-002:~/EMF/Install$ uname -a
Linux arivu-server-002 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
System Details:
CPU:
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 46 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 32
On-line CPU(s) list: 0-31
Vendor ID: GenuineIntel
Model name: Intel(R) Core(TM) i9-14900K
CPU family: 6
Model: 183
Thread(s) per core: 2
Core(s) per socket: 24
Memory:
total used free shared buff/cache available
Mem: 78Gi 1.7Gi 65Gi 19Mi 10Gi 75Gi
Swap: 8.0Gi 0B 8.0Gi
Reproducible Steps
Try to install the EMF v3.1.3
Root Cause Analysis
No response