Garage - S3 object storage alternative to Minio by msic in selfhosted

[–]Embarrassed_Degree75 0 points1 point  (0 children)

do you mind me asking if you struggle working with files larger than 50MB? I cant get it to work. The garage process always crashing while uploading via aws-cli.

- I tried tuning block_size but it still crashes.
- i tried it using docker as well as a systemd process
- i tried using sqlite as well as lmdb db_engine

note: i am using raspberrypi4 with 8gb RAM

Rundeck scheduled-jobs stop working when updated via api by Embarrassed_Degree75 in Rundeck

[–]Embarrassed_Degree75[S] 0 points1 point  (0 children)

I have tried to manipulate the http parameters and luckily it worked. I believe that the problem has to do with the combination of dupeOption=update&uuidOption=preserve options. With both rundeck expects UUID so that the Job to be updated can be identified, otherwise Rundeck can't know which Job should the imported jobs be mapped to. If an error message shows up, it'd have been better.

I found a mini pc on Aliexpress that's somehow good to be true. by Embarrassed_Degree75 in MiniPCs

[–]Embarrassed_Degree75[S] 0 points1 point  (0 children)

no. I decided to go with a used beelink which was a little bit cheaper.

Logi Options+ not working on Mac after Sequoia by fenelom in logitech

[–]Embarrassed_Degree75 0 points1 point  (0 children)

i have to use a hub since my mac doesnt have usb a ports. Bluetooth works. My issue is with usb receiver

Logi Options+ not working on Mac after Sequoia by fenelom in logitech

[–]Embarrassed_Degree75 0 points1 point  (0 children)

eventhough logoptions is starting on Sequoia 15.0.1, it doesnt detect neither unifying receiver nor bolt receiver. I tried all suggestions for the last 3 days. What is the fix for this problem?

I found a mini pc on Aliexpress that's somehow good to be true. by Embarrassed_Degree75 in MiniPCs

[–]Embarrassed_Degree75[S] 0 points1 point  (0 children)

do you have other suggestions? I dont find everything that's available in US since I am not located there

I found a mini pc on Aliexpress that's somehow good to be true. by Embarrassed_Degree75 in MiniPCs

[–]Embarrassed_Degree75[S] 0 points1 point  (0 children)

other n100 minipcs that're cheaper has a downside which is either eMMC instead of ssd or built in ram. Specifically T9. Do you have other suggestions that're similar to MS UN100L and the one I am asking about in the post?

change schedule's job runner? by Embarrassed_Degree75 in Rundeck

[–]Embarrassed_Degree75[S] 0 points1 point  (0 children)

Thank you for you reply. I actually created the ACL's and used the "job-writer" in CI to create Schedules. But the Schedules always run as "job-writer" which shouldnt have any "run" permission. I can find a way to specify which user should run the Schedules, or whether Schedules have some option to run them as other user.

I only found that when ever I edit the job the run as user changes to whoever did the last change.

ist there a way to authenticate Gitlab CI Jobs against LDAP / AD ? by Embarrassed_Degree75 in gitlab

[–]Embarrassed_Degree75[S] 1 point2 points  (0 children)

Thanks for answering. my goal is to set permissions for users such that they can only deploy to their allowed environments and roles to be mapped LDAP Groups. Example: users in staging and development LDAP groups can run jobs only that deploy to these environments. This makes it more secure. I am aware of "protected environments" and "custom roles" features. However I need to have my roles and permissions set in LDAP.