I have made a draft pull request same user name - still learning git so not totally sure I’m doing it right
Latest posts made by amjfrankenstein
-
RE: Got Arch/Manjaro install to work
-
RE: Got Arch/Manjaro install to work
Long time sorry
I have the needed changes to the install scripts but vsftpd needs to be installed and enabled/started beforehand - xinetd steals the port and installer will failright now i just simply
yay -S vsftpd
and
systemctl enable --now vsftpd
then run the install.sh after my changes ofc -
RE: Got Arch/Manjaro install to work
it seems xinetd needs to be installed but stopped and disabled for vsftpd to function but i am unsure where to tell it this i run install it fails i disable and stop xinetd restart vsftpd and rerun installer and it works fine
-
Got Arch/Manjaro install to work
Re: Arch/Manjaro install database and web fails
I managed to get it to install finally i was the php8 - had to change all php entries to php7 and the php-fpm to php-fpm7 arch has php 7 in legacy but folder names are different
how can i show changes i made for git? -
RE: Arch/Manjaro install database and web fails
@sebastian-roth with the amount of times i experiment with various things and breaking them getting a fresh install is not an issue plus i have access to a lot of hardware
-
RE: Arch/Manjaro install database and web fails
i had it working once before on arch less than a year ago but many changes on many things are so fast on arch its hard to track down whats holding it up - i currently run 6 fog servers at work and 1 home for playing with i actually had it running on WSL2 that was fun but not at all practical (no systemd) i could try helping with the arch installer i use arch/manj whenever i can but fog is a breaker for me i need it for everything
-
Arch/Manjaro install database and web fails
i have been trying for a while now to get fog running on arch or manjaro master, dev ,working all fail
firstly the installer does not detect i am running as root and i must comment out sudo check in install.sh
the installer otherwise is fine until the open url for database install - the webpage is blank and db not filled with tables
i tried manually adding a backup of another fog db and the installer will finish but i still get no web ui
im guessing it is a php 8.0 issue?
any help is appreciated -
RE: host register without hard drive
ya we have a main machine for imaging but were hoping to have just the inventory pulled for receiving and some devices we get have no drive installed
-
host register without hard drive
as title says we use a 2nd fog server on receiving for pulling hardware info but when we get a system w/o hdd it will fail - can workaround by plugging a usb drive in but is there a way to quick reg with no hard drive present?
-
RE: sub-menus on images page for deploying images?
Apologies for wording - I am a lead tech at a computer refurbishing company and we have literally hundreds of systems we image with Windows 10 with MARS so our list for deployment is several pages long with home pro uefi and legacy images with drivers pre insta!led updated and sysprepped I was hoping to be able to edit the HTML/PHP to allow sub menus/pages but it has been 15+ years since I did web design and my HTML and the like are out of date and rusty
I have thought about trying a more universal image with drivers injection like wds but I am kind of the only one on our team with multi os knowledge and any Microsoft certs
If you could help with a way to clean up the library of images so the more Junior techs will be less confused it would be most helpful