• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. fabritrento
    3. Posts
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 32
    • Posts 151
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: after a upgrade to ubuntu 14.04LTS fog don't work anymore

      the main problem is that repository installed a version of php-common that has problems.

      here some logs:

      administrator@fog:~/svn/trunk/bin$ sudo apt-get install php5-fpm
      Lettura elenco dei pacchetti… Fatto
      Generazione albero delle dipendenze
      Lettura informazioni sullo stato… Fatto
      php5-fpm è già alla versione più recente.
      0 aggiornati, 0 installati, 0 da rimuovere e 14 non aggiornati.
      10 non completamente installati o rimossi.
      Dopo quest’operazione, verranno occupati 0 B di spazio su disco.
      Continuare? [S/n] S
      Configurazione di php5-common (5.6.13+dfsg-1+deb.sury.org~trusty+3)…
      find: impossibile fare fork: Impossibile allocare memoria
      dpkg: errore nell’elaborare il pacchetto php5-common (–configure):
      il sottoprocesso installato script di post-installation ha restituito lo stato di errore 1
      E: Sub-process /usr/bin/dpkg returned an error code (1)
      administrator@fog:~/svn/trunk/bin$

      administrator@fog:~/svn/trunk/bin$ apt-cache policy php5-common
      php5-common:
      Installato: 5.6.13+dfsg-1+deb.sury.org~trusty+3
      Candidato: 5.6.13+dfsg-1+deb.sury.org~trusty+3
      Tabella versione:
      *** 5.6.13+dfsg-1+deb.sury.org~trusty+3 0
      500 http://ppa.launchpad.net/ondrej/php5-5.6/ubuntu/ trusty/main i386 Packages
      100 /var/lib/dpkg/status
      5.5.9+dfsg-1ubuntu4.11 0
      500 http://it.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 Packages
      500 http://security.ubuntu.com/ubuntu/ trusty-security/main i386 Packages
      5.5.9+dfsg-1ubuntu4 0
      500 http://it.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages

      administrator@fog:~$ sudo apt-get purge php5-fpm
      Lettura elenco dei pacchetti… Fatto
      Generazione albero delle dipendenze
      Lettura informazioni sullo stato… Fatto
      I seguenti pacchetti saranno RIMOSSI:
      php5-fpm*
      0 aggiornati, 0 installati, 1 da rimuovere e 14 non aggiornati.
      10 non completamente installati o rimossi.
      Dopo quest’operazione, verranno liberati 9.081 kB di spazio su disco.
      Continuare? [S/n] S
      dpkg: php5-fpm: problemi con le dipendenze, ma viene rimosso comunque:
      php5 dipende da libapache2-mod-php5 (>= 5.5.9+dfsg-1ubuntu4.11) | libapache2-mod-php5filter (>= 5.5.9+dfsg-1ubuntu4.11) | php5-cgi (>= 5.5.9+dfsg-1ubuntu4.11) | php5-fpm (>= 5.5.9+dfsg-1ubuntu4.11); comunque:
      Il pacchetto libapache2-mod-php5 non è ancora configurato.
      Il pacchetto libapache2-mod-php5filter non è installato.
      Il pacchetto php5-cgi non è installato.
      Il pacchetto php5-fpm sta per essere rimosso.

      (Lettura del database… 103808 file e directory attualmente installati.)
      Rimozione di php5-fpm (5.6.13+dfsg-1+deb.sury.org~trusty+3)…
      Eliminazione dei file di configurazione di php5-fpm (5.6.13+dfsg-1+deb.sury.org~trusty+3)…
      Elaborazione dei trigger per man-db (2.6.7.1-1ubuntu1)…
      Configurazione di php5-common (5.6.13+dfsg-1+deb.sury.org~trusty+3)…
      find: impossibile fare fork: Impossibile allocare memoria
      dpkg: errore nell’elaborare il pacchetto php5-common (–configure):
      il sottoprocesso installato script di post-installation ha restituito lo stato di errore 1
      E: Sub-process /usr/bin/dpkg returned an error code (1)
      administrator@fog:~$

      posted in FOG Problems
      F
      fabritrento
    • after a upgrade to ubuntu 14.04LTS fog don't work anymore

      after a upgrade to ubuntu 14.04LTS fog don’t work anymore.

      I upgraded from 12.04LTS to 14.04LTS.

      My FOG installaton don’t work anymore.

      so now i’m ready to help testing fog for 14.04LTS (i cannot revert back).

      posted in FOG Problems fog-1.2.0
      F
      fabritrento
    • Advenced pxe boot menu: iso deleted after a fog update to svn version

      finally i get a working config of a ubuntu boot in advenced menu:

      :UBUNTU

      See [url]http://manpages.ubuntu.com/manpages/precise/man7/casper.7.html[/url] for casper cmdline details

      kernel [url]http://192.168.0.3/fog/iso/ubuntu/casper/vmlinuz[/url]
      initrd [url]http://192.168.0.3/fog/iso/ubuntu/casper/initrd.lz[/url]
      imgargs vmlinuz root=/dev/nfs boot=casper netboot=nfs nfsroot=192.168.0.3:/var/www/fog/iso/ubuntu/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=no mirror/country=NO
      boot || goto failed
      goto start

      $ cat /etc/exports
      /images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)
      /images/dev *(rw,sync,no_wdelay,no_root_squash,insecure)
      /var/www/fog/iso/ubuntu/ *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)

      administrator@fog:/var/www/fog/iso/ubuntu$ ls -la
      totale 32
      dr-xr-xr-x 5 root root 4096 dic 5 12:48 .
      drwxr-xr-x 3 root root 4096 dic 5 12:47 …
      dr-xr-xr-x 3 root root 4096 dic 9 08:37 casper
      dr-xr-xr-x 2 root root 4096 ago 9 22:19 .disk
      dr-xr-xr-x 2 root root 4096 ago 9 22:19 isolinux
      -r-xr-xr-x 1 root root 8351 ago 9 22:20 SHA256SUMS
      administrator@fog:/var/www/fog/iso/ubuntu$

      after a fog update, the /var/www/fog/iso directory was eliminated, and also the line in exportfs config file. Is possible to say to installer don’t to delete these 2 things?

      posted in FOG Problems
      F
      fabritrento
    • RE: Grub informations present into source disk not copyed

      [quote=“Tom Elliott, post: 41117, member: 7271”]What if you put the image os to Linux?[/quote]

      if i put linux the image creation of windows partition fail

      posted in FOG Problems
      F
      fabritrento
    • RE: Grub informations present into source disk not copyed

      image type win2000/xp
      multiple partition single disk

      posted in FOG Problems
      F
      fabritrento
    • RE: Grub informations present into source disk not copyed

      [quote=“Tom Elliott, post: 41110, member: 7271”]In what version of fog?[/quote]

      1.2.0

      posted in FOG Problems
      F
      fabritrento
    • Grub informations present into source disk not copyed

      if i clone a pc with grub 2.0.x and dualboot winxp + xubuntu after image deployment the system is unable to boot.

      the only way to boot is boot with a livecd and do these commands:

      sudo mount /dev/sda2 /mnt
      sudo mount -o bind /dev /mnt/dev
      sudo mount -o bind /proc /mnt/proc
      sudo mount -o bind /sys /mnt/sys
      sudo chroot /mnt
      update-grub
      grub-install /dev/sda

      i added a entry of a ubuntu remix cd image into advenced fog boot menu to boot more fast than insert every time a livecd into cd-reader.

      is possible to execute commands automatically after a image deployment that contain grub?

      posted in FOG Problems
      F
      fabritrento
    • Vesafb problem in fog network boot menu

      when i boot fog menu from network i get this error:

      [url]http://ipxe.org/err/1d8c21[/url]

      seems that on certain type of vga cards (for example nvidia vanta/tnt2 and ati rage 128) boot menu don’t shows.

      is possible to disable vesafb mode and use a standard vga mode?

      posted in FOG Problems
      F
      fabritrento
    • A pc with nvidia riva tnt2 don't make network boot

      A pc with nvidia riva tnt2 vanta don’t make network boot (the graphic menu don’t show), if i remove the graphic board from pc, then network boot works.

      posted in FOG Problems
      F
      fabritrento
    • Image upload: second partition not cloned

      i have a problem with fog 1.2.0: the second partition (ext4 fs) was not cloned. Only a file of 20bytes is created

      administrator@fog:/images/PCCAP4CHIPSETSIS661$ ls -la
      totale 6827564
      drwxrwxrwx 2 root root 4096 dic 9 17:09 .
      drwxrwxrwx 7 root root 4096 dic 9 17:13 …
      -rwxrwxrwx 1 root root 512 dic 9 16:48 d1.mbr
      -rwxrwxrwx 1 root root 5921150700 dic 9 17:09 d1p1.img
      -rwxrwxrwx 1 root root 20 dic 9 17:09 d1p2.img
      -rwxrwxrwx 1 root root 1070247764 dic 9 17:13 d1p3.img
      administrator@fog:/images/PCCAP4CHIPSETSIS661$

      docente@docente-HP-Compaq-dc5800-Microtower:~$ sudo fdisk -l

      Disk /dev/sda: 82.0 GB, 81963220480 bytes
      255 testine, 63 settori/tracce, 9964 cilindri, totale 160084415 settori
      Unità = settori di 1 * 512 = 512 byte
      Sector size (logical/physical): 512 bytes / 512 bytes
      I/O size (minimum/optimal): 512 bytes / 512 bytes
      Identificativo disco: 0x6e574909

      Dispositivo Boot Start End Blocks Id System
      /dev/sda1 * 63 61432559 30716248+ 7 HPFS/NTFS/exFAT
      /dev/sda2 61433856 90728447 14647296 83 Linux
      /dev/sda3 90728448 94728191 1999872 82 Linux swap / Solaris
      docente@docente-HP-Compaq-dc5800-Microtower:~$

      another problem is that swapfs sometime is copyed and sometime not. in this case yes.

      posted in FOG Problems
      F
      fabritrento
    • RE: Add a livecd entry in network boot menu

      finally i get a working config:

      :UBUNTU
      See [url]http://manpages.ubuntu.com/manpages/precise/man7/casper.7.html[/url] for casper cmdline details
      kernel [url]http://192.168.0.3/fog/iso/ubuntu/casper/vmlinuz[/url]
      initrd [url]http://192.168.0.3/fog/iso/ubuntu/casper/initrd.lz[/url]
      imgargs vmlinuz root=/dev/nfs boot=casper netboot=nfs nfsroot=192.168.0.3:/var/www/fog/iso/ubuntu/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=no mirror/country=NO
      boot || goto failed
      goto start

      $ cat /etc/exports
      /images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)
      /images/dev *(rw,sync,no_wdelay,no_root_squash,insecure)
      /var/www/fog/iso/ubuntu/ *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)

      administrator@fog:/var/www/fog/iso/ubuntu$ ls -la
      totale 32
      dr-xr-xr-x 5 root root 4096 dic 5 12:48 .
      drwxr-xr-x 3 root root 4096 dic 5 12:47 …
      dr-xr-xr-x 3 root root 4096 dic 9 08:37 casper
      dr-xr-xr-x 2 root root 4096 ago 9 22:19 .disk
      dr-xr-xr-x 2 root root 4096 ago 9 22:19 isolinux
      -r-xr-xr-x 1 root root 8351 ago 9 22:20 SHA256SUMS
      administrator@fog:/var/www/fog/iso/ubuntu$

      posted in FOG Problems
      F
      fabritrento
    • RE: Live CD Configurations for boot

      finally i get a working config:

      :UBUNTU

      See [url]http://manpages.ubuntu.com/manpages/precise/man7/casper.7.html[/url] for casper cmdline details

      kernel [url]http://192.168.0.3/fog/iso/ubuntu/casper/vmlinuz[/url]
      initrd [url]http://192.168.0.3/fog/iso/ubuntu/casper/initrd.lz[/url]
      imgargs vmlinuz root=/dev/nfs boot=casper netboot=nfs nfsroot=192.168.0.3:/var/www/fog/iso/ubuntu/ locale=en_US.UTF-8 keyboard-configuration/layoutcode=no mirror/country=NO
      boot || goto failed
      goto start

      $ cat /etc/exports
      /images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)
      /images/dev *(rw,sync,no_wdelay,no_root_squash,insecure)
      /var/www/fog/iso/ubuntu/ *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)

      administrator@fog:/var/www/fog/iso/ubuntu$ ls -la
      totale 32
      dr-xr-xr-x 5 root root 4096 dic 5 12:48 .
      drwxr-xr-x 3 root root 4096 dic 5 12:47 …
      dr-xr-xr-x 3 root root 4096 dic 9 08:37 casper
      dr-xr-xr-x 2 root root 4096 ago 9 22:19 .disk
      dr-xr-xr-x 2 root root 4096 ago 9 22:19 isolinux
      -r-xr-xr-x 1 root root 8351 ago 9 22:20 SHA256SUMS
      administrator@fog:/var/www/fog/iso/ubuntu$

      posted in FOG Problems
      F
      fabritrento
    • RE: Live CD Configurations for boot

      [quote=“Tom Elliott, post: 39705, member: 7271”]According to this: [url]http://forum.ipxe.org/showthread.php?tid=6879[/url]

      initrd [url]http://192.168.xxx.xxx:port/mxp14.iso[/url]
      chain memdisk iso

      Notice the lack of “raw” at the end? Maybe this will help?

      initrd http://${fog-ip}/fog/service/ipxe/iso/ubuntu-14.04-64.iso
      chain memdisk iso ||
      echo failed to boot
      prompt
      goto MENU[/code][/quote]

      with this configuration i get:

      BusyBox v1.21.1 (Ubuntu 1:1.21.0-1ubuntu1) built-in shell (ash)
      Enter ‘help’ for a list of built-in commands
      (intrafms) Unable to find a medium containing a live file system

      posted in FOG Problems
      F
      fabritrento
    • RE: Live CD Configurations for boot

      i tryed also

      :UBUNTU
      kernel [url]http://${fog-ip}/fog/iso/ubuntu/casper/vmlinuz[/url]
      initrd [url]http://${fog-ip}/fog/iso/ubuntu/casper/initrd.lz[/url]
      imgargs vmlinuz root=/dev/nfs boot=. netboot=nfs nfsroot=192.168.0.3:/var/www/fog/iso/ubuntu/casper/ locale=it_IT console-setup/layoutcode=no
      boot || goto failed
      goto MENU

      using nfs and the kernel boots up after that, (intramfs) is printed on screen

      posted in FOG Problems
      F
      fabritrento
    • RE: Live CD Configurations for boot

      i tryed also this version, that don’t work:

      :UBUNTU
      kernel [url]http://${fog-ip}/fog/iso/ubuntu/casper/vmlinuz[/url]
      initrd [url]http://${fog-ip}/fog/iso/ubuntu/casper/initrd.lz[/url]
      imgargs vmlinuz boot=live config console=ttyS0 username=live fetch=[url]http://${fog-ip}/fog/iso/ubuntu/casper/filesystem.squashfs[/url]
      boot || goto failed
      goto MENU

      posted in FOG Problems
      F
      fabritrento
    • RE: Add a livecd entry in network boot menu

      this version downloads the iso from server but the boot fails saying: “(intramfs) Unable to find a medium containing a live file system”

      :MENU
      menu
      item --gap – ------------- Advanced Menu --------------
      item XUBUNTU Boot to a xubuntu 14.04.1
      item RETURN Return to the Top Menu
      choose --default RETURN --timeout 30000 target && goto ${target}

      :XUBUNTU
      initrd [url]http://${fog-ip}/fog/iso/xubuntu-14.04.1-desktop-i386.iso[/url]
      chain memdisk iso raw ||
      goto MENU

      :RETURN
      boot [url]http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac[/url]} ||
      prompt
      goto MENU

      autoboot

      posted in FOG Problems
      F
      fabritrento
    • RE: Add a livecd entry in network boot menu

      [quote=“Tom Elliott, post: 39687, member: 7271”]What is the issue? Is it loading, not loading, what’s happening/or not happening?[/quote]

      gives a error, i found many examples but none howto boot ubuntu livecd instead a windows livecd.

      exist a way to boot also a minimal linux kernel that make me able to mount and chroot local disks?

      posted in FOG Problems
      F
      fabritrento
    • RE: Add a livecd entry in network boot menu

      i tryed out this config, that don’t work:

      #----------------------------------------
      :MENU
      menu
      item --gap – ------------- Advanced Menu --------------
      item XUBUNTU Boot to a xubuntu 14.04.1
      item RETURN Return to the Top Menu
      choose --default RETURN --timeout 30000 target && goto ${target}

      :XUBUNTU
      imgfetch [url]http://${fog-ip}/fog/iso/xubuntu-14.04.1-desktop-i386.iso[/url]
      boot memdisk iso raw ||
      goto MENU

      :RETURN
      boot [url]http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac[/url]} ||
      prompt
      goto MENU

      autoboot

      #----------------------------------------

      where is the error?

      posted in FOG Problems
      F
      fabritrento
    • RE: Grub not cloned

      single disk, multiple partitions

      posted in FOG Problems
      F
      fabritrento
    • RE: Multicast deploy run slow...

      no, i don’t have other switchs

      posted in FOG Problems
      F
      fabritrento
    • 1 / 1