sylverstream

joined 2 years ago
[–] sylverstream@lemmy.nz 1 points 1 year ago

Thanks mate. It was a bit of a rabbit hole, I found stuff about the watchdog package, and you can configure it to use the iTCO_wdt module, but I also read it was blacklisted, and then I just gave up. I posted somewhere else in the thread what lead up to the hang. And, I think I'll buy a WiFi smartplug so I can remotely reboot everything; assuming the WiFi still works :D

[–] sylverstream@lemmy.nz 1 points 1 year ago* (last edited 1 year ago)

Yes, thanks for that. Good point. I checked the logs, and minutes before it crashed I can see below in the logs. Seems like either a GPU error or out of memory error. I've deleted tracker-miner-fs as I don't need it. It also shows a massive list of processes with their memory usage.

Feb 21 17:27:49 hppd600-g3 kernel: i915 0000:00:02.0: [drm] GPU HANG: ecode 9:0:00000000
Feb 21 17:32:43 hppd600-g3 kernel: 1305621 total pagecache pages
Feb 21 17:32:43 hppd600-g3 kernel: 16258 pages in swap cache
Feb 21 17:32:43 hppd600-g3 kernel: Free swap  = 0kB
Feb 21 17:32:43 hppd600-g3 kernel: Total swap = 1000444kB
Feb 21 17:32:43 hppd600-g3 kernel: 2065206 pages RAM
Feb 21 17:32:43 hppd600-g3 kernel: 0 pages HighMem/MovableOnly
Feb 21 17:32:43 hppd600-g3 kernel: 64196 pages reserved
Feb 21 17:32:43 hppd600-g3 kernel: 0 pages hwpoisoned

Feb 21 17:32:43 hppd600-g3 kernel: oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=user.slice,mems_allowed=0,global_oom,task_memcg=/user.slice/user-113.slice/user@113.service/background.slice/tracker-miner-fs-3.service,task=t>
Feb 21 17:32:43 hppd600-g3 kernel: Out of memory: Killed process 833 (tracker-miner-f) total-vm:625676kB, anon-rss:3144kB, file-rss:4816kB, shmem-rss:4kB, UID:113 pgtables:280kB oom_score_adj:200
Feb 21 17:32:43 hppd600-g3 kernel: i915 0000:00:02.0: [drm] Resetting rcs0 for stopped heartbeat on rcs0

[–] sylverstream@lemmy.nz 5 points 1 year ago (6 children)

Yes, thanks for that. Good point. I checked the logs, and minutes before it crashed I can see below in the logs. Seems like either a GPU error or out of memory error. No idea what tracker-miner-f is by the way. It also shows a massive list of processes with their memory usage.

