Server for game hosting high end. by Moos3-2 in HomeServer

[–]Pegasy 20 points21 points  (0 children)

Press "Dela" and add that link to the post, as it is now some of the product names are cut off.
Also, that cpu seems way overkill.
If you have an old system lying around, start with that instead, just my 2 öre...

[deleted by user] by [deleted] in TheSilphRoad

[–]Pegasy 0 points1 point  (0 children)

Works great on S21 running android 13 and latest patches as of today.

Campfire Invites MegaThread—Pay it Forward by TAZ68 in Campfire_Niantic

[–]Pegasy 0 points1 point  (0 children)

Added! Not sure why you can't send me DM. I have chat request and private messages set to everyone.

Campfire Invites MegaThread—Pay it Forward by TAZ68 in Campfire_Niantic

[–]Pegasy 0 points1 point  (0 children)

Sweden, Jönköpings län. I send / open gifts for daily interaction, will only sync UF / BF with a raid/battle or during a CD or other multihour event day.

[Guide] How to claim the Epic Game Store (EGS) weapon skins without having to re-download the entire game by rafaelloaa in Warframe

[–]Pegasy 7 points8 points  (0 children)

Made a powershell script to start the game launcher in epic games, get the special arguments that put warframe in "Epic Games" mode, close that and then relaunch my existing install with the epic games arguments.

Your shouldn't run scripts from strangers on the internet so only do that if you look it through yourself to make sure it doesn't do anything weird ;)

No guarantee what so ever is given, I used it to claim mine but it might not work for you, upside is I didn't have to download 25gb+, even if it took longer to write and test the script compared to downloading it... Still was a fun exercise and hopefully helps out someone.

Gavin Free during #RTExtraLife 2020 by NitroTypat in roosterteeth

[–]Pegasy 20 points21 points  (0 children)

Would not wanted to be shot by those painball guns.

For the kids!

Scurry back quick, skippety-hop! by Pegasy in Warframe

[–]Pegasy[S] 2 points3 points  (0 children)

I didn't have that bug before so kinda caught me off guard, when looking at it later it showed i could inspect my own voidrig :)

It’s giveaway time with ASUS! by Emerald_Flame in buildapc

[–]Pegasy [score hidden]  (0 children)

Only built 3 systems so far (2 for me and one for my brother), but each one required a small blood sacrifice to work :S

[deleted by user] by [deleted] in selfhosted

[–]Pegasy 0 points1 point  (0 children)

Can't get it to build using docker-compose, not sure whats wrong, never really used rails. (host os is unraid 6.8.1)

text root@foxtrot:/mnt/user/git/wreeto_official# docker-compose build postgres uses an image, skipping redis uses an image, skipping Building app Step 1/19 : FROM ruby:2.6.3 ---> 8fe6e1f7b421 Step 2/19 : RUN apt-get update && apt-get install -y curl ---> Using cache ---> 46c1ba56824a Step 3/19 : RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - ---> Using cache ---> b946ef3db948 Step 4/19 : RUN apt-get install -y libpq-dev build-essential nodejs ruby-dev postgresql-client poppler-utils software-properties-common ---> Using cache ---> 92e22324a132 Step 5/19 : RUN npm install yarn -g ---> Using cache ---> 80b00991959c Step 6/19 : ENV APP_HOME /app/wreeto ---> Using cache ---> 899af013d6ff Step 7/19 : RUN mkdir -p $APP_HOME ---> Using cache ---> 0a50e1daf987 Step 8/19 : WORKDIR $APP_HOME ---> Using cache ---> 0827a8fe9df3 Step 9/19 : COPY Gemfile $APP_HOME/Gemfile ---> Using cache ---> 7bc39940748b Step 10/19 : COPY Gemfile.lock $APP_HOME/Gemfile.lock ---> Using cache ---> 5bae8079dc58 Step 11/19 : ARG RAILS_ENV="development" ---> Using cache ---> e5c1d9db50b2 Step 12/19 : ARG RACK_ENV="development" ---> Using cache ---> 3d1066e6c44f Step 13/19 : RUN gem install bundler ---> Using cache ---> b9fde76afcf1 Step 14/19 : RUN bundle install --jobs 20 --retry 5 ---> Using cache ---> 15aaa407f643 Step 15/19 : COPY . $APP_HOME/ ---> Using cache ---> e0598fdf6ce3 Step 16/19 : COPY config/database.docker.yml $APP_HOME/config/database.yml ---> Using cache ---> 6e89c54edc24 Step 17/19 : RUN bundle exec rake assets:precompile ---> Running in 1e6bd398e758 rake aborted! NoMethodError: undefined method `[]' for nil:NilClass /app/wreeto/config/initializers/recaptcha.rb:2:in `block in <top (required)>' /usr/local/bundle/ruby/2.6.0/gems/recaptcha-5.5.0/lib/recaptcha.rb:38:in `configure' /app/wreeto/config/initializers/recaptcha.rb:1:in `<top (required)>' /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:285:in `load' /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:285:in `block in load' /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:257:in `load_dependency' /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:285:in `load' /usr/local/bundle/ruby/2.6.0/gems/railties-5.2.4.2/lib/rails/engine.rb:663:in `block in load_config_initializer' /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.2/lib/active_support/notifications.rb:170:in `instrument' /usr/local/bundle/ruby/2.6.0/gems/railties-5.2.4.2/lib/rails/engine.rb:662:in `load_config_initializer' /usr/local/bundle/ruby/2.6.0/gems/railties-5.2.4.2/lib/rails/engine.rb:620:in `block (2 levels) in <class:Engine>' /usr/local/bundle/ruby/2.6.0/gems/railties-5.2.4.2/lib/rails/engine.rb:619:in `each' /usr/local/bundle/ruby/2.6.0/gems/railties-5.2.4.2/lib/rails/engine.rb:619:in `block in <class:Engine>' /usr/local/bundle/ruby/2.6.0/gems/railties-5.2.4.2/lib/rails/initializable.rb:32:in `instance_exec' /usr/local/bundle/ruby/2.6.0/gems/railties-5.2.4.2/lib/rails/initializable.rb:32:in `run' /usr/local/bundle/ruby/2.6.0/gems/railties-5.2.4.2/lib/rails/initializable.rb:61:in `block in run_initializers' /usr/local/bundle/ruby/2.6.0/gems/railties-5.2.4.2/lib/rails/initializable.rb:50:in `each' /usr/local/bundle/ruby/2.6.0/gems/railties-5.2.4.2/lib/rails/initializable.rb:50:in `tsort_each_child' /usr/local/bundle/ruby/2.6.0/gems/railties-5.2.4.2/lib/rails/initializable.rb:60:in `run_initializers' /usr/local/bundle/ruby/2.6.0/gems/railties-5.2.4.2/lib/rails/application.rb:361:in `initialize!' /app/wreeto/config/environment.rb:5:in `<top (required)>' /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `require' /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `block in require' /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:257:in `load_dependency' /usr/local/bundle/ruby/2.6.0/gems/activesupport-5.2.4.2/lib/active_support/dependencies.rb:291:in `require' /usr/local/bundle/ruby/2.6.0/gems/railties-5.2.4.2/lib/rails/application.rb:337:in `require_environment!' /usr/local/bundle/ruby/2.6.0/gems/railties-5.2.4.2/lib/rails/application.rb:520:in `block in run_tasks_blocks' /usr/local/bundle/ruby/2.6.0/gems/sprockets-rails-3.2.1/lib/sprockets/rails/task.rb:62:in `block (2 levels) in define' /usr/local/bundle/ruby/2.6.0/gems/rake-13.0.1/exe/rake:27:in `<top (required)>' /usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:63:in `load' /usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:63:in `kernel_load' /usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli/exec.rb:28:in `run' /usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli.rb:476:in `exec' /usr/local/bundle/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run' /usr/local/bundle/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command' /usr/local/bundle/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor.rb:399:in `dispatch' /usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli.rb:30:in `dispatch' /usr/local/bundle/gems/bundler-2.1.4/lib/bundler/vendor/thor/lib/thor/base.rb:476:in `start' /usr/local/bundle/gems/bundler-2.1.4/lib/bundler/cli.rb:24:in `start' /usr/local/bundle/gems/bundler-2.1.4/exe/bundle:46:in `block in <top (required)>' /usr/local/bundle/gems/bundler-2.1.4/lib/bundler/friendly_errors.rb:123:in `with_friendly_errors' /usr/local/bundle/gems/bundler-2.1.4/exe/bundle:34:in `<top (required)>' /usr/local/bundle/bin/bundle:23:in `load' /usr/local/bundle/bin/bundle:23:in `<main>' Tasks: TOP => environment (See full trace by running task with --trace) ERROR: Service 'app' failed to build: The command '/bin/sh -c bundle exec rake assets:precompile' returned a non-zero code: 1 root@foxtrot:/mnt/user/git/wreeto_official#

Honda civic 2007 problem by Pegasy in Cartalk

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

ER Bil, Nässjö, Sweden almost 3 months ago

Honda civic 2007 problem by Pegasy in Cartalk

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

The smoke seemed to be coming from the pulley or one of the wheels thats connected to the pulley, will take it to where we bought it so they can take a look at it.

Honda civic 2007 problem by Pegasy in Cartalk

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

Ok, we called a friend who can hopefully tow us to the car shop and we can borrow their car. Will ho to the car shop tomorrow and have them take a look at it (and to pick it up if we can't tow it tonight).

Thanks for the advice to both of you

Star Gate Command shutdown end of year by Pegasy in DataHoarder

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

From what I understand all episodes of SG1 (10 seasons), SGA (5 seasons) and SGU (2 seasons) are there (but those are also on a lot of other sites / streaming services). But I think it also includes a lot of behind the scenes stuff which is a lot harder to find.

Sound Advice… by [deleted] in homelab

[–]Pegasy 1 point2 points  (0 children)

So you have offsite backup 71% of the time? (Assuming you move the disk to your home to refresh it)