True that , will give it a go . In any case , if i install fog client then i can run linux bash scripts no problem right?
Posts made by kleanthis
-
RE: Snapins wont run on Linux Clients
-
RE: Snapins wont run on Linux Clients
I did not install Fog Client on the target box no . But how will i install Fog client on an empty box before i will deploy an image?
-
RE: Snapins wont run on Linux Clients
Fog Client ? You mean on the Fog Server or the actual deploy destination . If i have to install Fog Client on my destination first what is the point of trying to automated command execution after deployment ?
-
RE: Failed to get an ip from DHCP ! Tried on interfaces eth0 eth0 .
New Switches were installed that only have FastEthernet , but because i thought of that as well i tested it in my old environment Gigabit downstairs were it was working before. and still same issue.
-
RE: Failed to get an ip from DHCP ! Tried on interfaces eth0 eth0 .
@Tom-Elliott Well why cant my lan 1 and 2 get an ip but lan 3 can . This is my actual question . Otherwise when an os is installed all lan ports work fine .
-
RE: Failed to get an ip from DHCP ! Tried on interfaces eth0 eth0 .
@george1421 Nope , the other two lan ports dont get an ip . Their leds dont even come on . Its like they are unplugged or not activated. As soon as i plug the cable on lan 3 lights come up.
-
RE: Failed to get an ip from DHCP ! Tried on interfaces eth0 eth0 .
There you go :
[Fri Mar 17 root@fogclient ~]# ifconfig eth0 Link encap:Ethernet HWaddr 00:0B:AB:70:9A:21 inet addr:192.168.1.111 Bcast:192.168.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1600 errors:0 dropped:0 overruns:0 frame:0 TX packets:67 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:183345 (179.0 KiB) TX bytes:15605 (15.2 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) [Fri Mar 17 root@fogclient ~]# ip addr 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue 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 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:0b:ab:70:9a:21 brd ff:ff:ff:ff:ff:ff inet 192.168.1.111/24 brd 192.168.1.255 scope global eth0 valid_lft forever preferred_lft forever 3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop qlen 1000 link/ether 00:0b:ab:70:aa:69 brd ff:ff:ff:ff:ff:ff 4: eth2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop qlen 1000 link/ether 00:0b:ab:70:aa:6a brd ff:ff:ff:ff:ff:ff
-
RE: Failed to get an ip from DHCP ! Tried on interfaces eth0 eth0 .
@george1421 ok so use lan 3 (the one thats working) for the debug deployment?
-
RE: Failed to get an ip from DHCP ! Tried on interfaces eth0 eth0 .
Is there a guide on this ? Debug deployment?
-
RE: Failed to get an ip from DHCP ! Tried on interfaces eth0 eth0 .
@kleanthis So it looks like it does not work with Lan 1 and Lan 2 but only with LAN 3 . I dont know why though . Can you check ?
-
RE: Failed to get an ip from DHCP ! Tried on interfaces eth0 eth0 .
One more thing . I have tried now on the 3rd lan port of the box . Intel Agent 1.2.6 and not 1.3.x loaded . Fog was able to grab an ip now , register and start deployment . What could be causing this ? Lan 1+2 with Intel Boot Agent 1.3.x dont work but Lan 3 which loads with Intel agent 1.2.x loads just fine . I am waiting to see if the deployment finishes fine.
-
RE: Failed to get an ip from DHCP ! Tried on interfaces eth0 eth0 .
On my pc Lenovo L460 with single ethernet port it loads fine altough i am still getting the Populating /dev using udev : error creating epoll fd : Function not implemeted error . dont know if its relevant . But it continues on to registration. On these embedded devices fog regognices Lan 2 eth1 only . Also when trying to start the ethernet links it sais starting eth0 … then times out after 35 then sais Starting eth0 again does not move to eth1 which used to do in the past . Last time i checked that was working ok was 1.3.5-RC-10 but didnt update that until today that i had this issue.
-
RE: Failed to get an ip from DHCP ! Tried on interfaces eth0 eth0 .
Same issue with Dlink unmanaged switch .
The strange thing is that The ethernet port lights are on until init.xz is loaded , then the screen goes black for 2 secs comes back up and the lights of the machines ethernet port are off and stay off . The machine is Adnatec 3360-F
:
http://www.advantech.com/products/1-2jkd2d/ark-3360f/mod_db130bfd-5684-4598-b1bc-01877c5f8160No the issue started with the previous versions i just updated today to make sure its not something that has been fixed in latest version.
-
RE: Snapins wont run on Linux Clients
How would i install something on a machine that i am deploying images on ?
-
Failed to get an ip from DHCP ! Tried on interfaces eth0 eth0 .
Server
- FOG Version: 1.3.5-RC-16
- OS: Debian 8
Client
- Service Version:
- OS:
Description
So my problem is that suddenly fog is not able to bring up the interfaces on machines and get ips . It boots up the pxe i select Full inventory and Registration then it loads some files but always fails at : Starting eth0 inerface blablabla . Also before that i am gatting an error on Populating /dev using udev : error creating epoll fd : Function not implemeted. This is very strange everything worked fine until suddenly today i am having this issue. Check on differents switches but nothing . also different devices same error. Can anyone help ?
-
Snapins wont run on Linux Clients
Server
- FOG Version: 1.3.5-RC-10
- OS: Debian 8
Client
- Service Version:
- OS: Debian 6
Description
So i am trying to run a post deployment snapin on linux client after image deployment. My snapins never run . I am using bash snapins . Are snapins supported on linux and if so what do i need to do to make them run ?
-
RE: Add New Snapin Login Incorrect
@Tom-Elliott What you mean group ? I am trying to create a snap-in and there is no selection of group option there .
-
RE: Add New Snapin Login Incorrect
Well i just captured now just fine to make sure . Image displays in list with its size and everything looks normal , also files created if i check via shell . So what else might be wrong ?
-
Add New Snapin Login Incorrect
Server
- FOG Version: 1.3.0-RC-19
- OS: Debian
Client
- Service Version:
- OS:
Description
Ok So I have tried to upload and save a bash snapin on fog . When i do i get the error message :
Type: 2, File: /var/www/html/fog/lib/fog/fogftp.class.php, Line: 463, Message: ftp_login(): Login incorrect., Host: 192.168.1.244, Username: fog
I have checked in storage Management , TFTP Settings , fog user on shell and .fogsettings and the username and password is the same for all . I can capture and deploy images no problem . What could be the issue then ?