Testing SnipeIT on Fedora
-
I have successfully modified SnipeIT's installer to work on Fedora.
I would like someone else to test this please.
Start from Fedora 26 minimal, and log in as root.
dnf -y install wget firewall-cmd --zone=public --add-port=http/tcp --permanent firewall-cmd --reload wget https://raw.githubusercontent.com/sorvani/snipe-it/master/snipeit.sh chmod 744 snipeit.sh ./snipeit.sh 2>&1 | tee -a /var/log/snipeit-install.log
-
I can tomorrow. Downloading Fedora now, but leaving for poker.
-
Installing Fedora 26 Minimal now.
-
Works for me!
-
Works for me too.
-
Thanks.
Pull request submitted. -
Never used SnipeIT. I’ll try it tonight if I finish my other task in time.
-
Trying to install it now.
I'm curious, am I right in assuming the Fedora 26 ISO from https://getfedora.org/en/server/download/ installed without selecting any extra options via installation = "minimal" install? I know with CentOS there is an ISO specific for a minimum install.
-
@eddiejennings said in Testing SnipeIT on Fedora:
Trying to install it now.
I'm curious, am I right in assuming the Fedora 26 ISO from https://getfedora.org/en/server/download/ installed without selecting any extra options via installation = "minimal" install? I know with CentOS there is an ISO specific for a minimum install.
Both DVD and netinstall install Fedora Server Edition by default.
-
@black3dynamite said in Testing SnipeIT on Fedora:
@eddiejennings said in Testing SnipeIT on Fedora:
Trying to install it now.
I'm curious, am I right in assuming the Fedora 26 ISO from https://getfedora.org/en/server/download/ installed without selecting any extra options via installation = "minimal" install? I know with CentOS there is an ISO specific for a minimum install.
Both DVD and netinstall install Fedora Server Edition by default.
True, but are they "minimal" installs of the server edition, like CentOS? https://www.centos.org/download/
-
@eddiejennings said in Testing SnipeIT on Fedora:
@black3dynamite said in Testing SnipeIT on Fedora:
@eddiejennings said in Testing SnipeIT on Fedora:
Trying to install it now.
I'm curious, am I right in assuming the Fedora 26 ISO from https://getfedora.org/en/server/download/ installed without selecting any extra options via installation = "minimal" install? I know with CentOS there is an ISO specific for a minimum install.
Both DVD and netinstall install Fedora Server Edition by default.
True, but are they "minimal" installs of the server edition, like CentOS? https://www.centos.org/download/
No.
-
@eddiejennings This is how you install minimal
https://mangolassi.it/topic/13498/how-to-install-fedora-25-minimal/
-
@jaredbusch said in Testing SnipeIT on Fedora:
@eddiejennings This is how you install minimal
https://mangolassi.it/topic/13498/how-to-install-fedora-25-minimal/
The software selection options are quite different for the Fedora 26 installer I'm using (such as no mention of a Minimal Install), but it seems that choosing the Fedora Custom Operating System with no addons achieves "minimal."
My SnipeIT install failed the first time. About to try it again with the aforementioned minimal.
-
@eddiejennings said in Testing SnipeIT on Fedora:
@jaredbusch said in Testing SnipeIT on Fedora:
@eddiejennings This is how you install minimal
https://mangolassi.it/topic/13498/how-to-install-fedora-25-minimal/
The software selection options are quite different for the Fedora 26 installer I'm using (such as no mention of a Minimal Install), but it seems that choosing the Fedora Custom Operating System with no addons achieves "minimal."
My SnipeIT install failed the first time. About to try it again with the aforementioned minimal.
You must have started form the DVD install and not the netinstall media.
-
@jaredbusch said in Testing SnipeIT on Fedora:
@eddiejennings said in Testing SnipeIT on Fedora:
@jaredbusch said in Testing SnipeIT on Fedora:
@eddiejennings This is how you install minimal
https://mangolassi.it/topic/13498/how-to-install-fedora-25-minimal/
The software selection options are quite different for the Fedora 26 installer I'm using (such as no mention of a Minimal Install), but it seems that choosing the Fedora Custom Operating System with no addons achieves "minimal."
My SnipeIT install failed the first time. About to try it again with the aforementioned minimal.
You must have started form the DVD install and not the netinstall media.
I did. I ought to have followed my hunch that said netinstall media = minimal.
-
@eddiejennings said in Testing SnipeIT on Fedora:
@jaredbusch said in Testing SnipeIT on Fedora:
@eddiejennings said in Testing SnipeIT on Fedora:
@jaredbusch said in Testing SnipeIT on Fedora:
@eddiejennings This is how you install minimal
https://mangolassi.it/topic/13498/how-to-install-fedora-25-minimal/
The software selection options are quite different for the Fedora 26 installer I'm using (such as no mention of a Minimal Install), but it seems that choosing the Fedora Custom Operating System with no addons achieves "minimal."
My SnipeIT install failed the first time. About to try it again with the aforementioned minimal.
You must have started form the DVD install and not the netinstall media.
I did. I ought to have followed my hunch that said netinstall media = minimal.
Netinstall = less than minimal. It has to download all the packages.
-
@eddiejennings Fedora Custom Operating System and Minimal installs the same amount of packages. The only difference I noticed is the kernel version.
-
@jaredbusch said in Testing SnipeIT on Fedora:
@eddiejennings said in Testing SnipeIT on Fedora:
@jaredbusch said in Testing SnipeIT on Fedora:
@eddiejennings said in Testing SnipeIT on Fedora:
@jaredbusch said in Testing SnipeIT on Fedora:
@eddiejennings This is how you install minimal
https://mangolassi.it/topic/13498/how-to-install-fedora-25-minimal/
The software selection options are quite different for the Fedora 26 installer I'm using (such as no mention of a Minimal Install), but it seems that choosing the Fedora Custom Operating System with no addons achieves "minimal."
My SnipeIT install failed the first time. About to try it again with the aforementioned minimal.
You must have started form the DVD install and not the netinstall media.
I did. I ought to have followed my hunch that said netinstall media = minimal.
Netinstall = less than minimal. It has to download all the packages.
/sigh Attention-to-detail fail. I just reread your minimal install of Fedora 25 thread again and somehow missed the first sentence
I'll give it (and SnipeIT) a go tomorrow after work and concert.
-
Works for me!
-
Made a new pull request to their dev branch and it is already merged in.
So next time they push to master it will officially support Fedora.