i just added this line to my 000-default.conf
Redirect /index.html [url]http://(fogserver)/fog/management/[/url]
i just added this line to my 000-default.conf
Redirect /index.html [url]http://(fogserver)/fog/management/[/url]
hope someone has had similar problems…
i am out of ideas too.
i checked the ftp passwords manually.
thats what it looks like in the terminal:
[CODE]twt-mac-068:~ pdapkas$ ftp 10.10.1.128 <— this is the fog server
Connected to 10.10.1.128.
220 (vsFTPd 2.3.5)
Name (10.10.1.128:pdapkas): fog
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> exit
221 Goodbye.
twt-mac-068:~ pdapkas$ ftp 10.10.1.50 <— this is the storage node
Connected to 10.10.1.50.
220-FileZilla Server version 0.9.45 beta
220-written by Tim Kosse (tim.kosse@filezilla-project.org)
220 Please visit http://sourceforge.net/projects/filezilla/
Name (10.10.1.50:pdapkas): fog
331 Password required for fog
Password:
230 Logged on
Remote system type is UNIX.
ftp> exit
221 Goodbye
[/CODE]
so ftp seems to be configured well.
Regards
Hey,
ftp passwords are the same… fog does move the images from mac to hostname dirs without any problem.
name change and domain join are activated globally. on the unattend image which i created i downloaded the fog client service and the FOG prep from [url]http://fogserver/fog/client[/url]
renaming of the imaged hosts works fine but when domain join is active, the hosts aren’t renamed and don’t joining domain.
Regards
Hello,
after some difficulties starting up i finally set up successfully a working FOG.
Image up and downloading is working fine for me without any problems.
but there are some little things that won’t work for me…
On my dashboard the disk information graph is showing up the harddrive of my FOG server (which runs on a VM) i want the graph to show up the Disk information of my Storage Node (NFS Share)
[ATTACH]1185[/ATTACH][ATTACH]1186[/ATTACH]
[ATTACH]1189[/ATTACH][ATTACH]1190[/ATTACH]
the image management don’t show up the size of the image on the server… Only the size on the device.
[ATTACH]1187[/ATTACH]
as i heard the Disk information and the image size is calculated by FTP so a working FTP connection is required… I think my FTP is working correctly.
It looks like this:
[ATTACH]1192[/ATTACH][ATTACH]1191[/ATTACH]
hope someone can help me out with these little problems…
Thanks in advance.
Regards
pdpk
[url=“/_imported_xf_attachments/1/1185_Bildschirmfoto 2014-07-22 um 08.48.40.png?:”]Bildschirmfoto 2014-07-22 um 08.48.40.png[/url][url=“/_imported_xf_attachments/1/1186_Bildschirmfoto 2014-07-22 um 08.48.54.png?:”]Bildschirmfoto 2014-07-22 um 08.48.54.png[/url][url=“/_imported_xf_attachments/1/1187_Bildschirmfoto 2014-07-22 um 09.05.17.png?:”]Bildschirmfoto 2014-07-22 um 09.05.17.png[/url][url=“/_imported_xf_attachments/1/1188_Bildschirmfoto 2014-07-22 um 08.51.02.png?:”]Bildschirmfoto 2014-07-22 um 08.51.02.png[/url][url=“/_imported_xf_attachments/1/1189_Bildschirmfoto 2014-07-22 um 08.49.12.png?:”]Bildschirmfoto 2014-07-22 um 08.49.12.png[/url][url=“/_imported_xf_attachments/1/1190_Bildschirmfoto 2014-07-22 um 08.49.29.png?:”]Bildschirmfoto 2014-07-22 um 08.49.29.png[/url][url=“/_imported_xf_attachments/1/1191_Bildschirmfoto 2014-07-22 um 08.51.38.png?:”]Bildschirmfoto 2014-07-22 um 08.51.38.png[/url][url=“/_imported_xf_attachments/1/1192_Bildschirmfoto 2014-07-22 um 09.08.45.png?:”]Bildschirmfoto 2014-07-22 um 09.08.45.png[/url]
ok it works. i changed the exports back to it’s defaults and now it works!
thanks tom for your help and thanks gilberto!
now this post can be closed!
[quote=“Gilberto Ferraz, post: 32554, member: 2615”]exportfs –a[/quote]
hello gilberto,
when i ran the command exportfs -a i get the following error:
[CODE]root@OptimusFOG:/images# exportfs -a
exportfs: /etc/exports [1]: Neither ‘subtree_check’ or ‘no_subtree_check’ specified for export “*:/images/windows”.
Assuming default behaviour (‘no_subtree_check’).
NOTE: this default has changed since nfs-utils version 1.0.x
exportfs: /etc/exports [2]: Neither ‘subtree_check’ or ‘no_subtree_check’ specified for export “*:/images/windows/dev”.
Assuming default behaviour (‘no_subtree_check’).
NOTE: this default has changed since nfs-utils version 1.0.x
exportfs: /images/windows/dev does not support NFS export
exportfs: /images/windows does not support NFS export[/CODE]
my share is on a NTFS formated HDD maybe this is the problem?
ok so after i read moe and more resources i get a step further.
my exports file is correctly configured, the storage nod eis correctly configured now too.
the error on uploading the image looks now like this:
[ATTACH=full]1120[/ATTACH]
seems that there is a error with my nfs share… i’m going to take a deeper look at this.
[url=“/_imported_xf_attachments/1/1120_2014-07-09 08.48.43.jpg?:”]2014-07-09 08.48.43.jpg[/url]
thanks for this explaination,
i set up my fog server as you wrote above.
after a day of searching i found out why i can’t execute the chown command, it was a fault in my user mapping.
now i did the following things:
created the dev folder in my /images/windows path
created mntcheck in /images/windows and /images/windows/dev
chown my /images/windows folder successfully
changed my references in /var/www/fog/lib/fog/config.class.php to /images/windows and /images/windows/dev
restarted my nfs server.
[SIZE=14px][FONT=Arial][COLOR=#000000]Unfortunately i get the same error when i try to upload an image as in the picture above…[/COLOR][/FONT][/SIZE]
[SIZE=14px][FONT=Arial][COLOR=#000000]“Failed to mount NFS Volume”[/COLOR][/FONT][/SIZE]
[SIZE=14px][FONT=Arial][COLOR=#000000][/COLOR][/FONT][/SIZE]
Hey Tom,
okay, so i am at work now and have tried smth.
i created an image. i selected the host and assigned it to the image which i ceated.
then i created a basic upload task for my host.
i get the following error, i think the configuration of my nfs storage is not configured correctly…
[ATTACH=full]1106[/ATTACH]
i think theres some trouble becouse my /images/windows folder has no dev folder…
i tried to copy/move the dev folder from /images/ to /images/windows but i have no permissions to do this.
do you have any ideas?
[url=“/_imported_xf_attachments/1/1106_2014-07-07 08.32.55.jpg?:”]2014-07-07 08.32.55.jpg[/url]
okay so now i have weekend, i will try this on monday…
i thought the quik image is to create a image of the local device where you boot from…
seems that i misunderstood that.
thank you in advance for your help, i will post on monday again if it works.