• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. oraniko
    O
    • Profile
    • Following 0
    • Followers 0
    • Topics 11
    • Posts 34
    • Best 2
    • Controversial 0
    • Groups 0

    oraniko

    @oraniko

    2
    Reputation
    456
    Profile views
    34
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    oraniko Unfollow Follow

    Best posts made by oraniko

    • RE: can't upload big snapin

      @george1421 thanks!
      i look into the apache error log file and it help me to figure out what’s the problem.
      this is the error
      all i had to do is change the /etc/php.ini file
      change max_execution_time from 30 to 300
      and it’s all work now 🙂

      PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /var/www/html/fog/lib/pages/snapinmanagementpage.class.php on line 652, referer: http://132.70.33.80/fog/management/index.php?node=snapin&sub=add```
      posted in FOG Problems
      O
      oraniko
    • RE: snapin order

      thanks dude 🙂

      posted in FOG Problems
      O
      oraniko

    Latest posts made by oraniko

    • RE: storage node is offline

      thanks, i figure up what’s the problem, i’ve add corrupted lines on /etc/fstab.
      thanks for everything.
      everything is working now.
      🙂

      posted in FOG Problems
      O
      oraniko
    • RE: storage node is offline

      i rerun the installer and now i see the storage node but during the installation i see:

      • Setting up and starting NFS Server…Failed!

      what now?

      posted in FOG Problems
      O
      oraniko
    • RE: storage node is offline

      i don’t know why i had 2 ip address, i fixed that and now i have only 1, what should i do now?

      1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
      link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
      inet 127.0.0.1/8 scope host lo
      valid_lft forever preferred_lft forever
      inet6 ::1/128 scope host
      valid_lft forever preferred_lft forever
      2: ens192: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
      link/ether 00:50:56🆎72:bb brd ff:ff:ff:ff:ff:ff
      inet 132.70.32.4/32 brd 132.70.32.4 scope global noprefixroute ens192
      valid_lft forever preferred_lft forever
      inet6 fe80::250:56ff:feab:72bb/64 scope link
      valid_lft forever preferred_lft forever

      posted in FOG Problems
      O
      oraniko
    • RE: storage node is offline

      @Sebastian-Roth said in storage node is offline:

      ip -4 addr show

      1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
      inet 127.0.0.1/8 scope host lo
      valid_lft forever preferred_lft forever
      2: ens192: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
      inet 132.70.32.4/32 brd 132.70.32.4 scope global noprefixroute ens192
      valid_lft forever preferred_lft forever
      inet 132.70.32.4/21 brd 132.70.39.255 scope global noprefixroute dynamic ens192
      valid_lft 9239sec preferred_lft 9239sec

      posted in FOG Problems
      O
      oraniko
    • RE: storage node is offline

      @Sebastian-Roth said in storage node is offline:

      cat /opt/fog/snapins/ssl//req.cnf

      [req]
      distinguished_name = req_distinguished_name
      req_extensions = v3_req
      prompt = yes
      [req_distinguished_name]
      CN = 132.70.32.4
      132.70.32.4
      [v3_req]
      subjectAltName = @alt_names
      [alt_names]
      DNS.1 = 132.70.32.4
      132.70.32.4
      DNS.2 = centos7.esc.biu.ac.il

      posted in FOG Problems
      O
      oraniko
    • storage node is offline

      fog version: 1.5.7
      OS Version : centos 7.7.1908

      storage node is offline after fresh install.
      during the installation:

      • Creating SSL Private Key…Failed!

      /root/git/fogproject/bin/error_logs/fog_error_1.5.7.log
      shows:

      There are quite a few fields but you can leave some blank
      For some fields there will be a default value,
      If you enter '.', the field will be left blank.
      -----
      Country Name (2 letter code) [XX]:State or Province Name (full name) []:Locality Name (eg, city) [Default City]:Organization Name (eg, company) [Default Company Ltd]:Organizational Unit Name (eg, section) []:Common Name (eg, your name or your server's hostname) []:Email Address []:Generating RSA private key, 4096 bit long modulus
      ....................................................................................................................................++
      ........................................................................................................................................................................................................................................................++
      e is 65537 (0x10001)
      error on line 7 of /opt/fog/snapins/ssl//req.cnf
      140463598733200:error:0E079065:configuration file routines:DEF_LOAD_BIO:missing equal sign:conf_def.c:345:line 7
      

      /opt/fog/.fogsettings is missing also

      posted in FOG Problems
      O
      oraniko
    • master image with drivers
      Server
      • FOG Version: 1.3.3
      • OS: centos 6.4
      Client
      • Service Version: sp1
      • OS: windows 7
      Description

      hi
      i have something like 15 different computer models in the company, i’m wondering what’s the best way to create an image and with all the driver inside.

      1. i tried to install all the 15 drivers to a master image using “dism” from windows command prompt but there’s many driver conflicts that cause blue screen of death.
      2. i tried to use this guide https://wiki.fogproject.org/wiki/index.php?title=Auto_driver_Install
        until i got the “install scripts”, and i can’t download them from https://rightclick.fsdnet.ca/x/HQAc because it ask for a username and password

      what do you guys suggest doing ?
      Thanks

      posted in Windows Problems
      O
      oraniko
    • cannot map a network drive using snapin
      Server
      • FOG Version: 1.3.3
      • OS: centos 6.4
      Client
      • Service Version: sp1
      • OS: windows 7
      Description

      hi
      i have a simple script that map a network drive, this is the script:
      net use r: \ph.ph.biu.ac.il\Programs MYPASSWORD /user:DOMAIN\MYUSERNAME
      when i double click it, it work perfect
      when i try to use fog to deploy it with a simple snapin, it map it with a red X and when i try to access it, i get a message “r: is not accessiable, login failure unknown username or bad password”
      this is the fog log:

      -----------------------------------------------------------------------------
      ---------------------------------SnapinClient---------------------------------
      ------------------------------------------------------------------------------
       28/03/2017 16:04 Client-Info Client Version: 0.11.8
       28/03/2017 16:04 Client-Info Client OS:      Windows
       28/03/2017 16:04 Client-Info Server Version: 1.3.3
       28/03/2017 16:04 Middleware::Response Success
       28/03/2017 16:04 SnapinClient Snapin Found:
       28/03/2017 16:04 SnapinClient     ID: 88
       28/03/2017 16:04 SnapinClient     Name: amapdrive
       28/03/2017 16:04 SnapinClient     Created: 2017-03-28 13:41:31
       28/03/2017 16:04 SnapinClient     Action: 
       28/03/2017 16:04 SnapinClient     Pack: False
       28/03/2017 16:04 SnapinClient     Hide: False
       28/03/2017 16:04 SnapinClient     Server: 
       28/03/2017 16:04 SnapinClient     TimeOut: 0
       28/03/2017 16:04 SnapinClient     RunWith: cmd.exe
       28/03/2017 16:04 SnapinClient     RunWithArgs: /c
       28/03/2017 16:04 SnapinClient     Args: 
       28/03/2017 16:04 SnapinClient     File: amapdrive.cmd
       28/03/2017 16:04 Middleware::Communication Download: http://132.70.33.80/fog/service/snapins.file.php?mac=5C:F9:DD:75:0D:C2||00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0&taskid=88
      
      posted in Windows Problems
      O
      oraniko
    • RE: snapin order

      thanks dude 🙂

      posted in FOG Problems
      O
      oraniko
    • snapin order
      Server
      • FOG Version: 1.3.3
      • OS: centos 6.4
      Client
      • OS: windows 7
      Description

      hi
      is there any way to set the order of snapin deploy?
      thanks

      posted in FOG Problems
      O
      oraniko