Skip to content

Oxicloud Error while instalingΒ #16216

Description

@user-name-pc

βœ… Have you read and understood the above guidelines?

yes

πŸ”Ž Did you run the script with verbose mode enabled?

Yes, verbose mode was enabled and the output is included below

πŸ“œ What is the name of the script you are using?

OxiCloud

πŸ“‚ What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/oxicloud.sh)"

βš™οΈ What settings are you using?

  • Default Settings
  • Advanced Settings

πŸ–₯️ Which Linux distribution are you using?

Debian 13

🧱 Is this Proxmox host running arm64?

No

πŸ“ˆ Which Proxmox version are you on?

pve-manager/9.1.19/076d7c3c108f0346 (running kernel: 7.0.2-6-pve)

πŸ“ Provide a clear and concise description of the issue.

I use this script before, then I los admin password so I choose to delete Container and start from scrach.
When using script I Use advanced mode and configure Like I alsways do, but when " Building OxiCloud (Patience) " display message with long wait after Its stoped with Error massage.

πŸ”„ Steps to reproduce the issue.

Paste script to PVE console and choose eather advanced or default mode. and wait for outcome

❌ Paste the full error output (if available).

From Terminal

oxicloud-107-9fa3ba06.log

βœ–οΈ in line 41: exit code 101 (APT: Configuration error (bad sources.list, malformed config)): while executing command cargo build --release -j 2 --bin oxicloud --bin migrate-nfc-filenames

--- Last 20 lines of log ---
|
126 | FileDto {
| ^^^^^^^ missing is_favorite and is_shared

error[E0063]: missing fields is_favorite and is_shared in initializer of FolderDto
--> src/interfaces/api/handlers/folder_handler.rs:674:19
|
674 | let dto = FolderDto {
| ^^^^^^^^^ missing is_favorite and is_shared

error[E0063]: missing fields is_favorite and is_shared in initializer of FileDto
--> src/interfaces/api/handlers/folder_handler.rs:698:19
|
698 | let dto = FileDto {
| ^^^^^^^ missing is_favorite and is_shared

For more information about this error, try rustc --explain E0063.
warning: oxicloud@0.8.7: OxiCloud built with git hash: unknown and branch: unknown
error: could not compile oxicloud (lib) due to 6 previous errors
[2026-08-02 10:34:34] [ERROR] in line 41: exit code 101 (APT: Configuration error (bad sources.list, malformed config)): while executing command cargo build --release -j 2 --bin oxicloud --bin migrate-nfc-filenames

βœ–οΈ Installation failed in container 107 (exit code: 101)
πŸ“‹ Installation log: /tmp/oxicloud-107-9fa3ba06.log

Error: APT: Configuration error (bad sources.list, malformed config)

What would you like to do?

  1. Remove container and exit
  2. Keep container for debugging
  3. Retry with verbose mode (full rebuild)
  4. Repair APT/DPKG state and re-run install (in-place)

Select option [1-4] (default: 1, auto-remove in 60s): 3
/dev/fd/63: line 5500: read: read error: 0: Input/output error

βœ–οΈ Could not read your response (stdin error) - keeping container 107 for safety.
βœ–οΈ Remove it manually if not needed: pct destroy 107

πŸ–ΌοΈ Additional context (optional).

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions