brennor

joined 1 year ago
[–] brennor@kbin.social 1 points 1 year ago

Wow, that's a great giveaway. Thank you for sharing.
If possible Maneater or Borderlands 3 please. Thank you!

[–] brennor@kbin.social 0 points 1 year ago (1 children)

Ah, I didn't understand. "Log ended" means that the run completed. I'm glad you've got a resolution. Usually Linux is pretty good about not needing a reboot.

[–] brennor@kbin.social 1 points 1 year ago (4 children)

using a -F instead of -f will follow the log file even if it is truncated or rotated.

[–] brennor@kbin.social 0 points 1 year ago (6 children)

I'm not sure, I don't use the software center at all. How long have you let it run for? It is possible that there is just a bunch of processing going on to update after removing the cdrom sources list.

You might find some additional information in /var/log/apt/term.log. Watching that log file while launching the software center might provide additional insight.

tail -f /var/log/apt/term.log

[–] brennor@kbin.social 0 points 1 year ago (9 children)

Can you share a screenshot?

[–] brennor@kbin.social 1 points 1 year ago

You're welcome, glad you got it sorted.

[–] brennor@kbin.social 1 points 1 year ago* (last edited 1 year ago)

Check /etc/apt/sources.list and see if there is a line that starts with

deb cdrom:

in there, if so comment it out. You'll have to update after updating the sources.

[–] brennor@kbin.social 8 points 1 year ago (1 children)

I take the latter approach -- a single PostgreSQL database service for all other containers to use. That allows me to concentrate memory/CPU to a single service and optimize for that. I've found that a single database service uses less total resources (especially memory) than running separate DB stacks for each service.