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

Setting up and building UDPCast...Failed!

Scheduled Pinned Locked Moved
FOG Problems
10
93
67.5k
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.
  • U
    Ubuntu_newby
    last edited by Feb 11, 2014, 9:03 PM

    Ok.

    In the FTP shell, I can cd to /tftpboot/pxelinux.cfg
    mkdir test, failed in the FTP shell.

    –

    Gr, Jos

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott
      last edited by Feb 11, 2014, 9:12 PM

      So that tells me that FTP is not working. From the main console can you chmod -R 777 /tftpboot and try creating task again?

      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
      • U
        Ubuntu_newby
        last edited by Feb 12, 2014, 8:14 AM

        [quote=“Tom Elliott, post: 22871, member: 7271”]So that tells me that FTP is not working. From the main console can you chmod -R 777 /tftpboot and try creating task again?[/quote]

        Still the same:
        Unable to start task
        Unable to upload file.

        After “chmod -R 777 /tftpboot”

        In the FTP-shell it is possible to make a dir in /tftpboot but not in pxelinus.cfg

        –

        Gr, Jos

        1 Reply Last reply Reply Quote 0
        • T
          Tom Elliott
          last edited by Feb 12, 2014, 12:04 PM

          Can you give a couple of outputs here:

          From the terminal type:
          [code]ls -lh /tftpboot[/code]

          Then give the output here. It should look something along the lines of:
          [code]drwxr-xr-x 1 fog root 25 Nov 28 10:16 /tftpboot[/code]

          Then cd into the /tftpboot and run
          [code]ls -lh[/code]
          Print the results here.

          It should look something like:
          [code]total 174K
          -rw-r–r-- 1 fog root 828 Jul 30 2013 boot.txt
          drwxr-xr-x 6 fog root 4.0K Nov 30 08:17 fog
          -rw-r–r-- 1 fog root 17K Feb 11 19:08 pxelinux.0
          drwxr-xr-x 2 fog root 4.0K Feb 11 22:22 pxelinux.cfg
          drwxr-xr-x 3 fog root 4.0K Jul 30 2013 tftpboot
          -rw-r–r-- 1 fog root 145K Feb 11 19:08 vesamenu.c32[/code]

          I just need to see if there’s a sticky bit set and verify the permissions.

          If you truely did perform the:
          [code]chmod -R 777 /tftpboot
          chown -R fog:root /tftpboot[/code]

          All items should have permissions similar to: {d or -}rwxrwxrwx with owner of fog and group owner of root.

          This definitely is a permissions issue, but if you did perform the commands we’ve suggested, there shouldn’t be any permissions issues, unless there’s an immutable flag on the folders or somebody’s changed the umask settings.

          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
          • U
            Ubuntu_newby
            last edited by Feb 12, 2014, 4:16 PM

            Here is my output again after
            chmod -R 777 /tftpboot
            chown -R fog:root /tftpboot

            jos@leeuwerik:~$ ls -lh /tftpboot
            totaal 216K
            -rwxrwxrwx 1 fog root 828 feb 10 21:04 boot.txt
            drwxrwxrwx 5 fog root 4,0K feb 5 22:49 fog
            -rwxrwxrwx 1 fog root 25K feb 10 21:04 memdisk
            -rwxrwxrwx 1 fog root 17K feb 10 21:04 pxelinux.0
            drwxrwxrwx 3 fog root 4,0K feb 11 20:32 pxelinux.cfg
            drwxrwxrwx 2 fog root 4,0K feb 11 22:24 test
            drwxrwxrwx 2 fog root 4,0K feb 5 22:49 tftpboot
            -rwxrwxrwx 1 fog root 145K feb 10 21:04 vesamenu.c32
            jos@leeuwerik:~$ cd /tftpboot
            jos@leeuwerik:/tftpboot$ ls -lh
            totaal 216K
            -rwxrwxrwx 1 fog root 828 feb 10 21:04 boot.txt
            drwxrwxrwx 5 fog root 4,0K feb 5 22:49 fog
            -rwxrwxrwx 1 fog root 25K feb 10 21:04 memdisk
            -rwxrwxrwx 1 fog root 17K feb 10 21:04 pxelinux.0
            drwxrwxrwx 3 fog root 4,0K feb 11 20:32 pxelinux.cfg
            drwxrwxrwx 2 fog root 4,0K feb 11 22:24 test
            drwxrwxrwx 2 fog root 4,0K feb 5 22:49 tftpboot
            -rwxrwxrwx 1 fog root 145K feb 10 21:04 vesamenu.c32

            FOG says again:
            Unable to start task
            Unable to upload file.

            –

            Gr, Jos

            1 Reply Last reply Reply Quote 0
            • T
              Tom Elliott
              last edited by Feb 12, 2014, 5:38 PM

              Have a look at this site for understanding:
              [url]http://chemdroid.net/en/ubuntu/23-vsftpd-500-oops-priv-sock-get-cmd[/url]

              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
              • U
                Ubuntu_newby
                last edited by Feb 12, 2014, 6:06 PM

                Thanks again. But my troubles are not over yet!

                Windows 7 PXE doesn’t receive a bootfile, when booting.

                –

                Gr, Jos

                1 Reply Last reply Reply Quote 0
                • U
                  Ubuntu_newby
                  last edited by Feb 12, 2014, 7:23 PM

                  It looks like it’s working on a another Windows 7 client! PXE boots up with FOG image solution!

                  Before it was runing I have connected a Windows 2012 server for DHCP in the network.

                  –

                  Gr, Jos

                  1 Reply Last reply Reply Quote 0
                  • U
                    Ubuntu_newby
                    last edited by Feb 12, 2014, 8:36 PM

                    The PXEboot on the Windows 7 client went well…until…this:

                    [URL=‘http://http://www.noordlaarderbos.nl/linux/fog-upload-error1.jpg’]www.noordlaarderbos.nl/linux/fog-upload-error1.jpg[/URL]

                    Maybe a new challenge for Tom?

                    –

                    Gr, Jos

                    1 Reply Last reply Reply Quote 0
                    • J
                      Jaymes Driver Developer
                      last edited by Feb 13, 2014, 1:06 PM

                      Your link is missing a colon my friend

                      [url]http://www.noordlaarderbos.nl/linux/fog-upload-error1.jpg[/url]

                      try

                      [code]
                      service portmap restart
                      service nfs-kernel-server restart
                      [/code]

                      WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

                      1 Reply Last reply Reply Quote 0
                      • U
                        Ubuntu_newby
                        last edited by Feb 13, 2014, 2:53 PM

                        [quote=“Jaymes Driver, post: 22955, member: 3582”]Your link is missing a colon my friend

                        [url]http://www.noordlaarderbos.nl/linux/fog-upload-error1.jpg[/url]

                        [/quote]

                        That’s a bug in this forum.

                        [quote]

                        try

                        [code]
                        service portmap restart
                        service nfs-kernel-server restart
                        [/code][/quote]

                        I had allready tried that and even rebooted the Ubuntu machine, but I didn’t help.

                        –

                        Gr, Jos

                        1 Reply Last reply Reply Quote 0
                        • U
                          Ubuntu_newby
                          last edited by Feb 13, 2014, 2:57 PM

                          My Ubuntu uses rpcbind instead of portmap by the way.

                          But this didn’t help also:

                          [code]
                          service rpdbind restart
                          service nfs-kernel-server restart
                          [/code]

                          –

                          Gr, Jos

                          1 Reply Last reply Reply Quote 0
                          • J
                            Jaymes Driver Developer
                            last edited by Feb 13, 2014, 4:18 PM

                            Sorry I had forgotten that tid bit of information, let me beat my head against the wall a little longer and see what I can come up with.

                            WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

                            1 Reply Last reply Reply Quote 0
                            • J
                              Jaymes Driver Developer
                              last edited by Feb 13, 2014, 6:50 PM

                              try removing your .mntcheck files and recreating them

                              /images/.mntcheck
                              /images/dev/.mntcheck

                              edit your /etc/expotrs to look like this
                              [code]
                              /images *(ro,async,no_wdelay,insecure_locks,no_root_squash,insecure)
                              /images/dev *(rw,async,no_wdelay,no_root_squash,insecure)
                              [/code]

                              ALSO, if you are using the FOG server to store your images (Not a NAS or another server, or save space or something HAS TO BE STORED IN THE /images folder on the Ubuntu box) then try isolating the network with a basic router. Set up a network between the host and the server only and try to image.

                              WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

                              1 Reply Last reply Reply Quote 0
                              • U
                                Ubuntu_newby
                                last edited by Feb 16, 2014, 8:35 AM

                                [quote=“Jaymes Driver, post: 22991, member: 3582”]try removing your .mntcheck files and recreating them

                                /images/.mntcheck
                                /images/dev/.mntcheck

                                [/quote]

                                Done!

                                [quote}
                                edit your /etc/expotrs to look like this
                                [code]
                                /images *(ro,async,no_wdelay,insecure_locks,no_root_squash,insecure)
                                /images/dev *(rw,async,no_wdelay,no_root_squash,insecure)
                                [/code]

                                [/quote]

                                Done! Only change this line from:

                                /images/dev *(rw,sync,no_wdelay,no_root_squash,insecure)

                                to:

                                /images/dev *(rw,async,no_wdelay,no_root_squash,insecure)

                                [quote]

                                ALSO, if you are using the FOG server to store your images (Not a NAS or another server, or save space or something HAS TO BE STORED IN THE /images folder on the Ubuntu box) then try isolating the network with a basic router. Set up a network between the host and the server only and try to image.[/quote]

                                [/quote]

                                It was allready set to be stored in the /image folder, so no changes there.

                                As expected I had to connect a Windows 2012 server for the DHCP-options 66 & 67. With the basic router the Windows 7 client didn’t get the right DHCP-data.

                                I honestly did not had confident that it should be successful now, but at this time I see the blue screen "save partition to image file’.

                                So I’m very glad, it is working, at last! 🙂

                                Now you are talking about a NAS-server. Is it possible to store the images on a seperate NAS-server (a QNAP f.i.)?

                                –

                                Gr, Jos

                                1 Reply Last reply Reply Quote 0
                                • J
                                  Jaymes Driver Developer
                                  last edited by Feb 17, 2014, 1:36 PM

                                  Hey if it’s working leave it alone. I was going to have you isolate the network to rule out problems with your network communication or things blocking traffic.

                                  Yes it is possible to use a NAS store.

                                  WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

                                  1 Reply Last reply Reply Quote 0
                                  • U
                                    Ubuntu_newby
                                    last edited by Feb 18, 2014, 5:41 PM

                                    Ok, I’ll leave it alone. Thank you and Tom for all the help!

                                    –

                                    Gr, Jos

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      Tom Elliott
                                      last edited by Feb 18, 2014, 5:44 PM

                                      You’re welcome.

                                      All is working then I presume?

                                      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
                                      • U
                                        Ubuntu_newby
                                        last edited by Feb 19, 2014, 8:07 AM

                                        [quote=“Tom Elliott, post: 23193, member: 7271”]You’re welcome.

                                        All is working then I presume?[/quote]

                                        I have succesfull created an image of a Windows 7 machine. I have not tried to deploy the image back to the Windows 7 machine, but I assume that this is going to work, otherwise I let it know. 🙂

                                        –

                                        Gr, Jos

                                        1 Reply Last reply Reply Quote 0
                                        • 1
                                        • 2
                                        • 3
                                        • 4
                                        • 5
                                        • 5 / 5
                                        5 / 5
                                        • First post
                                          84/93
                                          Last post

                                        250

                                        Online

                                        12.0k

                                        Users

                                        17.3k

                                        Topics

                                        155.2k

                                        Posts
                                        Copyright © 2012-2024 FOG Project