• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Frank
    3. Posts
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 32
    • Posts 143
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by Frank

    • RE: Problem related to multiple MACs

      Hi Jbon,
      I’m not used to using svn. Can you show me the right command to get the patched file please?
      Thanks.

      Frank

      posted in FOG Problems
      F
      Frank
    • RE: Problem related to multiple MACs

      Thanks Jbob, I am going to try it.

      posted in FOG Problems
      F
      Frank
    • Problem related to multiple MACs

      Hi,
      we are having problems in joining a host to a domain and it seems related to multiple MACs. (build 2412)
      Fog agent log gets this:

      [FONT=Calibri]20/10/2014 11:36 FOG::MODDebug MAC ID 0 0018F309697F
      20/10/2014 11:36 FOG::MODDebug MAC ID 1
      20/10/2014 11:36 FOG::MODDebug MAC ID 2 00000000000000E0
      20/10/2014 11:36 FOG::MODDebug MAC ID 3 00000000000000E0
      20/10/2014 11:36 FOG::MODDebug MAC POST String: 0018F309697F||00000000000000E0|00000000000000E0[/FONT]
      [FONT=Calibri]…[/FONT]
      …

      [FONT=Calibri] 20/10/2014 11:36 FOG::HostnameChanger Attempting to connect to fog server…
      20/10/2014 11:36 FOG::HostnameChanger Module is active…
      20/10/2014 11:36 FOG::HostnameChanger Índice fuera de los límites de la matriz.
      20/10/2014 11:36 FOG::HostnameChanger en FOG.HostNameChanger.changeHostName()
      20/10/2014 11:37 FOG::GUIWatcher Message found, attempting to notify GUI!
      20/10/2014 11:37 FOG::GUIWatcher El sistema no puede encontrar el texto del mensaje para el mensaje número 0x%1 en el archivo de mensajes para %2
      20/10/2014 11:37 FOG::GUIWatcher en System.Windows.Forms.Form.UpdateLayered()
      en System.Windows.Forms.Form.set_Opacity(Double value)
      en FOG.AbstractFOGService.attemptPushToGUI()
      en FOG.GUIWatcher.startWatching()
      20/10/2014 11:37 FOG::UserCleanup Starting user cleanup process…[/FONT]

      There’s a spanish message saying system can not find message text for message number 0x%1 in messages file for %2
      Is Perhaps something related to a mess of MACs?

      Thanks and regards.

      Frank[FONT=Calibri][/FONT]

      posted in FOG Problems
      F
      Frank
    • RE: Pending/duplicated MACs make fog agent failed

      Ok, thanks for your effort Tom.

      posted in Bug Reports
      F
      Frank
    • RE: Session cleaner takes long and slows host

      Ok, thanks a lot Junkhacker I will change it.

      posted in Bug Reports
      F
      Frank
    • RE: Pending/duplicated MACs make fog agent failed

      We still get the same errors in the agents. Is it fixed in 2412 or in a later build?

      posted in Bug Reports
      F
      Frank
    • RE: Session cleaner takes long and slows host

      Thanks Tom. I also found that page and I was trying to implement memcache 🙂
      At the moment is actually fast but sessions expire too soon I don’t know why.
      Thanks anyway for your quick response.
      Regards,

      Frank

      posted in Bug Reports
      F
      Frank
    • Session cleaner takes long and slows host

      Hi,
      you know there is a cron job related to php which clean sessions, which code is this:

      Look for and purge old sessions every 30 minutes

      09,39 * * * * root [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) ! -execdir fuser -s {} 2>/dev/null ; -delete

      As the comment says, it runs every 30 minutes. The problem is that it is taking a long time, more than the 30 minutes, so another process is launched. And this on an on. So the host get slow. But didn’t happen before so I am wondering if it has something to do with a bug in fog session management.

      Can it be possible?

      Thanks.

      Frank

      posted in Bug Reports
      F
      Frank
    • RE: Pending/duplicated MACs make fog agent failed

      Ok, I will check it. (And I am going to open other possible bug 😞 related to web sessions)
      Thanks

      posted in Bug Reports
      F
      Frank
    • RE: Pending/duplicated MACs make fog agent failed

      Sorry, I forgot to say that build is 2412

      posted in Bug Reports
      F
      Frank
    • Pending/duplicated MACs make fog agent failed

      Hi,
      we have started to notice in some clients that snap-ins were not done and in fog log file we get:

      10/10/2014 10:58 FOG::DisplayManager Unknown error, module will exit.
      10/10/2014 10:58 FOG::AutoLogOut Unknown error, module will exit.
      10/10/2014 10:58 FOG::MODDebug Server responded with: Hello FOG Client
      10/10/2014 10:58 FOG::MODDebug Module has finished work and will now exit.
      10/10/2014 10:58 FOG::PrinterManager Unknown error, module will exit.
      10/10/2014 10:58 FOG::UserTracker Unknown error, module will exit.
      10/10/2014 10:58 FOG::HostnameChanger Attempting to connect to fog server…
      10/10/2014 10:58 FOG::HostnameChanger Unknown error, module will exit.
      10/10/2014 10:58 FOG::HostnameChanger Host name was not found in the database.
      10/10/2014 10:59 FOG::UserCleanup Starting user cleanup process…
      10/10/2014 10:59 FOG::UserCleanup Attempting to connect to fog server…
      10/10/2014 10:59 FOG::UserCleanup Unknown error, module will exit.

      In apache log we see requests like this

      [14/Oct/2014:16:10:32 +0200] “GET /fog/service/servicemodule-active.php?mac=[COLOR=#ff0000]10:60:4B:78:1B:E3%7C08:00:27:00:DC:3A[/COLOR]&moduleid=snapin HTTP/1.1” 200 388 “-” “-”

      Writing this url in console one gets “Error multiple hosts returned for list of mac addresses”
      Here are two problems:
      -the second MAC is pending,not aproved,so why is in the request?
      -the second MAC is the default MAC used by VirtualBox, so is repeated in all the hosts with this software.

      Could you solve this please?

      Thanks,

      Frank

      posted in Bug Reports
      F
      Frank
    • RE: Usertracking not working on 2410 build

      Wow! It’s incredible that I didn’t know this. Thanks a lot.

      posted in Bug Reports
      F
      Frank
    • RE: Usertracking not working on 2410 build

      I’ve tried 2412 in it is working 🙂
      The only thing it is the timezone that it isn’t right for us. Time shown is two hours backwards.
      It was this way before? Can we change this? Time shown in the server is right.

      posted in Bug Reports
      F
      Frank
    • RE: Usertracking not working on 2410 build

      Thanks to you for solving it.
      Regards.

      Frank

      posted in Bug Reports
      F
      Frank
    • Usertracking not working on 2410 build

      Hi,
      we have noticed that there aren’t user data since 29th september.
      I’ve logged in a client and the agent seems to send the user info:

      172.16.1.104 - - [09/Oct/2014:12:11:54 +0200] “GET /fog/service/usertracking.report.php?mac=MDA6MEU6MEM6NUU6MTc6QUU=&action=TE9HSU4=&user=aHBzYlxBZG1pbmlzdHJhZG9y&date= HTTP/1.1” 200 346 “-” “-”

      172.16.1.104 - - [09/Oct/2014:12:12:20 +0200] “GET /fog/service/usertracking.report.php?mac=MDA6MEU6MEM6NUU6MTc6QUU=&action=TE9HT1VU&user=aHBzYlxBZG1pbmlzdHJhZG9y&date= HTTP/1.1” 200 346 “-” “-”

      posted in Bug Reports
      F
      Frank
    • RE: Bug in Fog 1.3

      Thanks to solve bugs so quick guys. Excellent job.

      posted in Bug Reports
      F
      Frank
    • RE: Bug in Fog 1.3

      Just a question and sorry if it is trivial, but where can I see the svn number?

      posted in Bug Reports
      F
      Frank
    • RE: Bug in Fog 1.3

      OK, I will do it. Sorry for the inconvenience.

      posted in Bug Reports
      F
      Frank
    • Bug in Fog 1.3

      Hi,
      I’ve just got the last build of fog sources and installed them and I’m found something ugly.
      If you search for a particular host and select it, you don’t get the host menu, just the general menu(new search,list all hosts,etc.)
      But if you list all the hosts and select the one you want, the host menu is shown.
      Could you check that please?

      Thanks and regards.

      Frank

      posted in Bug Reports
      F
      Frank
    • RE: Client text backgroud-foreground colors in fog 1.2.0

      It’s still happening to my in some clients occasionally. But in the next boot screen colors are right.
      So very difficult to find the cause.

      posted in General
      F
      Frank
    • 1 / 1