• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Latest Development FOG

Scheduled Pinned Locked Moved
General
57
652
1.4m
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T
    Tom Elliott
    last edited by Oct 23, 2014, 1:08 PM

    I have reverted the installer in svn for the fogservice.zip file to that of the 1.2.0 release file. This way anybody else that uses the svn to install shouldn’t continue having the problems.

    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott
      last edited by Oct 24, 2014, 10:11 AM

      SVN 2471 released.

      With this release comes nothing in particular but a few edits. Mainly to some of the hooks for example reasons.

      I’ll likely be editing the BootItem.hook.php to give more information as I’ve added the main variables to allow hooking into as well.

      You can’t change the variables before they’re presented, but you can use these variables and edit them for the customization of menu items and the liking.

      Basically what this will allow is you to edit all of the items the boot menu presents from a hook.

      It also fixes an issue where the bandwidth graph was displaying all nodes regardless of if their graph is to be enabled or not.

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

      1 Reply Last reply Reply Quote 0
      • R
        Ray Zuchowski
        last edited by Oct 24, 2014, 1:23 PM

        Tom… since the Fog Client is being rewritten is there going to be a feature built in where the old Fog client will automatically be updated or will we physically have to go around to all the pcs and update to the new version of the client ?

        RZ

        1 Reply Last reply Reply Quote 0
        • J
          Joe Schmitt Senior Developer
          last edited by Oct 24, 2014, 2:09 PM

          The new FOG Service will not have built-in functionality to replace the old one due to the complexity. However, I should be able to create a snapin to do the upgrade processes for you. So all that would need to be done is deploy the Service-Upgrade snapin to all of your hosts.

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

          1 Reply Last reply Reply Quote 0
          • R
            Ray Zuchowski
            last edited by Oct 24, 2014, 3:04 PM

            Alright awesome. Sounds good to me.

            RZ

            1 Reply Last reply Reply Quote 0
            • R
              Ray Zuchowski
              last edited by Oct 24, 2014, 3:05 PM

              Hey I don’t want to sound like a noob here but what is the easiest way for me to update my 1.2 fog to the new trunk version. I want to test UEFI imaging on my Dell Venu 11 tablets. They also use usb to Ethernet so im curious to see how that goes and to provide you guys with feedback.

              RZ

              1 Reply Last reply Reply Quote 0
              • N
                need2 Moderator
                last edited by Oct 24, 2014, 3:11 PM

                [CODE]svn co https://svn.code.sf.net/p/freeghost/code/trunk /some/local/folder[/CODE]

                Then navigate to the folder you specified and run:

                [CODE]sudo /bin/./installfog.sh[/CODE]

                1 Reply Last reply Reply Quote 0
                • B
                  Bill Rice Testers
                  last edited by Oct 24, 2014, 3:22 PM

                  Where can I find snap in’s to use with fog? this is an area I have wanted to utilize but have not had the time to investigate.
                  Thanks
                  Bill

                  1 Reply Last reply Reply Quote 0
                  • R
                    Ray Zuchowski
                    last edited by Oct 24, 2014, 3:57 PM

                    I did that but now I cant update my database. Where can I find config.php ? More then likely MySQL password needs to be entered.

                    RZ

                    1 Reply Last reply Reply Quote 0
                    • R
                      Ray Zuchowski
                      last edited by Oct 24, 2014, 4:01 PM

                      Never mind I found it

                      RZ

                      1 Reply Last reply Reply Quote 0
                      • R
                        Ray Zuchowski
                        last edited by Oct 24, 2014, 4:21 PM

                        So im running the latest 2472 and im trying to image a Dell Venu Pro 11 and im using the an EDI-Max EU-4208 usb to ethernet and not able to load PXE menu of fog. The docking station for it uses same chipset. Im guessing the drivers arent in the kernal. Can you please add it or is there a way i can manually do this. I have 150 of these to image. Bios is UEFI with Secure boot disabled and UEFI Network Stack enabled.

                        RZ

                        1 Reply Last reply Reply Quote 0
                        • R
                          Ray Zuchowski
                          last edited by Oct 24, 2014, 4:23 PM

                          Tried to do an unofficial kernel and this is what i get guys on the update

                          FOGFTP: Failed to rename file. Remote Path: /var/www/fog/service/ipxe/backup/bzImage20141024_162312, Local Path: /var/www/fog/service/ipxe/bzImage, Error: ftp_rename(): Rename failed.

                          RZ

                          1 Reply Last reply Reply Quote 0
                          • W
                            Wolfbane8653 Developer
                            last edited by Oct 24, 2014, 4:26 PM

                            [quote=“Ray Zuchowski, post: 38203, member: 24449”]Hey I don’t want to sound like a noob here but what is the easiest way for me to update my 1.2 fog to the new trunk version. I want to test UEFI imaging on my Dell Venu 11 tablets. They also use usb to Ethernet so im curious to see how that goes and to provide you guys with feedback.[/quote]

                            Actually there is now a new articale in our wiki to show 3 different methods on installing the latest trunk. Give it a look.
                            [url]http://fogproject.org/wiki/index.php/Upgrade_to_trunk[/url]

                            1 Reply Last reply Reply Quote 0
                            • R
                              Ray Zuchowski
                              last edited by Oct 24, 2014, 5:11 PM

                              Thanks Wolfbane .

                              Thanks for fixing the kernel update guys in 2473. I tried the latest published kernals x86 and 64 for those Dell Venus and the latest unofficial as well with no success. If you can please add that into next unofficial kernel release.

                              The actual controller for these and the usb Ethernet adaptor are ASIX AX88772B Chipset. Thanks again. My school district will love you for this if you can add it.

                              Ray Z

                              RZ

                              1 Reply Last reply Reply Quote 0
                              • T
                                Tom Elliott
                                last edited by Oct 24, 2014, 5:37 PM

                                The ASIX AX88772B’s are already built with the kernels.

                                Do you know between which two kernels problems started occurring?

                                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                1 Reply Last reply Reply Quote 0
                                • R
                                  Ray Zuchowski
                                  last edited by Oct 24, 2014, 5:53 PM

                                  It never worked. I could never get these to image. I have been using a beta of clonezilla to get it working and its a nightmare.

                                  Also i just tried doing a multicast and i went to join session added the name of the session to join and it created 2 new UDPCAST sessions. Here is a screen shot.

                                  [url=“/_imported_xf_attachments/1/1451_screenshot.jpg?:”]screenshot.jpg[/url]

                                  RZ

                                  1 Reply Last reply Reply Quote 0
                                  • R
                                    Ray Zuchowski
                                    last edited by Oct 24, 2014, 6:20 PM

                                    An when i say beta i mean Clonezilla Live Cd and having the image on a external hd and doing one at a time. Its not fun. I updated just to the latest unoffical Kernal x86_X64 and it gets a little further it seems. It will say checking media presence on IPV4 then downloading NBP file and then just fails with no error message and boots to C:/ drive. So something isnt right wih it. Running latest bios on it as well. Apprceciate the help and will post bugs as i find them for you guys.

                                    RZ

                                    1 Reply Last reply Reply Quote 0
                                    • J
                                      Junkhacker Developer
                                      last edited by Oct 24, 2014, 6:55 PM

                                      are you willing to try the latest dev build of fog? there are some features built into it that you would probably be interested in

                                      signature:
                                      Junkhacker
                                      We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                                      1 Reply Last reply Reply Quote 0
                                      • R
                                        Ray Zuchowski
                                        last edited by Oct 24, 2014, 7:13 PM

                                        Yeah for sure. Im running right now 2473

                                        RZ

                                        1 Reply Last reply Reply Quote 0
                                        • J
                                          Junkhacker Developer
                                          last edited by Oct 24, 2014, 7:16 PM

                                          ok, tom tells me that if you have the latest fog and add to the host profile the host kernel argument [CODE]has_usb_nic=1[/CODE] that you will get what you need. you will need to unplug the usb nic and plug it back in after the kernel loads in order to ensure it get’s DHCP properly, however.

                                          signature:
                                          Junkhacker
                                          We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 6
                                          • 7
                                          • 8
                                          • 9
                                          • 10
                                          • 32
                                          • 33
                                          • 8 / 33
                                          8 / 33
                                          • First post
                                            158/652
                                            Last post

                                          130

                                          Online

                                          12.2k

                                          Users

                                          17.4k

                                          Topics

                                          155.5k

                                          Posts
                                          Copyright © 2012-2024 FOG Project