[2022-03-10T05:26:04Z] testuser[m]: repo fork is accepting pull requests? [2022-03-10T12:58:26Z] Hi [2022-03-10T12:58:27Z] Is the new rootfs in kiss-community/repo planned? [2022-03-10T12:59:13Z] rohan: why not [2022-03-10T12:59:19Z] Guest7: not by me [2022-03-10T14:15:37Z] hey someone know if theres a way to not get all the verbose in efibootmgr init? [2022-03-10T14:15:46Z] just not display all those messages [2022-03-10T15:01:09Z] rohan: I've never used efibootmgr, but assuming you can pass kernel options with it, try 'quiet' and 'loglevel=3'. [2022-03-10T15:02:21Z] okay thanks [2022-03-10T15:21:54Z] hmm yeah its been a while since a new rootfs [2022-03-10T15:22:25Z] I may make it this weekend, but dont count on that [2022-03-10T15:24:58Z] hey someone use ash as daily sh or know about ash? [2022-03-10T15:25:09Z] i tired of the line limitation [2022-03-10T15:25:19Z] Bruh ash is the default [2022-03-10T15:25:24Z] yeah [2022-03-10T15:25:24Z] On busybox [2022-03-10T15:25:28Z] i know [2022-03-10T15:25:49Z] but we have bash and zsh [2022-03-10T15:25:59Z] dont think everyone will use ash [2022-03-10T15:26:02Z] anyway [2022-03-10T15:27:04Z] theres a way to add more lines in ash? bash have more limit of lines [2022-03-10T15:27:29Z] some magnet links is too big for ash [2022-03-10T15:27:44Z] Wdym lines [2022-03-10T15:28:20Z] i mean [2022-03-10T15:28:30Z] if i put a big torrent magnet link [2022-03-10T15:28:41Z] ash dont read all the link [2022-03-10T15:28:54Z] it cut it because have limitation [2022-03-10T15:29:37Z] and i cant type more caracters [2022-03-10T15:30:24Z] Theres a limit of caracters [2022-03-10T15:30:56Z] theres someway to change the limit or not? [2022-03-10T15:32:29Z] have you looked up whether ash documentation specifies the limit? are you sure it is an ash thing? [2022-03-10T15:34:14Z] https://github.com/torvalds/linux/blob/v5.11/drivers/tty/n_tty.c#L1681 [2022-03-10T15:46:03Z] omanom: i tested with bash and not have this problem [2022-03-10T15:47:50Z] if you wanna just grab some big text and see in what line ash cut and bash cut [2022-03-10T15:58:25Z] https://stackoverflow.com/questions/18015137/linux-terminal-input-reading-user-input-from-terminal-truncating-lines-at-4095 [2022-03-10T16:06:56Z] are you sure bash is actually /using/ the full-length line? [2022-03-10T16:17:49Z] termbin.com/iy7d [2022-03-10T16:17:52Z] ash [2022-03-10T16:18:03Z] termbin.com/smx5 [2022-03-10T16:18:05Z] bash [2022-03-10T16:19:08Z] and bash can get more lines [2022-03-10T16:19:23Z] ash just stuck [2022-03-10T16:30:03Z] can reproduce [2022-03-10T16:31:29Z] does it work over ssh? [2022-03-10T16:32:02Z] https://github.com/kisslinux/repo/blob/master/core/busybox/files/.config#L101 [2022-03-10T16:32:32Z] increase this [2022-03-10T16:38:01Z] omanom: i don't think that ssh would change anything because limit is hardcoded in ash [2022-03-10T16:38:09Z] rohan: ash uses static allocation for buffer, so you need to increase its maximum size [2022-03-10T16:39:22Z] so just increase the maximum buffer size in kernel? [2022-03-10T16:39:37Z] in busybox config [2022-03-10T16:44:07Z] okay [2022-03-10T17:11:29Z] i've created an issue to track this bug: https://github.com/kisslinux/repo/issues/384 [2022-03-10T17:11:41Z] testuser[m]: can you fix this in community fork? [2022-03-10T17:12:10Z] and this one too: https://github.com/kisslinux/repo/issues/377 [2022-03-10T17:21:54Z] Tomorrow [2022-03-10T17:38:05Z] ok