[quote=“Tom Elliott, post: 32349, member: 7271”]Does the image you have actually belong to a storage group with a storage node?[/quote]
yeah it does
Posts made by darkxeno
-
RE: Computers keeping gett IPXE could not boot error
-
RE: Computers keeping gett IPXE could not boot error
[quote=“Tom Elliott, post: 32345, member: 7271”]What I mean by virtual host is dealing with web server. Meaning do you access your fog server as:
[url]http://IPHERE/fog/management[/url]
or as
[url]http://IPHERE/management[/url][/quote]
i access it like this [url]http://IPHERE/fog/management[/url]
-
RE: Computers keeping gett IPXE could not boot error
this is what line 132on /var/www/fog/lib/fog/BootMenu.class.php
$this->storage = $StorageNode->get('ip');
-
RE: Computers keeping gett IPXE could not boot error
[Mon Jul 07 13:29:41 2014] [error] [client 10.0.10.160] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/fog/BootMenu.class.php on line 132
thats whats im getting from the logs -
RE: Computers keeping gett IPXE could not boot error
[quote=“Tom Elliott, post: 32342, member: 7271”]What’s your apache error logs show?
Are you doing a virtual host for your fog server?[/quote]
let me look in the logs and no its a physical host that i have for fog -
RE: Computers keeping gett IPXE could not boot error
I get website can not display this page
-
RE: Computers keeping gett IPXE could not boot error
[quote=“Junkhacker, post: 32331, member: 21583”]have you changed the address of the server since you first installed?[/quote]
nope everything is still the same -
RE: Computers keeping gett IPXE could not boot error
that didnt help either tom
-
Computers keeping gett IPXE could not boot error
I have quite a few computers that are now getting a IPXE error when trying to boot to the fogserver the error I am getting is this
“[url]http://fogserver/fog/services/ipxe/boot.php[/url]… input/output error ([url]http://ipxe.org/1d0c6139[/url])
could not boot : input/output error ([url]http://ipxe.org/1d0c6139[/url])”This only happens on some of my computers not all of them. I have tried using different kernels and updating my bios. I can not figure out why this is doing this and how to fix it. everything worked fine when i was still on 1.1.1 but when i updated to 1.1.2 that’s when i started getting issues
-
RE: Fog upgrade 1.1.1 --> 1.1.2 database error
[quote=“Rui Araújo, post: 31804, member: 24515”]Thank you so much! It solved my problem too! :D[/quote]
no problem anything to help -
RE: Fog upgrade 1.1.1 --> 1.1.2 database error
just fixed it I went in to the /var/www/fog/lib/fog/Config.class.php and removed the password from there and it fixed it
-
RE: Fog upgrade 1.1.1 --> 1.1.2 database error
Im have the same issue but updating my setting didnt help me at all
-
Error updating the datanase to 1.1.2
so I’m at the part where i have to go to the web console to upgrade the database it fails out with a lot of errors Its to log for me to paste in here so i copied it to a word document and uploaded it.
[url=“/_imported_xf_attachments/1/1083_fog error.txt?:”]fog error.txt[/url]
-
RE: Question about moving images to another fog server
[quote=“Tom Elliott, post: 28510, member: 7271”]Sure,
You can use rsync or scp, though I think in your particular case, scp will probably work better.
If both “servers” are in the same network this will GREATLY increase the speed at doing this.
From the “main” fog server with the images currently on run:
[code]scp -r /images X.X.X.X:/[/code]This will copy the enter images directory on the “new” server in the same location.
Once the transfer is complete on the “New” server run:
[code]touch /images/{.mntcheck,dev/.mntcheck}
chmod 777 -R /images[/code]You should be complete after this.[/quote]
Sorry to keep asking question but i only need to copy like 4 images how would i just copy those 4 -
RE: Question about moving images to another fog server
[quote=“Tom Elliott, post: 28507, member: 7271”]Also,
What you’re describing is exactly what the Location Plugin was designed for.[/quote]
Oh nice is there a way to just manually transfer some images now? -
Question about moving images to another fog server
I just installed a slave Fog server over at other office across town so they could push images faster then 8 hours going across our WAN link . I only need to move a hand full of my Images over there how can I do this and have the new fog server recognize the images as well.
Also what would be really awesome if there is a way that i can make the 2 fog servers sync with each other so that if a new image is created on ether one it will copy that image over to the other server. this may be a feature request tho.
-
RE: Fog 1.0.1 and Ubuntu 14.04 joining domain problems
also just to put my 2 cents in i found that in Fog 1.0.1 that if you just use your usename and not youdomain\username it works unlink in fog 0.32 i had to use yourdomial\username