Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#2047 - Swap kernel option doesn't work and /proc/swap endpoint is absent on ar71xx device #5988

Open
openwrt-bot opened this issue Jan 4, 2019 · 3 comments
Labels
flyspray kernel pull request/issue with Linux kernel related changes

Comments

@openwrt-bot
Copy link

alexfv:

Device: TP-LINK TL-MR3420 v2 with replaced NAND flash chip (8MB ROM now) + USB hub with external power + 8Gb flash drive + 1Tb USB hdd
OpenWRT version: Trunk, OpenWrt GCC 7.4.0 r8982-a54129d
Steps to reproduce:

  1. Install block-mount and swap-utils
  2. Create swap partition and try to enable it

root@OpenWrt:# mkswap /dev/sdb2
mkswap: /dev/sdb2: warning: wiping old swap signature.
Setting up swapspace version 1, size = 256 MiB (268431360 bytes)
no label, UUID=3068f953-a060-41cd-a09b-bcc2c531bf40
root@OpenWrt:
# swapon /dev/sdb2
block: failed to swapon /dev/sdb2 (-1)

  1. Try to get /proc/swaps file

root@OpenWrt:~# cat /proc/swaps
cat: can't open '/proc/swaps': No such file or directory


"dmesg" output is attached.

@openwrt-bot
Copy link
Author

Platinum_Dragon:

Got same issue on TL-MR3220 v2 OpenWrt SNAPSHOT r8996-634c733065

@openwrt-bot
Copy link
Author

ynezz:

To me it looks like it's not a bug, both devices have small flash (firmware images for tiny TP Link devices) and for this devices is swap disabled to save some flash space.

@aparcar aparcar added the kernel pull request/issue with Linux kernel related changes label Feb 22, 2022
@kac89
Copy link

kac89 commented Aug 18, 2022

Hi,

For TL-MR3020 the same swap error.

UPDATE,

After create swap file on external storage (sda1) everything works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flyspray kernel pull request/issue with Linux kernel related changes
Projects
None yet
Development

No branches or pull requests

3 participants