…btw; the disk from the xp notebook was damage! fog gave me the the answer! nice!
Latest posts made by theleftfoot
-
RE: Problem to Upload Win XP Image -> FOG 1.1.2
-
RE: Problem to Upload Win XP Image -> FOG 1.1.2
thanks man!
fog sad that the disk is damaged…
cheers raffa
-
Problem to Upload Win XP Image -> FOG 1.1.2
hey guys,
my fog server works great. we did a rollout with 300 Notebooks without any troubles.
now i get a task to rollout some old IBM T60 with the laste Win XP.but i can’t upload the image! it starts after 5% the action stops with this error message --> Booting from SAN device 0x80
what’s wrong?
raffa
-
RE: Hostname changer
hey guys,
same here, update to 1.1.0…
hostname changer works only when the client get the registration via pxe boot.
I have imported all clients with csv and made the groups manually! --> none of this clients changed the hostname after the quick image
the solutions for me is, every clients must be registrated via PXE boot menu.
raffa
-
RE: WOL and Task doesn't work
was not successfully…
my firewall settings;
[CODE]# Generated by iptables-save v1.4.12 on Fri May 23 16:14:51 2014
*mangle
:PREROUTING ACCEPT [0:0]
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:POSTROUTING ACCEPT [0:0]
COMMITCompleted on Fri May 23 16:14:51 2014
Generated by iptables-save v1.4.12 on Fri May 23 16:14:51 2014
*nat
:PREROUTING ACCEPT [956:91224]
:INPUT ACCEPT [508:45734]
:OUTPUT ACCEPT [95:7272]
:POSTROUTING ACCEPT [6:604]
-A POSTROUTING -o eth0 -j MASQUERADE
COMMITCompleted on Fri May 23 16:14:51 2014
Generated by iptables-save v1.4.12 on Fri May 23 16:14:51 2014
*filter
:INPUT ACCEPT [10284:10111083]
:FORWARD ACCEPT [2027:2489014]
:OUTPUT ACCEPT [6609:1081709]
-A FORWARD -i eth1 -j ACCEPT
-A FORWARD -i eth2 -j ACCEPT
COMMITCompleted on Fri May 23 16:14:51 2014[/CODE]
but i don’t know what eth2 is!
-
RE: WOL and Task doesn't work
yes, i have for each network…192.168.1.1 for the eth1 and 192.168.17.1 for the eth0
-
RE: WOL and Task doesn't work
thanks for helping, i will try the WOL on eth0…cheers
-
RE: WOL and Task doesn't work
ahh, sorry mate…seems okay!
[CODE]define(‘TFTP_HOST’, “192.168.1.1”);
define(‘TFTP_FTP_USERNAME’, “fog”);
define(‘TFTP_FTP_PASSWORD’, “daa6c4”);
define(‘TFTP_PXE_KERNEL_DIR’, ‘/var/www/fog/service/ipxe/’);
define(‘PXE_KERNEL’, ‘bzImage’);
define(‘PXE_KERNEL_RAMDISK’,127000);
define(‘USE_SLOPPY_NAME_LOOKUPS’,true);
define(‘MEMTEST_KERNEL’, ‘memtest.bin’);
define(‘PXE_IMAGE’, ‘init.xz’);
define(‘PXE_IMAGE_DNSADDRESS’, “8.8.8.8”);
define(‘STORAGE_HOST’, “192.168.1.1”);
define(‘STORAGE_FTP_USERNAME’, “fog”);
define(‘STORAGE_FTP_PASSWORD’, “daa6c4”);
define(‘STORAGE_DATADIR’, ‘/images/’);
define(‘STORAGE_DATADIR_UPLOAD’, ‘/images/dev/’);
define(‘STORAGE_BANDWIDTHPATH’, ‘/fog/status/bandwidth.php’);
define(‘UPLOADRESIZEPCT’,5);
define(‘WEB_HOST’, “192.168.1.1”);
define(‘WOL_HOST’, “192.168.1.1”);
define(‘WOL_PATH’, ‘/fog/wol/wol.php’);
define(‘WOL_INTERFACE’, “eth1”);
define(‘SNAPINDIR’, “/opt/fog/snapins/”);
define(‘QUEUESIZE’, ‘10’);
define(‘CHECKIN_TIMEOUT’,600);
define(‘USER_MINPASSLENGTH’,4);
define(‘USER_VALIDPASSCHARS’, ‘1234567890ABCDEFGHIJKLMNOPQRSTUVWZXYabcdefghijklm nopqrstuvwxyz_()^!#-’);
define(‘NFS_ETH_MONITOR’, “eth1”);
define(‘UDPCAST_INTERFACE’, “eth1”);
define(‘UDPCAST_STARTINGPORT’, 63100 ); / / Must be an even number! recommended between 49152 to 65535
define(‘FOG_MULTICAST_MAX_SESSIONS’,64);
define(‘FOG_JPGRAPH_VERSION’, ‘2.3’);
define(‘FOG_REPORT_DIR’, ‘./reports/’);
define(‘FOG_UPLOADIGNOREPAGEHIBER’,true);
define(‘FOG_DONATE_MINING’, “0”);[/CODE]