1 Reply Latest reply on Aug 10, 2010 1:40 AM by goldmann

    man pages on boxgrinder VM's

    tpedone

      I noticed that man pages are not setup on the VM's that get built using BoxGrinder.  Even the boxgrinder meta appliance doesn't have the man pages setup correctly.  In my VM, I've verified that the man and man-pages packages are installed but still get an error (no manual entry for xxxx) when invoking man for common commands like yum or rpm or even built in shell commands like ls or cp.

        • 1. Re: man pages on boxgrinder VM's
          goldmann

          Hi Tim,

           

          I've created BGBUILD-42 to investigate this. I see some errors while building appliances, this is probably the cause:

           

          D, [2010-08-09T02:52:49.260387 #5105] DEBUG -- : install-info: No such file or directory for /usr/share/info/grub.info.gz
          D, [2010-08-09T02:52:49.262796 #5105] DEBUG -- : install-info: No such file or directory for /usr/share/info/multiboot.info.gz
          D, [2010-08-09T02:52:49.263253 #5105] DEBUG -- : error: %post(grub-0.97-13.5.i386) scriptlet failed, exit status 1
          D, [2010-08-09T02:52:49.267534 #5105] DEBUG -- : Installing: grub                         ##################### [ 65/129]
          D, [2010-08-09T02:52:49.347245 #5105] DEBUG -- : Installing: libselinux                   ##################### [ 66/129]
          D, [2010-08-09T02:52:49.380748 #5105] DEBUG -- : Installing: device-mapper                ##################### [ 67/129]
          D, [2010-08-09T02:52:49.492641 #5105] DEBUG -- : Installing: e2fsprogs-libs               ##################### [ 68/129]
          D, [2010-08-09T02:52:49.557692 #5105] DEBUG -- : Installing: openssl                      ##################### [ 69/129]
          D, [2010-08-09T02:52:49.692648 #5105] DEBUG -- : Installing: krb5-libs                    ##################### [ 70/129]
          D, [2010-08-09T02:52:49.758151 #5105] DEBUG -- : Installing: shadow-utils                 ##################### [ 71/129]
          D, [2010-08-09T02:52:49.810759 #5105] DEBUG -- : Installing: kpartx                       ##################### [ 72/129]
          D, [2010-08-09T02:52:49.919402 #5105] DEBUG -- : Installing: e2fsprogs                    ##################### [ 73/129]
          D, [2010-08-09T02:52:49.967554 #5105] DEBUG -- : Installing: rpm-libs                     ##################### [ 74/129]
          D, [2010-08-09T02:52:49.981909 #5105] DEBUG -- : Installing: libselinux-utils             ##################### [ 75/129]
          D, [2010-08-09T02:52:50.013561 #5105] DEBUG -- : Installing: logrotate                    ##################### [ 76/129]
          D, [2010-08-09T02:52:50.059741 #5105] DEBUG -- : install-info: No such file or directory for /usr/share/info/find.info.gz
          D, [2010-08-09T02:52:50.060271 #5105] DEBUG -- : error: %post(findutils-4.2.27-6.el5.i386) scriptlet failed, exit status 1
          D, [2010-08-09T02:52:50.241536 #5105] DEBUG -- : Installing: findutils                    ##################### [ 77/129]
          D, [2010-08-09T02:52:50.339851 #5105] DEBUG -- : Installing: device-mapper-multipath      ##################### [ 78/129]
          D, [2010-08-09T02:52:50.365912 #5105] DEBUG -- : Installing: MAKEDEV                      ##################### [ 79/129]
          D, [2010-08-09T02:52:50.406708 #5105] DEBUG -- : Installing: openldap                     ##################### [ 80/129]
          D, [2010-08-09T02:52:50.558360 #5105] DEBUG -- : Installing: device-mapper-event          ##################### [ 81/129]
          D, [2010-08-09T02:52:50.670722 #5105] DEBUG -- : Installing: lvm2                         ##################### [ 82/129]
          D, [2010-08-09T02:52:52.941857 #5105] DEBUG -- : Installing: tar                          ##################### [ 83/129]
          D, [2010-08-09T02:52:53.001642 #5105] DEBUG -- : Installing: net-tools                    ##################### [ 84/129]
          D, [2010-08-09T02:52:53.029200 #5105] DEBUG -- : Installing: psmisc                       ##################### [ 85/129]
          D, [2010-08-09T02:52:53.066367 #5105] DEBUG -- : Installing: cracklib                     ##################### [ 86/129]
          D, [2010-08-09T02:52:53.133414 #5105] DEBUG -- : Installing: curl                         ##################### [ 87/129]
          D, [2010-08-09T02:52:53.175909 #5105] DEBUG -- : install-info: No such file or directory for /usr/share/info/wget.info.gz
          D, [2010-08-09T02:52:53.176664 #5105] DEBUG -- : error: %post(wget-1.11.4-2.el5_4.1.i386) scriptlet failed, exit status 1
          D, [2010-08-09T02:52:53.191513 #5105] DEBUG -- : Installing: wget                         ##################### [ 88/129]
          D, [2010-08-09T02:52:53.490675 #5105] DEBUG -- : Installing: vim-minimal                  ##################### [ 89/129]
          D, [2010-08-09T02:52:53.540960 #5105] DEBUG -- : grep: /usr/share/info/dir: No such file or directory
          D, [2010-08-09T02:52:54.122594 #5105] DEBUG -- : Installing: coreutils                    ##################### [ 90/129]
          D, [2010-08-09T02:52:54.367410 #5105] DEBUG -- : Installing: python                       ##################### [ 91/129]
          D, [2010-08-09T02:52:54.688993 #5105] DEBUG -- : Installing: pam                          ##################### [ 92/129]
          D, [2010-08-09T02:52:54.861528 #5105] DEBUG -- : Installing: udev                         ##################### [ 93/129]
          D, [2010-08-09T02:52:54.931298 #5105] DEBUG -- : install-info: No such file or directory for /usr/share/info/ipc.info*
          

           

          --Marek