thanks, i figure up what’s the problem, i’ve add corrupted lines on /etc/fstab.
thanks for everything.
everything is working now.
Posts made by oraniko
-
RE: storage node is offline
-
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?
-
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:5672: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 -
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 -
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 -
storage node is offline
fog version: 1.5.7
OS Version : centos 7.7.1908storage 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
-
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.- 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.
- 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 -
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
-
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 -
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 nowPHP 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```
-
can't upload big snapin
Server
- FOG Version: 1.3.3
- OS: centos 6.4
Description
i can deploy now snapins without any problem
i have a really big snapin, 8gb
i’ve changed the /etc/php.ini the post_max_size to 9000 and also the upload_max_file_size to 9000
and i can see that in the web gui that the limit is really changed from 3000 to 9000
but when i try to upload the file, i get http error 500BTW: i’m trying to upload it from the same physical machine (different virtual machine), using Chrome browser it take something lilke 2 minutes.
so what could be the problem?
thanks -
RE: office snapin problem
@Joe-Schmitt so why it doesn’t work with the exe. file like i did?
what do you think could be the problem? -
RE: office snapin problem
why should i use a script to call the exe?
can i just use the setup.exe that located inside the zip file? -
RE: office snapin problem
ok
i already have a silent installation of office.
i use winzip to zip all the files, then i upload it as snapin pack like in the picture i attached.
in the task managment i see that the task is running, but it’s running forever.
and the office is not being installed on the target machine.
another thing is that when i click to see the snapin, then the snapin pack template is changed to the default option, when i try to switch it back to EXE and press on update, it change again to the default option “pease select an option”
-
RE: same computer model, different hard drive capacity
sorry
fog version: 1.3.3
server: centos 6.4client is windows 7
use attend file is the only way? -
same computer model, different hard drive capacity
hi,
i capture my image on computer with hard disk capacity of 150gb.
when i deploy it on the same computer model, with hard disk of 500gb, the reset 350gb is set to unalocated space.
is there any way to solve this?
thanks -
office snapin problem
Server
- FOG Version: 1.3.3
- OS: centos 6.4
Client
- OS: windows 7
Description
hi
i have a problem with office snapin deployment, here is a little information:- i created the .exe office file using sfxmaker
- when i try to manual run it on the target computer (double click) it’s working perfect.
- when i try to: basic task - > advanced - > singel snapin - > create singel snapin, i can see on the target machine that “office 2016 succefully installed” but it doesn’t.
- when i try to deploy to the same computer googlechrome.msi package from the fog server - > singel snapin deployment, it’s working perfect.
- i already tried to change the /quite to /qn and it doesn’t work also.
- i changed the time out to 1800 (it should take much less) and also it doesn’t work
i’ve attacked a part of the fog log file:
------------------------------------------------------------------------------ ---------------------------------SnapinClient--------------------------------- ------------------------------------------------------------------------------ 22/03/2017 14:30 Client-Info Client Version: 0.11.8 22/03/2017 14:30 Client-Info Client OS: Windows 22/03/2017 14:30 Client-Info Server Version: 1.3.3 22/03/2017 14:30 Middleware::Response Success 22/03/2017 14:30 SnapinClient Snapin Found: 22/03/2017 14:30 SnapinClient ID: 19 22/03/2017 14:30 SnapinClient Name: Office 2016 22/03/2017 14:30 SnapinClient Created: 2017-03-22 12:07:23 22/03/2017 14:30 SnapinClient Action: 22/03/2017 14:30 SnapinClient Pack: False 22/03/2017 14:30 SnapinClient Hide: False 22/03/2017 14:30 SnapinClient Server: 22/03/2017 14:30 SnapinClient TimeOut: 1800 22/03/2017 14:30 SnapinClient RunWith: msiexec.exe 22/03/2017 14:30 SnapinClient RunWithArgs: /i 22/03/2017 14:30 SnapinClient Args: /qn 22/03/2017 14:30 SnapinClient File: office2016.exe 22/03/2017 14:30 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=19 22/03/2017 14:31 SnapinClient C:\Program Files (x86)\FOG\tmp\office2016.exe 22/03/2017 14:31 Bus { "self": true, "channel": "Notification", "data": "{\r\n \"title\": \"Installing Office 2016\",\r\n \"message\": \"Please do not shutdown until this is completed\"\r\n}" } 22/03/2017 14:31 Bus Emmiting message on channel: Notification 22/03/2017 14:31 SnapinClient Starting snapin... 22/03/2017 14:31 SnapinClient Snapin finished 22/03/2017 14:31 SnapinClient Return Code: 1620 22/03/2017 14:31 Bus { "self": true, "channel": "Notification", "data": "{\r\n \"title\": \"Office 2016 Installed\",\r\n \"message\": \"Installation has finished and is now ready for use\"\r\n}" } 22/03/2017 14:31 Bus Emmiting message on channel: Notification 22/03/2017 14:31 Middleware::Communication URL: http://132.70.33.80/fog/service/snapins.checkin.php?taskid=19&exitcode=1620&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&newService&json ------------------------------------------------------------------------------```
-
RE: active directory settings
in the services.msc
i don’t see any fogservice…