This goes beyond my knowledge :(

Feb 21 17:27:49 hppd600-g3 kernel: i915 0000:00:02.0: [drm] GPU HANG: ecode 9:0:00000000
Feb 21 17:32:43 hppd600-g3 kernel: 1305621 total pagecache pages
Feb 21 17:32:43 hppd600-g3 kernel: 16258 pages in swap cache
Feb 21 17:32:43 hppd600-g3 kernel: Free swap  = 0kB
Feb 21 17:32:43 hppd600-g3 kernel: Total swap = 1000444kB
Feb 21 17:32:43 hppd600-g3 kernel: 2065206 pages RAM
Feb 21 17:32:43 hppd600-g3 kernel: 0 pages HighMem/MovableOnly
Feb 21 17:32:43 hppd600-g3 kernel: 64196 pages reserved
Feb 21 17:32:43 hppd600-g3 kernel: 0 pages hwpoisoned

Feb 21 17:32:43 hppd600-g3 kernel: oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=user.slice,mems_allowed=0,global_oom,task_memcg=/user.slice/user-113.slice/user@113.service/background.slice/tracker-miner-fs-3.service,task=t>
Feb 21 17:32:43 hppd600-g3 kernel: Out of memory: Killed process 833 (tracker-miner-f) total-vm:625676kB, anon-rss:3144kB, file-rss:4816kB, shmem-rss:4kB, UID:113 pgtables:280kB oom_score_adj:200
Feb 21 17:32:43 hppd600-g3 kernel: i915 0000:00:02.0: [drm] Resetting rcs0 for stopped heartbeat on rcs0

[–] sylverstream@lemmy.nz 2 points 1 year ago (2 children)

Thanks, I've got a HP SFF as well. Not 100% sure how to turn it on though from Ubuntu. There's a software based version: https://manpages.ubuntu.com/manpages/xenial/en/man8/watchdog.8.html

But I guess that's not the one using the motherboard watchdog function.

[–] sylverstream@lemmy.nz 3 points 1 year ago

Thanks! That should work.

[–] sylverstream@lemmy.nz 11 points 1 year ago (2 children)

Yes, very good idea. I've got HA on a RPI so that should be easy.

[–] sylverstream@lemmy.nz 2 points 2 years ago (3 children)

That's interesting! I've converted all my docker run commands to docker compose, as I found that easier to manage. But, I guess you can't do the dependencies like you have. Also, yours has the advantage it always pulls the latest.

[–] sylverstream@lemmy.nz 2 points 2 years ago

Awesome, yes, definitely will do. After years of using Linux, the whole systemd thing is still a bit of a black box to me. I know how to create /start/stop services etc but that's about it. Thanks for the prompt replies!

[–] sylverstream@lemmy.nz 1 points 2 years ago

Yeah I used /etc/fstab which are static mounts.

I switched to autofs and that seems to be much better, as it does the mounts "at runtime", ie when requested.

[–] sylverstream@lemmy.nz 2 points 2 years ago (1 children)

Thanks! I've just set that up. That would seem to solve the solution, right, without reboots?

[–] sylverstream@lemmy.nz 4 points 2 years ago (2 children)

Sorry, I'm absolutely not a Linux expert :) I use /etc/fstab for the mounts, and to manually re-mount I run "mount -a".

[–] sylverstream@lemmy.nz 2 points 2 years ago (2 children)

Welcome in the rabbit hole of selfhosted enthousiast.

Haha yes looks like it. I only have 1 server (to be bought) and a RPI, which should be sufficient. Proxmox seems overkill for that scenario; I'll just run Docker. Thanks.

 

SOLVED: RD is in maintenance.

My kids are watching this show called Kitty Katz: https://web.stremio.com/#/detail/series/tt27146569 and it was working fine via RD up until this morning. Right now it's showing No Streams Found. Other shows work fine. Also when I check 1337x.to I can't find any torrents for this shows. They're still available via usenet luckily.

What has happened here? DMCA takedown?

 

Stalker looks awesome! But I also like Jusant, definitely going to give it a try. Gamepass is great.

 

I'm looking to integrate "dumb" speakers into HA, and I came across these AudioCast devices on Aliexpress: https://www.aliexpress.com/item/1005003331228026.html

It says it's DLNA and Airplay compatible, so I'm assuming it should work with HA. Anyone tried that before?

 

I used to get all my updates regarding new games / leaving games from /r .

Unfortunately not all updates are posted here, so I'm using an RSS reader and have configured TA, PureXbox and Xbox Wire. However, they post quite a lot, and I sometimes miss a post. Also, not every leaving game is posted there.

Any tips or ideas? I don't want to go back to /r

 

As per my other post, a weekly post to share what you've played on Gamepass would be cool.

I've been playing Tinykin for the last couple of days, and loving it. I tried it last year when it came to Gamepass, but quit after 15 minutes or so. I gave it another try and really loving it this time.

Also saw Ori being displayed somewhere, that's probably one of the best games I've ever played. I know it's been recommended often, but both games are a master piece.

 

I've always enjoyed the Xbox Gamepass Reddit and found some hidden gems, because people posted recommendations there. Would it be useful to have a separate community on Lemmy as well? Or should we do something similar on this community instead of creating a new one? I've noticed my Play Later is shrinking whereas previously it was only growing.

view more: ‹ prev next ›