💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2022-03-10.txt captured on 2023-01-29 at 03:49:52.

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

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