This is what I got
Posts made by TaTa
-
RE: LDAP Plugin
@george1421 I set it to no but still can’t login. How do I check Apache error log?
-
LDAP Plugin
Server
- FOG Version: 1.3.3 SVN Revision 6061
- OS: Ubuntu 14.04.6 LTS
Client
- Service Version:
- OS: Windows 7
Description
I’ve been pulling my hair trying to get LDAP plug in to work but unable to. I’ve followed suggestions from @iyoung post and this post. ##### Server
- FOG Version:
- OS:
Client
- Service Version:
- OS:
Description
Server
- FOG Version: 1.3.3 SVN Revision 6061
- OS: Ubuntu 14.04.6 LTS
Client
- Service Version:
- OS: Windows 7
Description
I’ve been pulling my hair trying to get LDAP plug in to work but unable to. I’ve followed suggestions from @iyoung post and this post. I’ve tried it on my test and production servers but got no luck. I re-installed LDAP as instructed here but it didn’t help. Attached is the screenshot of my LDAP settings. I’ve confirmed with our AD admin that these settings are correct.
Does DN has to be a full path?
Does Bind Password need to be ecrypted using FOGCrypt?
When I tried to login using AD account from fog website:
domainname\DomainuserID - No error. The login page just refreshes.
DomainUserID - I get a “invalid login” error.What am I doing wrong? Does anyone have a thorough tutorial on how to get LDAP authentication to work?
Thank you very much in advanced and apologize for the duplicate post.
-
RE: SVN 3877 No boot file name received
@jamesb Like Wayne Workman said, if you are using dnsmasq you need to recreate a link to your undionly.kkpxe files as undionly.0.
-
RE: Unable to locate /tftpboot/pxelinux.cfg/default on fedora install to change IP address/dns etc
i think the easiest way is to change the IP in /opt/fog/.fogsettings and rerun your installation?
-
RE: FOG not PXE boot anymore
sorry for my 2nd and 3rd questions.
and option 66 is your FOG server IP?
Have you temporarily tried to disable firewall or iptables? -
RE: FOG not PXE boot anymore
@ch3i said:
@Hunter-Bonner said:
@ch3i Sorry I do not know what you mean. I’m a total n00b to FOG.
To boot your clients on PXE, you need :
- An IP >> it’s OK
- A DHCP option that specified the TFTP server (option 66) : the ip of the server >> NOK
- A DHCP option that specified the boot file (option 67) : pxelinux.0 >> NOK
I’m curious. Did you set option 67 to pxelinux.0 or undionly.kxpe?
-
RE: Another Slow Upload and Download Speed Thread
Thanks Wayne. You nailed it.
It used to change to 9 by default if you don’t touch compression rate but on svn 3291 it says at 0 if you don’t change it. Should 0 be faster when uploading? maybe compress algorithm has been changed since svn 25xx. I get over 1GB on 1, 400MB on 9 and 700MB on 0 for uploading. Selecting 1 through 9, download speed is back to normal. I updated to svn 3330 which addressed this and some other issues. Thank you.
-
RE: Another Slow Upload and Download Speed Thread
Hello Polii123,
Did you figure it out? I have the same problem. After upgraded from SVN 25xx to 3291, uploading/download speed become so slow. I used to get about 1GB upload and 1.4GB download but right now upload and download cap out at 700MB.
thanks
-
RE: Boot menu
if you are looking for Advanced Boot Menu, it is located on iPXE Boot Menu in FOG Configuration page in your FOG website.
-
RE: Multicast tasks not creating properly
FOGMulticastManager does not start correct on server reboot (at least for me on svn 2756 or some previous svn numbers). I have to remember to stop/then start the service every time I restart my server. I’d love to to get a permanent solution for this.
[CODE]sudo service FOGMulticastManager stop
sudo service FOGMulticastManager start[/CODE](sudo service FOGMulticastManager restart will not do it).
-
RE: Workstation fails to boot when Fog Server is installed on a Virtual Machine
Have you tried to change fog menu exiting style?
Go to Web GUI —> FOG Configuration ----> iPXE Boot Menu —> [FONT=Ubuntu][COLOR=#000000]Exit to Hard Drive Type[/COLOR][/FONT]
-
RE: Fog 1.1.0 multicast sits at "Starting to restore image (-) to device (/dev/sda1)
This works for me on svn 2765 as suggested by Tom but this is not permanent. Multicast always breaks when the server restarted and clients stuck at “Starting to restore image screen…” Does anyone know how to make it permanent? Thank you.
[QUOTE]sudo service FOGMulticastManager stop && sleep 30 && sudo service FOGMulticastManager start[/QUOTE] -
RE: Storage Node (1.2.0) - Unable to change Management Password?
clean cache or use another browser.
-
RE: Fog 1.2 and Imaging to SSD
Happened to me on all Samsung SSDs.
Try to format the drive first from a Windows box. -
RE: Default.ipxe....No such file or directory
By the way, we added the FOG server IP to the core swith as an IP helper. Do we need to added it to the floor switch as well?
Thanks.
-
RE: Want to try DNSMASQ. What files do I need to edit to change the DHCP/DNS address after initial setup
This was what i did.
go to /opt/fog and open .fogsettings. Change option routers ip to x.x.x.x and domain-name-servers x.x.x.x
then rerun the setup.
I believe you can also delete that file and return the setup.
-
RE: Default.ipxe....No such file or directory
According to the test fog server log, the clients did look for default.ipxe file on the same server as it did for undionly.kpxe but I don’t think it did the one that i’m setting up.
Is there a way we can force it to look for the same sever?
Thank you! -
RE: Default.ipxe....No such file or directory
Hello Tom,
Thank you very much for the reply.
I do have /tftpbot/default.ipxe (generated when I installed FOG). The IP in default.ipxe is pointing to my FOG server. I’ve copy all files from /tftpboot to /var/lib/tftp and /var/lib/tftpboot but no go.
My /etc/default/tftpd-hpa is pointing to /tftpboot; same as in /etc/dnsmasq.d/ltsp.confWhere else should I look for?
Thank you.