• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. aruhuno
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 17
    • Posts 104
    • Best 8
    • Controversial 0
    • Groups 0

    Posts made by aruhuno

    • RE: FTP Host: 192.168.*.* %%%, Error: ftp_rename(): /volume1/images %%%

      Thanks @Wayne-Workman and @ch3i !

      I’m testing my ftp and have a problem

      root@fogsrv:~# ftp 192.168.0.39
      Connected to 192.168.0.39.
      220 (vsFTPd 2.3.5)
      Name (192.168.0.39:root): fog
      331 Please specify the password.
      Password:
      230 Login successful.
      Remote system type is UNIX.
      Using binary mode to transfer files.
      ftp> ls
      200 PORT command successful. Consider using PASV.
      150 Here comes the directory listing.
      226 Directory send OK.
      ftp> cd /images
      250 Directory successfully changed.
      ftp> ls
      200 PORT command successful. Consider using PASV.
      150 Here comes the directory listing.
      drwxr-xr-x    2 0        0            4096 Jun 11  2014 2014-06-11_Win7ent64
      drwxrwxrwx    2 0        0            4096 Apr 17 07:16 2015-04_win7_Lenovo
      drwxr-xr-x    2 0        0            4096 Sep 24 12:17 2015-08_win10
      drwxrwxrwx    3 0        0            4096 Sep 24 10:51 dev
      drwxrwxrwx    5 0        0            4096 May 12 09:11 fog_boot
      drwxrwxrwx    2 0        0           16384 Nov 19  2012 lost+found
      drwxrwxrwx    2 0        0            4096 Oct 14  2014 postdownloadscripts
      226 Directory send OK.
      ftp> put test.txt
      local: test.txt remote: test.txt
      200 PORT command successful. Consider using PASV.
      553 Could not create file.
      ftp> ls
      200 PORT command successful. Consider using PASV.
      150 Here comes the directory listing.
      drwxr-xr-x    2 0        0            4096 Jun 11  2014 2014-06-11_Win7ent64
      drwxrwxrwx    2 0        0            4096 Apr 17 07:16 2015-04_win7_Lenovo
      drwxr-xr-x    2 0        0            4096 Sep 24 12:17 2015-08_win10
      drwxrwxrwx    3 0        0            4096 Sep 24 10:51 dev
      drwxrwxrwx    5 0        0            4096 May 12 09:11 fog_boot
      drwxrwxrwx    2 0        0           16384 Nov 19  2012 lost+found
      drwxrwxrwx    2 0        0            4096 Oct 14  2014 postdownloadscripts
      226 Directory send OK.
      ftp> quit
      221 Goodbye.
      
      posted in FOG Problems
      aruhunoA
      aruhuno
    • RE: Windows 10 + FOG 1.2 + vMware vSphere 6

      @Wayne-Workman I can’t because I’ve already create master without reserved partition, sorry!

      posted in Windows Problems
      aruhunoA
      aruhuno
    • RE: FTP Host: 192.168.*.* %%%, Error: ftp_rename(): /volume1/images %%%

      @ch3i Is on FOG server, thanks for your fast reply.

      posted in FOG Problems
      aruhunoA
      aruhuno
    • RE: FTP Host: 192.168.*.* %%%, Error: ftp_rename(): /volume1/images %%%

      Hello,

      I’ve the same problem with FOG 1.2.0 and Debian 7.9. The complete message is :

      * FOGFTP: Failed to rename file. Remote_Path: /images/2015-08_win10, Local Path: /images/dev/0050569ad368, Error: ftp_rename(): Rename Failed.
      

      Thanks for your help.

      posted in FOG Problems
      aruhunoA
      aruhuno
    • RE: Windows 10 + FOG 1.2 + vMware vSphere 6

      @Junkhacker : FOG report an error with message about more than one partition

      posted in Windows Problems
      aruhunoA
      aruhuno
    • RE: Windows 10 + FOG 1.2 + vMware vSphere 6

      @Wayne-Workman said:

      FOG does not resize partitions that are too small to resize, like the 100MB windows reserved partition. Just an FYI. 🙂

      I don’t understand, but it’s OK without reserved partition =]

      @Tom-Elliott : It works with 3.10.1 kernel ^^

      posted in Windows Problems
      aruhunoA
      aruhuno
    • RE: Windows 10 + FOG 1.2 + vMware vSphere 6

      @Tom-Elliott Thanks a lot, it’s OK now !
      I’m going to create a new master because I can’t use “Resizable” with windows reserved part. I will use a direct partition table to MBR.

      Thanks again !

      posted in Windows Problems
      aruhunoA
      aruhuno
    • Windows 10 + FOG 1.2 + vMware vSphere 6

      Hello,

      I’m trying to use FOG for upload my Windows 10 syspreped system’s and I’ve problem. When upload start, FOG block at this step : http://pix.toile-libre.org/upload/original/1440597021.png

      All works with Windows 7 and for Windows 10 image, I’m using “Windows 7” in “Operating System” field.

      My VM hardware is :

      • OS client : Microsoft Windows 10 (64-bit)
      • CPU : 1 CPU 1 core
      • RAM : 2GB
      • Network : VMXNET3
      • HD : LSI Logic SAS

      FOG server specifications :

      • Debian Wheezy
      • FOG 1.2.0 (with kernel 3.10.1)

      Thanks for your help.

      posted in Windows Problems
      aruhunoA
      aruhuno
    • RE: Fast wipe in advanced menu

      Indirectly solved by [URL=‘http://fogproject.org/forum/threads/fog-1-2-0-dban-advanced-pxe-boot-menu.11915/#post-47168’]this thread[/URL] ; thanks for your help!

      posted in FOG Problems
      aruhunoA
      aruhuno
    • RE: Fog 1.2.0 DBAN Advanced PXE Boot Menu

      Big thanks for your post ChelIT !

      [quote=“ArchFan, post: 38406, member: 19266”]If you wanted simplify even more and save some typing, you could change both the owner and group with one command using the format:

      chown username:groupname filename (assuming you're already in the same directory as the desired file, otherwise use /path/to/file)
      

      [/quote]

      And more if username and groupname are similar :

      chown username: /path/to/file
      

      Mod corrected format to display properly in new forums.

      posted in Tutorials
      aruhunoA
      aruhuno
    • RE: Fast wipe in advanced menu

      [quote=“Tom Elliott, post: 46061, member: 7271”]Not working doesn’t tell us anything man. can you provide more details?[/quote]
      Sorry, no boot with your file.

      [quote=“Junkhacker, post: 46063, member: 21583”]try this
      [CODE]:MENU
      menu
      item fog.fastwipe FastWipe in Advanced menu
      item return Return to main menu
      choose --default fog.fastwipe target && goto ${target}
      :fog.fastwipe
      kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 keymap= web=${fog-ip}/fog consoleblank=0 loglevel=4 capone=1 mode=wipe wipemode=fast mac=00:00:00:00:00:00
      imgfetch init_32.xz
      boot
      :return
      chain http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac} || goto MENU[/CODE][/quote]
      Ok for boot but when wipe start, I see the following message on computer screen :
      [CODE]rm: cannot remove ‘co.txt’: No such file or directory
      cat: co.txt: No such file or directory[/CODE]

      posted in FOG Problems
      aruhunoA
      aruhuno
    • RE: Fast wipe in advanced menu

      Not working : [url]http://pastebin.com/dEfyYT9F[/url]

      I’m using FOG 1.2.0 with iPXE in this configuration :
      [IMG]http://pix.toile-libre.org/upload/original/1429798133.png[/IMG]

      posted in FOG Problems
      aruhunoA
      aruhuno
    • Fast wipe in advanced menu

      Hello,

      I want to add a “Fast Wipe” option in my advanced menu, it’s possible ? If yes, can you explain me how ?

      Thanks a lot.

      posted in FOG Problems
      aruhunoA
      aruhuno
    • RE: WorkingDevices

      Hello,

      The following hardware work perfectly :
      [LIST]
      []Dell - Optiplex 755 - Win7 - 1.2.0 - 2014/06/11 - Single - Resizable - Sysprep
      [
      ]Dell - Optiplex 760 - Win7 - 1.2.0 - 2014/06/11 - Single - Resizable - Sysprep
      []Dell - Optiplex 390 - Win7 - 1.2.0 - 2014/06/11 - Single - Resizable - Sysprep
      [
      ]Dell - Optiplex 790 - Win7 - 1.2.0 - 2014/06/11 - Single - Resizable - Sysprep
      []Dell - Optiplex 3010 - Win7 - 1.2.0 - 2014/06/11 - Single - Resizable - Sysprep
      [
      ]Dell - Optiplex 7010 - Win7 - 1.2.0 - 2014/06/11 - Single - Resizable - Sysprep
      [*]Lenovo - ThinkCentre E73 - Win7 - 1.2.0 -2015/04/21 - Single - Resizable - Sysprep (+ snapin for Intel graphics drivers)
      [/LIST]
      All DELL hardware are deployed from one master.

      FOG server is :
      [LIST]
      []Debian 7
      [
      ]VMware vSphere virtual machine (version 11)
      []2 Gio of vRAM
      [
      ]75 Gio of vHDD
      [/LIST]

      posted in Hardware Compatibility
      aruhunoA
      aruhuno
    • RE: Kernel update

      Yes, when I change this value, all is ok =]

      Big thanks for your work and answer!

      posted in FOG Problems
      aruhunoA
      aruhuno
    • RE: Kernel update

      I’ve installed Fog 1.2.0 directly and I’ve never changed this value…

      posted in FOG Problems
      aruhunoA
      aruhuno
    • RE: Kernel update

      Ok, but by default :
      [URL=‘http://pix.toile-libre.org/?img=1428586321.png’][IMG]http://pix.toile-libre.org/upload/thumb/1428586321.png[/IMG][/URL]

      The problem is “/” at the end.

      posted in FOG Problems
      aruhunoA
      aruhuno
    • Kernel update

      Hello,

      The path where kernel update is downloaded are wrong in Fog 1.2.0 :
      [url=http://pix.toile-libre.org/?img=1428568916.png][img]http://pix.toile-libre.org/upload/thumb/1428568916.png[/img][/url]

      Thanks for your work!

      posted in FOG Problems
      aruhunoA
      aruhuno
    • RE: [Fog_1.1.1] Wake on LAN

      [quote=“Tom Elliott, post: 31204, member: 7271”]Going to go out on a limb and ask, Does the host have an image assigned to it?[/quote]
      Yes, a lot of image… but maybe I can remove /var/www/fog and re-run install script ?

      edit : it’s ok with my method : solved !

      posted in FOG Problems
      aruhunoA
      aruhuno
    • RE: [Fog_1.1.1] Wake on LAN

      [quote=“Tom Elliott, post: 31195, member: 7271”]Apache error logs when you have the white screen?[/quote]
      [CODE]root@vm-itmgmt-2:~# tail /var/log/apache2/fog.adami.local_error.log -n0 -f
      [Tue Jun 24 17:07:20 2014] [error] [client 192.168.0.14] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/fog/Host.class.php on line 639, referer: http://fog.adami.local/management/index.php?node=host&sub=deploy&id=159&type=14[/CODE]

      posted in FOG Problems
      aruhunoA
      aruhuno
    • 1 / 1