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

    HP compaq Elite 8300

    Scheduled Pinned Locked Moved
    Hardware Compatibility
    5
    46
    20.9k
    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
      Timikana
      last edited by

      hi, j’ai juste installer linux avec une partition ext4 pour pouvoir faire un fichier d’échange “file.swap” donc pas de partition d’échange…

      Problème il n’y a pas d’upload possible c’est-à-dire qu’il fait la tache en 2 seconde car il ne l’envoie pas…
      (Multi Partition - Single Disk ) + Linux (50) (j’ai même du utilisé la commande FSCK pour réparer le disque quand j’était en ext3 car il ne voulais pas l’envoyer.)

      (je suis sur FOG r974) je n’est pas installer de kernel. dans 2 semaine j’utilise le recours de la commande DD.

      toujours aucun problème avec windows 🙂

      1 Reply Last reply Reply Quote 0
      • T
        Timikana
        last edited by

        I try :
        DD if =/dev/sda of=/windowsubuntu BS=4096 conv=noerror,notrunc

        Error
        DD :writing … No space left on device
        1+0 records in
        0+0 records out

        1 Reply Last reply Reply Quote 0
        • Tom ElliottT
          Tom Elliott
          last edited by

          Timikana,

          Don’t forget to mount your nfs to the host and place the file there. The loaded file of the init.gz file is only around 40 Megabytes, and I imagine the disk you’re attempting to clone has a lot larger size.

          Maybe try:
          [code]mkdir /tmp/nfsshare
          mount -t nfs <IP.OF.FOG.SERVER>:/images/dev /tmp/nfsshare
          dd if=/dev/sda of=/tmp/nfsshare/windowsubuntu bs=4096 conv=noerror,notrunc[/code]

          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
            Timikana
            last edited by

            i can’t mount the NFS. 😞 Help me plz!
            With the mod Debug Upload
            [URL=http://www.dump-it.fr/img20131107171100jpg/1f5ced78a0c3a629b19459975ef38f3b.jpg.html][IMG]http://www.dump-it.fr/upload/images/miniatures/1f5ced78a0c3a629b19459975ef38f3b.jpg[/IMG][/URL]

            With the mod upload
            [URL=‘http://www.dump-it.fr/img20131107165644jpg/708d396be3f82074d2039495d2fd2df1.jpg.html’][IMG]http://www.dump-it.fr/upload/images/miniatures/708d396be3f82074d2039495d2fd2df1.jpg[/IMG][/URL]

            1 Reply Last reply Reply Quote 0
            • Tom ElliottT
              Tom Elliott
              last edited by

              Try this command for mounting the nfs: (I don’t know if it will work but we can always try.)
              [code]mount -t nfs -o proto=tcp,port=2049 <IP.OF.FOG.SERVER>:/tmp/nfsshare[/code]

              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
                Timikana
                last edited by

                ok i try tomorrow
                Heu Is it possible that there is a conflict between samba server ?

                1 Reply Last reply Reply Quote 0
                • T
                  Timikana
                  last edited by

                  “Connections refused”

                  1 Reply Last reply Reply Quote 0
                  • T
                    Timikana
                    last edited by

                    Hi,
                    i add in /etc/exports

                    /images 172.30.105.,(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)
                    /images/dev 172.30.105.,(rw,sync,no_wdelay,no_root_squash,insecure)

                    and restart nfs-kernel-server

                    now i have
                    -permission denied
                    -bad file descriptor…
                    … error Connection refused is clear

                    if i use the fog task DD … dd copy the works …
                    But how when he tells us “4546654.01 record in and out record” is made
                    Complete for the task? I should restart? but it will restart and repeat the task?

                    1 Reply Last reply Reply Quote 0
                    • Tom ElliottT
                      Tom Elliott
                      last edited by

                      When you create a task on fog, it creates a PXE boot file in /tftpboot/pxelinux.cfg/01-<SYSTEM MAC>.

                      After a task is complete, the system uses FTP to delete the task from that folder. It sounds like FTP is not deleting this task, so anytime that system reboots, it loads the configuration. I’d check that your FTP username and Password are correct. This is done on the server with the username fog.

                      I’d set the password for the fog user on the server. Something along the lines of:

                      [code]sudo passwd fog[/code]

                      It’ll ask for the new password to be entered, then a confirmation. If all is successful, you’ll see a message that tells you that it succeeded.

                      Then you’ll have to set the FTP passwords for the FOG server to actually use them. This is done in two places both on the Web GUI.

                      First place is located in: Storage Management-><The storage node>->Username Management and Password Management
                      Second place is located in: Other/FOG Configuration->FOG Settings->FOG_TFTP_FTP_USERNAME and FOG_TFTP_FTP_PASSWORD

                      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
                        Timikana
                        last edited by

                        So if I understand well, I do “sudo …” and then redefined the passwords in:

                        "Storage Management-> <The storage node> -> Management Username and Password Management
                        Other / FOG Settings-> FOG Settings-> FOG_TFTP_FTP_USERNAME and FOG_TFTP_FTP_PASSWORD "

                        restart my task.
                        but if that does not work, I can do it by hand? with “mv”?
                        for example:
                        My images HPWindows7Ubuntu1310

                        and there currently in
                        [CODE]images/dev/PC_MAC/Images_MAC_PC.000[/CODE]

                        I can move through
                        [CODE]sudo mv images/dev/PC_MAC/Images_MAC_PC.000 /images/HPWindows7Ubuntu1310[/CODE]

                        in conditions DD shows me “in record, record out.”
                        I could then turn off the computer and go to the web interface to close the task.

                        1 Reply Last reply Reply Quote 0
                        • T
                          Timikana
                          last edited by

                          I managed to deploy!
                          but in debug mode.

                          I create an image in debug mode, then deploy in debug mode.

                          the default does not work:
                          error during deployment:
                          [URL=http://www.dump-it.fr/screenshot2013-11-15-12-39-25png/a57aa2ef039b07200e81e352693d052a.png.html][IMG]http://www.dump-it.fr/upload/images/miniatures/a57aa2ef039b07200e81e352693d052a.png[/IMG][/URL]

                          I also noticed an error on Ubuntu 13.10:
                          I jpgraph does not work properly. that is to say, no visible graphic.

                          big thank!

                          1 Reply Last reply Reply Quote 0
                          • 1
                          • 2
                          • 3
                          • 1 / 3
                          • First post
                            Last post

                          268

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project