i see that struct of bootmenu is changed.
How i can put a iso livecd on the server and add a bootmenu for this?
i see that struct of bootmenu is changed.
How i can put a iso livecd on the server and add a bootmenu for this?
i have a pc with:
sda1 windows xp 32GB
sda2 linux 15GB
sda3 linux-swap
if i clone the pc the grub is not copyed so after a deploy the grub menu don’t load i must chroot every pc and install grub by hand.
i have a pc with:
sda1 windows xp 32GB
sda2 linux 15GB
sda3 linux-swap
if i clone the pc the swap partition is not cloned so when i deploy machines i must do a mkswap /dev/sda3 on every machine. (the partition exists but is not formatted as linux-swap)
i created a multicast deploy task, the server sends wol packets to clients, that wake up but boot from local hard disk.
If i reboot every single pc then boot for deploy runs… i think that is sufficient to send the wol packets after additional 30secs
i just tryed with only one pc in multicast mode: runs at 130Mbyte/min
Same pc in unicast runs at 1,2Gbyte/min so i think that multicast module is buggly
dhcp don’t work if there is a multicast deploy in progress… network card goes in timeout when try to receive dhcp lease
no, are 3 switch 24 port unmanaged dlink 100Mbit model DES-1024D.
i see also that if there is a multicast task in progress, the dhcp server don’t serve the clients
I try to deploy 4 machines in multicast mode, but with a 100Mbit switch partimage runs only at 100Mbyte/min.
When i run in unicast mode, single machine, runs at 1200Mbyte/min
why?
[quote=“Junkhacker, post: 39630, member: 21583”]then you need to change the password stored for FOG_TFTP_FTP_PASSWORD in fog settings and the password stored in storage management. these places use the linux “fog” user for ftp/tftp purposes, like Tom said.[/quote]
the problem was the password in storage management not equal to fog unix password, solved
no one has a solution for this problem? i can also remove fog from my server and reinstall, but i have lot of machines stored into db… please help me with this password problem
here the screenshot: [IMG]http://s9.postimg.org/l1qcxave7/unnamed.jpg[/IMG]
in the final step of a image upload task, i get a loop where “ftp bad password” is printed on the screen… where i must check/change the password?
what’s the purpose of md5sum password stored in .fogsettings ?
after a update from 0.33b to 1.2 when i start a upload job , the last process on client fails saying ftp password is wrong.
With a default install what are the default fog user ftp password on server?
i tryed to set “password” on the webguy for the parameter FOG_TFTP_FTP_PASSWORD but don’t work…
in .fogsettings file i have password=“f13c5e3b53804f4b425bb3bf8a36a66f”;
how many users and password is used in a fog installation?
i changed the unix user fog password, i must update the md5sum in .fogsettings?
solved, the problem is that on dhcp server the 067 option filename is changed, now is undionly.kpxe, not pxelinux.0
PXE boot don’t work after a 0.33b to 1.2 update.
here the output:
TFTP.
PXE-T01: File not found
PXE-E3B: TFTP Error - File Non Found
PXE-M0F: Exiting Intel Boot Agent.
seems that file pxelinux.0 is not present on server, here a output of ls /tftpboot command:
administrator@fog:/tftpboot$ ls -la
totale 2572
drwxr-xr-x 2 fog root 4096 dic 3 10:34 .
drwxr-xr-x 25 root root 4096 dic 3 10:34 …
-rw-r–r-- 1 fog root 840 dic 3 10:34 boot.txt
-rw-r–r-- 1 root root 293 dic 3 10:34 default.ipxe
-rw-r–r-- 1 fog root 389009 dic 3 10:34 ipxe.kkpxe
-rw-r–r-- 1 fog root 389057 dic 3 10:34 ipxe.kpxe
-rw-r–r-- 1 fog root 388044 dic 3 10:34 ipxe.krn
-rw-r–r-- 1 fog root 389073 dic 3 10:34 ipxe.pxe
-rw-r–r-- 1 fog root 25340 dic 3 10:34 memdisk
-rw-r–r-- 1 fog root 16794 dic 3 10:34 pxelinux.0.old
-rw-r–r-- 1 fog root 165088 dic 3 10:34 snponly.efi
-rw-r–r-- 1 fog root 101989 dic 3 10:34 undionly.kkpxe
-rw-r–r-- 1 fog root 102037 dic 3 10:34 undionly.kpxe
-rw-r–r-- 1 fog root 382650 dic 3 10:34 undionly.kpxe.INTEL
-rw-r–r-- 1 fog root 102053 dic 3 10:34 undionly.pxe
-rw-r–r-- 1 fog root 147728 dic 3 10:34 vesamenu.c32
administrator@fog:/tftpboot$
[quote=“fabritrento, post: 22387, member: 21607”]uploading a disk from a pc with 3 partition i get this error:
first partition is ntfs with windows xp
second is eth4 with ubuntu 13.10
third is linux-swap.
1st and 3rd is copyed ok on fog server, but second gives a error, seems that try to copy as ntfs instead as ext4.
this bug is urgent must be fixed[/quote]
with r1189 now i tryed to to a fast wipe before.
the error gived by client is:
(partclone gray screen):
/dev/sda1 is mounted at …
error!
/dev/sda2 is mounted at …
error!
/dev/sda3 is mounted at …
error!
after this first fail of download , if i restart the same image download with a new download command on the web gui (same pc) the download starts… and finish but the grub installation don’t work, i must chroot the pc and do grub-install /dev/sda
[quote=“Tom Elliott, post: 22388, member: 7271”]fabritrento,
What is the error that is given? Are you sure it’s ext4 and not LVM?[/quote]
yes ext4, the error appears in partclone gray screen for 1 second… i cannot read… but seems that don’uses partclone.extfs but partclone.ntfs. the part with blkid is working and present?
uploading a disk from a pc with 3 partition i get this error:
first partition is ntfs with windows xp
second is eth4 with ubuntu 13.10
third is linux-swap.
1st and 3rd is copyed ok on fog server, but second gives a error, seems that try to copy as ntfs instead as ext4.
this bug is urgent must be fixed
[quote=“Tom Elliott, post: 22384, member: 7271”]Found the issue Lee was reporting.
r1185 released. Should PROPERLY NOW, fix group/individual taskings for multicast jobs.
Creates new multicast task for individual host multicast deploy.
Creates Group multicast task based on the Group->Host->image being the same.[/quote]
today i tested multicast: don’t work.
i have 2 group: one of 26 pc another of 16 pc.
the pcs in second group is included also in first group.
clicked on list all group, multicast (second green icon with 2 down-rows)
the pc boots and starts partclone, that remain grey and wait to infinite.
here some logs:
administrator@fog:~/fog_0.33b/bin$ ps -ef|grep fog
avahi 507 1 0 Jan31 ? 00:00:07 avahi-daemon: running [fog.local]
root 30590 1 0 11:19 ? 00:00:01 /usr/bin/php -q /opt/fog/service/FOGMulticastManager/FOGMulticastManager
root 30600 1 0 11:19 ? 00:00:00 /usr/bin/php -q /opt/fog/service/FOGImageReplicator/FOGImageReplicator
root 30612 1 0 11:19 ? 00:00:00 /usr/bin/php -q /opt/fog/service/FOGTaskScheduler/FOGTaskScheduler
1000 31110 26061 0 11:24 pts/1 00:00:00 grep --color=auto fog
administrator@fog:~/fog_0.33b/bin$
administrator@fog:/opt/fog/log$ vi multicast.log
[02-03-14 11:28:18 am] | [02-03-14 11:28:18 am] Task (50) LAB-CA is new!
[02-03-14 11:28:18 am] | [02-03-14 11:28:18 am] Task (50) LAB-CA image file found.
[02-03-14 11:28:18 am] | [02-03-14 11:28:18 am] Task (50) LAB-CA 40 clients found.
[02-03-14 11:28:18 am] | [02-03-14 11:28:18 am] Task (50) LAB-CA sending on base port: 27198
[02-03-14 11:28:18 am] CMD: cat “/images//labinfociro/d1p1.img”|/usr/local/sbin/udp-sender --min-receivers 40 --portbase 27198 --interface eth0 --full-duplex --ttl 32 --nokbd;cat “/images//labinfociro/d1p2.img”|/usr/local/sbin/udp-sender --min-receivers 40 --portbase 27198 --interface eth0 --full-duplex --ttl 32 --nokbd;cat “/images//labinfociro/d1p3.img”|/usr/local/sbin/udp-sender --min-receivers 40 --portbase 27198 --interface eth0 --full-duplex --ttl 32 --nokbd;
[02-03-14 11:28:18 am] | [02-03-14 11:28:18 am] Task (50) LAB-CA has started.
[02-03-14 11:28:28 am] * [02-03-14 11:28:28 am] Checking if I am the group manager.
[02-03-14 11:28:29 am] * [02-03-14 11:28:29 am] I am the group manager.
[02-03-14 11:28:29 am] | [02-03-14 11:28:29 am] Task (50) LAB-CA is no longer running.
[02-03-14 11:28:29 am] | [02-03-14 11:28:29 am] Task (50) LAB-CA will not be cleaned yet (5 min delay).
[02-03-14 11:28:39 am] * [02-03-14 11:28:39 am] Checking if I am the group manager.
[02-03-14 11:28:40 am] * [02-03-14 11:28:40 am] I am the group manager.
[02-03-14 11:28:40 am] | [02-03-14 11:28:40 am] Task (50) LAB-CA is no longer running.
[02-03-14 11:28:40 am] | [02-03-14 11:28:40 am] Task (50) LAB-CA will not be cleaned yet (5 min delay).
[02-03-14 11:28:50 am] * [02-03-14 11:28:50 am] Checking if I am the group manager.
[02-03-14 11:28:51 am] * [02-03-14 11:28:51 am] I am the group manager.
[02-03-14 11:28:51 am] | [02-03-14 11:28:51 am] Task (50) LAB-CA is no longer running.
[02-03-14 11:28:51 am] | [02-03-14 11:28:51 am] Task (50) LAB-CA will not be cleaned yet (5 min delay).
[02-03-14 11:29:01 am] * [02-03-14 11:29:01 am] Checking if I am the group manager.
administrator@fog:/var/log/apache2$ vi error.log
[Mon Feb 03 11:35:19 2014] [error] [client 192.168.0.30] PHP Fatal error: Call to a member function isValid() on a non-object in /var/www/fog/service/servicemodule-active.php on line 11
I retryed deleting the 26 pc group, and restart the multicast for 16pc group:
[02-03-14 11:42:09 am] | [02-03-14 11:42:09 am] Task (50) LAB-CA is new!
[02-03-14 11:42:09 am] | [02-03-14 11:42:09 am] Task (50) LAB-CA image file found.
[02-03-14 11:42:09 am] | [02-03-14 11:42:09 am] Task (50) LAB-CA 56 clients found.
[02-03-14 11:42:09 am] | [02-03-14 11:42:09 am] Task (50) LAB-CA sending on base port: 27198
[02-03-14 11:42:09 am] CMD: cat “/images//labinfociro/d1p1.img”|/usr/local/sbin/udp-sender --min-receivers 56 --portbase 27198 --interface eth0 --full-duplex --ttl 32 --nokbd;cat “/images//labinfociro/d1p2.img”|/usr/local/sbin/udp-sender --min-receivers 56 --portbase 27198 --interface eth0 --full-duplex --ttl 32 --nokbd;cat “/images//labinfociro/d1p3.img”|/usr/local/sbin/udp-sender --min-receivers 56 --portbase 27198 --interface eth0 --full-duplex --ttl 32 --nokbd;
[02-03-14 11:42:10 am] | [02-03-14 11:42:10 am] Task (50) LAB-CA has started.
[02-03-14 11:42:20 am] * [02-03-14 11:42:20 am] Checking if I am the group manager.
[02-03-14 11:42:21 am] * [02-03-14 11:42:21 am] I am the group manager.
Udp-sender 20120424
Using mcast address 232.168.0.3
UDP sender for (stdin) at 192.168.0.3 on eth0
Broadcasting control to 224.0.0.1
New connection from 192.168.0.142 (#0) 00000009
New connection from 192.168.0.43 (#1) 00000009
New connection from 192.168.0.141 (#2) 00000009
New connection from 192.168.0.113 (#3) 00000009
New connection from 192.168.0.133 (#4) 00000009
New connection from 192.168.0.117 (#5) 00000009
New connection from 192.168.0.121 (#6) 00000009
New connection from 192.168.0.122 (#7) 00000009
New connection from 192.168.0.123 (#8) 00000009
New connection from 192.168.0.137 (#9) 00000009
New connection from 192.168.0.138 (#10) 00000009
New connection from 192.168.0.136 (#11) 00000009
New connection from 192.168.0.127 (#12) 00000009
New connection from 192.168.0.118 (#13) 00000009
New connection from 192.168.0.132 (#14) 00000009
administrator@fog:/opt/fog/log$ ps -ef|grep udp
root 1053 30590 0 11:42 ? 00:00:00 sh -c exec cat “/images//labinfociro/d1p1.img”|/usr/local/sbin/udp-sender --min-receivers 56 --portbase 27198 --interface eth0 --full-duplex --ttl 32 --nokbd;cat “/images//labinfociro/d1p2.img”|/usr/local/sbin/udp-sender --min-receivers 56 --portbase 27198 --interface eth0 --full-duplex --ttl 32 --nokbd;cat “/images//labinfociro/d1p3.img”|/usr/local/sbin/udp-sender --min-receivers 56 --portbase 27198 --interface eth0 --full-duplex --ttl 32 --nokbd;
i see that LAB-CA is used, but this group is deleted and don’t exist anymore. the group name is “test”.
i think that there is some inconsistences into db, expect --min-receivers 16 and NOT 56 (±*/ errors?)