• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. robza
    3. Posts
    • Profile
    • Following 1
    • Followers 1
    • Topics 27
    • Posts 112
    • Best 5
    • Controversial 0
    • Groups 0

    Posts made by robza

    • RE: SVN 3592 snapins issues

      Hello,
      after update to version 3594 everything looks good 😉
      Thank for fast response.
      Regards.
      FOG forever 😉

      posted in FOG Problems
      robzaR
      robza
    • RE: SVN 3592 snapins issues

      @cml ls -lah /var/www/fog/commons/ is 644,
      password for mysql is correct (no password)

      mysql> show global variables where Variable_name=“socket”;
      ±--------------±----------------------------+
      | Variable_name | Value |
      ±--------------±----------------------------+
      | socket | /var/run/mysqld/mysqld.sock |
      ±--------------±----------------------------+

      php
      php -i |grep .default_socket
      mysql.default_socket => /var/run/mysqld/mysqld.sock => /var/run/mysqld/mysqld.sock
      mysqli.default_socket => /var/run/mysqld/mysqld.sock => /var/run/mysqld/mysqld.sock
      pdo_mysql.default_socket => /var/run/mysqld/mysqld.sock => /var/run/mysqld/mysqld.sock

      posted in FOG Problems
      robzaR
      robza
    • RE: SVN 3592 snapins issues

      Hi my logs from apache error.log
      error.log
      Regards

      posted in FOG Problems
      robzaR
      robza
    • SVN 3592 snapins issues

      Hello,
      Ubuntu 13.10_64B
      After update to version 3592 I noticed that I can’t add snapins to host. Added earlier snapins are visible. On host management ->Snapins I can remover existed snapins but can’t add new. Please find attached picture. I remember there was “Tick square” but no now.
      Any advice appreciated
      Regards
      fog_snapin.png

      posted in FOG Problems
      robzaR
      robza
    • RE: FOG PXE inventory issuess

      hmm, something is not wright,
      client sent inventory to server but see the picture. And it can last forever. Hard reset help.
      [ATTACH]1620[/ATTACH]
      Regards

      [url=“/_imported_xf_attachments/1/1620_IMG_20150122_070938.jpg?:”]IMG_20150122_070938.jpg[/url]

      posted in Hardware Compatibility
      robzaR
      robza
    • RE: FOG PXE inventory issuess

      Done,
      thanks
      Version: 2922
      [B] Your verson of FOG is up to date.[/B]
      And inventory works like a charm 😉
      Thanks Tom and [URL=‘http://fogproject.org/forum/members/wolfbane8653.3362/’]Wolfbane8653[/URL]
      Regards

      posted in Hardware Compatibility
      robzaR
      robza
    • RE: FOG PXE inventory issuess

      as usually
      svn checkout [url]https://svn.code.sf.net/p/freeghost/code/trunk[/url]
      cd /svn/trunk/bin
      ./installfog.sh
      update database scheme

      posted in Hardware Compatibility
      robzaR
      robza
    • RE: FOG PXE inventory issuess

      My fog version:
      Version: 2920
      [SIZE=4][FONT=arial][COLOR=red][B]You are not running the most current version of FOG![/B][/COLOR][/FONT][/SIZE]
      You are currently running version: 2920
      Latest stable version is 1.2.0
      Latest svn version is 2922

      But I’m unable to upgrade this to 2922, I don’t know why.
      Regards

      posted in Hardware Compatibility
      robzaR
      robza
    • RE: FOG PXE inventory issuess

      svn updated do version 2920, but still same error when trying do inventory as in first post.
      When I tryied this
      [url]http://v1fog.intranet/fog/service/ipxe/boot.php?mac=d8:50:e6:bf:9b:ff[/url]
      I get blank page.
      Log from error.log from apache
      [Wed Jan 21 15:07:48.056186 2015] [:error] [pid 20873] [client 172.21.2.8:39190] PHP Fatal error: Call to a member function get() on a non-object in /var/www/fog/lib/fog/BootMenu.class.php on line 796

      Regards

      posted in Hardware Compatibility
      robzaR
      robza
    • RE: FOG PXE inventory issuess

      Hi Tom,
      here is error log from my apache:
      [Wed Jan 21 14:22:52.570971 2015] [:error] [pid 16440] [client 172.21.2.8:60076] PHP Fatal error: Call to a member function getOptimalStorageNode() on a non-object in /var/www/fog/lib/fog/BootMenu.class.php on line 774
      Regards

      posted in Hardware Compatibility
      robzaR
      robza
    • RE: FOG PXE inventory issuess

      no, there was without inventory task.
      When I set inventory task and tryied get output I just received blank site on web browser.
      Regards

      posted in Hardware Compatibility
      robzaR
      robza
    • RE: FOG PXE inventory issuess

      Hi Tom,
      below output:


      #!ipxe
      set fog-ip 172.21.100.2
      set fog-webroot fog
      set boot-url [url]http://${fog-ip}/${fog-webroot}[/url]
      cpuid --ext 29 && set arch x86_64 || set arch i386
      goto get_console
      :console_set
      colour --rgb 0xff6600 2
      cpair --foreground 7 --background 2 2
      goto MENU
      :alt_console
      cpair --background 0 1 && cpair --background 1 2
      goto MENU
      :get_console
      console --picture [url]http://172.21.100.2/fog/service/ipxe/bg.png[/url] --left 100 --right 80 && goto console_set || goto alt_console
      :MENU
      menu
      colour --rgb 0x00ff00 0
      cpair --foreground 0 3
      item --gap Host is registered as knur-41
      item --gap – -------------------------------------
      item fog.local Boot from hard disk
      item fog.memtest Run Memtest86+
      item fog.keyreg Update Product Key
      item fog.quickimage Quick Image
      item fog.multijoin Join Multicast Session
      item fog.quickdel Quick Host Deletion
      item fog.sysinfo Client System Information (Compatibility)
      item fog.advancedlogin Advanced Menu
      choose --default fog.local --timeout 2000 target && goto ${target}
      :fog.local
      chain -ar [url]http://172.21.100.2/fog/service/ipxe/grub.exe[/url] --config-file=“rootnoverify (hd0);chainloader +1” || goto MENU
      :fog.memtest
      kernel memdisk iso raw
      initrd memtest.bin
      boot || goto MENU
      :fog.keyreg
      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param keyreg 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      :fog.quickimage
      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param qihost 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      :fog.multijoin
      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param sessionJoin 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      :fog.quickdel
      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param delhost 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      :fog.sysinfo
      kernel bzImage32 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 keymap= web=172.21.100.2/fog/ consoleblank=0 loglevel=4 mode=sysinfo
      imgfetch init_32.xz
      boot || goto MENU
      :fog.advancedlogin
      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param advLog 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      :bootme
      chain -ar [url]http://172.21.100.2/fog/service/ipxe/boot.php##params[/url] ||
      goto MENU
      autoboot


      Regards

      posted in Hardware Compatibility
      robzaR
      robza
    • FOG PXE inventory issuess

      Hello,
      my fog server ubuntu 12.10_64b
      fog version svn 2873
      I have problem with inventory new hosts.
      Network card on host is Realtek RTL8168/8111.
      When booting via pxe I can see fog menu, but when I set up inventory for host I get error (see attached picture)
      [ATTACH]1617[/ATTACH]
      Regards

      [url=“/_imported_xf_attachments/1/1617_IMG_20150121_102810.jpg?:”]IMG_20150121_102810.jpg[/url]

      posted in Hardware Compatibility
      robzaR
      robza
    • RE: Unable to mount NFS

      Still the same error ;(
      root@v1fog:/images# service nfs-kernel-server status
      nfsd running
      root@v1fog:/images# ufw status
      Status: inactive
      root@v1fog:/images#

      posted in FOG Problems
      robzaR
      robza
    • RE: Unable to mount NFS

      [IMG]http://www.piwet.pulawy.pl/files/rzaczek/storage1.png[/IMG]
      Still not working.

      posted in FOG Problems
      robzaR
      robza
    • RE: Unable to mount NFS

      Hello Tom,
      I think /images was created during fog installation. I did not change defaults settings.
      After that I copy images from old fog server. And images are visible via gui.
      Regards

      posted in FOG Problems
      robzaR
      robza
    • Unable to mount NFS

      Hello,
      Ubuntu 13.10_64b
      fog 1.2.0 (SVN 2402)
      When I’m trying upload image from host to server I receive error message

      [IMG]http://www.piwet.pulawy.pl/files/rzaczek/IMG_20141007_143441.jpg[/IMG]

      My storage on fog server is located localy in images directory, configuration below:
      [IMG]http://www.piwet.pulawy.pl/files/rzaczek/storage.png[/IMG]
      Anybody knows how to figured out this issues?
      Regards.

      posted in FOG Problems
      robzaR
      robza
    • RE: Issues after installing SVN

      SVN version 2402,
      I also check apache log on server and it is not good.[IMG]http://217.113.158.51/files/rzaczek/apachelog.png[/IMG]
      Regards

      posted in FOG Problems
      robzaR
      robza
    • Issues after installing SVN

      Hello,
      I have problems with fog, after installing svn version.
      Ubuntu 13.10_64b
      fog 1.2.0
      On host client in log file I have messagess like
      “2014-10-08 12:25 FOG::SnapinClient Failed to connect to fog server!”
      Snapins are not deployed to host.
      Fog server is pingable from client.
      Regards

      posted in FOG Problems
      robzaR
      robza
    • RE: Snapins again

      [quote=“Junkhacker, post: 34817, member: 21583”]if you don’t want to keep the data for logging purposes, a quick thing to try would be truncating the tasks, stapinTasks, and snapinJobs tables[/quote]
      Junkhacker you rock 🙂
      This advice solved the issue.
      All snapins and single snapin smoothly installed.
      Thanks a lot.

      posted in FOG Problems
      robzaR
      robza
    • 1 / 1