#(Solved) using blesh floods and disables terminal

49 messages · Page 1 of 1 (latest)

vagrant solar
#

Recently my terminal started upon being opened getting flooded with this messages
bash: /run/user/1000/blesh/1293254.util.assign.tmp.0: No space left on device
bash: /run/user/1000/blesh/1293254.edit-history-load: No such file or directory
bash: /run/user/1000/blesh/1293254.edit-history-load-multiline-index: No such file or directory

and removing the following from .bashrc seems to fix it

[[ $- == *i* ]] && source /usr/share/blesh/ble.sh

But that also means all the colors and autocomplete options get removed. I still have plenty of space, so I don't know why this is happening.

lyric heron
vagrant solar
#
Filesystem     1K-blocks  Used Available Use% Mounted on
tmpfs            6557480  9556   6547924   1% /run
vagrant solar
#
Filesystem     1K-blocks    Used Available Use% Mounted on
tmpfs            3278736 1512248   1766488  47% /run/user/1000
lyric heron
#

Can you run

sudo pacman -S dust
sudo dust /run/user/1000
vagrant solar
lyric heron
vagrant solar
#

819604

lyric heron
vagrant solar
#

No idea.

moonburst@archlinux:~$ ls -1 /run/user/1000/sdl-shared* | wc -l
bash: /usr/bin/ls: Argument list too long
0
lyric heron
vagrant solar
#
find: ‘/run/user/1000/systemd/inaccessible/dir’: Permission denied
819579
vagrant solar
#

You think this is a thing about hyprland changing the way the mouse works? It almost looks like it's related.

lyric heron
#

hyprland does not use SDL

vagrant solar
#

So is this a 'wait for an upstream update' thing? admittedly I don't understand the github code there

lyric heron
#
sudo auditctl -w /run/user/1000
#

And post the journal log

journalctl -S -10min | gzip > logs.gz
vagrant solar
#

rebooting seemed to fix it for the time. But I do have this still

lyric heron
#

systemd-journald[177]: Collecting audit messages is disabled.
If you disable the collection of audit messages, this won't work

#
cat /proc/cmdline
vagrant solar
#
▽moonburst@archlinux:~$ cat /proc/cmdline
initrd=\amd-ucode.img initrd=\initramfs-linux.img root=PARTUUID=4d76ca7f-5b26-4ed6-8564-42d1b64ce727 zswap.enabled=0 rw rootfstype=ext4 nvidia_drm.modeset=1
lyric heron
vagrant solar
lyric heron
# vagrant solar

Have you disabled the audit framework because I don't see any audit logs anywhere.

vagrant solar
#

Not as far as I know. I haven't taken steps to disable pretty much anything

lyric heron
#

And by default, Arch collects audit logs in journal

lyric heron
vagrant solar
#

Needs root permissions, adding sudo and

[ble: expand] sudo auditctl -w /run/user/1000
[sudo] password for moonburst: 
Error sending add rule data request (Rule exists)
lyric heron
#

||You have already added the rule||

vagrant solar
#

So it seems

lyric heron
#

The rules will be deleted on restart.

lyric heron
vagrant solar
#

Well, I've got the service enabled, assuming I understood the wiki.

lyric heron
lyric heron
vagrant solar
#

Yeah, I got the audit. but nothing from the sdl anything.

lyric heron
vagrant solar
#

I'll try that. Thank you. For now would it be better to mark this as solved?

lyric heron
#

Just as you like it