Latest FOG 0.33b
-
Can you mount as a Samba/CIFS share to the FOG Server? This way NFS isn’t trying to double back on itself?
-
[quote=“Tom Elliott, post: 24471, member: 7271”]Can you mount as a Samba/CIFS share to the FOG Server? This way NFS isn’t trying to double back on itself?[/quote]
This is the same problem with samba/CIFS … but how did the other??
[CODE]/etc/fstab
//172.16.8.43/images /images cifs username=fog,password=password,ro,uid=fog,gid=root,file_mode=0775,dir_mode=0775,rsize=64k 0 0
[/CODE][CODE]
df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda3 4554672 1674300 2649000 39% /
tmpfs 961132 0 961132 0% /dev/shm
/dev/sda1 396672 49160 327032 14% /boot
//172.16.8.43/images 3839533064 1532899724 2306471424 40% /images
[/CODE][CODE]sudo service nfs restart
Arrêt du dÃmon NFS : [ OK ]
Arrêt de NFS mountd : [ OK ]
Arrêt des services NFS : [ OK ]
Shutting down RPC idmapd: [ OK ]
DÃmarrage des services NFSÂ : exportfs: /images/dev does not support NFS export
exportfs: /images does not support NFS export
[ OK ]
DÃmarrage de NFS mountd : [ OK ]
DÃmarrage du dÃmon NFSÂ : [ OK ]
DÃmarrage de RPC idmapd : [ OK ]
[/CODE] -
Sick of searching and trying to walk you through it.
Try following these instructions.
[url]http://fogproject.org/forum/threads/request-fog-nas-tutorial.419/#post-11178[/url] -
[quote=“Tom Elliott, post: 24473, member: 7271”]Sick of searching and trying to walk you through it.
Try following these instructions.
[url]http://fogproject.org/forum/threads/request-fog-nas-tutorial.419/#post-11178[/url][/quote]
I agree that this method works very well, this is the one I use from the beginning, because I had realized that we could not share a NFS sharing !But we return to the beginning of our problem so! The Sheduled Tasks do not work in this configuration !
-
Well,
I’m going to be rewriting the FOG Service scripts over the weekend. It may not be fully complete but I am going to see what I can do to fix this. there’s no guarantee’s though okay?
-
[quote=“Tom Elliott, post: 24479, member: 7271”]Well,
I’m going to be rewriting the FOG Service scripts over the weekend. It may not be fully complete but I am going to see what I can do to fix this. there’s no guarantee’s though okay?[/quote]
Very good !
It may be a button when creating a “Storage node” to indicate that it is a NAS other than “FOG Storage Node” and therefore the “scheduler” remains active in the "FOG Normal server. "
it’s just an example.You are really doing a good job, I will continue testing the r1352
-
Or create a “Storage Group” special for NAS ! :rolleyes:
-
There is a small problem with the page “Report Management-> host list”
[CODE]/var/log/httpd/error_log
[Thu Mar 20 14:09:42 2014] [error] [client 172.16.8.167] PHP Warning: array_unique() expects parameter 1 to be array, null given in /var/www/html/fog/management/reports/Imaging Log.php on line 119, referer: http://srvfog.cavp.fr/fog/management/index.php?node=report
[Thu Mar 20 14:09:42 2014] [error] [client 172.16.8.167] PHP Warning: rsort() expects parameter 1 to be array, null given in /var/www/html/fog/management/reports/Imaging Log.php on line 120, referer: http://srvfog.cavp.fr/fog/management/index.php?node=report
[Thu Mar 20 14:09:42 2014] [error] [client 172.16.8.167] PHP Warning: Invalid argument supplied for foreach() in /var/www/html/fog/management/reports/Imaging Log.php on line 121, referer: http://srvfog.cavp.fr/fog/management/index.php?node=report
[/CODE][url=“/_imported_xf_attachments/0/605_Capture.JPG?:”]Capture.JPG[/url]
-
Once again, set your image and os id records on your hosts.
-
[quote=“Tom Elliott, post: 24487, member: 7271”]Once again, set your image and os id records on your hosts.[/quote]
Yes maybe but it is a “csv” import of hosts, and it may be that all is not specified, but I still think these messages should not be there. -
This is because you have debug enabled on the pages. If you don’t want the errors, find the relevant pages and turn off debug.
We have this enabled for tracking down BUGS specifically, but it’s also useful to know where some of your issues may lie.
-
Since we passed the boot “PXE” to “iPXE” option “Shutdown Schedule Effective task completion” does not work anymore.
[url=“/_imported_xf_attachments/0/606_Capture.JPG?:”]Capture.JPG[/url]
-
I’m aware of that. Still working on fix for the moment. It’s simple, but requires schema update. Trying for a better route if possible.
-
r1353 released.
Fixes the display on logout of mobile page. Also fixes the shutdown issue reported above. Updates schema to version 80.
Thank you,
-
r1354 released.
Fixes the Debug messages thrown if Host doesn’t have an image set for the Host List report.
-
r1355 released.
Disables the unsetting (completely) of image if the host is part of a tasking job.
Thank you,
-
r1355 - > I could not attach “Host image” on the “Host management”
-
In FOG Configuration->MAC Address Manufacturer Listing, when i “Update Current Listing” there is message “Unable to locate file: ./other/oui.txt”
[url=“/_imported_xf_attachments/0/607_Capture.JPG?:”]Capture.JPG[/url]
-
r1356 released.
Simply adds alt tags to the main menu icons for both the main and mobile sites.
-
r1357 released.
Fixes the kernel parameter so you can specify a kernel to a host. If it’s specified, it will use that kernel so make sure you have the right case and name. bzimage and bzImage are two completely different things in the linux world.