• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Oma Voss
    3. Posts
    O
    • Profile
    • Following 0
    • Followers 0
    • Topics 11
    • Posts 43
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by Oma Voss

    • Error while install FOG service for Windows

      Hi all,
      the install process run to “Pinning FOG Server”, then come the error:
      “Unable to install CA certificate”.

      I use the virtualbox Image from imraan@imraankhan.com and I become this error.0_1474406504673_FOG-Service_Install_Error.PNG

      This Problem its the same under Windows 10 x64 and Windows 7 x86 …
      Please help or give me any hints to resolve this Problem, thank You.

      Sorry for my bad english. it is partially translated by Google.

      posted in Windows Problems
      O
      Oma Voss
    • Problem with Installation Using FOG with an unmodifiable DHCP server

      [google translated]
      Hi all,

      many German users have a Fritzbox with a steady DHCP server.

      Can you maybe create a script that performs the automated configuration of FOG with this unchanging (unmodifiable) DHCP server? That would be a huge help.

      But a detailed howto would also be very helpful. I myself simply come with dnsmasq or ltsp not handle in this context.

      Thanks in advance and best regards.

      posted in FOG Problems
      O
      Oma Voss
    • RE: Database Update/Install Failed!

      Hi Junkhacker,

      it was unsuccessfully …

      posted in FOG Problems
      O
      Oma Voss
    • RE: Database Update/Install Failed!

      [code]
      <?php
      /**

      • Class Name: Config
      • Initializes default settings.
      • Most notably the sql connection.
        /
        class Config
        {
        /
        *
        • Calls the required functions to define the settings.
        • method db_settings()
        • method svc_setting()
        • method init_setting()
          /
          public function __construct()
          {
          self::db_settings();
          self::svc_setting();
          self::init_setting();
          }
          /
          *
        • db_settings()
        • Defines the database settings for FOG
        • @return void
          /
          private static function db_settings()
          {
          define(‘DATABASE_TYPE’, ‘mysql’); // mysql or oracle
          define(‘DATABASE_HOST’, ‘localhost’);
          define(‘DATABASE_NAME’, ‘fog’);
          define(‘DATABASE_USERNAME’, ‘root’);
          define(‘DATABASE_PASSWORD’, ‘51d86d’);
          }
          /
          *
        • svc_setting()
        • Defines the service settings.
        • (e.g. FOGMulticastManager,
        •   FOGScheduler,
          
        •   FOGImageReplicator)
          
        • @return void
          /
          private static function svc_setting()
          {
          define( “UDPSENDERPATH”, “/usr/local/sbin/udp-sender” );
          define( “MULTICASTLOGPATH”, “/opt/fog/log/multicast.log” );
          define( “MULTICASTDEVICEOUTPUT”, “/dev/tty2” );
          define( “MULTICASTSLEEPTIME”, 10 );
          define( “MULTICASTINTERFACE”, “eth0” );
          define( “UDPSENDER_MAXWAIT”, null );
          define( “LOGMAXSIZE”, “1000000” );
          define( “REPLICATORLOGPATH”, “/opt/fog/log/fogreplicator.log” );
          define( “REPLICATORDEVICEOUTPUT”, “/dev/tty3” );
          define( “REPLICATORSLEEPTIME”, 600 );
          define( “REPLICATORIFCONFIG”, “/sbin/ifconfig” );
          define( “SCHEDULERLOGPATH”, “/opt/fog/log/fogscheduler.log” );
          define( “SCHEDULERDEVICEOUTPUT”, “/dev/tty4” );
          define( “SCHEDULERSLEEPTIME”, 60 );
          }
          /
          *
        • init_setting()
        • Initial values if fresh install are set here
        • NOTE: These values are only used on initial
        • installation to set the database values.
        • If this is an upgrade, they do not change
        • the values within the Database.
        • Please use FOG Configuration->FOG Settings
        • to change these values after everything is
        • setup.
        • @return void
          */
          private static function init_setting()
          {
          define(‘TFTP_HOST’, “192.168.115.20”);
          define(‘TFTP_FTP_USERNAME’, “fog”);
          define(‘TFTP_FTP_PASSWORD’, “password”);
          define(‘TFTP_PXE_KERNEL_DIR’, ‘/var/www/fog/service/ipxe/’);
          define(‘PXE_KERNEL’, ‘bzImage’);
          define(‘PXE_KERNEL_RAMDISK’,127000);
          define(‘USE_SLOPPY_NAME_LOOKUPS’,true);
          define(‘MEMTEST_KERNEL’, ‘memtest.bin’);
          define(‘PXE_IMAGE’, ‘init.xz’);
          define(‘PXE_IMAGE_DNSADDRESS’, “192.168.115.5”);
          define(‘STORAGE_HOST’, “192.168.115.20”);
          define(‘STORAGE_FTP_USERNAME’, “fog”);
          define(‘STORAGE_FTP_PASSWORD’, “password”);
          define(‘STORAGE_DATADIR’, ‘/images/’);
          define(‘STORAGE_DATADIR_UPLOAD’, ‘/images/dev/’);
          define(‘STORAGE_BANDWIDTHPATH’, ‘/fog/status/bandwidth.php’);
          define(‘UPLOADRESIZEPCT’,5);
          define(‘WEB_HOST’, “192.168.115.20”);
          define(‘WOL_HOST’, “192.168.115.20”);
          define(‘WOL_PATH’, ‘/fog/wol/wol.php’);
          define(‘WOL_INTERFACE’, “eth0”);
          define(‘SNAPINDIR’, “/opt/fog/snapins/”);
          define(‘QUEUESIZE’, ‘10’);
          define(‘CHECKIN_TIMEOUT’,600);
          define(‘USER_MINPASSLENGTH’,4);
          define(‘USER_VALIDPASSCHARS’, ‘1234567890ABCDEFGHIJKLMNOPQRSTUVWZXYabcdefghijklmnopqrstuvwxyz_()^!#-’);
          define(‘NFS_ETH_MONITOR’, “eth0”);
          define(‘UDPCAST_INTERFACE’, “eth0”);
          define(‘UDPCAST_STARTINGPORT’, 63100 ); // Must be an even number! recommended between 49152 to 65535
          define(‘FOG_MULTICAST_MAX_SESSIONS’,64);
          define(‘FOG_JPGRAPH_VERSION’, ‘2.3’);
          define(‘FOG_REPORT_DIR’, ‘./reports/’);
          define(‘FOG_UPLOADIGNOREPAGEHIBER’,true);
          define(‘FOG_DONATE_MINING’, “0”);
          }
          }
          [/code]
      posted in FOG Problems
      O
      Oma Voss
    • RE: Database Update/Install Failed!

      guenter@FOG-Server:~$ service mysql restart
      stop: Unbekannter Auftrag: mysql
      start: Unbekannter Auftrag: mysql
      guenter@FOG-Server:~$

      posted in FOG Problems
      O
      Oma Voss
    • RE: Database Update/Install Failed!

      Hi Junkhacker,

      I do not know anymore.
      Maybe I should better remove the trunk by the system and install a stable version. How do I do that?

      Many greetings and thanks.

      posted in FOG Problems
      O
      Oma Voss
    • RE: Database Update/Install Failed!

      Hi need2,
      rev. 2109 from trunk:
      [url]https://svn.code.sf.net/p/freeghost/code/trunk[/url]

      posted in FOG Problems
      O
      Oma Voss
    • RE: Database Update/Install Failed!

      Size comes from c&p from Browser, sorry …

      posted in FOG Problems
      O
      Oma Voss
    • Database Update/Install Failed!

      [SIZE=5][B]Hi,[/B][/SIZE]

      my fog-server trunk build 2109 on Ubuntu 14.04 LTS 64bit throws error:

      [SIZE=5][B][code][/B][/SIZE]

      [SIZE=5][B]Open Source Computer Cloning Solution[/B][/SIZE]

      [SIZE=5][B]Database Schema Installer / Updater[/B][/SIZE]
      [SIZE=5][B]Update/Install Failed![/B][/SIZE]
      [SIZE=5][B][SIZE=5][B][SIZE=5][B]The following errors occured[/B][/SIZE][/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B][B]Update ID:[/B] 1 - 0[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B][B]Database Error:[/B][/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B][B]Database SQL:[/B][/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B]CREATE DATABASE fog[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B][B]Update ID:[/B] 1 - 1[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B][B]Database Error:[/B][/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B][B]Database SQL:[/B][/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B]CREATE TABLE fog.groupMembers ([/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] gmID int(11) NOT NULL auto_increment,[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] gmHostID int(11) NOT NULL,[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] gmGroupID int(11) NOT NULL,[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] PRIMARY KEY (gmID),[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] KEY new_index (gmHostID),[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] KEY new_index1 (gmGroupID)[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] ) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B][B]Update ID:[/B] 1 - 2[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B][B]Database Error:[/B][/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B][B]Database SQL:[/B][/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B]CREATE TABLE fog.groups ([/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] groupID int(11) NOT NULL auto_increment,[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] groupName varchar(50) NOT NULL,[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] groupDesc longtext NOT NULL,[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] groupDateTime datetime NOT NULL,[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] groupCreateBy varchar(50) NOT NULL,[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] groupBuilding int(11) NOT NULL,[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] PRIMARY KEY (groupID),[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] KEY new_index (groupName)[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] ) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B][B]Update ID:[/B] 1 - 3[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B][B]Database Error:[/B][/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B][B]Database SQL:[/B][/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B]CREATE TABLE fog.history ([/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] hID int(11) NOT NULL auto_increment,[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] hText longtext NOT NULL,[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] hUser varchar(200) NOT NULL,[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] hTime datetime NOT NULL,[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] hIP varchar(50) NOT NULL,[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] PRIMARY KEY (hID)[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] ) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B][B]Update ID:[/B] 1 - 4[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B][B]Database Error:[/B][/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B][B]Database SQL:[/B][/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B]CREATE TABLE fog.hosts ([/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] hostID int(11) NOT NULL auto_increment,[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] hostName varchar(16) NOT NULL,[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] hostDesc longtext NOT NULL,[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] hostIP varchar(25) NOT NULL,[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] hostImage int(11) NOT NULL,[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] hostBuilding int(11) NOT NULL,[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] hostCreateDate datetime NOT NULL,[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B] hostCreateBy varchar(50) NOT NULL,[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B]…[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B]…[/B][/SIZE][/B][/SIZE]
      [SIZE=5][B][SIZE=5][B][/code][/B][/SIZE]
      [SIZE=5][B]Please help me and give me any hints then I solve this problem.[/B][/SIZE]
      [SIZE=5][B]Thank you and many greetings.[/B][/SIZE]

      posted in FOG Problems
      O
      Oma Voss
    • RE: Apache2 for FOG no access possible

      Thank you, it works now.

      I expected no means a lightning-fast response to my request for help. I just wanted to give an indication of the problem because I assume that it will still affect other users.

      Thanks for all and best regards.

      posted in Linux Problems
      O
      Oma Voss
    • Apache2 for FOG no access possible

      Hello,

      I’m trying to install FOG 0.33B in an fresh Ubuntu 14.04 LTS, but I’m not on the interface. Please you going to watch the photo SAM_1980.jpg and help me further. Thank you.
      [ATTACH]669[/ATTACH]

      [url=“/_imported_xf_attachments/0/669_SAM_1980.JPG?:”]SAM_1980.JPG[/url]

      posted in Linux Problems
      O
      Oma Voss
    • RE: FOG 0.33b not boot a 64 bit machine

      Many many thanks, I used now rev. 1455 and 64bit access it´s successful!

      I must learn Linux basics …

      posted in FOG Problems
      O
      Oma Voss
    • RE: FOG 0.33b not boot a 64 bit machine

      I trying this into ubuntu 12.04 unsuccessful:

      guenter@FOG-Server:~$ sudo chown -R fog.wwwdata /var/www/fog/service/ipxe
      [sudo] password for guenter:
      chown: ungültiger Benutzer: »fog.wwwdata“
      guenter@FOG-Server:~$

      Any hints?

      posted in FOG Problems
      O
      Oma Voss
    • RE: FOG 0.33b not boot a 64 bit machine

      [ATTACH]659[/ATTACH] FOG Configuration -> Kernel Update -> Unofficial Kernels -> Kernel 3.14.0 -> Download — Error; please see SAM_1978.jpg.

      Please help.

      Thank you.

      Edit:

      FOG Configuration -> Kernel Update -> Published Kernels -> Kernel 3.8.8 Core -> Download — please see SAM1979.jpg (staying since 25 minutes — Cursor goes round and round and round ----)

      [ATTACH]660[/ATTACH]

      [url=“/_imported_xf_attachments/0/659_SAM_1978.JPG?:”]SAM_1978.JPG[/url][url=“/_imported_xf_attachments/0/660_SAM_1979.JPG?:”]SAM_1979.JPG[/url]

      posted in FOG Problems
      O
      Oma Voss
    • RE: FOG 0.33b not boot a 64 bit machine

      Yes, that’s right.
      A 32 bit system get’s an IP, but your 64 bit systems don’t.

      posted in FOG Problems
      O
      Oma Voss
    • FOG 0.33b not boot a 64 bit machine

      Hi,
      Can not find 64-bit machine the DHCP server, but find 32-bit machine the DHCP server. Therefore, in 64-bit machine fails PXE boot.

      What am I doing wrong?
      [ATTACH]657[/ATTACH]

      I using rev. 1452.
      Thank you and best regards.

      [url=“/_imported_xf_attachments/0/657_SAM_1977.JPG?:”]SAM_1977.JPG[/url]

      posted in FOG Problems
      O
      Oma Voss
    • RE: Which kernel is the right one?

      Hi Tom,
      where can I find these files and where are they configured?

      Many greetings.

      posted in FOG Problems
      O
      Oma Voss
    • Which kernel is the right one?

      Hi,
      FOG 0.33B works fine with 64bit machines, but which kernel should I choose for 32bit machines?

      Thank you and best regards.

      [url=“/_imported_xf_attachments/0/609_SAM_1975.JPG?:”]SAM_1975.JPG[/url]

      posted in FOG Problems
      O
      Oma Voss
    • Is update useful?

      Hi all,
      it is actually useful to install after a few days a current revision of the FOG 0.33beta?

      I do not know exactly which version works very well here and I think it is the revision 3149th.

      Many greetings.

      posted in General
      O
      Oma Voss
    • 1
    • 2
    • 3
    • 1 / 3