Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login

    Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

    If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

    Debian Feed problem

    Scheduled Pinned Locked Moved Support
    8 Posts 4 Posters 55 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • I Offline
      ilkerhalil_4345
      last edited by

      Hey,
      When we try to download debian package, the size of the package is zero
      What is the reason of this?

      1 Reply Last reply Reply Quote 0
      • atrippA Offline
        atripp inedo-engineer
        last edited by

        Hi; we'll need a bit more information to help... such as what version of ProGet is this? What debian package is it? etc.

        1 Reply Last reply Reply Quote 0
        • I Offline
          ilkerhalil_4345
          last edited by ilkerhalil_4345

          Sorry,
          I'm using proget Version 5.2.18 (Build 2).
          I created a debian repository and pushed a package.when I download this, the package come as zero size.
          But I dont face this problem with other repository (nuget,etc)

          1 Reply Last reply Reply Quote 0
          • atrippA Offline
            atripp inedo-engineer
            last edited by

            It might be something w/ the package format, but it's hard to say.

            1. How did you create the package? Please share the commands you used, etc.

            2. Can you share this package? Please attach it or upload it

            3. How did you push this package? Please share commands you used to do it

            1 Reply Last reply Reply Quote 0
            • K Offline
              kvasudevan_8753
              last edited by

              Has there been a workaround/resolution to this issue? I seem to have the same problem with the debian feed. The upload is fine, as I can confirm on the proget backend, the file is uploaded fine. However when we download the package via apt-get or via UI, the package is zero bytes. We are on proget 5.2.30 and we are running proget docker container.

              Thanks

              1 Reply Last reply Reply Quote 0
              • atrippA Offline
                atripp inedo-engineer
                last edited by

                There hasn't been any activity or other reports of this problem since I asked the earlier questions.... it's obviously nothing we can reproduce.

                If you can help by answering those questions then we can start to investigate. Thanks :)

                @atripp said in Debian Feed problem:

                How did you create the package? Please share the commands you used, etc.

                Can you share this package? Please attach it or upload it

                How did you push this package? Please share commands you used to do it

                K 1 Reply Last reply Reply Quote 0
                • K Offline
                  kvasudevan_8753 @atripp
                  last edited by kvasudevan_8753

                  @atripp said in Debian Feed problem:

                  There hasn't been any activity or other reports of this problem since I asked the earlier questions.... it's obviously nothing we can reproduce.

                  If you can help by answering those questions then we can start to investigate. Thanks :)

                  @atripp said in Debian Feed problem:

                  How did you create the package? Please share the commands you used, etc.

                  Can you share this package? Please attach it or upload it

                  How did you push this package? Please share commands you used to do it

                  Thanks @atripp for having a look at this issue.

                  The debian package (rtpengine) was created using the instructions here: https://nickvsnetworking.com/rtpengine-installation-configuration/

                  We used docker to build our debian package, so summary of steps:

                  • install the dependencies and run the following in a container

                  ENV BCG_VER=${BCG_VER}
                  RUN curl https://codeload.github.com/BelledonneCommunications/bcg729/tar.gz/${BCG_VER} --output bcg729_${BCG_VER}.orig.tar.gz && tar zxf bcg729_${BCG_VER}.orig.tar.gz
                  RUN git clone https://github.com/ossobv/bcg729-deb.git bcg729-${BCG_VER}/debian
                  RUN cd bcg729-${BCG_VER} && dpkg-buildpackage -us -uc -sa
                  RUN dpkg -i libbcg729-*.deb
                  ENV RTP_VER=${RTP_VER}
                  RUN git clone https://github.com/sipwise/rtpengine.git
                  RUN cd rtpengine && git checkout ${RTP_VER} && dpkg-checkbuilddeps && dpkg-buildpackage

                  Yes, I have the package, happy to upload it to your file share site if you have one (Alternatively, it's available here: https://filebin.net/tq2ebua1o38z5w5l)

                  The package was pushed using curl:

                  curl https://proget.XXXX/debian-packages/upload/bionic-uw/main/ngcp-rtpengine_7.5.4.1+0~mr7.5.4.1_all.deb --user 'debupload:XXXXX' --upload-file ngcp-rtpengine_7.5.4.1+0~mr7.5.4.1_all.deb

                  On the backend proget server, I can see the file has been uploaded and it's definitely not 0 bytes

                  -Krish

                  1 Reply Last reply Reply Quote 0
                  • gdivisG Offline
                    gdivis inedo-engineer
                    last edited by

                    Hi,

                    It looks like this is indeed an issue with the Content-Length header not being set properly when ProGet is running as a Linux container. I've logged this as PG-1740.

                    1 Reply Last reply Reply Quote 0

                    Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                    Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                    With your input, this post could be even better 💗

                    Register Login
                    • 1 / 1
                    • First post
                      Last post
                    Inedo Website Home • Support Home • Code of Conduct • Forums Guide • Documentation