Successful deployment. Woot woot!
Best posts made by ManofValor
-
RE: Does FOG work with iSCSI?
So this post can be solved, everything is working. I created an image and then redeployed it. Now on to looking into sysprep. Thanks guys.
-
RE: problem updating to trunk. Stopping web service......failed!
@templink Sure would be nice to know what the solution was?
-
RE: Unable to locate image store.
@Wayne-Workman @Tom-Elliott @george1421 @Jbob @Sebastian-Roth Man, I apologize, your absolutely right. I did not mean it to get attention or try to get you guys to work harder. You guys have been more than awesome. I meant it as, “Crap these guys have spent so much time on this with me that I don’t want to move on and have their time have been for nothing”. But I see what you mean about saying that “In your house”, I was going to continue this anyway on my own time but he told me to keep going on it if I think I’m making progress. I am really really grateful to you guys for your time and effort. Please accept my apology.
Latest posts made by ManofValor
-
RE: Kernal panic - not syncing: Attempted to kill init!
OK, I fixed the Apache/HTTPD issue. After much, much, much searching I found this site for a fix and it worked for me.
http://awsadminz.com/httpd-service-main-process-exited-kill-cannot-find-process/
Should I post a separate tutorial as a fix for this issue?
As for the kernel thing, I tried a different PC and it is working fine. I guess I’ll have to figure that one out. -
RE: Kernal panic - not syncing: Attempted to kill init!
File system still seems fine:
Filesystem Type Inodes IUsed IFree IUse% Size Used Avail Use% File Mounted on /dev/mapper/centos00-root00 ext4 1.3M 164K 1.1M 13% 20G 7.7G 11G 42% - / devtmpfs devtmpfs 470K 494 469K 1% 1.9G 0 1.9G 0% - /dev tmpfs tmpfs 473K 10 473K 1% 1.9G 5.3M 1.9G 1% - /dev/shm tmpfs tmpfs 473K 645 473K 1% 1.9G 17M 1.9G 1% - /run tmpfs tmpfs 473K 13 473K 1% 1.9G 0 1.9G 0% - /sys/fs/cgroup /dev/sda5 ext4 63K 365 63K 1% 969M 329M 574M 37% - /boot /dev/mapper/fog-opt_fog_images ext4 26M 10K 26M 1% 395G 80G 295G 22% - /opt /dev/sdb1 ext4 261M 15 261M 1% 8.1T 91M 7.7T 1% - /images tmpfs tmpfs 473K 30 473K 1% 379M 16K 379M 1% - /run/user/1000
-
RE: Kernal panic - not syncing: Attempted to kill init!
I believe httpd is the problem right now. I tried to go into FOG management and got an "Unable to connect"page. So I tried to run the installer and apache2 failed to start. I’ve looked at a lot of sites with this similar issue and cannot determine a solution for me. I’ve started, restarted, stopped, reloaded, kill, and tried to update apache/httpd. Here is some info that I hope can help.
[root@localhost httpd]# service httpd start Redirecting to /bin/systemctl start httpd.service Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details. [root@localhost httpd]# systemctl status httpd.service ● httpd.service - The Apache HTTP Server Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since Thu 2016-12-01 15:08:00 CST; 30s ago Docs: man:httpd(8) man:apachectl(8) Process: 13974 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE) Process: 13959 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE) Main PID: 13959 (code=exited, status=1/FAILURE) Dec 01 15:08:00 localhost.localdomain systemd[1]: Starting The Apache HTTP Server... Dec 01 15:08:00 localhost.localdomain httpd[13959]: AH00558: httpd: Could not reliably determine the server's fully qu...ssage Dec 01 15:08:00 localhost.localdomain systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE Dec 01 15:08:00 localhost.localdomain kill[13974]: kill: cannot find process "" Dec 01 15:08:00 localhost.localdomain systemd[1]: httpd.service: control process exited, code=exited status=1 Dec 01 15:08:00 localhost.localdomain systemd[1]: Failed to start The Apache HTTP Server. Dec 01 15:08:00 localhost.localdomain systemd[1]: Unit httpd.service entered failed state. Dec 01 15:08:00 localhost.localdomain systemd[1]: httpd.service failed. Hint: Some lines were ellipsized, use -l to show in full. [root@localhost httpd]# journalctl -xn -- Logs begin at Wed 2016-11-30 13:17:57 CST, end at Thu 2016-12-01 15:08:31 CST. -- Dec 01 15:08:00 localhost.localdomain kill[13974]: kill: cannot find process "" Dec 01 15:08:00 localhost.localdomain systemd[1]: httpd.service: control process exited, code=exited status=1 Dec 01 15:08:00 localhost.localdomain systemd[1]: Failed to start The Apache HTTP Server. -- Subject: Unit httpd.service has failed -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit httpd.service has failed. -- -- The result is failed. Dec 01 15:08:00 localhost.localdomain systemd[1]: Unit httpd.service entered failed state. Dec 01 15:08:00 localhost.localdomain systemd[1]: httpd.service failed. Dec 01 15:08:01 localhost.localdomain dhcpd[2890]: DHCPDISCOVER from 36:02:86:28:b1:8b (MCWPL53) via enp30s0 Dec 01 15:08:01 localhost.localdomain dhcpd[2890]: DHCPOFFER on 10.10.0.10 to 36:02:86:28:b1:8b (MCWPL53) via enp30s0 Dec 01 15:08:01 localhost.localdomain polkitd[777]: Unregistered Authentication Agent for unix-process:13944:9300666 (system b Dec 01 15:08:28 localhost.localdomain dhcpd[2890]: DHCPINFORM from 10.10.1.167 via enp30s0: not authoritative for subnet 10.10 Dec 01 15:08:31 localhost.localdomain dhcpd[2890]: DHCPINFORM from 10.10.1.130 via enp30s0: not authoritative for subnet 10.10
I just don’t understand it enough to completely know what I’m looking at.
-
RE: Kernal panic - not syncing: Attempted to kill init!
I started thinking the same thing. I’m going to try a different PC and see what happens.
-
RE: Kernal panic - not syncing: Attempted to kill init!
Well, that didn’t work. The cable is fine. I get internet and I can ping it.
-
RE: Kernal panic - not syncing: Attempted to kill init!
@Tom-Elliott
I just tried it cause I went to https://ipxe.org/0f0a6039, from the screen shot, and that was one of the suggestions.
I’ll try that and see… -
RE: Kernal panic - not syncing: Attempted to kill init!
Not sure if this was the right thing to try but I ran:
git clone git://git.ipxe.org/ipxe.git
And it ended with this:
[AR] bin/blib.a ar: creating bin/blib.a [HOSTCC] util/zbin util/zbin.c:7:18: fatal error: lzma.h: No such file or directory #include <lzma.h> ^ compilation terminated. make: *** [util/zbin] Error 1
-
RE: Kernal panic - not syncing: Attempted to kill init!
@ManofValor
By the way, this screen is consistent now. -
RE: Kernal panic - not syncing: Attempted to kill init!
@Tom-Elliott
So I checked the partition size’s:[root@localhost fogadmin]# df -h --o Filesystem Type Inodes IUsed IFree IUse% Size Used Avail Use% File Mounted on /dev/mapper/centos00-root00 ext4 1.3M 158K 1.1M 13% 20G 7.5G 12G 41% - / devtmpfs devtmpfs 470K 494 469K 1% 1.9G 0 1.9G 0% - /dev tmpfs tmpfs 473K 9 473K 1% 1.9G 4.5M 1.9G 1% - /dev/shm tmpfs tmpfs 473K 643 473K 1% 1.9G 8.9M 1.9G 1% - /run tmpfs tmpfs 473K 13 473K 1% 1.9G 0 1.9G 0% - /sys/fs/cgroup /dev/sda5 ext4 63K 365 63K 1% 969M 329M 574M 37% - /boot /dev/mapper/fog-opt_fog_images ext4 26M 10K 26M 1% 395G 80G 295G 22% - /opt /dev/sdb1 ext4 261M 15 261M 1% 8.1T 91M 7.7T 1% - /images tmpfs tmpfs 473K 29 473K 1% 379M 12K 379M 1% - /run/user/1000
I re-seated the memory and now I’m getting this new screen:
Should I start a new post for this one?
-
Kernal panic - not syncing: Attempted to kill init!
Server
- FOG Version: 1.3.0-RC-26
- OS: Centos 7
Client
- Service Version:
- OS: Win 7
Description
So I go to check on my FOG server, cause it’s been a while, and, after updating everything, I run an image on a test machine to make sure it’s still working. I get Different screens each time I reboot. See below examples.
Haven’t been able to find anything that helps me on the forum or net.