Haven’t tried , will do and let you know.
Posts made by kleanthis
-
RE: Moved Images From Old Fog Install to New
-
Moved Images From Old Fog Install to New
Server
- FOG Version: 1.3.0-RC-16
- OS: Debian 8
Client
- Service Version:
- OS:
So i had my old Fog Install running latest version but for some reasons i had to create a new new one . From the old install the only thing i needed was the images . So what i did , i copied the images folders using scp to another location , setup the new fog server and scp the images under /images folder on new server . I have changed permissions to 777 to all folders and sub folders inside /images and chown -R fog:root /images . I have double checked that the credentials are the same in both storage node , TFTP settings , fog user and fog config. I have created images and pointed them to the image folders i have transferred . Still the image size is showing 0 for all images . What am i doing wrong ?
Description
-
RE: Network Interfaces missing from capture - Debian 6 kernel 2.6
I found the solution if anyone is wondering turns out i had to remove /etc/udev/rules.d/70-persistent-net.rules after deploy
-
RE: Network Interfaces missing from capture - Debian 6 kernel 2.6
Here is lspci output:
root@satbox:~# cat out.txt
00:00.0 Host bridge: Intel Corporation N10 Family DMI Bridge (rev 02)
00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated Graph ics Controller (rev 02)
00:02.1 Display controller: Intel Corporation N10 Family Integrated Graphics Con troller (rev 02)
00:19.0 Ethernet controller: Intel Corporation 82567V-3 Gigabit Network Connecti on (rev 04)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (r ev 04)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controll er #1 (rev 04)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controll er #2 (rev 04)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controll er #3 (rev 04)
00:1d.3 USB Controller: Intel Corporation Device 2833 (rev 04)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Control ler #1 (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f4)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 04)
00:1f.2 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE C ontroller (rev 04)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 04)
01:07.0 Ethernet controller: Intel Corporation 82541GI Gigabit Ethernet Controll er (rev 05)
02:00.0 Ethernet controller: Intel Corporation 82583V Gigabit Network Connection -
RE: Network Interfaces missing from capture - Debian 6 kernel 2.6
I cant do that at the moment will update on Monday . Thank you.
Edit the card are : Intel 82567V-3 Gigabit
Intel 82583V Gigabit
Intel Pro/1000 MT -
RE: Network Interfaces missing from capture - Debian 6 kernel 2.6
Sorry found it i downloaded an older kernel and left default name do i need to recapture or just redeploy ?
Tried full recapture and redeploy : still no interfaces found , tried with oldest kernel 3.0.1 my Debian is running on 2.6.32 . Is there a specific kernel for this?
-
RE: Network Interfaces missing from capture - Debian 6 kernel 2.6
Got it fixed thank you . One more thing i have capture a debian 6 image but when deploying that on same hardware it doesnt detect eth0,tun0 and other network interfaces only lo interface . It sais no such device where as on the original server there are all there , do you know this might be happening ?
-
RE: Network Interfaces missing from capture - Debian 6 kernel 2.6
I am using a Debian 7 server as the storage server with 1.2.0 because i cannot install 1.3.0-rc9 on on it , it give error : * Installing package: php5-fpm…Failed! for 1.3.0-rc9 . Will this work ?
Also can the server itself be the storage ?
-
RE: Network Interfaces missing from capture - Debian 6 kernel 2.6
Cool, thanx will try and update .
-
RE: Network Interfaces missing from capture - Debian 6 kernel 2.6
With 1.3.0-RC9 it works , one more thing though , i have installed the Storage Server on another server but i dont want the default path to be the one to use but instead another . Does my path have to start from the /var/www location or can it be anywhere on the server? Also what permissions must a custom location have ?
-
RE: Network Interfaces missing from capture - Debian 6 kernel 2.6
Updating to trunk now and will see how it goes.
-
RE: Network Interfaces missing from capture - Debian 6 kernel 2.6
Yes 1.2.0 pretty sure.
-
RE: Network Interfaces missing from capture - Debian 6 kernel 2.6
FOG version 1.2.0
OS Debian 8
[Thu Sep 08 14:26:44.860132 2016] [:error] [pid 17667] [client 192.168.1.72:56992] PHP Fatal error: Call to a member function get() on boolean in /var/www/fog/lib/pages/ImageManagementPage.class.php on line 178, referer: http://192.168.1.244/fog/management/index.php?node=images -
Network Interfaces missing from capture - Debian 6 kernel 2.6
Hello i have just setup my Fog Server and i tried to create a new image . When i click on create new image link i get a blank page with “Add new image definition” on top and nothing else . I cannot create any images and i don’t see any error , can you please help ?