• 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: Snapins again

      [quote=“Junkhacker, post: 34745, member: 21583”]exactly what did you import from the old server, and how?[/quote]
      Hi Junkhacker
      on old fog server
      mysqldump -u root fog > /home/aaa/fog032.sql
      On new 1.2.0
      mysql -u root fog < /home/aaa/fog032.sql

      During login database schame was updated without errors.
      Then I add all machines to group and enabled service settings.
      And also copied snapins from old to new server to location /opt/fog/snapins/
      Regards.

      posted in FOG Problems
      robzaR
      robza
    • Snapins again

      Hello,
      This is my story:
      fog 1.2.0, system ubuntu 13.10,
      fog fresh install and imported database, snapins from fog 0.32
      New fog server (1.2.0) for tests is running on different ip address the old one (0.32)
      When I’m trying send few snapins to client I receive error message [ATTACH=full]1250[/ATTACH]
      if I try send just one snapin it goes almost fine[ATTACH=full]1251[/ATTACH]
      but nothing happened. Snapin hangs in the queue.

      Here are service settings for client, the same are globaly set for fog server.[ATTACH=full]1252[/ATTACH]

      Client connects to new fog (1.2.0), here log:
      [ATTACH=full]1253[/ATTACH]

      To solve this issue I have to remove client from database and add him again, but this solution is time and work consuming.
      Help appreciated 😉
      Regards.

      [url=“/_imported_xf_attachments/1/1250_all_snapins.png?:”]all_snapins.png[/url][url=“/_imported_xf_attachments/1/1251_single_snapin.png?:”]single_snapin.png[/url][url=“/_imported_xf_attachments/1/1252_service_settings.png?:”]service_settings.png[/url][url=“/_imported_xf_attachments/1/1253_client_log.png?:”]client_log.png[/url]

      posted in FOG Problems
      robzaR
      robza
    • RE: Fog snapins and windows system variables

      [quote=“Jbob, post: 34657, member: 21733”]Can confirm that the snapin client does [B]not[/B] expand system variables. Adding this feature to my todo list with high priority. The reason is that the snapin client uses:

      [code]p.StartInfo.FileName = strRunWith;[/code]

      instead of

      [code]p.StartInfo.FileName = Environment.ExpandEnvironmentVariables(strRunWith);[/code]

      In the mean time you may just set the “Snapin Run With” to msiexec.exe, this will automatically find the file if it has been added to the system path, which windows does by default.[/quote]

      Simple solution - best solution.
      Thanks for all for your interest.
      I used just msiexec.exe in “Snapin run with” and package was smoothly installed.

      Thanks Jbob

      posted in FOG Problems
      robzaR
      robza
    • RE: Fog snapins and windows system variables

      [quote=“Junkhacker, post: 34533, member: 21583”]try [CODE]%windir%\system32\msiexec.exe /i[/CODE][/quote]

      Hello Junkhacker,
      it did’nt solve my problem. I still receive error: “Unable to find the specified file”
      Regards

      posted in FOG Problems
      robzaR
      robza
    • RE: Fog snapins and windows system variables

      [quote=“Tom Elliott, post: 34510, member: 7271”]I think you’d want to use:
      %windir%\system32\msiexec.exe

      As wouldn’t systemroot return as the drive letter?[/quote]

      Hello Tom,

      Thank you for your answer.

      I’m running Fog version 1.2.0, os Ubuntu 13.10

      Client os winxp.
      %systemdrive% return drive letter
      Variable %systemroot% and %windir% return the same value in my case c:\windows

      In snapin configuration I’ve changed to %windir% but no luck, error: Unable to find the specified file.

      Regards

      posted in FOG Problems
      robzaR
      robza
    • Fog snapins and windows system variables

      Hello,
      I’m trying use windows system variable %systemroot% during creating snapins, adding msi file in field “Snapin Run With” [ATTACH=full]1243[/ATTACH]
      In client log file I receive error “Unable to find the specified file”
      When I set path c:\windows\system32\msiexec.exe it works fine, but sometimes system is located on different drive then c or not in windows folder.
      Any solution?
      Regards

      [url=“/_imported_xf_attachments/1/1243_snapin.png?:”]snapin.png[/url]

      posted in FOG Problems
      robzaR
      robza
    • RE: Fog and printers - troubles

      SNP,
      you are correct, in Win7 adding printer from FOG works, but in my tests printer shows in control panel after system reboot only if drivers are locate on local drive.
      [QUOTE]
      2012-11-20 15:33 FOG::PrinterManager Management level = 1
      2012-11-20 15:33 FOG::PrinterManager Adding new printers to host…
      2012-11-20 15:33 FOG::PrinterManager 1 found on server side.
      2012-11-20 15:33 FOG::PrinterManager Installation requested for HP LJP2015 PCL 6
      [/QUOTE]
      Port is installed but printer and drivers didnt show after system reboot
      Share your experience.

      posted in General
      robzaR
      robza
    • RE: Fog and printers - troubles

      Chad-bisd,
      according to microsoft it is “local printer” but port indicate printer ip address. It’s similiar when you create new local printer in xp, you can also create port (Standard TCP/IP port). In FOG choosing network printer I could’nt choose IP printer port just network share.

      posted in General
      robzaR
      robza
    • RE: Fog and printers - troubles

      Fernando,
      just like I thought FOG created printer port (IP_aaa.aaa.aaa.aaa) on host but did’nt add printer drivers from specified location (here local drive c:\hpljp2015dn\hppcp604.inf). Log from FOG serviece:

      [CODE]
      2012-11-16 08:35 FOG::printerManager Adding new printers to host…
      2012-11-16 08:35 FOG::printerManager 1 found on server side.
      2012-11-16 08:35 FOG::printerManager Installation requested for HP LJP2015 PCL 6
      2012-11-16 08:35 FOG::DirCleaner Starting directory cleaning process…
      2012-11-16 08:35 FOG::DirCleaner Attempting to connect to fog server…
      2012-11-16 08:35 FOG::DirCleaner Module is active…
      2012-11-16 08:35 FOG::DirCleaner Determining which directories should be cleaned…
      2012-11-16 08:35 FOG::DirCleaner No directories are configured to be cleaned.
      2012-11-16 08:35 FOG::DirCleaner Starting directory cleaning loop…
      2012-11-16 08:35 FOG::DirCleaner Module has finished work and will now exit.
      2012-11-16 08:36 FOG::GreenFog Starting green fog…
      2012-11-16 08:36 FOG::GreenFog Attempting to connect to fog server…
      2012-11-16 08:36 FOG::GreenFog Module is active…
      2012-11-16 08:36 FOG::GreenFog No actions were found.
      2012-11-16 08:36 FOG::GreenFog No tasks found after validation!
      2012-11-16 08:36 FOG::printerManager Printer Installed: HP LJP2015 PCL 6
      2012-11-16 08:36 FOG::printerManager Major printing operations complete, moving to tracking mode.
      2012-11-16 08:36 FOG::GUIWatcher Message found, attempting to notify GUI!
      2012-11-16 08:36 FOG::printerManager New user detected: UPOWVB-8\Administrator
      2012-11-16 08:36 FOG::printerManager Waiting for tray to load…
      2012-11-16 08:36 FOG::GUIWatcher Dispatch OK!
      2012-11-16 08:36 FOG::printerManager Setting Default Printer…
      2012-11-16 08:36 FOG::printerManager Failed: it looks like the local printer is missing.
      [/CODE]
      Slowly I’m loosing faith in FOG printer management :(.

      In next test I used HP LJ 2100 and drivers from c:\WINDOWS\inf\ntprint.inf. It’s also network printer. When printer was installed xp asked me about compatibility this drivers with xp system. I had to push it forward and drivers were installed but no printer in system. Here log:
      [CODE]
      2012-11-16 08:55 FOG::printerManager Management level = 1
      2012-11-16 08:55 FOG::printerManager Adding new printers to host…
      2012-11-16 08:55 FOG::printerManager 1 found on server side.
      2012-11-16 08:55 FOG::printerManager Installation requested for HP LJ 2100
      2012-11-16 08:56 FOG::printerManager Printer Installation Failed: HP LJ 2100
      2012-11-16 08:56 FOG::printerManager Max install time exceeded (60000)
      2012-11-16 08:56 FOG::printerManager Major printing operations complete, moving to tracking mode.
      2012-11-16 08:56 FOG::GUIWatcher Message found, attempting to notify GUI!
      2012-11-16 08:56 FOG::MODDebug Reading config settings…
      2012-11-16 08:56 FOG::MODDebug Reading of config settings passed.
      2012-11-16 08:56 FOG::MODDebug Starting Core processing…
      2012-11-16 08:56 FOG::MODDebug Operating System ID: 5
      2012-11-16 08:56 FOG::MODDebug Operating System Minor: 1
      2012-11-16 08:57 FOG::MODDebug MAC ID 0 08:00:27:BE:50:53
      2012-11-16 08:57 FOG::MODDebug MAC POST String: 08:00:27:BE:50:53
      2012-11-16 08:57 FOG::MODDebug A user is currently logged in
      2012-11-16 08:57 FOG::MODDebug Username: UPOWVB-8\Administrator
      2012-11-16 08:57 FOG::MODDebug Hostname: UPOWVB-8
      2012-11-16 08:57 FOG::MODDebug Attempting to open connect to: [URL]http://v1fog.intranet/fog/service/debug.php[/URL]
      2012-11-16 08:57 FOG::MODDebug Server responded with: Hello FOG Client
      2012-11-16 08:57 FOG::MODDebug Module has finished work and will now exit.
      2012-11-16 08:57 FOG::printerManager New user detected: UPOWVB-8\Administrator
      2012-11-16 08:57 FOG::printerManager Waiting for tray to load…
      2012-11-16 08:57 FOG::GUIWatcher Dispatch OK!
      2012-11-16 08:57 FOG::printerManager Setting Default Printer…
      2012-11-16 08:57 FOG::printerManager Failed: it looks like the local printer is missing.
      [/CODE]

      BTW I’m testing this on virtual machine.

      posted in General
      robzaR
      robza
    • RE: Fog and printers - troubles

      Fernando thanks for reply,
      I think I tried this setting (IP_aaa.aaa.aaa.aaa) but it did’nt help. Tomorrow I’ll check and let you know.

      posted in General
      robzaR
      robza
    • RE: Fog and printers - troubles

      Problem is that we don’t use AD.
      Any news about resolving this issues in next version of FOG?

      posted in General
      robzaR
      robza
    • Fog and printers - troubles

      Welcome,
      I searched resolution for my problem but without success, so I decided to describe my issues with fog and printer management.
      I’m using fog 0.32 and want add printers to host. Most printers in my company are network devices.I create printer in fog according to this scenerio:
      [ATTACH=full]191[/ATTACH]
      Printer model is from inf file: HP LaserJet P2015 Series PCL 6
      Printer Port is device ip address.
      Print INF File: indicate network share where is located inf file here is: hppcp604.inf
      It looks like that:
      [ATTACH]191[/ATTACH]
      [ATTACH]192[/ATTACH]
      When printer is assigned to host (WinXP) fog service creates port but does’nt add printer drivers.
      Logs from log file on host:
      [CODE]2012-11-13 14:14 FOG::printerManager Management level = 1
      2012-11-13 14:14 FOG::printerManager Adding new printers to host…
      2012-11-13 14:14 FOG::printerManager 1 found on server side.
      2012-11-13 14:14 FOG::printerManager Installation requested for HP LaserJet P2015 Series PCL 6
      2012-11-13 14:14 FOG::printerManager Printer Installed: HP LaserJet P2015 Series PCL 6
      2012-11-13 14:14 FOG::printerManager Major printing operations complete, moving to tracking mode.

      2012-11-13 14:15 FOG::printerManager Setting Default Printer…
      2012-11-13 14:15 FOG::printerManager Failed: it looks like the local printer is missing.
      [/CODE]
      Fog client tray is running on host.
      Any help will be appriciaded.
      Regards

      [url=“/_imported_xf_attachments/0/191_addprinter.jpg?:”]addprinter.jpg[/url][url=“/_imported_xf_attachments/0/192_addprinter1.jpg?:”]addprinter1.jpg[/url]

      posted in General
      robzaR
      robza
    • 1 / 1