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!

  • Proget 2024.37(8) to 2025 Fails to Upgrade

    8
    0 Votes
    8 Posts
    34 Views
    rhessingerR
    Hi @darren-sloper_5044, Great! Glad to hear you are up and running again! Thanks, Rich
  • ProGet Docker Compose Upgrade Issues

    2
    3 Votes
    2 Posts
    28 Views
    gdivisG
    There was in issue with Docker container initialization due to some of the updated startup code in ProGet 2025 - it's now been resolved, and if you pull the proget:25.0.1 it should work. Hope this helps!
  • Arm/MacOS build of PGutil

    4
    0 Votes
    4 Posts
    10 Views
    gdivisG
    Hi @layfield_8963, We've added osx-arm64 as another target, and we'll start deploying that along with the other binaries. We'll probably push out a new release today or tomorrow. Thanks!
  • Requests accepted by proget while using IIS

    2
    0 Votes
    2 Posts
    9 Views
    stevedennisS
    Hi @parthu-reddy , First, please note that IIS is no longer recommended for ProGet 2024 and it is not supported in ProGet 2025: https://docs.inedo.com/docs/installation/windows/web#iis As for request limits, there are none. And it's not really a question that we can answer - a request can be anything from serving a cached image to doing a query with "chained connectors" that has to do a lot of network activity. It really depends on the types of feeds, configuration, etc. But a good "rule of thumb" is that 50-100 simultaneous connections will start to strain a server, and 10x that very likely be difficult to use. Hope that helps, Steve
  • The process cannot access the file

    2
    2
    0 Votes
    2 Posts
    6 Views
    dean-houstonD
    Hi @parthu-reddy , Nothing to worry about - there are a few ways this can happen, and unless it's happening a lot and/or causing problems with your end-users / pipelines / etc., you can ignore the message. -- Dean
  • 0 Votes
    6 Posts
    30 Views
    apxltdA
    @dimas thanks for that! We're currently studying/monitoring the performance for public mirroring, and one "concerning" thing I recently saw was a sqllite3 index file explode in file size. We don't know how that happened, but suspect it might have to do with some "aggressive" testing / request cancellation. Let us know if you spot anything: https://forums.inedo.com/topic/5410/debian-feed-mirror-performance
  • Error since migrating to PostgreSQL backend.

    4
    0 Votes
    4 Posts
    24 Views
    D
    Hi @dean-houston Thank you for the ultra-quick response. Disabling that feature did indeed provide a workaround solution and currently testing is back on track. Thanks again Darren
  • 0 Votes
    4 Posts
    27 Views
    gdivisG
    Hi @layfield_8963, Looks like this was just a simple bug preventing output from being written when stdout has been redirected. It's now fixed in pgutil 2.1.1. Thanks for the update! -Greg
  • ProGet crash on startup

    3
    0 Votes
    3 Posts
    13 Views
    A
    Your response gave me a hint -- i was just missing the relevant environmental variables from the OCI image. This is now resolved, thanks!
  • API Key Access Logs view

    4
    1
    0 Votes
    4 Posts
    36 Views
    apxltdA
    @michal-roszak_0767 sorry, this is definitely sub-optimal and needs work Basically, when you have API Key Hashing available, there's no way for the page to filter the incoming requests. So, all of the items are shown. It's not really a trivial to fix and requires us to rethink a bit how we are storing/logging this data. We can explore revisiting as part of ProGet 2026.
  • Pagootle: pgutil, but PowerShell

    7
    0 Votes
    7 Posts
    22 Views
    apxltdA
    @steviecoaster the Native API should provide access to all of those procs FYI
  • SBOM: Project-type is missing

    2
    2
    0 Votes
    2 Posts
    17 Views
    rhessingerR
    Hi @caterina, Thanks for bringing this to our attention. I have created a ticket, PG-2990, to track the fix and it should be released in the next maintenance release on June 13th. Thanks, Rich
  • Discrepancy when creating Chocolatey feeds

    2
    0 Votes
    2 Posts
    12 Views
    rhessingerR
    Hi @steviecoaster, Thanks for the find. We'll get this fixed in the next maintenance release. Thanks, Rich
  • IIS/WIA deprecation and support

    2
    0 Votes
    2 Posts
    7 Views
    atrippA
    Hi @sgardj_2482 , ProGet's Integrated Web Server already supports Windows Integrated Authentication (WIA). Actually it supports WIA better than better than IIS in that only the Web UI and supported feeds (or ones you configure) will do the WIA challenge. Behind the scenes, the Integrated Web Server (IWS) uses Kestrel unless you're doing so-called "port sharing", which would be having two web applications sharing the same port. That's becoming less and less common, and isn't something Microsoft recommends anymore. If you bind to a host name in IWS (i.e. port sharing), then the operating-system level HTTP.SYS component is used. That is much less flexible with WIA and every request must be authenticated. Which means it'll never work with Docker, npm, etc. So it's not recommended. Thanks, Alana
  • Error using HTTP Request

    6
    1
    0 Votes
    6 Posts
    11 Views
    rhessingerR
    Hi @michal-roszak_0767, Can you please post what the fix was? Thanks, Rich
  • HTTP 403 response

    2
    1
    0 Votes
    2 Posts
    8 Views
    atrippA
    Hi @michal-roszak_0767 , 401/403 are not logged, so you won't see a server side event. 403 means authentication was successful but the permissions are not OK My guess is that the wrong feed or credentials are being specified. Like maybe using an API key? Thanks, Alana
  • proget-postgres test does not survive container disposal/recreation

    2
    0 Votes
    2 Posts
    17 Views
    gdivisG
    Hi Fritz, We appreciate the feedback on this! ProGet 2025 will indeed have a separate dedicated mount for the database, but we didn't include this in the preview. As to the other issues, yes we do have a supervisor that attempts to start postgres and perform a clean shutdown on container stop... but there are some bugs we are working through, likely made worse by the ownership issues you discovered. These concerns will absolutely be addressed before launch. Again, thanks for trying it out and please let us know of any other issues you find or suggestions you may have! -Greg
  • 0 Votes
    3 Posts
    19 Views
    B
    Thank you. Your comments clarified a few things. I added useApiV3 = $True to the body above, and removed the incorrect use of endpointUrl. The big mistake in the above was Register-PSRepository - I needed to update Microsoft.PowerShell.PSResourceGet to the latest version, and use Register-PSResourceRepository -Name $feed.ShortName -Uri $endpointUrl -ApiVersion 'V3' -Trusted -passthru, where endpointUrl was http://<hostname>:50000/nuget/$feed.ShortName/ Problem solved, thanks again!
  • Drop Path not deleting

    3
    1
    0 Votes
    3 Posts
    13 Views
    steviecoasterS
    Late reply (was out at a conference), but this was in fact permissions related. I've added a check to ensure the Inedo service account has been granted modify permissions on the drop path upon creation, and it is working appropriately!
  • Unable to GET from connector "nuget.org"; using cached copy.

    10
    2
    0 Votes
    10 Posts
    40 Views
    atrippA
    Hi @parthu-reddy , This looks more related to Server Overload / Database than anything to me. Note how all the requests are coming in at exact same second. Can you throttle your load balancer a bit, so they don't all hit at the same time? Even a slight delay will help. FYI - we are tracking a recent regression to SQL Server analysis engine (???) that is causing one particular query (NuGet_GetPackage) to go incredibly slow under extreme traffic. For some reason, it's using the wrong plan suddly. It's been happening to a few users after a recent upgrade/patch to SQL Server. We have a work-around but would like to test it in the field against a user. Thanks, Alana
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation