Best posts made by dat
Latest posts made by dat
-
RE: windows 10 fog service
@Arrowhead-IT Usually I like to use DNS but I don’t have access to it. I need to submit an email to my network dept. for that.
-
RE: could not boot: input/output error (http://ipxe.org/1d0c6539)
@Wayne-Workman So updating didn’t completely work. It also required removing the task and the host computer. Then setting up host computer and task in the updated version. That solved the problem. Thanks for the help!
-
could not boot: input/output error (http://ipxe.org/1d0c6539)
I am getting this error when I try to image a desktop. It is a windows 10 on a Dell optiplex 7040. I am running
You are currently running version: 7649
Latest stable version is 1.2.0
Latest svn version is 5477
Latest git version is 7665Thanks for the help!
-
RE: windows 10 fog service
@Wayne-Workman I am just using the IP address. I have tried http://xxx.xxx.185.79/ and xxx.xxx.185.79 with no luck. am I doing it wrong?
-
RE: windows 10 fog service
@Wayne-Workman and @nlaplante were you able to solve it? I am stuck at the same spot and can’t seem to get it to work. I have tried
Server Adress:
fog-server
http://X.X.X.X/fog-server
http://X.X.X.X/
X.X.X.X
X.X.X.X/fog-serverWeb Root:
/fog
http://X.X.X.X/fog
X.X.X.X/fogboth Enable FOG tray and Put Log File in Root is checked.
I am running version 7649
-
RE: stuck on ubuntu 10.04 LTS Database
@Sebastian-Roth under the Update and Install Packages on https://wiki.fogproject.org/wiki/index.php?title=Ubuntu_14.04 it ask that you run this
cd Desktop/
cd fog_0.32/
cd packages
wget https://svn.code.sf.net/p/freeghost/code/trunk/packages/udpcast-20120424.tar.gz
rm -f udpcast-20071228.tar.gz
sed -i ‘s:udpcastout=“udpcast-20071228”:udpcastout=“udpcast-20120424”:’ …/lib/common/config.sh
sed -i ‘s:udpcastsrc=“…/packages/udpcast-20071228.tar.gz”:udpcastsrc=“…/packages/udpcast-20120424.tar.gz”:’ …/lib/common/config.sh
cd …/bin/
sudo ./installfog.shduring the “rm -f udpcast-20071228.tar.gz” I hit tab and it did this “rm -f udpcast-udpcast-20120424.tar.gz”.
So I erased the tar.gz that I just downloaded. So it couldn’t find the package which I assume caused the errors.
I hope that clarifies things.
-
RE: stuck on ubuntu 10.04 LTS Database
So I have the bad habit of doing tab to finish a line and removed udpcast-20120424.tar.gz and not udpcast-20071228.tar.gz . After I corrected the issue everything worked. Thanks @Sebastian-Roth and @Tom-Elliott for your help.
-
RE: stuck on ubuntu 10.04 LTS Database
@Sebastian-Roth It looks like I am able to get into MySQL
**Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 37
Server version: 5.5.47-0ubuntu0.14.04.1 (Ubuntu)Copyright 2000, 2015, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement.
mysql> **
But I still can’t get the Database Schema Installer / Updater to work. Any thoughts?
Thanks for the help!!