Anyone running Flexget on OpenWrt 22.03.2?

I tried following instructions from https://flexget.com/InstallWizard/OpenWrt but didn't work, seems outdated.

My router is running the latest OpenWrt 22.03.2, if you're successfully running Flexget would appreciate if ou could share how you got it working, thanks

probably not on a TL-MR3020 v3, insufficient ram and storage (could be extended by using USB storage though)

what's the error this time (verbosity enabled ? ) ?

pip3 install -v ?

OOM, I'm guessing ... what does dmesg say ?

[ 6405.246665] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),global_oom,task_memcg=/,task=pip,pid=4938,uid=0
[ 6405.256948] Out of memory: Killed process 4938 (pip) total-vm:32728kB, anon-rss:22344kB, file-rss:4kB, shmem-rss:4kB, UID:0 pgtables:52kB oom_score_adj:0

you could try Why does /tmp show only 2GB instead 4GB on my RPi4? - #11 by moeller0, at least temp.

OOM error is memory (RAM), not flash/disk space.

1 Like

you can keep shrinking it, I guess, trial and error.

go below 10mb.

it was - 21.02.

doesn't really solve your RAM issues though ...

you could move tmpfs onto an external drive, and try stopping services, like uhttpd, etc, but eventually you'll run out of things to kill.

1 Like

now it seems to be /tmp related, did you move it off the RAM ?

hi, is this copy-paste problem or indeed you use /etc/rclocal instead of /etc/rc.local?

1 Like