Unable to move and rename Images (NAS Implementation)
-
Just a thought, Since my Iomega NAS syncs to my windows Active Directory to get it’s users list, do I need to join my fog server to Active Directory?
Currently it’s not joined to my domain. How do I go about joining it to the domain? Would I need to re-install FOG after this?
-
Not sure about if you would have to join your server to AD, but you can, I have a few linux servers joined to the domain… there are a few ways to do this, find the one that works best for you and your distro. [URL='http://linuxgazette.net/105/price.html’]Here’s an offsite link that shows you how to use samba to join the domain. [/URL](I joined my others to domain within WEBMIN)[URL=‘http://linuxgazette.net/105/price.html’][/URL][URL='http://linuxgazette.net/105/price.html’] [/URL] You should not need to re-install fog after this. It should not matter.[URL=‘http://linuxgazette.net/105/price.html’][/URL]
My Iomega Storcenter is NOT joined to the domain… It’s not necessary for me b/c I am using all of it for FOG.
Thank you for your help! I was able to get it past the Unable to mount NFS share. (Think my task was still queued up and holding on to old settings.) -
However, I am in the same boat as you know, failed to move the images out of the /dev/ directory.
[B]“unable to move from /mnt/pools/A/A0/fog/dev to /mnt/pools/A/A0/fog”[/B]
[B][/B]
I Just noticed that when I log into terminal as fog on my fog-server, I am chrooted* to the /images/dev directory, this may be what we are looking for. I will dig around some more and post my findings.[SIZE=2]*If you are not familiar, chrooted means that the user is “jailed” to the single directory (like a prisoner).[/SIZE]
-
Glad I could be of help, I just tried changing the storage ftp username domain\user, but that did not help me either, actually set me farther back…
Yeah I did not know what chroot is. For further communications, assume that you are talking to a linux noob (because I am).
-
This from edugeek:
[I][SIZE=13px][COLOR=#333333][FONT=Verdana]“I think you would have to look for a umask setting on the NAS box, or look to try and match the owners id number with the id number for the FOG user on the server.” [/FONT][/COLOR][/SIZE][/I][SIZE=13px][COLOR=#333333]I don’t believe our NAS has a umask setting. Would you know how to track down the resource numbers?[/COLOR][/SIZE] -
EDIT:
I got it back again… apparently, I was attempting to mount to
192.168.1.244:/mnt/pools/A/A0/images (images is my share on the NAS)It Worked when I put it in like this:
192.168.1.244:/nfs/imagesNow: I had disabled FTP on my NAS while troubleshooting and I got the Failed to connect to FTP… so I enabled FTP and the message instantly changed…
Now, according to “Seperate NFS server tutorial” I have added an @ to the beggining of ftp on line 133 of /var/www/fog/service/Post_Stage2.php
Now I just have to wait for it to image another machine before I know for certain… Will post back
-
Adam’s Quote from edugeek: you can set the user ID in the NAS…(see screenshot)[ATTACH=full]75[/ATTACH]
The umask for my share is: in fact the default… (0022) I will look into that next.I imaged another machine and got the same message.
“unable to move /nfs/images/dev to /nfs/images”
Its strange because I can FTP with my ftp client and pass the command to move the files… there is no error there.
I have a feeling that if we keep poking around, we will finally have that “Ah HAH!” moment we have been waiting for.
[url=“/_imported_xf_attachments/0/75_foguser.jpg?:”]foguser.jpg[/url]
-
I’m having the same issue. What ‘Host OS’ do you have under host management ? Also, what ‘Image Type’ do you have under image management ?
I see this in some code which seems to be hard setting the image type to multiple partition, single disk for Windows 7.
fog_0.32\src\buildroot\package\customize\fog\scripts\bin\fog
[PHP]if [ “$osid” == “5” ]
then
imgType=“mps”;
fi
[/PHP] -
[S]see attached image.[/S] Well it failed to attach a file.
Anyway, mine looks like this:
Host is set to Windows7.Image Name: Windows 7
<No Description>
Storage Group: default
ImageType: Multiple Partition Image - Single Disk.Do not forget to run sysprep before you try to image.
-
This post is deleted!