libera/#devuan/ Friday, 2022-11-25

onefangGreat, ntfs-3g screwed up, filling my syslog with thousands of lines per second, now its 12 GB of the same error message.  lol03:45
onefangMultitail also soaked up 12 GB of RAM, and also tmux sincu multitail was running in tmux, and then the editor I loaded the 12 GB file into to find where the last proper line was- so I could remove the excess errors.04:02
onefangThere's a reason I have 256 GB of RAM, this ain't it.  lol04:02
onefangSo warning, if you are using ntfs-3g to copy the contents of a large Windows partition elsewhere, keep an eye on things.  It was looping on that one file it couldn't copy, instead of just one error and move on.04:06
onefangAre there any alternatives to ntfs-3g?04:08
onefangCoz there's still 100GB of this partition to copy, and I'd rather not spend the next couple of hours holding it's hand in case it screws up again.04:09
gnarfacewell, you should be able to tell rsyslog to ignore duplicate errors04:10
onefangWill that work on 2 line errors?04:10
gnarfacei am not sure04:10
gnarfacefwiw emacs can open 12GB files without using 12GB of ram04:10
onefangBUt I still have to notice it's looping and tell it to skip that filre and move on.  Or rather not have it error out in the first place.04:11
gnarfacethere's also ntfs 2g and 4g but it seems like something may be wrong at the host end04:11
onefangMeh most of my 256 GB of RAM wasn't being used.   B-)04:11
onefang"host end" in this case being a dd of the Windows partition from my other computer.04:12
gnarfacewait i misread ntfs as nfs sorry04:13
onefangWhich is currently ntfs-3g mounted on my super desktop, to copy files out of it.04:13
gnarfacethere's no question fat32 has better support for write operations04:14
gnarfaceit lacks some features some versions of windows may want though04:14
onefangAlas this is NTFS as installed by Windows 8.1 long ago.04:15
gnarfacei honestly don't know if ntfs write support ever moved out of "experimental"04:15
gnarfacei'm sure there's some way to suppress the logging entirely but that's not really gonna fix the problem04:16
gnarfaceand you might be causing permanent filesystem corruption04:16
onefangWell I'm using it for reading to copy the files out, not writing.  The destination is ext4.04:16
gnarfaceoh, well that should be safe04:16
onefangWell safe except I'm missing at least two files.  lol04:17
gnarfacetried samba?04:17
onefangThat would mean actually running Windows, and giving it network access.  Ewww04:17
gnarfacethis is a local image file right? in theory you could spin it up in qemu and restrict its network access to localhost04:18
onefangI have used samba in the past, when working as a sysadmin.04:18
onefangThat's the goal, but there's something wrong with the image I want to spin up in qemu, but the older image is fine.  SO this is part of backup / trouble shooting.04:19
onefangI have the older image that works copied out to ext4, now working on the new one that doesn't work.  Then I can point proper linux tool sat the problem.04:20
onefangSomehow I doubt the two png files ntfs-3g had issues with is what is stopping it from booting.04:21
gnarfacemaybe the filesystem is corrupt04:23
gnarfacei don't think there's a fsck.ntfs but i'm not sure04:23
u-amarsh04I used the kernel mode ntfs in recent kernels for a while04:43
onefangI'm using the chimaera-backports kernel, which got updated on this box to kernel 6.0 this morning.04:44
onefangSo is that recent enough?04:44
u-amarsh04but the lack of a free kernel mode fsck.ntfs put me off, and so I use EXFAT where there needs to portability between my pc's running devuan and devices like the media players built in to televisions and blu-ray disk players04:45
u-amarsh04I think so04:45
onefangntfs-33 is a FUSE thing, so kernel module might work better.04:45
onefangThis Windows partition started life 15 years ago as Windows 8.1 standard install image for a company I was the sysadmin for.  So it was the standard company install that I ran on a qemu VM.  Then I stopped working for them, but another company wanted me to do development on Windows 8, so the previous compyany let me keep the license.04:48
u-amarsh04from what I can see there was only one small patch to kernel mode ntfs after 6.0 kernel came out and it had not had any changes for quite a while before that04:48
onefangThe new dev stuff was for VR, so I needed to move the VM to real hardware, which worked surprisingly well.  NOw I'm moving it back to aVM, but I want to keep all the new stuff.04:49
onefangCoz there's new dev job coming up where a Windows 10 VM might be needed.  So I want to VM the newest Windows partition from my other computer, then upgrade it before 8.1 EOls in January.04:50
u-amarsh04I corrupted an old external Seagate drive that was manufacturer formatted to NTFS and fortunately Seagate did a free data recovery which recovered almost all of the data (just needed to run some scripts to reset file dates)04:51
onefangBuuuut, old VM worked fine, copied from other computer image refuses to boot in qemu.04:51
onefangLucky I still have the old VM.04:51
u-amarsh04hmm... just had a mystery where kcompactd0 was at close to 100 percent of one CPU core's time and mysteriously stopped again04:52
onefangOK I'll give the kernel 6.0 NTFS module a try.04:53
onefangWhat is kcompactd0?04:53
u-amarsh04I believe that it defragments memory allocation04:56
onefangIt had lots to defrag then I guess.04:57
u-amarsh04...or was in some kind of interaction with some user space program resulting in memory thrashing05:00
onefangIt heard about my problem soaking up 3 x 12 GB of RAM just dealing with the error message, and thrashed your memory in sympathy?05:01
u-amarsh04hehehe, no, just me doing things like using firefox with over a thousand tabs to stress test things05:05
onefangWell you certainly stressed kcompactd0.  B-)05:06
onefangSo much for that idea.  No NTFS module compiled into chimaera-backports kernel.08:48
onefang# CONFIG_NTFS3_FS is not set08:48
onefangSome for yesterdays 5.19 kernel.08:49
onefangEr s/Some/Same/09:24
* onefang tries something scary. dd the partition image into the old qcow2 mounted by qemu-nbd.09:29
gnarfacei was gonna suggest maybe you could try hexedit and just search for png headers09:37
gnarfacemaybe with some luck you could then just copy the file out manually09:38
onefangI don't think the png file is important anyway.09:41
gnarfaceoh, i thought this was all about just recovering two png files09:41
onefangA resolution dependant down arrow for a resolution I'm not gonna be using.09:41
onefangNo the point of all of this is to move back to a qemu VM the old Windows 8.1 VM I had moved to real hardware, and keep all the changes I had made after the original move.09:43
gnarfaceah, i see09:45
onefangScroll up for the details I was sharing with u-amarsh04.09:46
onefangThough the "started life 15 years ago" is wrong, it started in 2015.  lol09:47
TorCAs part of my recent upgrade to Beowulf, Brave browser now seems to default to uploading from recent files, instead of from last directory.10:21
TorCThis is extremely aggravating when trying to sequentially upload often old files from a given deep location.10:22
TorCAnyonk know if this is a coincident Brave issue, or something in the new KDE, or more usefully, how to fix it so it again defaults to uploading from the last uploaded from directory?10:22
carontehello everybody11:32
carontedo we have any news from the dev team? Last tweet was from one year ago and the official website doesn´t seems updated11:33
onefangLike the stuff about the weekly meetings that is published in the mailing list for instance?11:36
onefangDidn't know we had a twitter account, but neither do I.11:38
onefangAnd last change to the web site was a couple of weeks ago I think.11:39
caronteonefang: thank you! I'm gonna subscribe! Forgot about that11:53
onefangOh wait, the dev meeting minutes is published on the devuan-dev mailing list.11:54
onefangBut us devs hang out here and on the mailing lists, answering questions when we can, etc.11:54
onefangI'm the one in change of package mirrors.11:55
caronteonefang: wow! Sorry if I sounded rude. Not my intention12:14
caronteOn the ML there's also way to help?12:15
caronteI mean: requests for helping the team?12:15
onefangYou can offer to help, and which ever dev team members deal with whatever it is you want to help with should respond soonish.12:18
onefangThough we are all over the world, so you might have to wait for someone to wake up and get around to reading the latest stuff.12:21
markizanoawww, drat.. missed `em...12:39
markizanoLoL, was gonna say "for ex... I just lurk and answer questions b/c I'm a Debian fan who appreciates what team does here to maintain a version of systemd-less Debian around."12:41
caronteonefang: thank you! And sorry for late, was lunchtime :) Have a great weekend!12:58
onefangIt's Friday night here, I should start my weekend now.  B-)13:09
markizanoLoL, indeed. and it's holiday :)13:17
treeofknowledge1Hi guys. I ran this command below and i think it messed up the dkms and now Iam experiencing a login loop. someone help please!sudo su15:54
treeofknowledge1lsusb15:54
treeofknowledge1apt -y install git15:54
treeofknowledge1apt -y install dkms15:54
treeofknowledge1mkdir /apps15:54
treeofknowledge1cd /apps/15:54
treeofknowledge1--copy all the down lines to the command----15:54
treeofknowledge1git clone "https://github.com/RinCat/RTL88x2BU-Linux-Driver.git" /usr/src/rtl88x2bu-git15:54
treeofknowledge1sed -i 's/PACKAGE_VERSION="@PKGVER@"/PACKAGE_VERSION="git"/g' /usr/src/rtl88x2bu-git/dkms.conf15:54
treeofknowledge1dkms add -m rtl88x2bu -v git15:54
treeofknowledge1dkms autoinstall15:54
treeofknowledge1basically i was trying to install the drive for a wifi dongle15:54
treeofknowledge1it seems i might have to rebuild dkms as shown here but I dont know how to open a terminal to do it on devuan15:55
treeofknowledge1https://askubuntu.com/questions/53364/command-to-rebuild-all-dkms-modules-for-all-installed-kernels15:55
treeofknowledge1before i restarted it was saying my disk was full as well and this isn't true16:06
treeofknowledge1i wonder if this is why i can't login to my account. the screen turns black as if it's going to login but then it doesn't16:07
treeofknowledge1and puts me back to the login screen16:07
tux12treeofknowledge1: may be the disk is out of inodes? check with df -i16:09
treeofknowledge1i can't login to my user account though16:10
treeofknowledge1how do i open a terminal from the login screen on devuan16:10
treeofknowledge1ctrl + alt + f1 through f12 doesn't work16:10
tux12hmm don't know16:11
tux12may be you can start on a liveCD16:12
treeofknowledge1please let me know as i work on tuesday and need to get this fixed by then :O16:26
fluffywolfctrl-alt-f1 should work.  you can try booting with init=/bin/sh, but you'll have a very minimal system when you do that.16:36
treeofknowledge1on the login screen ctrl+alt+f1 doesn't work :/17:10
gnarfacectrl+alt+f2 maybe?17:12
gnarfacenot sure in which version but in some version they moved the X11 instance to f117:13
FatPhilI like having 11 virtual terminals so I put vt12 in my /etc/X11/xdm/Xservers, not sure how other display managers are configured.17:16
fsmithredThere should be a boot menu entry for single-user mode, called recovery or rescue, I think.17:16
FatPhiltop tip - always have a bootable USB stick for emergency situations. typically the installation media will suffice.17:18
treeofknowledge1Ok so I have a bootable usb and i used to to use the command line from root17:24
treeofknowledge1i typed dkms and it says the previous packages were added but i still have the boot loop17:24
treeofknowledge1thanks for alll your suggestions so far17:25
treeofknowledge1im going to try to make a new usb with the live one and see if i can delete some files from the ssd to see if that works because it says the space is full even though this isn't true17:25
treeofknowledge1does anyone know the right commands to rebuild the dkms packages17:26
FatPhilRegarding space - make sure you're checking the right filesystem. ``df'' with no parameters will tell you about all of them, of course.17:28
gnarfacei thought the command was just "dkms"17:29
gnarfacemaybe dkms -a or something like that17:29
gnarfaceoh, you probably have to run update-initramfs too17:29
treeofknowledge1when i type dkms status it says the nvidia driver is installed and the package I don't want (rtl88x2bu 5.6.1) is added17:50
treeofknowledge1when i type dkms uninstall -m rtl88x2bu -v 5.6.1 it says "this module is not currently active for kernal 5.10.0.9-amd.6417:51
treeofknowledge1when i run sudo apt update && sudo apt upgrade it says i don't have enough disk space17:51
treeofknowledge1so some how the installation went wrong with the wifi dongle for rtl88x2bu yesterday and caused my system to have some type of disk space error17:51
treeofknowledge1so im making a new usb with desktop live, will boot in, and try to delete some files17:52
treeofknowledge1reboot and see if it lets me login without the login loop17:52
treeofknowledge1i think the lack of disk space is causing my computer to be unable to login17:53
fsmithredthat would do it for sure. Been there, done that.17:54
treeofknowledge1thanks for confirming17:54
treeofknowledge1hopefully this works17:54
treeofknowledge1and thanks for the quick response on this thanksgiving holiday17:55
fsmithredboot into recovery mode and you can fix stuff17:55
treeofknowledge1all you guys are awesome!17:55
rwpRegarding disks space, as others have said check for being out of inodes with "df -i".17:55
treeofknowledge1ok i will try that now17:55
rwpEvery file uses at least one inode.  Sometimes there will be a godzillian files created by error each one zero bytes.  Created until the file system runs out of inodes.  Creating this problem.17:56
treeofknowledge1yes that's exactly what happened17:56
treeofknowledge1how can i delete those gazzllion files17:56
fsmithreddo you know their names and location?17:57
treeofknowledge1running df -i under "IUse%" gives me 1% for /dev/nvme0n1p2 and 1% for /dev/nvme0n1p117:58
treeofknowledge1i don't lol but it seemed to create files for all the apps i had installed17:58
rwpThat's the device node name on the left side of df.  What's the file system name on the right side of df output?17:58
fsmithredwhich filesystem has 100% or nearly that in use?17:58
treeofknowledge1i will try the live disk once its done downloading in a couple of minutes17:58
treeofknowledge1no file system lol, maybe because i logged in using root17:59
treeofknowledge1let me try the actual disk17:59
rwpdf will work for both root and non-root okay.  But logging in as root will allow a login when non-root fails due to resource constraints.18:00
rwpIf you are able to log in with root then that should be more than sufficient and you won't *need* the live boot.  Fix things with the root login.18:00
treeofknowledge1i don't know how to delete files to create disk space in the root login18:02
rwpOh, when you saw 100% on that /dev entry you must have been looking at /dev which is an pseudo file system in kernel memory.  It's not real disk space.  It's always 100%.18:03
rwptreeofknowledge1, First thing you need to do is to locate where the disk space is used.18:04
rwpIf you are logged in as root the first thing I would try that is very safe is "apt-get clean" which will remove locally copied .deb files from /var/cache/apt which can sometimes be a lot of cached but temporary disk space.18:05
rwpAnd then see how much space was free'd up.  That might be sufficient to get things working again.18:05
treeofknowledge1ok thanks. I will try that!18:08
rwpHumorously I look around my collection for examples and find that my laptop is 100% full too and I need to free up disk space there.  I hadn't noticed either.18:08
rwpThe tool I like the best for finding disk space being used is "ncdu" the du with ncurses interface.18:10
treeofknowledge1it didn't clear anything. any other commands I can try?18:10
rwpI run it in my home directory just as "ncdu" and then can browse to see what I did.18:11
rwpFrom root I look at the entire system "ncdu -x /" and look at the entire system.18:11
rwpBut of course you won't be able to install it if the disk is full.  But for next time.18:11
treeofknowledge1ok thanks!18:11
rwpIn your non-root home directory try "du -sh" and see what total disk space it says you are using.18:12
rwpThat's the disk-usage command, -s give a summary, -h in human readable units.18:12
treeofknowledge1i typed cd /home18:13
treeofknowledge1then du -sh18:13
treeofknowledge1and it says 317 GB18:13
treeofknowledge1my nvme is 500 gb18:13
rwpAnd how large is the file system of /home itself?  "df /home"18:13
treeofknowledge1there's a disk error for space18:13
treeofknowledge1lol18:14
treeofknowledge1it says 100% use18:14
treeofknowledge1i need to use the live disk18:14
treeofknowledge1to delete some movies and see if it lets me login18:14
rwpRight.  But in the other column it will say how much is available.  Example: "/dev/mapper/v4-root  150G  143G  293M 100% /" Filesystem           Size  Used Avail Use% Mounted on18:14
rwpThat's my full file system with Size:150G Used:143G Avail:293M18:15
treeofknowledge1it doesn't say anything else more specific just all the blocks18:15
treeofknowledge1it doesn't show it like yours18:15
rwpHmm...  That's unexpected.18:16
treeofknowledge1im gonna delete some stuff using the live cd18:17
treeofknowledge1see if it works18:17
treeofknowledge1brb18:17
rwpI might use "find . -size +100M -ls | sort -k7,7n | tail" to list files larger than 100MB in size and just show me the largest of them.18:18
rwpThat uses find to find files by criteria, larger than 100MB, give an ls-like listing, sort numerically that by the size column -k7,7n, and just show me the largest end.18:20
FatPhilMaybe also use du|sort -n to find the directories where there might be a whole load of medium-sized files. clear your caches.18:21
rwpIn my case what filled it up was slow increase in the total size of me downloading audio files.  But easiest space to free up was a few install dvd iso files.18:24
treeofknowledge1when i log in to live cd and right click the home folder of the nvme it says its 100% full even after deleting files18:25
gnarfacedo you need to fstrim it or something?18:25
rwpIt makes me nervous that you refer to it as the folder of the nvme because that is the device which holds the file system and not the contents of the file system.18:25
rwpfstrim is not a disk space thing.  Will never have any effect on disk space.18:26
rwpfstrim can improve the efficiency of flash storage by allowing the device to know more about what it is storing, and that some of it isn't being used.18:26
treeofknowledge1i opened the encrypted nvme and deleted some files from the downloads folder of my user account18:26
rwpThat sounds good.  And you mentioned they were movies?  I would guess that deleting even one movie would be enough to move from 100% to at least 99%.18:27
rwpWhich again makes me nervous that we aren't looking at the right things.18:28
rwpA DVD type of movie would typically consume 5-7GB of space.  A compressed movie downloaded for portable viewing might be around 1GB in size.18:29
treeofknowledge1fuck18:31
treeofknowledge1its still not working18:31
treeofknowledge1i tried logging in and it doesn't work18:31
treeofknowledge1it starts logging in but then shoots me back into the login scree18:31
treeofknowledge1how can i delete files from the dkms folder?18:32
treeofknowledge1apt -y install dkms - this is what installed all my files and messed this up i guess18:33
rwpYou said you can login as root on the text console?  Try logging in as you on the text console instead.  It might display the errors and the errors would be informative.18:33
treeofknowledge1the directory is mkdir /apps and /apps18:33
treeofknowledge1i'll try going into there and see if there's files i can delete18:33
treeofknowledge1i'm not sure18:33
rwpSimply installing dkms is not going to be a problem preventing you from logging in.  But if you created /apps and then git cloned very large things there then yes that could be the source of the problem.18:34
rwpI don't use dkms myself and don't know how to drive it.18:35
treeofknowledge1hmm how can i navigate to /apps folder using the live cd18:41
treeofknowledge1the xfce doesn't let me search for files in an easy way18:41
rwpWhere did you mount the file system using the live-cd?  Maybe /mnt?  If so then "cd /mnt" will go there.18:46
treeofknowledge1i just booted it in from the install18:49
treeofknowledge1this is frustrating18:49
treeofknowledge1i just feel like doing a fresh install -.-418:49
treeofknowledge1already wasted 5 hours18:49
rwpIf you just booted a live-cd then your system's disk will not be mounted.  Since you have not yet mounted it.18:49
treeofknowledge1how can i access the files i git cloned if the cd /apps18:50
treeofknowledge1i dont even know where that's at18:50
treeofknowledge1and xfce doesn't have an easy way to search files18:50
rwpThis is where the debian-install image is good, because it has a "rescue mode" that will guide you through it.18:50
rwpWhat live-cd did you download and boot?18:50
treeofknowledge1desktop-live18:54
treeofknowledge1do u know how to enable copying to a encrypted file drive after opneing it on this desktoplive cd18:57
treeofknowledge1when i right click i can't open as root18:57
treeofknowledge1open location as root to enable copying18:57
rwpI haven't ever booted that image so I will have to guess.  Perhaps others will have more specific help.18:57
rwpAlso I don't use the graphical file managers so it's difficult for me to describe what one would do there.18:57
rwpBut you are able to click and open the files there and it asks you for the encryption key and all of that works?18:58
treeofknowledge1yes18:59
rwpIf so then great!  You should be able to see how much disk space is in use in /apps and then work with it.  Work with it in some graphical way for which I have no clue.18:59
treeofknowledge1but i can't copy files to it because i don't know how to open location as root18:59
treeofknowledge1yes but i cant find the /apps folder because the thunar file manager doesn't have a serach function19:00
treeofknowledge1i already deleted some dvds and it didn't work on boot19:00
rwpNo clue.  I am completely useless in the graphical interface.  But let me know if you open a text terminal.19:01
treeofknowledge1so it seems i need to delete the /apps folder taht was git cloned19:01
treeofknowledge1yes i opened a text terminal lol19:01
treeofknowledge1how can i find the /apps folder lol using the terminal xD19:01
rwpIn the text terminal are you root or non-root?19:01
rwpThe prompt on the left side is usually a clue.  Run "id" and see what it says for direct information.19:02
rwpIf it is non-root then run "su -" to become the root user.19:02
rwpRun "df -h" to see what is currently mounted.  Since you have already viewed the encrypted file system then it must already be mounted.19:02
rwpIt might be mounted at /mnt already.  If so then good.  Change directory there with "cd /mnt".  Look with "ls -l" ("ll" is typically available shortcut)19:03
rwpIf /apps is there then "cd /mnt/apps" or "cd apps" would change directory there.19:03
rwpThen again "du -sh" would list how much disk space is used.19:03
rwpThen "ls -l" (or "ll") will long list the files in that directory.19:04
treeofknowledge1welll idk how the password for the desktop-live iso for enableing root19:04
treeofknowledge1it asks for password19:04
rwpIf you have git cloned several large repositories there then those might be why the disk partition is filled up.19:04
treeofknowledge1yes i think so too19:04
rwpTry "sudo -i" instead of "su -" and it will ask for a different password.  It will ask for the user's password instead of the root password.19:04
treeofknowledge1i ran sudo -i and it worked19:05
treeofknowledge1no passwrod needed19:05
rwpGood.  It means they configured the live-desktop to not need a password for sudo.  Good.19:05
treeofknowledge1yes it says there is 0 Gb free19:09
treeofknowledge1those gitcloned files needed to be deleted19:09
treeofknowledge1it says 456 gb total 445 free and 0 available19:09
treeofknowledge1how can i delete them in /apps19:09
treeofknowledge1oh you posted above19:09
treeofknowledge1let me try19:09
treeofknowledge1https://www.pastebin.com/32W0sy2c19:12
treeofknowledge1look at what i posted there19:12
rwpThat page is 404 Not Found for me.19:12
treeofknowledge1https://www.pastebin.com/32W0sy2C19:13
treeofknowledge1try this one19:13
treeofknowledge1can u see it now19:14
treeofknowledge1--- /dev/mapper/devuanrig--vg-root  456G  445G     0 100% /media/devuan/43f43d31-8e28-412a-92ec-2b5bc5c7e19d19:14
treeofknowledge1look it's size is 456 gb and its used 445 gb19:15
treeofknowledge1i think i need to delete more19:15
rwpI can see that paste okay.  Looks like your file system is mounted at /media/devuan/43f43d31-8e28-412a-92ec-2b5bc5c7e19d.19:16
rwpSo you should be able to "cd /media/devuan/43f43d31-8e28-412a-92ec-2b5bc5c7e19d" okay.19:16
rwpThe live-desktop is using the UUID of the file system as the mount point.19:17
rwpI'll guess that the other one is a /boot partition.19:17
treeofknowledge1it worked!19:18
treeofknowledge1i deleted more files until it showed 3 gb of free space19:19
treeofknowledge1and i was able to login19:19
treeofknowledge1now to find the git cloned files and delete them19:19
treeofknowledge1fuck19:19
rwpYay! \o/19:19
treeofknowledge1thank you so much!19:19
treeofknowledge1u fucking rock19:19
treeofknowledge1btw rwp19:22
treeofknowledge1do you know a good disk analyzer app that can view files so i can find those git cloned files19:22
rwpThere is nothing magical about git working copies that needs a "file analyzer" to view them.  Just use "ls" and "ls -l" and "ls -la".19:23
rwpGit stores the upstream information in a .git/ directory.  Since it starts with a dot that file will be a hidden file.  Hidden files are viewed with -a.19:23
rwpBut again if you are asking about graphical tools...  Sorry but I have no clue.  I use the command line tools since those are more powerful.19:24
rwpThe graphical tools are captured user interfaces created by someone to do specific safe tasks.19:24
rwpBut they can't ever know what problems I will have created for myself and will not be able to create a way to fix things they don't know about.19:25
treeofknowledge1i found it19:26
treeofknowledge1its under usr/src/rtl8219:26
treeofknowledge1lol it basically copied my entire downloads in there19:26
treeofknowledge1lol19:26
treeofknowledge1and my entire home contents19:26
treeofknowledge1wtf19:26
treeofknowledge1lol19:26
treeofknowledge1thanks a bunch!19:29
treeofknowledge1have a great day!19:29
AfdalAnyone else have a bunch of junk in filesystem root put there by pulseaudio that normally belongs in $HOME ?22:06
AfdalI only just noticed this but apparently these files have been around for a while.  Perhaps since I first installed Chimaera in fact.22:07
Afdalhttps://forums.gentoo.org/viewtopic-t-1031156-start-0.html22:09
AfdalSeems like it might be alsa that's causing this22:10
newdevusrI am a new user with a clean install of the testing branch (Daedalus). I am using pulse audio on two machines. I do not see anything that indicates a problem with the filesystem (pulse or otherwise)22:42
Afdalyou don't see a /.cache/, /.config/pulse/ and /pulse/ at filesystem root?22:44
Afdal(they belong at $HOME/)22:44
Afdalguess it wasn't the Devuan installer that did it then22:45
newdevusrAfdal - a google search and I think you are looking at "Libcanberra" caching files...  i dont know what that is but i suspect it is expected behavior if you are looking at the files that say "event-sound-cache...."22:54
DPAI had /pulse/, but no . files. (I've bootstrapped this install manually, though).22:55
newdevusri used a "minimal" x11 install and used apt to install pulse after the setup and user setup was complete...this disro is pretty impressive letting you pick your own display server, sound server and still being so easy to setup23:12
golinuxnewdevusr: FWIW . . . it is more common for this crowd to remove pulse rather than install it. apulse works a treat . . . :)23:45

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!