Posts by hubertes

    Already there, not "such" a newbie :D

    Quote


    _ssh, adm, audio, cdrom, dialout, games, gpio, i2c, input, mynickname, netdev, plugdev, render, root, spi, sudo, users, video


    Edit :

    Code
    sudo su


    🤯


    still can't edit files through mynicname on sftp via filezilla like on my old Rpi2, it's a little bit a pain.
    tried the sftp plugin though

    Hi,


    I went to Rpi4, since 32 bits is have no support anymore.


    Everything went fine even if I had some problem with compose (I was on a portainer on rpi2). I was able to retrieve my transmssion files and almots my plex :)


    I followed guides from omvextras (thanks again for your job !)


    Here is one problem

    Code
    sudo cat /etc/shadow | grep '^[^:]*:[^\*!]'

    I'm stucked with users in OMv and permission on my SD Card (the data are on an external hard drive)

    it seems that I have 3 users for ssh : mynickname, admin (does not show up in omv, i's the webgui one ) and appuser (the one for the docker compose part).

    I can't open config.xml (it's a root owner), and can't use su on mynickname ssh. (I ghave the root enable on ssh in OMV)


    Same on some files on my harddrive created by the docker parts.


    ssh_config

    Thanks !


    Edit : here some authentication logs


    Code
    dpkg -l | grep openm
    ii  openmediavault                       6.9.16-1                           all          openmediavault - The open network attached storage solution
    ii  openmediavault-compose               6.11.3                             all          OpenMediaVault compose plugin
    ii  openmediavault-fail2ban              6.0.3                              all          OpenMediaVault Fail2ban plugin
    ii  openmediavault-flashmemory           6.2                                all          folder2ram plugin for openmediavault
    ii  openmediavault-keyring               1.0.2-2                            all          GnuPG archive keys of the openmediavault archive
    ii  openmediavault-omvextrasorg          6.3.6                              all          OMV-Extras.org Package Repositories for OpenMediaVault
    ii  openmediavault-resetperms            6.0.3                              all          Reset Permissions
    ii  openmediavault-sharerootfs           6.0.3-1                            all          openmediavault share root filesystem plugin
    Code
    dpkg -l | grep docker
    ii  docker-buildx-plugin                 0.17.1-1~debian.11~bullseye        armhf        Docker Buildx cli plugin.
    ii  docker-ce-cli                        5:27.3.1-1~debian.11~bullseye      armhf        Docker CLI: the open-source application container engine
    ii  docker-compose-plugin                2.29.7-1~debian.11~bullseye        armhf        Docker Compose (V2) plugin for the Docker CLI.
    ii  python3-docker                       4.1.0-1.2                          all          Python 3 wrapper to access docker.io's control socket
    Code
    sudo grep -r security /etc/apt/*
    /etc/apt/sources.list.d/openmediavault-os-security.list:deb [signed-by=/usr/share/keyrings/debian-archive-bullseye-security-automatic.gpg] http://security.debian.org/debian-security bullseye-security main contrib non-free
    /etc/apt/sources.list.d/openmediavault-os-security.list:deb-src [signed-by=/usr/share/keyrings/debian-archive-bullseye-security-automatic.gpg] http://security.debian.org/debian-security bullseye-security main contrib non-free

    I think it's impossible since the bullseye has no 32 bits raspbian package


    But can I run a docker with no compose ?


    I manage to install docker, now I have ot run it with an image where all my portainer image were (I think it's in var/lib by default)

    thanks for yours answers :)


    Same output


    and

    Code
    pi@raspberrypi:~ $ dpkg -l | grep docker
    ii docker-buildx-plugin 0.17.1-1~debian.11~bullseye armhf Docker Buildx cli plugin.
    ii docker-ce-cli 5:27.3.1-1~debian.11~bullseye armhf Docker CLI: the open-source application container engine
    ii docker-compose-plugin 2.29.7-1~debian.11~bullseye armhf Docker Compose (V2) plugin for the Docker CLI.
    ii python3-docker 4.1.0-1.2 all Python 3 wrapper to access docker.io's control socket

    If it's erroring on the security repo, you can try to disable it temporary but this is a safety risk, so do it at your own risk.

    Search ALL the .list files under /etc/apt and comment the line/s where it show the http://security.debian.org/debian-security bullseye-security


    After, run and post the output of:

    sudo omv-upgrade

    Here the sources.list, no security


    Code
    deb http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi
    # Uncomment line below then 'apt-get update' to enable 'apt-get source'
    # deb-src http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi

    I'll buy a new one since 32 bits is dead since so many years.

    Just want to have this docker ruuning and portainer so I can backup the files.


    I upgraded through omv update


    last updateshould be in mai or june I think, I assure you it ca'nt be started (is it possible to start it the old way ?)


    Code
    docker service can't start through compose
    
    
    pi@raspberrypi:~ $ systemctl status docker
    Unit docker.service could not be found.
    pi@raspberrypi:~ $ docker ps -a
    Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
    pi@raspberrypi:~ $ 


    Here when I try to add through compose (> 10 0000 caracters)


    sorry || , to hurry (but same error as always ? )

    Just adding

    Code
    --allow-insecure-repositories to see it it works