• urpmi limit on packages?

    From William Unruh@2:250/1 to All on Fri May 3 18:00:12 2024
    Does urpmi have a limit on the number af packages it can handle? I
    istalled a new computer with mga9, and wanted bring the system up to
    what was there in mga8. There were 1700 packages in Mga8 that were not
    in the mga9 installation. I did

    urpmi `cat diff`
    where diff was that list of 1700 packages. I got a mess coming out of
    that.
    I finally did
    fot i in `cat diff`; do urpmi $i; done
    which took forever(hours rather than 10s of minutes) because it kept
    listing all the files that had already been installed through
    dependencies (something urpmi handles if that list had been smaller).
    What is the limit on packages urpmi can handle?

    --- MBSE BBS v1.0.8.6 (Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From David W. Hodgins@2:250/1 to All on Fri May 3 20:53:19 2024
    On Fri, 03 May 2024 13:00:12 -0400, William Unruh <unruh@invalid.ca> wrote:

    Does urpmi have a limit on the number af packages it can handle? I
    istalled a new computer with mga9, and wanted bring the system up to
    what was there in mga8. There were 1700 packages in Mga8 that were not
    in the mga9 installation. I did

    urpmi `cat diff`
    where diff was that list of 1700 packages. I got a mess coming out of
    that.
    I finally did
    fot i in `cat diff`; do urpmi $i; done
    which took forever(hours rather than 10s of minutes) because it kept
    listing all the files that had already been installed through
    dependencies (something urpmi handles if that list had been smaller).
    What is the limit on packages urpmi can handle?

    See "man urpmi" for the split-level and split-number options.

    Regards, Dave Hodgins

    --- MBSE BBS v1.0.8.6 (Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From William Unruh@2:250/1 to All on Sat May 4 22:51:34 2024
    On 2024-05-03, David W. Hodgins <dwhodgins@nomail.afraid.org> wrote:
    On Fri, 03 May 2024 13:00:12 -0400, William Unruh <unruh@invalid.ca> wrote:

    Does urpmi have a limit on the number af packages it can handle? I
    istalled a new computer with mga9, and wanted bring the system up to
    what was there in mga8. There were 1700 packages in Mga8 that were not
    in the mga9 installation. I did

    urpmi `cat diff`
    where diff was that list of 1700 packages. I got a mess coming out of
    that.
    I finally did
    fot i in `cat diff`; do urpmi $i; done
    which took forever(hours rather than 10s of minutes) because it kept
    listing all the files that had already been installed through
    dependencies (something urpmi handles if that list had been smaller).
    What is the limit on packages urpmi can handle?

    See "man urpmi" for the split-level and split-number options.

    But split-level says its default is 20. I do not believe this since I
    have seen up to 50 packages at a time when installing and when carrying
    out the procedure I did now when it did not work. It simply sat and
    thought a while and then spewed out a huge number of errors. When I did
    them one at time (it took forever) there were no errors at all. So
    something seems to be broken.

    Regards, Dave Hodgins

    --- MBSE BBS v1.0.8.6 (Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)