1.6 Issues/Reporting
-
The error in console when I try to search is:
/fog/fog/unisearch/fog/5:1 Failed to load resource: the server responded with a status of 403 (Forbidden)
edit: only happens for top left search
I was searching for ‘fog’
One thing I noticed is the request url has /5 tacked on at the end, not sure if that’s intentional or not though.
-
I’ve just tried to upload image, it seems working but at the end image stayed in folder “dev/macadress” and task is still running.
I don’t see error message.And error with hostname changer and AD joining :
unknown user name or bad password, code = 1326
(of course no change since 1.5 and it worked like a charm before)
And if I tried to modify FOG_AD_DEFAULT_PASSWORD, it stays in plain text, it’s not encrypted… -
Hi,
I grabbed the working-1.6 branch and am running it through Ubuntu16.04 on Windows as a test environment for the team’s newest releases! I must say the UI looks amazing!
The issue I noticed tinkering with the new UI is that on the “Pending MACs” page (under the hosts dropdown menu on the side nav), when I attempted to select all and delete the entries it doesn’t reflect changes after postback.
After navigating away and back or just refreshing it reflects changes but shows the values for Hostname as null.
These might just be orphaned records that are causing issues but regardless, here is the last 5 lines in apache2 error.log after trying to delete the entries that had their hostname changed to null:
[Tue Jul 10 12:51:10.799229 2018] [php7:warn] [pid 600] [client 169.254.98.2:37676] PHP Warning: ftp_close() expects parameter 1 to be resource, null given in /var/www/fog/lib/fog/fogftp.class.php on line 115, referer: http://169.254.98.2:8080/fog/management/index.php?node=host&sub=pendingMacs [Tue Jul 10 12:51:14.147645 2018] [php7:warn] [pid 600] [client 169.254.98.2:37676] PHP Warning: ftp_close() expects parameter 1 to be resource, null given in /var/www/fog/lib/fog/fogftp.class.php on line 115, referer: http://169.254.98.2:8080/fog/management/index.php?node=host&sub=pendingMacs [Tue Jul 10 12:51:15.069292 2018] [php7:warn] [pid 600] [client 169.254.98.2:37676] PHP Warning: ftp_close() expects parameter 1 to be resource, null given in /var/www/fog/lib/fog/fogftp.class.php on line 115, referer: http://169.254.98.2:8080/fog/management/index.php?node=host&sub=pendingMacs [Tue Jul 10 12:51:16.442140 2018] [php7:warn] [pid 600] [client 169.254.98.2:37676] PHP Warning: ftp_close() expects parameter 1 to be resource, null given in /var/www/fog/lib/fog/fogftp.class.php on line 115, referer: http://169.254.98.2:8080/fog/management/index.php?node=host&sub=pendingMacs [Tue Jul 10 12:51:17.333016 2018] [php7:warn] [pid 600] [client 169.254.98.2:37676] PHP Warning: ftp_close() expects parameter 1 to be resource, null given in /var/www/fog/lib/fog/fogftp.class.php on line 115, referer: http://169.254.98.2:8080/fog/management/index.php?node=host&sub=pendingMacs
Another interesting line amidst all the other warning lines is:
[Tue Jul 10 12:48:19.594482 2018] [php7:warn] [pid 552] [client 169.254.98.2:37584] PHP Warning: gethostbyname(): Host name is too long, the limit is 255 characters in /var/www/fog/lib/fog/fogbase.class.php on line 2159, referer: http://169.254.98.2:8080/fog/management/index.php?node=host&sub=pendingMacs
-
Nope, orphaned or not it still spits out those PHP:warns in the error.log.
I cleaned the hostMAC table where there were no hostID in hosts that existed for a hmHostID which resolved the listings of null for Host Name but then I tried deleting again and no changes were made via “Select All -> Delete Selected”.
-
@tom-elliott Ok my problem with AD joining is solved, but still problem at the end of capture task : image stays in /dev folder and task could not complete on web interface, here is a capture of the problem
-
@tom-elliott Another problem : I tried to create new snapin, and it returns this error :
If I tried to update existing snapin it returns green valid message but snapin file is not updated…
-
just reporting in problems i encountered testing 1.6
registered new host, created new image, tried to upload image of host to the newly created image:
image uploaded, but repeatedly failed to update database that it had finished.
while looking at the error, i realized that invalid parameters were sent to the computer, as well
the newly created image had a compression value set to 0 and the compression type was not assigned. i could not update these values on the image’s profile page. nor could i import a image list with corrected values.I don’t have time to troubleshoot further right now, but I am interested if anyone can reproduce similar problems (or i just messed up my setup somehow).
-
@junkhacker et al.
Please don’t think I’ve gone anywhere. I’m dealing with my own things and been busy trying to catch myself back up. I’m still around and still wanting to work on these things, just been too busy to respond and put a lot of effort into it lately. Sorry.
@Matthieu-Jacquart I’m aware there may be issues with uploading files. They should work, but this might be semi related to the max filesize. (If the filesize is too large for your server too accept, it clears out all POST information.) Can you please check the php.ini file for the post_max_size and upload_max_filesize elements of your /etc/php.ini (if redhat), otherwise it should be in /etc/php/7.X/fpm/php.ini
(The X is the version of php you’re running. If you’re using php 5, then change /etc/php/7.x to /etc/php5 or /etc/php/5.6 as/where approapriate)
-
@junkhacker Interesting because I created a Windows 10 image 1803 build and uploaded fine. Registered hosts which are Dell 9020’s and have imaged fine so far. I have not ventured into getting storage nodes and what not setup yet since we are in the middle of projects but i plan on setting up some dummy nodes and observing the replication logs. I assume they will be fine. So far the only thing I notice are little cosmetic items like words and scaling in the web UI are not as important as functionality. So far I’m very impressed. Thank you @Tom-Elliott for working on this.
-
@dahrell The problem you’re describing was due to an oversight when we created the JS deleteSelected method.
Essentially, the ID’s of those mac addresses (can be seen in the GUI via right click->inspect, row_id is the id of the hostMAC table reference.)
It was removing the hosts with those same ID’s (rather than the host mac. Sorry about that.) I found the issue and made corrections for this so this item should work properly now.
Thanks for letting me know and sorry for any trouble that caused.
-
@jgallo There’s a few bugs here and there, but we really did put a lot of effort into making it much more User Friendly. So thank you for the kind words. Any issues you’re noticing, please feel free to let me know and I’ll try to fix them.
-
@tom-elliott No worries, just trying to contribute Thanks for the response! Hope things are working out for you.
-
I love the look and feel of the new interface. I can tell you and the group have put in a ton of effort in creating 1.6. Thank you!
One small thing I just noticed is the icon on the browser tab needs to be updated. Ha! I liked having the FOG icon to get to in my many open tabs. Small!
The next thing I noticed was when you open Groups/Associations/Hosts, it displays All hosts. It would be great if it showed just the hosts associated with the group with the option to display hosts that are not associated with the group. (like 1.5 did.)
I’ll put it to the test!
Again thanks!!
Cheers!
-
@joe-gill I could change the group host by sorting by the association field. The idea here for all things is to kind of be “less” is more of that makes sense. I’ll work to sort first by associated.
-
I agree. Less is more here. I like the idea of sort by associated first. That would certainly work.
Have you tested Multicast? I am testing that now. I get Attempted to check in failed.
Thanks!
-
@joe-gill We need more tabs!!!
-
@joe-gill what’s the error you’re seeing in apache?
-
/var/log/apache2/error.log?
What I am seeing is this… Yet I have tasks listed in tasks…
-
Found the issue through a remote session.
The problem was I forgot to add MULTICAST tasks to the Deploy grouping. Once added, hosts started checking in and even started imaging YAY!.
Found another issue in regards to the unisearch and non https. Hopefully this is all corrected for now too.
Associated items are also now sorted in a “Associated, Name” method as opposed to just “Name” as it was before.
-
One other feature that would be nice is when you check / un-check hosts from certain things, for instance groups, that it would recognize that as selecting the item. Right now you have to highlight the whole thing to select it.
Thanks!