Actually looking closer, that wouldn't be the case, apt was trying to hit a bullseye server, which is what OMV 6 is based on...
You can verify you have debian 11 installed with (case sensitive)
Actually looking closer, that wouldn't be the case, apt was trying to hit a bullseye server, which is what OMV 6 is based on...
You can verify you have debian 11 installed with (case sensitive)
I don't think that is possible. but you're clearly not online.
How exactly did you install?
Using the link the gdref gave
installed Debain then ran
apt-get install --yes gnupg
wget -O "/etc/apt/trusted.gpg.d/openmediavault-archive-keyring.asc" https://packages.openmediavault.org/public/archive.key
apt-key add "/etc/apt/trusted.gpg.d/openmediavault-archive-keyring.asc"
then
cat <<EOF >> /etc/apt/sources.list.d/openmediavault.list
deb https://packages.openmediavault.org/public shaitan main
# deb https://downloads.sourceforge.net/project/openmediavault/packages shaitan main
## Uncomment the following line to add software from the proposed repository.
# deb https://packages.openmediavault.org/public shaitan-proposed main
# deb https://downloads.sourceforge.net/project/openmediavault/packages shaitan-proposed main
## This software is not part of OpenMediaVault, but is offered by third-party
## developers as a service to OpenMediaVault users.
# deb https://packages.openmediavault.org/public shaitan partner
# deb https://downloads.sourceforge.net/project/openmediavault/packages shaitan partner
EOF
Display More
then finally
export LANG=C.UTF-8
export DEBIAN_FRONTEND=noninteractive
export APT_LISTCHANGES_FRONTEND=none
apt-get update
apt-get --yes --auto-remove --show-upgraded \
--allow-downgrades --allow-change-held-packages \
--no-install-recommends \
--option DPkg::Options::="--force-confdef" \
--option DPkg::Options::="--force-confold" \
install openmediavault-keyring openmediavault
omv-confdbadm populate
Display More
Using the link the gdref gave
installed Debain then ran
Codeapt-get install --yes gnupg wget -O "/etc/apt/trusted.gpg.d/openmediavault-archive-keyring.asc" https://packages.openmediavault.org/public/archive.key apt-key add "/etc/apt/trusted.gpg.d/openmediavault-archive-keyring.asc"
then
CodeDisplay Morecat <<EOF >> /etc/apt/sources.list.d/openmediavault.list deb https://packages.openmediavault.org/public shaitan main # deb https://downloads.sourceforge.net/project/openmediavault/packages shaitan main ## Uncomment the following line to add software from the proposed repository. # deb https://packages.openmediavault.org/public shaitan-proposed main # deb https://downloads.sourceforge.net/project/openmediavault/packages shaitan-proposed main ## This software is not part of OpenMediaVault, but is offered by third-party ## developers as a service to OpenMediaVault users. # deb https://packages.openmediavault.org/public shaitan partner # deb https://downloads.sourceforge.net/project/openmediavault/packages shaitan partner EOF
then finally
CodeDisplay Moreexport LANG=C.UTF-8 export DEBIAN_FRONTEND=noninteractive export APT_LISTCHANGES_FRONTEND=none apt-get update apt-get --yes --auto-remove --show-upgraded \ --allow-downgrades --allow-change-held-packages \ --no-install-recommends \ --option DPkg::Options::="--force-confdef" \ --option DPkg::Options::="--force-confold" \ install openmediavault-keyring openmediavault omv-confdbadm populate
Probably should have just used the omv-extras install script.. I prefer it to the official installer, and it installs omv-extras for you, which pretty much everyone is going to install anyway
Beyond that however...
omv-firstaid and reconfigure your network device. Note your IP might change when it does this.
Probably should have just used the omv-extras install script.. I prefer it to the official installer, and it installs omv-extras for you, which pretty much everyone is going to install anyway
Beyond that however...
omv-firstaid and reconfigure your network device. Note your IP might change when it does this.
Do you have a link to the omv-extra install script?
Hazaa that worked
but for some weird reason if i set a static IP it goes offline. not sure what i am entering wrong???
But also just ran and update check using the magnifying glass , packages show up but when i install them i get this
If you give me a link to the omv-extras install script i am happy to save us both a head ache and just reinstall OMV6 from scratch
Display MoreDo you have a link to the omv-extra install script?
Hazaa that worked
but for some weird reason if i set a static IP it goes offline. not sure what i am entering wrong???
But also just ran and update check using the magnifying glass , packages show up but when i install them i get this
If you give me a link to the omv-extras install script i am happy to save us both a head ache and just reinstall OMV6 from scratch
You don't need to reinstal... you can run the install script even on a running OMV install.. it will just download omv-extras and add any repositories it needs... but it's design is to be used on a minimal debian install..
https://github.com/OpenMediaVa…-Developers/installScript
As for your static IP problem.. only thing I can figure is you're not adding your DNS servers.
You don't need to reinstal... you can run the install script even on a running OMV install.. it will just download omv-extras and add any repositories it needs... but it's design is to be used on a minimal debian install..
https://github.com/OpenMediaVa…-Developers/installScript
As for your static IP problem.. only thing I can figure is you're not adding your DNS servers.
I thought it would easier just to do a fresh install, are these the correct steps though
Did you installed sudo && wget?
That is the idiots guide. OMV does not install sudo by default.
apt install sudo
Let it finish then run the command again.
Also, if you're not a sudo user (which you probably aren't since sudo isn't installed).. you need to be root.
Or run as root start [omv-extras.org]:
Did you installed sudo && wget?
That's a good point to... I think wget is installed y default though isn't it?
If not, apt install wget
Again though, you need to be root to run that command if your user is not in the sudo group, which again if you didn't have sudo installed, he's not.
Display MoreThat is the idiots guide. OMV does not install sudo by default.
apt install sudo
Let it finish then run the command again.
Also, if you're not a sudo user (which you probably aren't since sudo isn't installed).. you need to be root.
Think i need more coffee, yeah i figured that out from last install i did, omv-extras is installing now
Yes, sometimes kernel updates may take a minute.
you can try apt dist-upgrade and see if it pulls it (I think it should).. if it doesn't don't worry about it, it will eventually
To update the kernel packages, use on the CLI omv-upgrade
KM0201 its pulling now, thank you
Last question of the day that KVM package you created awhile a go that will work on here wont it?
That wasn't me, that was ryecoaaron but yes, I'm assuming it does. I believe there is a plugin for it.
You don't need to reinstal... you can run the install script even on a running OMV install.. it will just download omv-extras and add any repositories it needs... but it's design is to be used on a minimal debian install..
https://github.com/OpenMediaVa…-Developers/installScript
As for your static IP problem.. only thing I can figure is you're not adding your DNS servers.
Really i want to thank you for this, probably the 5th time i have had to reinstall OMV (should leave it alone) and this post always saves me a lot of hassle
Really i want to thank you for this, probably the 5th time i have had to reinstall OMV (should leave it alone) and this post always saves me a lot of hassle
Thank ryecoaaron , he's the one who made it so easy. I always use the install script over Debian, mainly because I always have a Debian netinstall ISO downloaded as I run it in VM's quite a bit... so since I always have the netinstall ISO laying around, it's just easier to use it vs downloading the OMV ISO.
You end up at the same place, just take a different path
Thank ryecoaaron , he's the one who made it so easy. I always use the install script over Debian, mainly because I always have a Debian netinstall ISO downloaded as I run it in VM's quite a bit... so since I always have the netinstall ISO laying around, it's just easier to use it vs downloading the OMV ISO.
You end up at the same place, just take a different path
Yeah, i was looking at the Technodad YT video and he used the OMV ISO and i was thinking should i use it or not but then i thought nope just stick to the one i know
Don’t have an account yet? Register yourself now and be a part of our community!