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

I know what's wrong, I just don't know how to fix it!

Scheduled Pinned Locked Moved Solved
FOG Problems
3
30
17.7k
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.
  • J
    Julianh
    last edited by Jun 3, 2015, 10:09 PM

    The problem is now, how do I get the images named correctly and in the images2 directory instead of being named the MAC address and in the /images2/dev directory.

    Thanks

    Julian

    1 Reply Last reply Reply Quote 0
    • W
      Wayne Workman
      last edited by Jun 3, 2015, 10:13 PM

      Well, a simple work around would be something like this:

      [CODE]mv /images2/dev/MacAddressHere /images2/EXACT_Image_Name_You_Chose[/CODE]

      And when I say exact, look at the path in your image definition (in the web UI). Normally, stuff like underscores and whatnot are truncated, the actual file name that it should be will be in the PATH section.

      But, can you verify that when you used FTP to transfer a file, can you verify you were accessing the correct storage node?

      Did you ECHO some text to /images2/dev/text.txt and then try to move that via FTP to /images/text.txt ??

      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!
      Daily Clean Installation Results:
      https://fogtesting.fogproject.us/
      FOG Reporting:
      https://fog-external-reporting-results.fogproject.us/

      1 Reply Last reply Reply Quote 0
      • J
        Julianh
        last edited by Julianh Jun 3, 2015, 4:56 PM Jun 3, 2015, 10:54 PM

        I have to get it working with the front end, although the mv command would work, In the long term I won’t be the only one using this so it needs to work fine, unfortunately.

        Here’s the text from the windows ftp to the fog server,

        ftp> open 10.10.1.5
        Connected to 10.10.1.5.
        220 (vsFTPd 3.0.2)
        User (10.10.1.5:(none)): fog
        331 Please specify the password.
        Password:
        230 Login successful.
        ftp> pdw
        Invalid command.
        ftp> pwd
        257 “/home/fog”
        ftp> cd /images2
        250 Directory successfully changed.
        ftp> put test.txt
        200 PORT command successful. Consider using PASV.
        425 Failed to establish connection.

        I redid this, I noticed that it didn’t transfer the file, but logged in. This suggests file/directory permissions, but my previous post shows what they were set to, are they wrong? Or should the directories be set to root root, rather than fog root?

        Incidentally the machines being imaged have 2 drives in them
        I’m getting desperate, I’ll have to explain to my boss why this isn’t working tomorrow, any suggestions?

        1 Reply Last reply Reply Quote 0
        • W
          Wayne Workman
          last edited by Jun 3, 2015, 11:03 PM

          Dumb question but, your Windows firewall is off, right? Like… totally off? Exceptions for stuff like TFTP don’t really work… I couldn’t get them to work anyways… maybe FTP might be the same… best to turn it off.

          Also,

          Can you try to use FTP from the FOG server itself? If it works, then that is a valuable troubleshooting piece.

          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!
          Daily Clean Installation Results:
          https://fogtesting.fogproject.us/
          FOG Reporting:
          https://fog-external-reporting-results.fogproject.us/

          C 1 Reply Last reply Jun 4, 2015, 3:24 PM Reply Quote 0
          • J
            Julianh
            last edited by Jun 3, 2015, 11:11 PM

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • J
              Julianh
              last edited by Jun 3, 2015, 11:12 PM

              image.jpg

              1 Reply Last reply Reply Quote 0
              • J
                Julianh
                last edited by Jun 3, 2015, 11:13 PM

                image.jpg

                1 Reply Last reply Reply Quote 0
                • J
                  Julianh
                  last edited by Jun 3, 2015, 11:13 PM

                  Here are some screen shots of the storage node and image details, any suggestions?

                  1 Reply Last reply Reply Quote 0
                  • W
                    Wayne Workman
                    last edited by Jun 4, 2015, 2:39 PM

                    Any updates?

                    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!
                    Daily Clean Installation Results:
                    https://fogtesting.fogproject.us/
                    FOG Reporting:
                    https://fog-external-reporting-results.fogproject.us/

                    1 Reply Last reply Reply Quote 0
                    • C
                      ch3i Moderator @Wayne Workman
                      last edited by Jun 4, 2015, 3:24 PM

                      @Julianh
                      Thank you for your screenshots, but can you test that Wayne-Workman ask for ?

                      @Wayne-Workman said:

                      Can you try to use FTP from the FOG server itself? If it works, then that is a valuable troubleshooting piece.

                      1 Reply Last reply Reply Quote 0
                      • J
                        Julianh
                        last edited by Jun 4, 2015, 8:47 PM

                        I don’t have a ftp server to test it with, so I used ftp.kernel.org, being a public site, I couldn’t actually finish the upload,

                        220 Welcome to kernel.org
                        Name (ftp.kernel.org:image): anonymous
                        331 Please specify the password.
                        Password:
                        230 Login successful.
                        Remote system type is UNIX.
                        Using binary mode to transfer files.
                        ftp> put /tmp/test.txt
                        local: /tmp/test.txt remote: /tmp/test.txt
                        200 PORT command successful. Consider using PASV.
                        550 Permission denied.

                        But this is as far as I got.

                        Is there any other test you’d like me to perform?

                        Thanks

                        Julian

                        1 Reply Last reply Reply Quote 0
                        • W
                          Wayne Workman
                          last edited by Jun 4, 2015, 10:02 PM

                          @Julianh

                          You have an FTP server. Your FOG server is an FTP server.

                          On your FOG server, if you go to Terminal, you should be able to use FTP from there, and test moving files, uploading files, etc.

                          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!
                          Daily Clean Installation Results:
                          https://fogtesting.fogproject.us/
                          FOG Reporting:
                          https://fog-external-reporting-results.fogproject.us/

                          1 Reply Last reply Reply Quote 0
                          • J
                            Julianh
                            last edited by Jun 4, 2015, 10:49 PM

                            Tom kindly fixed it for me, I’m very grateful. I want to document it properly in case anyone else has the problem, which I’ll do tomorrow, its 23:45 here and after a week of trying to get it to work I need some beauty sleep!!

                            Thank you all for your help, it’s much appreciated, sleep well.

                            Yours

                            Julian

                            1 Reply Last reply Reply Quote 1
                            • J
                              Julianh
                              last edited by Jun 5, 2015, 10:09 PM

                              The problem was that the master node check box wasn’t selected. As it was a new storage node, it needed selecting.

                              Thank you all for your help. It’s much appreciated.

                              Julian

                              1 Reply Last reply Reply Quote 1
                              • 1
                              • 2
                              • 2 / 2
                              2 / 2
                              • First post
                                26/30
                                Last post

                              205

                              Online

                              12.1k

                              Users

                              17.3k

                              Topics

                              155.3k

                              Posts
                              Copyright © 2012-2024 FOG Project