Apache problems
-
it still looks like it’s not liking the user account that you are running, that you don’t have elevated privileges. Also, are you installing/upgrading software when trying to install FOG?
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
That makes me think that something in Ubuntu is trying to update files as well at the same time, and Ubuntu definitely does not like that. But that could also point to a permission issue.
Do you receive the exact same errors from above when you run the command [B]sudo ./installfog.sh[/B]? Or do you still receive the same errors? i.e.
(
This installation script should be run as
user “root”. You are currenly running
as fogclone.E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?- Checking package: apache2…Failed!
)
If any of those are different if the command is running as sudo, it may give me a better idea of what’s breaking. If you are running it as sudo, then we may have to change the root password, just to try and see if something got messed up with that account.
- Checking package: apache2…Failed!
-
We are up and running, it seems i’m a little lack on reading directions… I ran it in “root” like it says to and it ran perfectly
-
THANKS for all of the help, you people are life savers!!!
-
Glad to hear you got it working.
-
Well we ran into a problem!
It worked when I was in my office, then we moved to the LMC and attempted to grab an image from a computer and this is what we get:
[url=“/_imported_xf_attachments/0/237_2013-02-15 15.37.11.jpg?:”]2013-02-15 15.37.11.jpg[/url]
-
It looks like you pointed FOG to use another DHCP server other than itself, at least from the config above. Is that correct? If you did, you need to specify options 66 and 67 in the DHCP scope of a Windows server. If you use a Linux server, you need to specify the next-server. If you receive a PXE-E32, it’s usually due to your machine not being able to contact the TFTP server due to it not being specified correctly on the DHCP server.
-
I thought I set it up correctly
Here are some pictures[ATTACH=full]238[/ATTACH][ATTACH=full]239[/ATTACH]
[url=“/_imported_xf_attachments/0/238_2013-02-15 16.09.30.jpg?:”]2013-02-15 16.09.30.jpg[/url][url=“/_imported_xf_attachments/0/239_2013-02-15 16.03.37.jpg?:”]2013-02-15 16.03.37.jpg[/url]
-
That all looks to be right. Try restarting the TFTP service on FOG [B]sudo service tftpd-hpa restart [/B]
-
WOAH!!! LOOK!!![ATTACH=full]240[/ATTACH]
[url=“/_imported_xf_attachments/0/240_2013-02-15 16.27.16.jpg?:”]2013-02-15 16.27.16.jpg[/url]
-
Glad to see you got the imaging working. Did restarting the service solve this issue, or did you need to change something else?
-
Restarting the service worked perfect! Thanks for all the help
-
Glad to hear you got it working.