00:01:04 megaTherion: you said mmap isn't my issue but others looked info subject much more deeply that i ever can and found that mmapping a file from zfs could lead to wasted memory 00:01:17 which would be "fun" 00:02:03 that would manifest itself much more quickly if you don't have much to waste 00:50:28 Ay 00:56:33 ketas: mapping a file from vfs is actually allowed and a feature 00:56:58 and that you let your system starve for memory is your decision, not those of others 01:04:32 there the question wasn't what's available but more like is it reasonably used... as far as i know mmap function allows one to use file as it were memory, it doesn't mean stick it all into ram immediately for fast access and kill sshd off 01:04:36 no? 01:05:02 *lol* 01:05:09 unsure what zfs does in order to do the same 01:05:09 dude please get that freakin more 4GB RAM and be done with it :) 01:05:20 you are wasting days on a problem which isnt a problem but a totally expected situation 01:06:10 maybe it could be fixed without harm? 01:06:33 Cloud VPS, 8GB RAM 4,99 EUR XD 01:06:49 this has affected machines with more than 4g ram 01:06:56 no for software you need RAM, for even more complex software you need even more RAM 01:08:02 previously it was, if you want it faster, add more ram? 01:08:45 if your system is swapping and OOM then it's not about speed but about working correctly 01:09:33 but what if it's not swapping 01:09:47 and still going oom 01:09:50 then its not 01:09:51 what then 01:11:34 so why not get more RAM? I really dont understand the issue 01:11:43 whats keeping you from adding more than 2GB RAM? 01:13:16 might as well change entire machine then, really 01:13:21 thats fine too 01:13:24 or change the FS, also possible :) 01:13:27 UFS is still a thing 01:13:31 but that's not real answer 01:13:38 you didnt ask a real question 01:13:42 yeah people tried ufs, worked 01:14:22 OS' behave differently if they are OOM, its a design question but I bet almost all have an OOM killer which then goes for hunt 01:14:28 if you want to know the details read the sourcecode 01:14:45 it's not because of mmap, its an side effect - the OS has no other choice 01:16:08 it's fine to use entire free ram for caching purposes, it makes everything blazing fast 01:16:24 well it has choice to not do it? 01:16:40 that doesn't affect anyone with 3t ram 01:17:05 you dont need 3TB RAM, 8GB is totally fine ... how much you actually need depends on the zpool layout and if its about zraid etc. 01:17:33 it cannot not do it, it's the job of the OS to hand out memory if applications demand it 01:17:50 well it can say no' 01:17:51 ? 01:17:54 no it cant 01:18:02 read about operating system design and those principals 01:19:03 the actual situation depends how it arises, but if its inside the kernel then it must kill other software in userland 01:19:22 if you try to alloc some huge amount of RAM in a single program then of course that program may be killed or denied the request 01:19:38 but then in the end... what good is an OS which has no memory at hand 01:19:53 if its about user restriction then yes you can restrict those limits in FreeBSD 01:19:55 it can decide that now zfs works slower because there's no memory left 01:20:10 well it's not a program 01:20:24 it would swap then 01:21:11 hmm 01:21:11 well then maybe investigate how Solaris or OpenSolaris descendents behave, thats where ZFS is coming from in the first place 01:21:36 how they do it? 01:21:42 it's too complex too 01:21:44 I dont know, I never read the source code 01:22:09 maybe Solaris can handle an less RAM situation better - who knows 01:25:25 would be fun if this is valid bug when using mmap and with lot of small files and with low ram and with zfs and with slow io 01:25:32 like perfecf storm or so 01:25:48 its no valid bug 01:26:00 the person XYZ coding C and using mmap has zero control about the file system which is used 01:26:03 there is no relation 01:26:17 it's a trigger? 01:26:22 well who knows 01:27:27 its a totally normal function, almost every, if not every OS has it. Not sure how it's called on Windows but on Mac OS you also have an mmap 01:27:31 its just totally nrmal 01:27:32 +o 01:29:35 is there something in dmesg if the problem appears? 01:29:43 s/if/when 01:30:12 i don't think there was 01:30:15 as in...? 01:30:22 io error? :) 01:30:35 no about oom 01:31:04 only the fact that things were killed now 01:32:10 i wonder if tuning oom features would change anything 01:32:16 or not 01:32:35 because what needs memory is kernel 01:34:20 it was worse before actually i recall 01:34:38 maybe vm.overcommit changes something for you, dont know 01:34:46 unsure if it made zfs worse now 01:34:53 i hope not 01:35:26 there are also other ways kernel can take memory 01:35:46 should it always say yes? 01:36:07 maybe you want to read tuning(7) 01:39:25 maybe thay manpage needs augmented :p 01:39:52 to be 01:42:15 really never had a lot of issues, my NAS has 16GB with a zraid1... what always helps is limiting the ARC to a sane level 01:42:27 but I have other machines though non of them has less than 8GB with ZFS 01:43:31 nowadays it's doing it for you i read 01:43:39 the sane arc 01:43:49 can be... yeah 01:43:54 0.6*ram iirc 01:53:13 zfs actually works in 512m too :p 01:54:07 it was even unexpectedly fast 01:54:26 as long as there is no load.. sure 01:55:57 it started falling over due hw faults 01:56:17 dead now 01:56:55 lost half the disk too due i was lazy and didn't add 2nd disk nor did regular backups 01:57:06 which is another problem 01:57:31 well I usually always have zraid's except for some single VPS instances where I use zrepl to replicate my stuff over wireguard 01:58:21 yeah now it's fixed 01:58:53 damn git is too good stress test tool eh 01:58:55 :p 01:59:56 well it does read and write million small files and likes them cached as well for speed? 02:00:04 never ran into the issue, I guess you can also use rsync as replacement? 02:00:17 I'd expect that those programs have kind of similar behaviour 02:00:25 they do not 02:00:38 that's the surprise 02:01:02 using rsync to sync over terabytes will not do it 02:01:11 well you could get a systrace from it, then you can compare 02:01:29 far past what recommend ram can do... yet no failures 02:01:50 oh that seems like meh hard 02:01:58 what to even look for? 02:02:00 FreeBSD has truss and friends 02:02:10 well you said mmap was evil, so maybe rsync doesn't do mmap? 02:02:26 at least you'd see how it looks when both applications "copy" files 02:02:27 it probably has no reason to do so? 02:02:32 but i don't know 02:02:50 or you can read the soure code of course 02:02:54 or it has or it does 02:02:55 +c 02:04:02 right now git has 02:04:05 [core] packedGitWindowSize = 8m packedGitLimit = 32m preloadIndex = false [diff] ren 02:04:08 ameLimit = 100 02:04:31 meh forgot the split 02:04:33 but anyway 02:04:43 this "fixes" it 02:05:09 it didn't go deeead slow either 02:07:17 rsync doesn't mmap 02:07:36 btw whole issue started when there was huge change at once happening in ports tree, which is massive repo for what i usually use 02:07:53 openrsync does and we've had some problems with that, but we've mostly managed to 'fix' it 02:09:01 what is the 'fix' for this? 02:10:07 dovecot nearly does it as well... that thing also has legit reason for this 02:10:10 hmm 02:10:22 using dovecot too 02:11:37 * kevans reads scrollback a bit more 02:11:40 also, abnormally large for machine maybe... tho dovecot did it whenmi tried to tune it upwards 02:15:22 I guess from the context it sounds like mmap is being accused of eating a bunch of memory, but that's not really how that works 02:15:26 index related values there were 128m...256m which i probably wrongfully assumed to not do anything bad because it's small on disk or in ram 02:15:52 mmap helps to eat it up? 02:16:04 not any more than usual, really 02:16:38 you can mmap a file but you still have to fault in pages/blocks/etc, it's not really common to prefault everything in 02:17:16 I mean, yeah, there's some trade-off there, but the odds of it being whatever anomaly your observing aren't really likely 02:17:17 what's the actual issue here i wonder 02:17:47 you're 02:17:53 :p 02:18:25 anomaly-ketas 02:18:43 it's only 21:18, I shouldn't really be oops'ing yet 02:27:34 run git without those limits, wait until git actually starts doing that particular unknown activity, hopefully you had top open somewhere before, observe wired memory shooting quickly in few seconds to 94% of ram, probably went past it... end result is no userland, kernel works just fine after it, you just only have limited ways to interact with it, like ping or keyboard 02:27:48 how do i know what happened 02:27:52 :/ 02:31:32 what release/branch is this? 02:32:02 zfs default arc max is something like all but 1GB of RAM, but it should be responsive to pressure to relieve some of that if the system needs it 02:32:17 how much ram are we talking total? 02:32:35 limiting ARC is always a good idea 02:34:35 13, it started 13.2 or so, now 13.4 still seems to have other similar issues... maybe it's fixed in 14 or current, do you know? 02:34:38 and ram is 4g 02:35:46 while i have tried to use zfs with 512m, wasn't kernel panic festival at all 02:36:45 i even tried to look any offending openzfs bugs but that thing is huuuge and i don't even know what to look 02:36:51 not zfs issue at all? 02:37:11 having not enough ram is no bug ;) 02:38:58 well it rather sounds like perfect storm than tiny ram 02:39:22 and was observed elsewhere 02:48:42 funnily i tried to allocate ton of ram, tried some file tests, including mmap, increasing limits slowly so i could still observe it, i couldn't find anything, even arc and whatever else was in wired was scaled down and only test that ended up in actual failure was when just trying to consume ram, and what was killed was just tester itself 02:49:01 can't figure out smarter tests 02:53:04 if it wouldn't hide it, i could run some tests in small vm or so, easier and safer 03:35:23 Hello folks, im having a demential issue maybe you can help me to get out of it :) 03:36:05 after upgrading from 14.1 to 14.2-p3 my FreeBSD desktop (zfs) is going total unusable after 1 day of uptime or so 03:37:18 this system is always on, i had 122 days uptime before upgrade to 14.2, never had a problem like this on FreeBSD desktops so i suspect its a ZFS kernel module problem someway 03:38:17 in brief: after +/- 20hs of using the system the desktop starts freezing every time you do something 03:39:39 first thing i checked up was my NVMe, used nvme tools from base userland, S.M.A.R.T, etc the disk is in perfect conditions also ran the NVMe RW testing commands, seems neat. 03:40:44 also, when the system starts to get UNUSABLE i just reboot it and everything goes just fine, so I/O problem discarded 03:41:16 can anybody guide me to debug the HANGS/FREEZING on the kernel/openzfs.ko? thanks in advance :D 03:43:02 i think its ZFS related because, my ARC is the same as always (1G) i dont even need to do any heavy R/W to reach unusable state, just happens after 1 day of uptime more or less 03:43:07 how did you diagnose the issue to zfs problem? 03:44:08 rtprio: i need help to discard ZFS, but i think it is because the only thing that would change along time is the ZFS ARC CACHE, thats my guess 03:44:54 badkat: well, use bectl to boot back to 14.1 and confirm that it stays stable or still freezes 03:45:08 kernel memory is not exhausted neither, i mean there is 20G free memmory why would be hang like that 03:45:38 rtprio: i did that, the same day that i concluded it was not the NVMe 03:45:46 14.1 goes ok 03:46:12 i would love to try to report the bug, maybe contribute something to fix it :D 03:47:06 fun part is that when freezing starts, audio keeps going like nothing 03:56:15 so kernel works well still 03:56:45 how does it freeze, again? 03:59:15 also where the audio comes from 04:00:09 ketas: for example, you are playing music in background while coding in your IDE, reading articles on firefox or just operating some server over SSH. I call it "freeze" when suddenly i just can keep hearing the audio from the browser or VLC player but cant do nothing more. 04:00:42 not even change to other TTY 04:01:09 just xorg thing or more? 04:02:27 ketas: thats the tricky part for me, not sure what originates this.. 04:02:52 can't ssh into that from elsewhere? 04:03:08 ketas: i restarted xorg some day to see if it was related to some QT library/AMD gpu driver and it was doing the same 04:03:33 and? 04:03:40 was there a change 04:03:48 no 04:04:05 or fresh xorg still choke up from time to time 04:04:06 thats why i think on ZFS ARC is corrupted or something i dont know 04:04:08 hmm 04:04:25 what about no x 04:04:40 you were able to kill it 04:04:54 same issues in console? 04:05:38 ketas: yes, freeze lasts less but still hangs weirdly the commands 04:05:51 hmm 04:06:03 if i navigate folders, or open files while thats happening it doesnt show any I/O problem 04:06:47 open top -qaHSPs1 and systat -v 1 and so there if not tried them 04:06:51 hmm 04:07:03 the freeze effect is random but not constant, it just evolves to UNUSABLE, day 3 of uptime is totally messed up 04:07:14 ok 04:07:27 would be fun to watch it evolve 04:07:28 i tried iostat 04:07:48 maybe over ssh 04:07:49 and when freeze starts the iostat doesnt even log that moment 04:08:03 if it finally locks up 04:08:26 maybe it's not io 04:09:07 nice idea with ssh, i could try that this weekend, i work in that setup so i restarted each morning XD 04:09:33 so finally... what happens? 04:09:36 freezes? 04:10:30 just becomes unusable, but keeps responding after the hangs from 10sec to 2minutes 04:10:38 hmm 04:10:40 crazy 04:11:07 wanna see that top during this 04:12:14 ok i will try it, thanks for the suggestion 04:12:47 and what happens after a pause 04:12:54 or before 04:13:14 maybe tail -F some log too 04:14:15 i did, nothing in /var/log 04:17:13 well did it freeze yet? 04:17:32 if it doesn't show up in any of those 3 places 04:17:34 it's weird 04:18:14 maybe i dont have ZFS debug messages enabled in the right way 04:18:23 all need separate window too since frozen system won't be able to do tmux window change 04:19:10 its working fine now, i just restarted like 1 hour before i did came here 04:19:19 i have time till monday to debug it 04:19:56 zpool iostat -v 1 & zpool status -svv for zfs 04:20:19 i will try to make some big R/W to see if i can make it freeze again 04:20:27 ok i will add those too 04:20:29 for interesting things to look of 04:20:38 rw does it? 04:21:22 and this was some flash? 04:21:42 ketas: not sure what does it 04:21:52 single nvme one? 04:21:58 yes, Samsung EVO NVMe 04:22:10 yeah kind of hard 04:22:16 to find cause 04:22:22 i have no mortality signs on the drive 04:24:34 ketas: thanks for `zpool iostat` thats way better than plain iostat 04:25:06 also, with -svv switch i see this: "Some supported and requested features are not enabled on the pool." 04:25:40 and recommends to run `zpool upgrade`, i have this zfs pool from 2023 IIRC 04:26:03 that upgrade could be risky? 04:26:20 maybe pool is from pre v5000 + flags time 04:26:29 or 04:26:31 hmm 04:26:45 upgrade wasn't needed anymore iirc? 04:29:08 or it was different upgrade 04:29:55 i checked the zfs logs 04:30:08 its from 13.1 04:31:51 v5000 is much older 04:32:15 but i'm not sure, it still might use manual upgrades 04:32:19 betas! 04:32:22 er ketas 04:32:28 just i haven't see it yet 04:32:48 upgrade would be safe if you don't go back 04:32:57 unsure if you could 04:33:28 also, freezes came after 14.1->14.2?! 04:33:44 you can leave the zpool as old now i guess 04:33:50 cpet is back 04:34:14 ketas: exactly, i had 120+ days uptime, then i said "Oh new release, lets upgrade" :P 04:34:27 uptimes are useless now 04:34:37 any service that has an uptime of more than 60 days you question it 04:34:56 perfect reason to test upgrades before using 04:35:03 just like I question my firewall with an uptime of 48 days 04:35:05 cpet: lmao i dont turn my computers off xD 04:35:14 it could be specific stupid bug 04:35:14 I don't either 04:35:21 whatever reasoned 04:35:27 but I like to be updated 04:35:33 and if that requires n reboot 04:35:35 then so be it 04:35:38 betas can wait 04:35:40 er ketas 04:36:00 could it be the applications.. 04:36:20 ? 04:36:26 betas can wait! 04:36:36 well there is an IDE, firefox, vlc player 04:36:37 betas the ketas 04:36:51 which ide, also? 04:36:56 no software would require a reboot 04:36:59 and firefox is one stupid hog 04:36:59 cpet: well i always try to update asap, thats why i did 14.1 -> 14.2 not 11.0 :P 04:37:01 only a kernel update 04:37:11 anyway wait until 04:37:17 freezes 04:37:19 then test 04:37:20 ketas: we need firefox 04:37:25 i would wait to see if it happens again.. and just monitor the apps 04:37:30 cause that other browser hasn't been updated in years 04:37:37 what was it called netsurf ? 04:37:53 maybe leave sshs open with all above commands 04:38:06 zpool status via topless or so 04:38:07 have it mail you if the app dies 04:38:21 "yo foo your app crashes here is the core dump" 04:38:31 well firefox is only way yes 04:38:34 pretty much 04:38:39 I use safari 04:38:47 my android phones do ff too 04:38:49 the only reason why I don't update is Firefox is just as bad :P 04:39:43 the issue with updating zfs is the possibility of the system not booting after update due to forgetting to reinstall the boot stuffs 04:39:48 so I have never bothered to upgrade 04:40:14 pool you meant? 04:40:29 yes i guess it's fine 04:40:37 either of you still need to reinstall the boot code 04:40:55 and that has a possibility of having a 50/50 you can reboot 04:40:59 where does the bootcode go? 04:41:05 heaven 04:41:10 or you mean updated one? 04:41:24 I have always updated the boot code after any updates with zfs 04:41:32 now is that good practice who knows but that's what I do 04:41:43 voy4g3r2: could be, i wonder if something that goes through the ARC cache corrupts it,dont know if that could be even feasible, just thinking in the air.. 04:42:19 unsure if it can corrupt 04:42:39 machine did pass at least one full memtest86+ run, right? 04:42:41 anything can corrupt something 04:42:45 and buildworld 04:42:50 maybe 04:42:54 as a good measure 04:42:56 yeah.. well the whole corrupt thing.. is drawing at straws. 04:43:04 honestly if it can do a make build world without a core dump its good enough 04:43:06 does the freebsd logs say anything? 04:43:08 ketas: i did memtest yes, stick is fine 04:43:22 freebsd-version fetch install ones that is 04:43:23 meatiest is not a really good way to test 04:43:29 er memtest 04:43:34 meatiest! 04:43:50 betas a beer a day keeps the docker away 04:43:57 hah 04:44:01 for now on betas is betas 04:44:06 wtf 04:44:15 now that made me giggle 04:44:26 voy4g3r2: no, im sure i can improve the logs tho, preparing now for the shitty moment 04:44:28 you didn't mean docker? 04:44:43 docker is evil 04:44:57 any mention of it you'll become one of the ketas 04:45:27 voy4g3r2: what exactly is the issue 04:45:39 if you want to retell the story while I drink Guinness 04:45:42 would be appreciated 04:45:49 cpet: no issue.. helping badkat 04:46:01 beer world records 04:46:06 badkat: what is the issues ? 04:46:09 i am over here.. just doing a poudriere run, updating my mac with brew upgrade and doing some python code.. all good 04:46:27 I can't sleep 04:46:38 cpet: he has machine running xorg freezing up for 10s...2m 04:46:42 after a day or so 04:46:48 which one 04:46:50 exactly, thanks ketas 04:46:53 after 14.1->14.2 04:46:55 voy4g3r2: or badkat 04:46:58 has zfs on nvme 04:47:09 that's all 04:47:29 which video card brand ? 04:47:32 it's stupid bug 04:47:42 cpet: AMD GPU (Renoir) 04:47:51 model? 04:48:03 so, it did continue to happen after xorg was killed off? 04:48:26 cpet: Ryzen 7 PRO 4750U 04:48:27 badkat: how long have you used a BSD ? 04:48:38 cpet: 7 years 04:48:51 started in 10.2 or so with my servers 04:48:51 ok so you know you'll always have issues with the latest swizzle right ? 04:48:57 moved to desktop 4-5 years ago 04:49:04 23y here 04:49:12 never had this kind of problems 04:49:15 I have been using *BSD for 30 yrs 04:49:18 i miss solaris zfs 04:49:27 I miss opensolaris 04:49:37 you can hug illumos lmao 04:49:48 hug openzfs 04:49:48 that's old 04:50:11 ketas: im trying xD 04:50:29 have you recompiled xorg+ with debug 04:50:40 and use all the debugging system to help you debug why it crashes ? 04:50:42 don't try to hold openzfs down with hug 04:50:43 :p 04:51:19 cpet: i have this weekend to try that kind of troubleshooting 04:51:26 is this the onboard GPU r ext ? 04:51:26 2025-04-26 04:04:54 < ketas> same issues in console? 04:51:27 2025-04-26 04:05:38 < badkat> ketas: yes, freeze lasts less but still hangs weirdly the commands 04:51:33 im building the kernel now and checking for debug options 04:51:37 doesn't this absolve X of guilt? 04:52:07 well you can wait for fail before 04:52:10 or does it start in X and then continue 04:52:10 have you tried current 04:52:29 my desktop that runs current is 2020 04:52:30 cpet: onboard GPU 04:52:36 so in computer terms old 04:52:46 i have one armv7 current machine here 04:52:52 could do more 04:53:08 I was unhappy when rasp pi 5 has such shitty support all over 04:53:12 i have similarly stupid bug here 04:53:13 so I sold my rasp pi 5 04:53:26 how much did you get 04:53:27 rpi are not good SBC's for freebsd IMHO 04:53:34 badkat: how come you haven't invested in a AMD vid card ? 04:53:45 rasp pi 3 worked like a champ 04:53:48 er 4 04:53:56 onboard is fine 04:54:04 which one bte 04:54:06 btw 04:54:08 intel? 04:54:18 cpet: its a laptop, i have another setup with nvidia cluster over bhyve :) 04:54:23 I have a AMD ext card 04:54:30 ok its a laptop pfft 04:54:33 give up nd move on 04:54:48 laptops have so much software bullshit 04:54:50 it being laptop could also give fancy other bugs 04:54:57 perhaps cpu scaling 04:54:59 i have like 3-4 workstations here, i wont give up sorry 04:55:16 ok I can annoy betas then 04:55:25 betas 04:55:27 ketas: i know this setup pretty well, never had a problem, only this crap 04:55:32 why does this auto change ketas to betas 04:55:52 unsure what you do there 04:56:00 badkat: did it work fine in 14.1 ? 04:56:01 b and k are far away 04:56:07 cpet: Perfectly. 04:56:16 how keen are you with git ? 04:56:17 regressions suck 04:57:30 freebsd changed the way they do arm 04:57:53 what about git 04:57:55 they changed the way they de drm 04:58:03 did we switch topic 04:58:04 its a port 04:58:20 so I really doubt its a OS thing rather a port thing 04:58:27 you could backport to a later port 04:58:33 and see if it fixes your issue 04:58:41 again i have alwys seen these issues with modern HW 04:58:53 which machine too, btw? 04:59:00 new laptop? 04:59:07 users buying a moderm top of the libe x y and then having it have shit performace 04:59:15 is pretty much how it goes with FOSS 04:59:21 new anything really 04:59:22 i see some "allan" here, any chance is allan jude over here? 04:59:41 i've seen 04:59:46 you can email him 04:59:50 it's him 04:59:53 here 04:59:56 !!! 05:00:26 i will try to DM him and keep my debug mission :P, thanks ketas for your time 05:00:37 and cpet for the non-sense road leading questions! 05:00:43 :) 05:00:58 pfft f i ever help you again 05:00:59 ;/ 05:01:12 * ketas bites cpet 05:01:28 * cpet hands ketas a beer 05:01:35 stfu and drink beer 05:01:53 doesn't it make you weird :p 05:02:05 kind of warm fuzzy 05:02:11 kinky 05:02:47 badkat: come back after 1d of so :p 05:02:53 i'm curious too 05:03:06 what does top/systat vm say 05:03:09 he wont be back 05:03:36 all those top options are important too as they show where cpu possibly goes 05:03:47 or memory 05:03:52 if it's that 05:04:06 the issue is really with the drm/gfx driver 05:04:14 maybe 05:04:15 i dont think the latter has anythign to do with it 05:04:17 cpet: i thought a lot about that 05:04:27 but why after 20 hs 05:04:34 the system im on naw is a Mac Mini 05:04:35 what happens after xorg kill? 05:04:44 video is still indeed working but 05:04:57 badkat: in my ealy days of usinf freebsd as my every days my system woud work fine then crash after 2-3 days 05:05:05 badkat: could be many things 05:05:09 ketas: drm is loaded after i boot the kernel so im still in the framebuffer from amd_gpu driver 05:05:15 unload gpu drivers maybe 05:05:18 badkat: however without coredump or actually info 05:05:19 hmm 05:05:26 not much ketas can do 05:05:38 i would start back tracking ports revs 05:05:43 and pin point where it fails 05:05:52 ports eh? 05:05:53 then go hey this is where my system fails and then works 05:05:55 so 05:05:59 they can deal with it 05:06:04 anyway first would be some debugging 05:06:17 as fare as I know all the drm stuff was taken out of the base system and made into a port 05:06:19 so yeah 05:06:24 probably have top running before 10s...2m pauses 05:06:36 those suck to get ssh up 05:07:01 what do you do on the desktop ? 05:07:07 cpet: yes i manually built drm5 05:07:08 play games, gimp, ? 05:07:27 from ports, and drm6 is for kernel 15 05:07:28 supposedly code ide, ff, vlc, ssh 05:07:43 why are you using beta code > 05:07:45 er ? 05:08:04 are you using current ? 05:08:07 cpet: code,ff,vlc,CAD (kicad,freecad,librecad),blender,bambu lab 05:08:18 manually built what 05:08:32 ketas 05:08:35 will be ketas 05:08:35 maybe you need rebuild but still eh weird 05:08:41 after 20 yrs still keta 05:08:42 s 05:08:43 drm-61-kmod 05:09:04 which model CPU 05:09:28 i have a amd 7 5700H 05:09:29 Ryzen 7 PRO 4750U (Renoir gpu family) 05:09:33 never had issues with it 05:09:40 but its like 5 yrs old 05:10:02 hmm 05:10:14 i never had neither, till now XD 05:10:17 i only have used like integrated intels... 05:10:21 so far 05:11:38 launch date 2020 05:11:52 now thats weird i was expecting that to be some modern recent CPU 05:11:55 but no 05:12:16 who runs video on cpu 05:12:18 i have a ext card I dont use the int 05:12:20 :) 05:12:25 very true 05:12:30 ketas: ++ 05:12:53 i wont bother on other laptops i have, because they are running gentoo and are used as servers with battery xD 05:12:54 i would purchase a el cheapo ext card 05:12:59 and see if that has the same issue 05:13:02 personally 05:13:12 but since this is a laptop you cant do that :D 05:13:17 the second hand cheap sff's are the reason why it's intel video for me 05:13:22 those work 05:13:25 why would you use freebsd on a laptop ? 05:13:34 i had it 05:13:35 ketas: why would you use freebsd on a laptop ? 05:13:37 fbsd laptop 05:13:39 ketas: why? 05:13:42 hw broke 05:13:49 because i wanted 05:13:55 thats not an excuse 05:14:09 thats like the people who buy a mac and then install freebsd on it 05:14:14 cpet: lmao 05:14:16 had ose virtualbox with win and so 05:14:23 mac comes with freebsd userland somehow anyway 05:14:38 why the hell would you spend s much on HW then install a OSS OS on it ? 05:14:45 and playstations? 05:14:53 then complain that x y z doesnt work? 05:15:10 now i have been using freebsd for 30+ yrs 05:15:17 and I still use it despite the issues 05:15:21 but come on now 05:15:28 i am 41 now 05:15:31 cpet: my hardcore CAD workstation runs windows 05:15:39 disabled vet with more health issues than the VA can list 05:15:44 and I still use freebsd heh 05:16:05 maybe when freebsd supports CUDA i will drop it lmao 05:16:11 multi workstations are fun 05:16:18 badkat: see the issue is you expect to much from an OS 05:16:26 cpet: i dont 05:16:27 i mean nothing wrong 05:16:27 i bet you open like 500+ tabs 05:16:36 then bitch that the OS complains ? 05:16:42 to have windows also there 05:16:44 cpet: i dont 05:16:47 ok 05:17:07 now this doesnt help at all 05:17:13 * ketas cpet's badkat 05:17:16 but any time I have used my in house gfx 05:17:28 meaning the included GPU on CPU 05:17:32 issues arise 05:17:40 when I have used a ext video card 05:17:43 i have no issues 05:17:52 which issues? 05:17:55 does that laptop have no vid card ? 05:18:01 it often works 05:18:04 i've seen 05:18:17 for desktoppy purposes 05:18:17 ketas my gaming latop had that nvidia/cpu and you could set it to use either 05:18:25 i could never get it to play nice with freebsd 05:18:29 or any BSD 05:18:38 and I refuse to run linux so i sold it 05:18:45 yeah multigpu laptops are a thing 05:18:46 cpet: i patched so many games to bypass anticheat using linuxlator+glibc-shim 05:18:49 its so fun :) 05:18:58 my current system is built by myself is chumping along with current 05:19:21 naughty one 05:19:38 badkat: damn it people like you ruin it for the rest of us 05:19:39 actually, i got extremely good performance with intel + nvidia over freebsd 05:20:01 badkat: which cad soft do you use ? 05:20:04 cpet: i dont cheat in games, i need anticheat to be bypassed to get in the lobby lol 05:20:09 05:20:27 only talks in games 05:20:28 i have a mac mini thats my main machine 05:20:30 :p 05:20:39 and I have a desktop that dua boots pretty much any os you can think of 05:20:44 and ketas 05:20:48 will always be ketas 05:20:53 even after 20+ yrs 05:21:00 ketas: hahah its a shame when you can get into the match because your game crash 05:21:04 same cpet too 05:21:32 the only games I have played on. BSD are the ones that are older than x 05:21:40 and even when I used to maintain doom 05:21:45 I still play doom ;/ 05:21:46 cpet: Altium designer, AutoDESK products suite, engineer stuff :P 05:22:01 not in bsd tho, the OSS i mentioned already 05:22:05 what do you engineer 05:22:12 sex dolls 05:22:23 cpet: i do too :) 05:22:29 those are fun nowadays bte 05:22:31 btw 05:22:41 ketas out of all people man 05:22:43 lmao 05:22:43 wtf ? 05:22:57 ketas: electronics engi 05:23:25 badkat: I am a disabled veteran i dont do shit besides drink beer and goto apts 05:23:46 i have CKD 05:23:49 stage 3b 05:23:50 were you in tne vietnam 05:24:11 about 2 point from needing dialysis 05:24:16 ehm 05:24:24 cpet: ok! dont go to 14.2 you could increase the pain 05:24:25 seems bad 05:24:47 i ran 14.2 for a few months beore i moved to current 05:24:52 however 05:25:01 i started using computer with msdos 05:25:10 so a simple CLI with x yz program will suffice 05:25:14 i dont need blender to work 05:25:22 x) 05:25:34 blender is fun tho 05:25:40 it is 05:25:44 did you ever compiled the windows kernel ? 05:25:55 you cant compile the windows kernel 05:26:02 i can compile the windows kernel 05:26:04 :) 05:26:13 special boy 05:26:19 if you have a MS forget what its called then yeah 05:26:25 my brother had one 05:26:28 Sounds like a waste of resources 05:26:47 back in the day it was called I think MSDN 05:26:51 did any of that ever leak? 05:26:53 whats ts called now I Dont know 05:26:59 ketas: ofc 05:27:15 i am a student so I could possible get access to 05:27:23 who was sue? 05:27:24 sued 05:27:26 :p 05:27:29 as MS will give access to windows code to student udner some special NDA 05:27:36 but i dont really care much for this 05:27:45 cpet: roflmao thats not true 05:27:46 badkat: is this similar or something else ? 05:27:57 it's horrible nda probably 05:28:00 you dont get the kernel source like that, only goverments 05:28:09 never said kernel 05:28:15 i said "windows" 05:28:19 once you look code it burns into your brain 05:28:24 or meant windows 05:28:46 cpet: the API is pretty much documented, better than linux ofc 05:29:04 yeah the win32 API is well documented 05:29:07 but you can get entire windows src, eh? 05:29:18 ketas: g0vs do. 05:29:24 and the sources accesible to student is interesting 05:29:28 i mean, cool g0vs 05:29:42 probably not that fancy btw 05:29:48 its not 05:30:01 what you gonna do, fork it? 05:30:01 the source code to Windows is accessible 05:30:15 just MS has a ver weird way of allowing access to it 05:30:27 gov have access to to it without any rest 05:30:42 ketas: i tried to port openbsd PF to it, did a poc some time ago 05:30:43 students have access to a subset of it 05:30:55 to windows' 05:30:57 ? 05:31:01 ketas: yes 05:31:02 badkat: you ported pf to windows ? 05:31:03 hahaha no kidding? 05:31:16 proof or youll full of it 05:31:16 and what happened 05:31:25 only can block stuff with a pretty dumb rule 05:31:27 i tried to port hammerfs 05:31:34 but it was a month experiment 05:31:39 windows? 05:31:39 and I am proud to say it was way way way out of my league 05:31:40 hah 05:31:46 eh 05:32:07 did it even work once :) 05:32:45 windows kernel is not bad at all, i mean you start to become crazy because you dont spot actual backdoor code 05:33:01 I’m lucky to file a decent bug report. Let alone write code 05:33:13 * ketas resists the urge to bend hammerfs author's family name to funny variants 05:33:24 how the fuck they do it? dunno. prolly it has to do more with the out of band interface of intel or the AMD equivalent 05:34:23 SponiX: VA GIBill allowed me to get a BA in cybersecurity 05:34:46 cpet with degree 05:35:15 yeah but the moment i say im a disabled vet they deny all 05:35:17 so bleh 05:36:19 so do you get transplants or you would just die? 05:36:32 ketas: the nice thing about hammerfs is it has all the features of zfs without the ram hogging 05:37:00 epends on level 05:37:21 once it reaches a certain level it s either dyalisis or transplant 05:37:24 cpet: which BSD has hammerfs? 05:37:24 cpet: which version of hammerfs did you used as base? 05:37:32 SponiX: dragonfly 05:37:33 SponiX: DragonFly 05:37:50 badkat: this was long long time ago 05:37:58 i would say about 15 yrs ago 05:38:03 before I joined the .mil 05:38:09 I’ve never even booted that one in a vm 05:38:40 hammer has no volume manager 05:38:46 iirc 05:38:48 SponiX: its a very modified version of freebsd 05:39:03 a vary modfied version of 4.x 05:39:08 plus modern bits added 05:39:19 i would prefer a modern one such as freebsd or open 05:39:27 what about net 05:39:35 i used net for a bit 05:39:48 i have booted net and open 05:39:49 ketas: i learned PF internals from netbsd 05:39:51 i had a prject were I would allow student to have a shell 05:39:55 Luckily my FreeBSD machine has 256G 05:40:00 but no one would coonect to it so i killed it 05:40:14 256 of what ? 05:40:17 ram space 05:40:18 AI 05:40:19 Ram 05:40:24 ai? 05:40:32 ketas is an AI 05:40:55 i like the idea of 1 NVE per OS 05:40:58 i'm not uploaded yet 05:41:06 no VM's 05:41:28 ketas: then you are doing it wrong 05:42:22 cpet: you killed the free shell project? :( 05:44:14 pov: they logged in but cpet didn't see 05:44:44 ketas: hahahah 05:44:52 :p 05:50:15 badkat: not killed suspended 05:50:35 i killed off the VM but backups the scripts 05:50:45 just a matter of givien a fuck to redo it again 05:50:53 but thems days no one wants a shell 05:51:16 i gave ketas a shell like 20 yrs ago 05:51:34 think this was when I had bsd.ninjas 05:51:42 and had #bsdninjas 05:51:48 and ketas ruined it 05:52:36 how old is ketas like 70 ? 05:52:55 i like the name, what happened? 05:53:06 gave up o it 05:53:09 hah no 05:53:14 41 05:53:29 yeah sae 41 but feel like im 70 05:53:31 cpet: on which network was bsdninjas? 05:53:36 they say military as 20 yrs 05:53:38 makes sense 05:53:45 badkat: efnet 05:53:46 i recall a shell 05:54:00 efnet <3 really cool network 05:54:01 i dont do the freenode/librechat 05:54:07 c pet sells csh near seashore 05:54:17 if koobs was here I would of been banned before I said ketas! 05:54:26 why? 05:54:30 i dont know 05:54:47 cursing I think 05:54:56 or saying ketas 05:55:12 badkat: its dead 05:55:36 cpet: ye brother i got it 05:55:38 i gave friend a nonroot user into one jail 05:55:54 ketas: how come I dont get one 05:55:56 his microsd failed in linux rpi again 05:55:56 wtf man? 05:56:10 but you could open your house doors again :), drop some shell access here in this irc 05:56:21 hahaha 05:56:22 and no mandarin speaker will get into it >:) 05:56:35 i don't have enough hw for this yet 05:56:48 to have trusted ircfriend shellbox 05:56:54 and is it even needed nowadays 05:56:58 i fid that offensive 05:57:12 :p 05:57:28 where you from again? 05:57:31 .ee 05:57:33 romania ? 05:57:36 no 05:57:49 the land of electrical engineering :o 05:57:51 someone else is from .ro 05:57:55 im from Nauru.mil 05:57:56 yeah Dooshki 05:57:58 how fun 05:58:27 русский? 05:58:40 tiny country? 05:58:47 theres many 05:58:48 Dooshki: >:) 兄弟 05:59:15 translated as bro 05:59:16 cpet: брат! 05:59:18 :p 05:59:22 badkat: I don't recall us being family :o 05:59:28 i went to japan food man... holy hell 05:59:32 that i don't need to translatr 05:59:34 :) 05:59:38 went to guam as well 05:59:41 again food man... 05:59:49 us americans eat like garbage 05:59:59 unsure 06:00:07 i bet you can eat well in us 06:00:13 but yes it has issues 06:00:17 ketas: pretty expensive tho lma0 06:00:19 ketas: i moved to .us when I join in 19 06:00:24 iirc ice cream is ruined? 06:00:27 stationed in .us 06:00:30 but who knows 06:00:31 stayed in .us 06:00:49 last time you talked to me i was in .mx 06:00:59 where are you now 06:01:03 .us 06:01:08 and before it? 06:01:18 .mx 06:01:22 hmm 06:01:32 its ok man 06:01:36 i drink a lot so 06:01:37 ;/ 06:01:51 What does mx stand for? 06:01:57 mexico 06:02:01 mexico 06:02:09 Other than a DNS record 06:02:10 someoen doesnt know his tlds 06:02:20 er cctlds 06:02:21 some cctlds are fun 06:02:31 or cc's 06:02:32 SponiX: learn them 06:02:39 then you can have a .beer 06:02:41 like me 06:02:43 like have to check 06:03:00 i own unix.beer 06:03:01 :D 06:03:10 * cpet pets ketas 06:03:10 l0l 06:03:41 like where is .dj? 06:03:42 i miss the unprotected whois queries 06:03:43 :) 06:03:52 jamming 06:04:50 i miss the days when people would drink without using there fawking cell phone 06:05:04 why 06:05:08 i had this lady today just stop in the middle of the road to txt i guess 06:05:22 she just decided to stop 06:05:27 who cares about traffic 06:05:29 just stop 06:05:32 and respnd to txt 06:05:42 who cares about left right up down 06:05:44 just stop 06:06:00 did you press horn 06:06:04 no 06:06:17 no one cares any more man hah 06:06:25 should've at least blinked on her 06:06:31 cpet: she wont drop the "posts per minute" leaderboard so easily 06:06:34 yeah i can irc on phone but 06:06:43 on safe locationä' 06:06:54 i just stared at her 06:07:05 and lughed when she got scared when 4 people honked her 06:07:20 well no shit 06:07:33 and yelled "oh come on"? 06:07:43 i dont do that 06:07:49 i care but i dont 06:07:57 what do you do 06:08:02 depends 06:08:12 on my good days i honk 06:08:18 on my bad days i dont really care 06:08:59 why did your peecreators get sour anyway? 06:09:07 just happened? 06:09:10 ? 06:09:32 well when you are in a 2 lane highway and someones just stops 06:09:37 people get upset 06:09:47 not only that its dangerous 06:09:52 yes of course 06:09:53 for some bitch to be just txting 06:09:58 who does that 06:10:03 some .. 06:10:04 heh 06:10:26 some even do it while driving 06:10:34 tey dont care 06:10:58 really easy to royally fuck up then 06:11:00 i got rear ending buy some kid who was high 06:11:06 i just said coe one man smoking that shit 06:11:20 it took like 500ms to react and before it you need to see 06:11:43 crazy to move eyes off road 06:12:02 you would think.. 06:12:15 but eversince these things were invented called cell phones 06:12:25 peope drive worse than they did in the 90's 06:12:34 killphone 06:12:37 when all we had were big ass car phones and brick phones 06:12:43 now people want to tweet 06:12:47 im driving... 06:12:51 no one cares 06:12:58 m with my girl driving... 06:13:02 no one cares man 06:13:10 the fact that ketas still knows who i am 06:13:10 they stopped tweeting now 06:13:12 is impressive 06:13:13 hah 06:13:25 now they just have sex 06:13:28 i mean x 06:13:37 i soent 10 days in inpatieint psych ward 06:13:43 why 06:13:46 and 10 more days in outpatient psych ward 06:13:52 and ketas still knows who i am 06:13:52 why^2 06:14:16 i wonder if you were in mental hospital 06:14:18 why? 06:14:22 during missing times 06:14:32 ircmissing 06:14:32 that is what a psych ward is 06:14:33 heh 06:14:58 or died but that doesn't reverse 06:15:11 why should i forget cpet anyway 06:15:17 i dont know 06:15:23 btw, what about this 06:15:23 ketas will be ketas 06:15:30 git pulls machine down 06:15:35 ketas is the ketas 06:15:51 wired goes 100% ram, userland kills off 06:15:56 think i used to call you ketas moetas 06:15:58 or some shit 06:15:59 and this has zfs 06:16:12 4g ram but still wtf 06:16:13 you need a new provider 06:16:29 i will not use any us provider.. 06:16:43 the resource the cost ratio is utter garbage 06:16:59 what I pay for my VPS i will be paying 100+ in .us 06:17:04 when its a fraction in .de 06:17:07 what helps is 06:17:10 [core] packedGitWindowSize = 8m packedGitLimit = 32m preloadIndex = false [diff] renameLimit = 100 06:17:14 :/ 06:17:17 wtf 06:17:33 your git is messed up man 06:17:58 funnily with this limit, it works 06:18:02 kill it with fire and find another 06:18:08 not that slow even 06:18:31 tree is ports and ram is 4g :p 06:18:43 my ram is 12g 06:18:49 my spce is 120gb 06:19:01 spce? 06:19:07 space 06:19:26 the space of all spaces man 06:19:45 this provider offers SSD or NVE 06:19:53 now we all know NVE is faster 06:19:59 so I chode NVE 06:20:12 however NVE offers less 06:23:03 ketas 06:23:13 what tims is it in .es 06:23:22 in .es, no idea 06:23:31 gmt+1? or 0' 06:23:39 according to google 06:23:46 tallin, es 06:23:50 its 9am 06:23:55 alost 10am? 06:24:05 2025-04-26 09:24:05 +0300 06:24:09 /exec -out date '+%F %T %z' 06:24:10 yeap 06:24:11 :p 06:24:51 its about 1am 06:24:53 here 06:26:03 and i am enjoying last 2 beers 06:27:41 a chatter in similar/same channel on libera gave me this script: http://mirror.davidchmelik.com/math/cpu_info ... anyone know who made it? It's commented what it does, and year of this version, but not who made it 06:29:17 Safari can not open this link 06:29:32 github link? 06:29:35 wtf is it 06:29:40 aids 06:31:14 which link? Mine or previous chatter? Mine is simply a text file that can be run as a UNIX/GNU/Linux script, though lacks filename extension 06:31:16 https://github.com/pytorch/cpuinfo 06:31:19 ? 06:31:41 unrelated 06:31:59 that link doesnt resolve 06:32:01 so i dont know 06:32:05 ketas 06:32:15 ask ketas hes the lat night guru 06:32:30 yea 06:32:32 Host mirror.davidchmelik.com not found: 3(NXDOMAIN) 06:32:39 yeah 06:32:44 post some bogus link man 06:32:45 wtf 06:33:08 ketas++ 06:37:48 thanks for notifying me; that site should be back up in some hours 06:40:30 hours? 06:52:24 hahaha 06:52:41 add monitoring 06:53:18 dns was there too or why no resolves 06:55:07 if it takes houts to fix a DNS issue 06:55:11 you suck miserably 06:55:14 ;/ 06:55:28 even ketas can agree on that 06:55:31 cause hes the ketas 06:55:35 well it could take ttl time to update it 06:55:44 but 06:56:00 once DNS seens a serial number chage it will or should refresh itself 06:56:30 i run my dns partially off free services 06:57:07 i run my DNS off a netgate firewall 06:57:23 ketas is cheap++ 06:57:27 auth dns? 06:57:30 :p 06:57:34 yeah 06:57:48 i use it locally for 192.168.0.0/16 06:57:59 i'm surprised afraid even works still 06:58:00 think thats the cidr 06:58:03 :D 06:58:06 xname went bust 06:58:24 zoneedit got bought 06:58:34 this is why you dont go free 06:58:44 if you go free use something decent like he.net 06:58:44 it still gives legacy users a service 06:58:54 or whatever is the equivalent in .eu 07:00:18 legacy isnt always good 07:00:23 especially these days 07:00:44 i remeber when I had a hosting account with aplus 07:00:53 and its infrustrure was half BSD half linux 07:00:57 hostings are all gone now 07:00:58 no, it means I don't have a lot of money 07:01:01 and the BSD side was old as hell 07:01:02 i had some 07:01:10 darwin: i dont either 07:01:25 think my bank account right bow is 0.58 07:01:26 :D 07:01:39 think ketas has mre than me 07:01:42 how do you even eat 07:01:42 lucky bastard 07:01:54 i dont 07:02:17 people die that way 07:02:22 meds dont make me hungry so i dont bother 07:02:45 i made pound cake earlier 07:02:53 ate a few slices 07:03:22 need like 2.3kwh per day 07:03:38 well the needs are met 07:03:42 the extras are not 07:03:58 meaning i cant buy a new vid card 07:04:04 but i can buy a coke 07:04:06 etc.. 07:04:19 the black or white one? 07:04:34 bottle coke ? 07:04:38 the fuck man 07:04:45 black one then :p 07:04:54 you racist bastard 07:05:15 we need to make cocacola white again 07:05:20 or now white 07:05:39 bleach it 07:05:48 we used to have clear pepsi 07:05:53 that shit was the shit 07:06:02 that shit was the shit of all the shits if it was the shit 07:06:12 then it was discontinued 07:06:22 and then someone said lets bring it back 07:06:34 and the it tasted like orange cola 07:06:48 sad day when i was like 12 07:07:41 ketas: I remeber when I lived close to atlanta 07:07:51 and we went to the coke museum 07:08:01 the amount of weird colas we tasted 07:08:13 we tasted one that was basically cumcumber 07:08:16 from .ru 07:08:25 as weird as it sounded that shit was good ;/ 07:08:51 * cpet punches ketas 07:11:53 eh 07:12:24 i dont know 07:12:38 its been what 10+ yrs since ive last bee here ? 07:12:45 if not more than that ? 07:15:40 yea i was wondering where you went 07:23:23 can you recommend a good nerd movie? 07:24:30 hackers 07:24:41 cpet: best .mil movie involving computers 07:24:42 stupid movie but 07:24:48 lol i saw them all 07:24:50 hunter killer 07:25:09 2018? 07:25:15 i dont know 07:25:21 i came out a yr before i went to basic 07:26:01 hahah wtf? aprox date? 07:27:00 cpet: best .mil movie with actual hacking / tailored operations action over tech? 07:28:17 honestly man the best .mil movie is AMerican sniper 07:28:46 as a retired disabled vet, that movie ,, 07:29:00 i saw that one, is good 07:29:09 as for hacking 07:29:15 i meant tailored access operations mil movie 07:29:19 hollywood has a way of exagerating a bit 07:29:25 hmm https://www.usebox.net/jjm/blog/finding-a-free-secondary-dns/ 07:29:38 yeah eventually i could host own 07:29:59 i host my own 07:30:00 cpet: yes to many blinking warnings on hackin related movies 07:30:19 cpet: single dns eh? 07:30:37 you want the cheesy one hackers you want a decent one hacker 07:31:00 with Haylie Duff 07:31:05 cpet: im a decent hacker i dont deserve less 07:31:11 as a student in cyber sec 07:31:20 most movies in the theme of hacking are/is bs 07:31:35 real hacker movies? 07:31:38 totally, i just like operation takedown which relates to mitnick 07:31:45 i mean its fun 07:31:45 now that movie 07:31:46 where ipv6 doesn't contain letter s? 07:31:48 :) 07:31:49 was a decent hacker movie 07:32:02 i'm impressed they used reak ipvy 07:32:04 ipv6 07:32:05 too bad he passed away 07:32:12 hahah and operation swordfish have ipv5 or something like that 07:32:22 hallywood 07:32:23 321.123.123.111 07:32:32 you will never see a decent hacker movie in hollywood 07:32:37 :P 07:32:39 but still went for 3d magic and data sounds 07:32:43 i did like the movie with pierce brownan though 07:32:50 hahahah the 3d cube ye 07:33:02 yeah it's too difficult to setup props maybe 07:33:11 and boring to watch 07:33:28 totally boring and meaningless to random people of course... 07:33:32 https://en.wikipedia.org/wiki/I.T._(film) 07:33:37 they need action 8-) 07:33:53 imagine staring at quiet terminal and after a hour someone farts 07:33:58 or so 07:34:06 only you rhink that shit up man 07:34:08 wtf 07:34:09 not very hollywood 07:34:24 xD 07:35:56 i think the only hacker movie that resembles what ive studied is operation takedown 07:36:06 or hackers 2 07:36:18 the rest is all holly garbage 07:36:36 well even that is weird 07:36:39 the rest is all defcon videos 07:36:40 tbh 07:36:50 ketas you are weird 07:36:54 but thats ok 07:37:09 i still have my defcon 12 DVD somewhere 07:37:10 some scifi is coolä' 07:38:05 the video regarding ssl with moxie 07:38:11 was impressive 07:38:21 and why cause we use ssl like its our new savior 07:38:23 cpet: now its all about black hoodies and RGB keyboards *pukes* 07:38:33 i wear a black hoodie 07:38:43 im wearing a black hoodie too 07:38:44 my keyboard is a logitech pebble 07:38:46 connected to a mac 07:38:48 ;/ 07:38:54 but i dont approve RGB in my home 07:38:56 dont hate if you got something better 07:39:20 freebsd uses a logitech gaming keybord 07:39:26 black hoodies 07:39:33 i wear all the black 07:39:36 all of it 07:39:48 i just do darker colors 07:39:54 black 07:39:57 cargo pants tho 07:40:00 :p 07:40:02 yeap 07:41:24 my original PC was a Lenovo Legion 07:41:31 worked fine even with freebsd 07:41:46 was it milspec 07:41:48 it wasnt until i took out the light board that it started to act up 07:41:56 wtf name 07:42:03 so I decided to rebuild it using parts of parts 07:42:09 so new case, MB 07:42:14 but same ram and CPU 07:42:20 and took all the RBG garbage out 07:42:36 right now it runs as my windows, freebsd, cachy os, slackware, 07:42:37 cpet: did you ever used freebsd on a rugged mil laptop? 07:42:37 PC 07:42:54 hah miltop 07:42:57 i was a construction mechanic all we did is work of shit 07:43:09 the IT guys would be a better option to ask 07:43:24 lol 07:43:36 funnily, i do host mail now 07:43:43 with free mx backup currently 07:44:06 just no other services were fitting anymore 07:44:17 i want a .ketas.eu 07:44:22 i love India military rugged laptops, best green in the world, but specs are shitty for sure lolol 07:44:28 chris⊙fke 07:44:29 ;/ 07:44:47 i did mail before actually but never used it actually much 07:44:52 badkat: computers change to quick to really matter 07:45:12 i remeber my first PC was a 66mhz DX2 with 32 mb of ram and a 2gb upgrae HD 07:45:13 what was that bombproof one? 07:45:16 panasonic? 07:45:22 it's all metal 07:45:24 now my PC has 6 NVE's and 64GB of ram 07:45:33 helllll 6 07:45:35 eh 07:45:40 the rugger laptops are made by panasonic 07:45:47 i wonder which lenovo could do dual ssd 07:45:55 and you can literily kick them like a foot ball and they still chump and boot up 07:46:09 or i could do ssd + hdd too which would be hacky 07:46:15 impressive but exp as fuck 07:46:22 dell have some rugged toys too 07:46:24 for the pos they are resource wise 07:47:00 the freebsd foundation has late done laptop support program now 07:47:04 i got mad one time and kicked one and it hit a truck 07:47:11 someone donated or so 07:47:16 and picked it up and it still chumped on so yeah 07:47:19 aweomse laptops 07:47:23 but the price ... 07:48:32 ketas: yes, i wish they finish the AX200 driver soon :) 07:48:44 works half speed in comparison with linux 07:48:50 it's indeed in works 07:48:50 wireless ... 07:49:02 i wish i can do ap as well 07:49:14 the progress is there 07:49:15 i was amazed how easy it is to crack a wireless network 07:49:23 i even found bugs 07:49:26 according to ethical hacking 101 07:49:31 and a few programs 07:49:34 ax200 cant use hostap? 07:49:34 wpa2? 07:49:42 well maybe it can 07:49:43 all the WPA 07:49:49 wpa3' 07:49:49 even ketas WPA 07:49:50 ? 07:49:59 well run vpn over wpa :p 07:50:05 have your onion 07:50:09 no not WPA3 "yet" 07:50:17 cpet: enterprise wpa is easier to hack than home networks xD 07:50:21 let hackers peel and cry 07:50:48 hackers++ 07:50:49 but i want to make fbsd aps 07:50:59 all good cards are pcie 07:51:07 my wireless is a asus wifi 7 router 07:51:09 but what supports pcie 07:51:13 nothing 07:51:16 and I chose this one as I can change the channels 07:51:20 and it ook me a very long time 07:51:25 you can do that, you dont need much special hardware 07:51:27 to figure out which channel didint make my shit slow 07:51:42 my old linksys you could not 07:51:42 freebsd ieee802_11 stack is pretty good 07:51:47 i sold it on ebay its gone 07:51:50 server, yes, laptop, yes, embedded, well basically none 07:52:04 usb adapters to rescue! 07:52:13 but they have own issues 07:52:20 i have gig cable with a /29 07:52:24 wifi is no good 07:52:26 less tx power 07:52:46 i have to have one desktop connected wired to hav full access 07:52:47 besides we have like whole 2 persons on wifi dev? 07:52:52 cpet: ofc, i dont want chinese speakers gettin on my wlan 07:52:55 or else i should really be paying for 300mbit 07:53:18 whats wrong with chines e speakers ? 07:53:25 you racist bastard 07:53:42 they have lot of 0days to throw at me 07:53:47 you can learn a lost on creating a jail and having a password of password 07:53:52 and just having anything login 07:54:07 and its amusing as fuck when you see them trying to compile linux stuff on it and it fails 07:54:10 amusing 07:54:17 i love that 07:54:28 i had a openbsd honeypot 07:54:29 i just sit and watch 07:54:34 an watch 07:54:41 and make fun of badkat 07:54:44 and watch some more 07:54:55 however this did not work so mcuh on my rasp pi 07:55:00 as that indeed got owned 07:55:09 * shits near cpet tech setup * 07:55:22 to this day I do not know how they managed to recompiled my openbsd kernel 07:55:32 but they did 07:55:52 and the only way i noticed is when I saw the ethernet port rapidly blinking 07:55:56 and took it offline 07:55:58 openbsd is useless 07:56:06 it runs my server stuff 07:56:10 if i need security i just turn down the computer 07:56:17 i think this was something due to uboot 07:56:20 not the os itself 07:56:22 and smash the fuck out the board with a hammer 07:56:36 you have anger issues 07:56:48 and operation security 07:57:21 kind of like when you ask the tech support and they say well change your ssh port 07:57:48 when freebsd has a very decent means of blocking such 07:57:52 taken from netbsd 07:58:02 something I wish openbsd had 08:00:39 thats one thing that always puzzled 08:00:40 me 08:00:44 so i built myself a new mail system, with a twist 08:00:53 it doesn't have spam filter but 08:00:54 the people who go oh this is chinese made its garbage 08:01:02 it has 500 aliases 08:01:03 99% of computers are made there 08:01:04 :p 08:01:13 and 99% of the time I blame ketas 08:01:35 i want slaps@ 08:01:43 ketas gib me slaps@ 08:01:49 now 08:01:58 change ssh port? 08:02:00 to what 08:02:04 2222 08:02:09 non-22? 08:02:10 22222 08:02:14 34 08:02:15 35 08:02:15 45 08:02:16 67 08:02:16 89 08:02:17 76 08:02:18 543 08:02:19 yeah maybe it's good 08:02:20 3444 08:02:21 5655 08:02:22 6555 08:02:32 actually <1024 is good 08:02:49 change port to 8 08:03:07 well i dare you to run sshd on 1 08:03:09 :) 08:03:17 why 08:03:24 my ssh runs on 22 08:03:34 we have firewalls for a reason 08:03:43 connect to server.unix.beer 08:03:52 hophosts? 08:03:58 or security.unix.beer port 1984 08:04:00 well yes 08:04:19 or ketas.es port 22 08:04:26 wtf is it your domain 08:04:34 i brew beer 08:04:37 as a hobby 08:04:42 i dont work i dont do shit 08:04:49 so i figured brewing beer would be fun 08:04:52 so i mae unix.beer 08:04:54 yay me 08:04:56 why not work 08:04:56 end of story 08:04:59 brain works 08:05:04 i am a disabled veteran 08:05:08 has fbsd inside it 08:05:49 more like corrupt fbsd inside it 08:05:59 why 08:06:09 cause 08:06:21 i was fucked before now im more than i was before 08:06:23 but yeah sadly i have to run mail on mail ports 08:06:25 :p 08:06:33 i have biz class inet 08:06:39 so I dont have ports limited 08:06:49 otherwise port 25 is filtered 08:06:52 that stopped here 08:07:00 out was filtered too 08:07:05 what stopped 08:07:13 in was able to be removed 08:07:29 by isp 08:07:29 on request 08:07:29 well for the amount of people that probe my email server in a day 08:07:29 compred to the early 90's 08:07:31 is in the holy fuck range 08:07:35 Why would outgoing 25 be blocked 08:07:37 you need that to send mail 08:07:46 even on residental 08:07:56 now just every mail server blocks dyn 08:07:59 appledash: remeber you have out and in 08:08:01 most 08:08:11 funnily noone blocks v6 08:08:11 you can send email out and receive from a different port 08:08:19 and most service these days dont use "25" 08:08:25 but either the others 08:08:27 imap imaps 08:08:31 SMTPD 08:08:32 so my postfix just retries on v6 08:08:33 er SMTPD 08:08:36 and gets it through 08:08:36 SMTPS 08:08:38 fuck 08:08:46 into google and microsoft too 08:08:49 :) 08:08:57 i was surprised 08:09:14 ketas remeber when I had bsd.ninja 08:09:19 unsure what they check really 08:09:20 and i had console email 08:09:23 i stil do that 08:09:25 maybe they are like 08:09:27 dyn 08:09:30 you have to logn to receive email 08:09:33 but has all enabled 08:09:37 best email 08:09:41 is logged in email 08:09:43 let it pass 08:09:55 webmail gives you anal polyops 08:09:55 i have spf, dkim and dmarc on it 08:10:10 like fully compliant mail service 08:10:16 really 08:10:17 How drunk are yall 08:10:19 prove it 08:10:30 appledash: 6 pack just finished 08:10:43 why not quitting? 08:10:43 appledash: but i have known ketas for 20+ yrs 08:10:59 me too 08:11:00 i think since 2001 08:11:02 or 2002 08:11:03 (that's a lie) 08:11:03 everyone spams, that's why 25 08:11:05 appledash: tasting some meth over here :)) 08:11:16 wtf 08:11:21 Meth is for when you need to do linux, not freebsd 08:11:32 hahah you are right :( 08:11:39 shit if you need meth to use either you need to gtfo off the PC 08:11:40 thats for ubuntuers 08:11:43 walther white shite 08:11:56 i liked ubuntu 08:12:10 but this was in like 2005 08:12:11 but now blocks are off 08:12:18 i liked slackware 08:12:28 but it has a bug 08:12:41 but someone creative in .ee had idea to block some sites with dns 08:12:42 that bug is after you update kernel and dont do a manualt initrd you system fails to boot 08:12:44 I would wager it has many bugs 08:12:49 love govts 08:13:10 VPN bypass that shit 08:13:17 well it's just dns 08:13:18 * cpet uses vpn to bypass ketas 08:13:40 so i can run my own recursive 08:13:51 appledash: anything made by college grads i buggy as hell 08:13:58 appledash: any software is buggy as hell 08:14:02 it mirrors roots too, whole deal 08:14:16 having 56 forks of software x from github doesnt help 08:14:54 this is why using freshports is amusing now 08:15:01 it has almost ever git hosting provider known 08:15:22 slackware at least feels BSDish 08:15:43 yeap 08:15:52 but I killed my install earlier after an update 08:15:53 i used winlinux once, then mandrake, then redhat 08:16:01 then local honeypot ran fbsd 08:16:05 so installed 4.6 08:16:07 forgot to do a mkinitrd 08:16:09 :) 08:16:09 and rebooted 08:16:12 there was WinBSD too 08:16:13 bam 08:16:32 *BSD doesnt have this issue 08:16:44 or Win4BSD something like that 08:17:04 all if not all BSD desktop OS's have died 08:17:09 with the exception of midnight 08:17:15 but that shit is garbage 08:17:18 it's win *ON* bsd 08:17:18 the indea is awesome 08:17:22 but the code is garbage 08:17:27 https://www.freshports.org/emulators/win4bsd 08:17:28 the idea behind PCBSD was awesome 08:17:32 but the code was garbage 08:17:52 yeah sad that pcbsd went bust 08:17:54 but any complex system will have bugs 08:17:57 ketas: yes, im trying to find a magazine scan i have somewhere 08:18:01 pretty old 08:18:18 cpet: NomadBSD its pretty good 08:18:28 now I have been using freebsd for a long time and I have yet to have a system not boot up after a system upgrade 08:18:38 my freesbie cd-r still booted uo 08:18:39 up 08:18:41 :) 08:18:41 most linux die 08:18:52 sucker still worked 08:18:52 after 08:19:08 i actually want to have own xorg live 08:19:30 found it 08:19:32 eventually 08:19:33 and those new linux system that are rolling releases 08:19:35 well 08:19:41 https://virtuallyfun.com/2023/12/08/bsd-on-windows-things-i-wish-i-knew-existed 08:19:42 i personally like opensuse 08:19:46 i do have console better live 08:19:52 only linux distro i can use 08:19:58 and even that breaks at times 08:20:07 it was BSD on windows, another bizarrre stuff 08:20:20 actually windows have some bsd already (netstat) 08:20:23 hah bsd on win 08:20:33 and other TCP/IP stack utils 08:20:33 really! 08:20:34 widnows has the whole tcp/ip stack 08:20:37 back in the day 08:20:43 exactly 08:20:49 now im sure its the same shit just modified 08:20:53 is the bootstrap they used to get into the internet :D 08:20:54 anyone ever recalls kern.flp? 08:20:56 :) 08:21:05 not really :O 08:21:15 so if I was a ompany 08:21:20 lets call me PCS 08:21:25 had to swap it for mfsroot.flp 08:21:34 i wanted software to help me connect to the intnernet 08:21:44 after bootup 08:21:45 would I use a GPL OS that forces me to serve src 08:21:54 or would I use a BSD that allows me to keep it closed 08:21:58 i would keep it closed 08:22:05 one thing a lot of people dont realize is 08:23:01 lmao ofc you dont give shit back, i didnt see any nintendo or sony contributors 08:23:20 only from netflix, if we talk about the fbsd abusers :) 08:23:21 well nintendo is probably the shitiest comp 08:23:24 in that regard 08:23:30 sony does give a little back to be fair 08:23:40 they do? 08:23:47 nintendo still files lawsuits for nintendo games not even sold any more 08:23:48 nomadbsd still exists 08:23:55 for ready live needs 08:24:05 i used to mirror for nomadbsd 08:24:11 then I forgot why I stopped 08:24:35 it haves cool zfs configuration by default 08:24:44 pretty good for non techy users also 08:25:02 my pool is named beer 08:25:19 and I have a pool named beer/more 08:25:40 juniper gives code back also 08:25:47 lol open the unix.beer ssh and give us creds 08:25:49 cpet: ^ 08:25:52 from large companies 08:26:24 i lack of i 08:26:30 imagination so 08:26:35 f5 used openbsd kernel also as base some years ago 08:26:37 i now name my machies after colors 08:26:43 and pools get metals 08:26:44 badkat: f3FkUPtBLlXdyQTPe4vmxrDUrLKKpevj 08:26:45 :) 08:26:55 decrypt that 08:27:00 you get access to 08:27:07 i thought it was password 08:27:23 lma0 08:27:31 :p 08:27:31 tell me the decryption algorithm and the decrypted assword 08:27:32 cicada3001 lets go 08:27:37 and you get root on unix.beer 08:27:42 which runs on my cable connection 08:27:45 xD 08:27:49 why root 08:28:00 cause if he can guess that 08:28:02 he deserved root 08:28:03 hah 08:28:20 because you can't even guess that isn't it 08:28:30 in 1000+ years? 08:28:33 :) 08:28:41 if you have a GPU farm 08:28:43 if i get the algo you give me guest access 08:28:44 takes less 08:29:16 hmm .beer is not expensive? 08:29:19 weird 08:29:20 i dont need root, i will call my chinese friend to escalate privs with some nasty communist 0day 08:29:38 now you aint getting shit no matter what you say 08:29:39 hah 08:29:39 hah 08:29:52 :O 08:31:36 https://www.jibbed.org/ 08:31:37 ha 08:31:48 looks like sex toy 08:31:55 but is not 08:32:07 thats what people think when they see ketas 08:32:09 ;/ 08:32:17 https://en.m.wikipedia.org/wiki/List_of_BSD_operating_systems 08:32:19 chinese made sex toy 08:32:35 those use netbsd ofc 08:32:36 i'm bad toy 08:32:46 obsd lives exist too 08:32:48 badkat: npf is quit nice 08:33:04 npf is used by japanese ISPs 08:33:07 ketas unix.beer run on openbsd 08:33:19 it has a interesting library also 08:33:24 yeap 08:33:37 when I opened up madhatter. 08:33:41 it was using netbsd 08:33:49 but since no one connected i closed 08:33:59 and obsd has official live too 08:34:02 CS class with a free shell and no one connected 08:34:11 fbsd should also do it maybe 08:34:14 if this was in the 90's my machine would of been riddled with eggdrops 08:34:15 heh 08:34:43 maybe i'll contribute my live ideas and it will exist 08:34:46 satanic brain BBS 08:34:53 that was a cool place to get phucked 08:35:09 cpet: hah 08:35:19 eggdrop still exists! 08:35:23 funnily 08:35:28 ketas: i maintain eggdrop 08:35:45 going strong 08:35:49 and even has a cute logo 08:36:49 badkat: certain places on the dark web 08:36:57 can be said will fuck you heh 08:37:14 not really worried about a BBS 08:37:28 i said it WAS 08:37:37 when telephony had something to do :)) 08:37:48 you can still dialup to BBS's 08:37:54 mostly synchronet 08:38:01 i remebered I tried to create a port for it 08:38:08 after ESS-5 it was no more fun to do it hahah 08:38:16 but it was such a cluster fuck of a cluster fuck that even the dev said it was a cluster fuck 08:38:19 that I gave up 08:38:22 they are going to pinch pirates here now 08:38:40 funnily it's service problem too 08:39:15 * cpet pinches keta 08:39:17 s 08:39:38 cpet: you would get offended if you see my ANSI arts collection 08:39:55 doubt that 08:39:59 internet is not fun anymore 08:40:04 so many rules 08:40:18 this is why im normally on efnet 08:40:28 bck in the day i would get banned orm here almost daily 08:40:51 i recall that server where you connected and it showed ascii dick 08:40:56 :p 08:41:06 with telnet 08:41:07 underworld.no? 08:41:14 no idea 08:41:28 i have screenshot somewhere 08:41:34 see ascii dick get offended go hoe see real dick its ok 08:41:36 dont get it 08:41:37 hah 08:42:19 see ascii tits not ok, go home breast feed your kid ok 08:42:23 list goes on and on 08:42:23 hahah i have some ansi banners that goes way beyond that lma0 08:42:33 send links 08:42:39 or you are full of the shizzle 08:42:54 you gonna send me the N cops 08:42:59 if my pc doesnt get a message saying to call a number in india 08:43:01 you failed 08:43:07 roflma0 08:43:20 why coppy 08:43:56 i remember an efnet anniversary some years ago not so far 08:44:08 it was a beautiful cascade of ansi art :D 08:44:18 still waiting on links 08:44:24 i think it was some .ru domain even, on connect you saw it rising, stuff extracting and then server closed connection 08:44:26 * cpet smacks badkat 08:44:29 :p 08:44:31 i tried to spam some here in libera and got banned on every channel 08:44:44 hah 08:44:54 yeap explains why i am here after a six pack 08:45:10 someone trolled me a kline just last month for entire month 08:45:13 took me 12 tries to remeber password 08:45:13 :D 08:45:15 here 08:45:22 * ketas shrugs 08:45:28 ketas is ketas 08:46:25 just change your ip 08:46:38 or register a new nick with a toss email 08:47:10 nah it disappeared 08:47:29 you dissappeared ? 08:48:02 ketas: theres help available if you need it man 08:49:37 the kline hah 08:49:48 i'm still ok 08:49:52 if that is what ou want to call it ok 08:50:24 what actually happened to freenode lol 08:50:34 some guy bought it 08:50:38 then fucked it all up 08:50:45 then he didint want togive it back 08:50:50 so someone created librechat 08:50:54 or something like that 08:51:15 seems like a govmt operation to disband a great place 08:51:16 i never cared much for ither 08:51:41 any network or channel that doesnt condone cursing 08:51:46 is ... 08:52:03 or i blame ketas 08:53:32 btw kingston dt micro seems like sane installer/live/carry on flash... i got that after my existing lexar fit one got stuck in port and didn't survive pliers 08:54:06 i went to bestbuy today 08:54:12 and I wanted to get a bluray burner 08:54:18 then i saw price of 99 and said nope 08:54:22 and? 08:54:23 oh 08:54:27 lol zandronum is not ported to freebsd 08:54:35 but you had account <1usd anyway? 08:54:38 :p 08:54:49 i should do it or there is a better way to play doom multiplayer already? 08:54:50 badkat: port it or stfu really hah 08:55:15 the last doom to be officialy support using linux emu is doom 3 08:55:33 ok i will add a littledoor then that reports to unix.beer 08:55:36 after that id was bought by zenmedia or some shit 08:55:39 and it all went to crap 08:55:48 open games exist 08:55:50 just like every company that buy then wrecks havok 08:55:51 lmao but im talking about doom 2 solely 08:55:55 oracle is a good example 08:56:07 oh doom 2 should be easy to find in ports 08:56:13 brboom 08:56:16 hrdoom 08:56:18 doom 08:56:20 doom2 08:56:31 i know, but zandronum have lots of servers 08:56:42 dont know on these, i will check out 08:57:18 I remember doom3bfg compiling fine on FreeBSD back then 08:57:41 https://www.irccloud.com/pastebin/4ZnorwsW/ 08:58:25 whats the project site 08:58:31 i have lots of time on my hand 08:58:36 littledoor? 08:58:47 if its some shitty linux only app 08:59:25 cpet: update your portsdir i have 118 roflma0 08:59:46 pfft 08:59:47 did you get shell 08:59:49 :p 09:00:00 he hasnt decrypted anything 09:00:05 or even guessed 09:00:20 cpet: zandronum is for multiplayer hahah deactivate your third eye 09:00:38 cpet: i just gave .221 and .218 ips to my friend in ch1n4 09:00:43 badkat: i do not come on irc to act smart man 09:01:16 cpet: are we in IRC? i tought it was ICB 09:01:26 ICQ? 09:01:31 ICB 09:01:36 wtf is ICB 09:01:43 internet citizen band :)) 09:01:48 insane clown butts? 09:02:05 i need to see some ID 09:02:23 i dont have ID on me officer 09:02:52 are you going to remind me of your rights 09:02:58 man those vides are stupid 09:03:25 we had this one guy ousdie base think it was ok to film he learned real quick his right mean shit 09:03:51 Mr officer look behind you! 09:04:00 * chokes him with a cat6 cable * 09:04:03 once you cross that blue line 09:04:03 ;/ 09:04:39 thin blue cat5 09:05:06 cat 5e is thin 09:05:14 cat 5e does 1gig 09:05:17 i dont need more 09:05:21 brb i have a strange van outside my house 09:05:28 cat 6+ is over kill for me 09:05:35 badkat: probably me 09:05:45 if its white and has 2 attenas 09:05:47 say hi 09:05:54 https://archiveos.org/marbsd/ 09:06:04 lovely lively eh 09:06:12 based on o 09:06:25 i dont get why people do these 09:06:42 on of the nice thing about freebsd is the customization of the OS 09:06:51 not some bloated pos that forces you to use systemd 09:07:04 so why would I want something like namadbsd on my PC 09:07:05 ? 09:07:06 systemd doesnt even work correctly 09:07:22 when its a few commands to have a working desktop OS 09:07:33 pkg install xorg xfce4 firefox tmux irssi 09:07:39 pretty much is it for me hah 09:07:56 since current includes something similar to openbsd's fw_update 09:08:02 you dont have to worry about fw's 09:08:27 now why did they remove drm* 09:08:35 i something I will always remind myself 09:08:37 but bleh 09:08:42 it works and works well so bleh 09:09:31 well i ran out of beer 09:12:49 yeah, fwget 09:13:38 badkat was captured by van men 09:16:56 systemd was nice idea 09:17:01 but road went to hell 09:17:33 Linux is a hell of nice ideas which are all horribly implemented 09:18:18 the rc system doesnt need to be as complex 09:18:19 Im happy FBSD is off with doing these things... I'll thrash it once they go that road 09:18:26 cpet: exacly 09:18:27 i was un happy when they added service 09:18:35 you boot the shit 09:18:40 and you leave it alone 09:18:50 this is why i dont use linux is the const stupid changes 09:19:01 not to mention torvolads is a tool 09:19:08 ya every 1-2y you have breaking changes, changed interfaces and what not 09:19:58 pulseaudio was one 09:20:03 told the dev it was stupid 09:20:07 cracking sounds 09:20:16 oh disable pulse audio works like a champ 09:20:24 to this day i have an hatred for that crap 09:20:59 service? 09:21:07 in fbsd rcng? 09:21:24 i mean i get why systemd but 09:21:34 anyway 09:21:46 fbsd init works 09:22:01 I dont get why... service starting parallel is a stupid idea anyways, nobody needs that 09:22:01 if it doesn't, you can hack it working 09:22:07 and it worked before adding the linuxism that is service 09:22:18 sh /etc/rc.d/ketas start 09:22:20 was fine 09:22:24 yup 09:22:30 well that still works 09:22:35 isn't as clean 09:22:36 no it doesnt 09:22:52 or else you wouldnt be here as I did stop like 20 yrs ago and it failed 09:23:04 :p 09:23:07 what 09:23:09 anyway 09:23:18 our init is fine 09:23:24 KISS 09:23:32 why do people want to complicate things 09:23:37 for autorestarts you use daemon etc 09:23:53 actually daemon is useful 09:23:57 as is lockf 09:24:00 and others 09:25:14 figured it was easier to have 1 SSD or NVE for OS i wanted 09:25:24 than to pretend freebsd makes a decent desktop 09:25:38 now im not bashing freebsd as I still use it after 30 yrs 09:25:47 but it doesnt make a good desktop os ;/ 09:25:54 Im just using mac os for desktop *shrugs* 09:26:11 i got me a mac mini M4 09:26:14 I like it 09:26:30 i have a mac book the battery life is awesome 09:26:36 sold my gaming laptop 09:26:39 ya have an M4 too, these things are just great 09:26:43 that pos got like 2 hrs of battery life 09:26:53 and you have a proper shell, (almost) proper userland.. it works as expected unlike Win 09:27:06 you can install OSS stuff, but you can also install proprietary crap 09:27:44 well i got a imac for my mom 09:27:56 as one day she got some middle easter dewd asking her for her ssn and stuff 09:28:06 i curse the dewd out and after that no middle easter calls so 09:28:21 its not a gaming system 09:28:27 thats why I use windows or PS5 09:29:13 ya you cant game everything with an mac mini, but you can already run a lot with it... maybe not the latest AAA crap 09:30:12 now i wish that they did not include the power supply 09:30:17 and made it a brick like the imac 09:30:22 and made it smaller and slimmer 09:30:27 that would of been cooler 09:30:29 but bleh 09:30:49 so you have a PC the size of a apple tv 09:30:50 :D 10:38:40 http://mirror.davidchmelik.com/math/cpu_info is up now 10:38:52 but it's so simple script 10:39:43 i expected more 10:39:55 and author is needed for... ? 10:40:09 who knows who it was :/ 10:40:46 bääsh 10:48:08 äää 10:51:36 maybe i could steal some ideas for my http://ketas.si.pri.ee/misc/installer-addon-utils-root-bin-si.sh 10:51:39 :p 11:00:15 it goes into installers and helps me 11:05:31 woah aarch64 bootonly.iso is *360MB* 11:05:42 thats a lot for an installer 11:07:25 modern fat isos 11:08:26 in finnish "iso" is "big" so 11:08:28 it fits 11:08:35 hah 11:09:09 but yeah 11:09:11 big iso 11:09:27 it still fits on an good old fashioned CD ;) 11:11:04 but yeah all are that big 11:11:12 powerpc one was smallest 11:11:23 so get a ppc then 11:11:32 I think I've an old iMac somewhere 11:13:38 * dch remembers OS that fit on a 8" floppy 11:14:00 DOS 6.22? 11:14:06 (or 5.0 whatever) 11:16:28 CP/M my dad had it for work 11:16:43 was definetly before my time 11:17:12 the first IBM machines didnt really have any hdd or? 11:17:23 (IBM PCs) 11:23:09 but CP/M or DOS were cheating anyways... not much of an OS 11:23:25 for DOS you need like 2,3 files then its basically usuable ... all it does are BIOS calls 11:42:04 my first programming was inputting hexadecimal byte by byte using a 16 digit keypad.. no screen. no floppy. no mistakes. 11:43:26 greybeards :p 11:44:38 what i'm surprised is how my win95 worked on 66mhz cpu and 8mb ram 11:46:27 66MHz sounds still decent, no everyone already had a Pentium when win95 came out 11:48:01 had that in 1999 11:48:10 but then i upgraded eh 11:54:45 free secondhand machine 11:54:47 :p 11:55:41 better than nothing, stuff was horribly expensive back then 11:55:54 not sure what I had in win95 times but around 00s or shortly after I had a crappy K6-2 11:57:21 Hello friends, I have an issue with the freebsd-mailing list. I unsubscribe many time of several list, but I'm still subscribed. What can you do? I did'nt found any email address. 11:57:49 which list? 11:58:48 Desktop, Ports for example 11:58:58 unsure what lists do right now, strangely 11:59:15 i notice weirdnesses too 12:00:29 ok. It's only me, I did'nt have bad vision. 12:00:51 It's NOT only me. 12:05:02 i sent 11 mails to current list over several days and one got thru 12:05:04 finally 12:05:08 Lovis_IX: did you get confirmation? 12:05:17 spam filter? 12:05:29 i didn't really spam tho 12:07:57 several people sent like long inline logs there 12:08:00 * ketas shrugs 12:09:57 front mta kept telling ok queued 13:04:52 I typed this before, when my irc client was b0rked, and I've since restarted it: I just configured AdGuard at home. This laptop is the only client using it 100% (all the other are at 33% because there are 3 dns servers). Let's see how this goes. 13:39:29 * dch waves to dvl 13:39:42 yo 13:41:05 i'm migrating the last of my amd64 servers today, to arm64 13:41:11 living the dream 13:43:15 ivy: https://reviews.freebsd.org/D50043 say goodbye to minimal image 13:46:18 dch: Nice, I'm a big fan of RISC. 13:46:46 me too, I have a soft spot for the Acorn Archimedes. The first graphical system I got to use. 14:22:21 megaTherion: yes, I reply to all the mails for confirm my goal to unsubscribe. I've just reply to those mails, wihthout changing anything. 15:09:45 badkat: that is me 15:19:04 my homesite DNS finally updated restoring mirror site with cpu_info script I linked asking if a chatter made it... but I'm going to sleep. If anyone replies, I'll try to search logs but will also watch for messages 15:27:11 heh 15:27:26 trying powerpc/power port for this old ibm system p5 power5+ rig 15:32:28 fail 16:41:39 is it normal for vidcontrol -i mode to show nothing? 17:31:09 Are you using uefi console 17:31:23 If so that command pretty much does jack 17:50:48 cpet: bootmethod is BIOS if thats what you meant 17:51:10 Yeap 17:51:21 Syscons is what's it's called 17:56:49 cpet: thank you! 18:41:06 Hello, if I install podman or docker on freebsd, is it able to run containers that are designed for linux? 18:46:39 Now thinking about how to deploy/use AdGuard for the #homelab. My idea so far is: https://bsd.network/web/@Zven/114400623663497346 19:07:05 dvl: Not loading for me 19:07:45 Oh, nevermind, it's just deathly slow. 19:08:34 Heh that's funny. 19:10:11 Rudde: I think I tested this and it worked but it wasn't a complicated container. I was not a fan of how podman's install on FreeBSD played out. I felt like it wanted to force me to set up a particular paradigm of networking for example, in which I already have a stict setup I'd like to follow that my network is architectured for, and I didn't like that. 19:10:24 I was hoping that it would be more agnostic. 19:11:16 You know the whole, "Why are you trying to force me to do it this way?" Sort of problems 19:14:13 For now, I am just running a Linux VM in bhyve for my docker containers. 19:26:24 dvl, just run blocky on localhost and point your resolver to it? 19:29:36 For some reason the little animal on the blocky website reminds me of plan9 19:30:03 it's the goopher from golang.org 19:31:30 I have never seen this, thanks for sharing jbo. I already have a DNS server on my network, but it looks like I can just point my local DNS server's forwarder to blocky, then blocky's forwarder to cloudflare or something to put it in the chain? It's either that or, routinely download blocking files for bind9.. 19:32:20 Ooh, has grafana support too 19:33:14 finding "new" open source projects is always fun :) 19:33:58 also happy it was mentioned, looks very handy 19:34:22 Might as well install it and see what it can do 19:43:41 FatalNIX: It's the wrong URL anyway. Meant to be https://bsd.network/web/@dvl/114405742038254107 19:44:07 jbo: Not sure how that resolves my local names 19:44:39 dch: oh good 19:44:58 jbo: Why use blocky over adguard? I know little of either 19:45:45 cccccbvkufelrvnhecflneihldbfcvetrtibgvkhffcb 19:47:45 Hm, I guess with bind9 I can just use an RPZ to use the same host file blocky does, I can just add a fetch on cron to pull it... 19:47:54 Perhaps blocky is not really necessary 19:48:03 (Unless it does things I am unaware of) 19:48:04 ^ thanks yubikey, sorry. 19:48:21 FatalNIX: You and I seem to have similar goals at present. 19:49:39 I have a vastly overengineered network at home XD 19:50:50 dch: although i've been thinking recently that it would be nice to get rid of the freebsd-runtime and freebsd-utilities packages :-) 20:08:14 FatalNIX: looking at the blocky github page, it looks like it supports some features such as policies based on client, which i think bind cannot do with RPZs/blocking 20:09:03 actually it can, but then you have to load your rpz zone into separate views and it uses memory separately for each view, so it can become prohibitve 20:21:03 here we go again... intel drm-kmod... should it be working from pkgs these days ? 20:25:38 here is my /var/log/Xorg.0.log https://termbin.com/zj27 -- what could be wrong ? 20:26:46 i think it may be because there is the processor GPU (which i want to use) plus another GPU 20:28:01 here is the pciconf -lv | grep vga https://termbin.com/4nos 20:28:51 here is the /etc/X11/xorg.conf https://termbin.com/s8ki 20:31:44 X seems like its going to start but then it falls back to terminal 20:35:47 here is the pciconf -lv | grep -B3 display https://termbin.com/gp2k 21:05:31 oh great, sway works and X doesnt 21:05:33 interesting 21:05:58 i really want X, but i guess i will go with wayland then 21:29:40 the reason for this is that X11 needs very minimal configuration (it's in the handbook), but wayland doesn't. 21:31:46 try the modesetting driver. if you've specified intel and don't have xf86-video-intel installed, it won't work IIRC. (I think the handbook is distinctly confusing in this part.) 21:33:28 duncan: where do i set the modesetting ? in kld_list ? 21:33:44 i vaguely remember it.. 21:33:46 it's an X11 driver 21:33:50 ok 21:34:24 If you have drm-kmod installed, it should work 21:35:12 aha modesetting works 21:35:18 thanks! 21:42:24 dvl: So I now have a cronjob, daily fetching dns blacklists. it runs a script that generates a new SOA header for bind9 with an appropriate date and 21:42:46 appropriate date and counter serial, and then does this fancy awk '$1 ~ /^#/ { next }; NF >= 2 {print $2 "\tCNAME\t."}' to build the RPZ zone 21:42:55 Voila, no blocky needed. 21:45:14 hi! am i supposed to do something other than add kern.vty=sc to /boot/loader.conf to get syscons up and running? when i reboot the machine, i can see the boot messages perfectly, then it just opens lqxt on tty8, but the rest of the terminals just dont work, all i can do is go back to tty8 21:46:53 sorry, tty7 (ctrl+alt+f8) 21:53:22 brb i might just be stupid 21:59:59 dvl, block allows you to resolve local names 22:00:22 dvl, I know nothing of adguard so I cannot answer your question in a meaningful way 22:17:05 weird i got the syscons working by disabling the sddm and removing drm-kmod (i915-kms) 22:51:05 Kms uses vid console or frame buffer 22:51:10 I think 23:08:02 Finally, I have it fully working. 23:08:17 DNS adblock in bind9 with an auto cron 23:51:51 i have done manual updates so far 23:51:56 of random lists 23:52:10 ublock origin is in play too 23:52:41 it's just bind and views 23:53:26 and vpn gives it to all phones as well 23:55:08 androids are damn clevery and bypass my dns by going direct to google so all apps can still show ads, which i bypass by redirecting those to my own dns 23:55:18 nothing ever gets ads 23:55:20 :p