00:03:04 rtprio: any my desktop https://pastebin.com/x8mYgYy6 00:03:05 Title: pkubaj@KGPE-D16 ~ [SIGINT]> curl -I -v https://www.freebsd.org/* Trying 147. - Pastebin.com 00:05:41 anyone know how to read files on a ufs thumb drive from linux? 00:08:40 polyex: load ufs module and try to mount your drive 00:12:18 tried that. modprobe ufs ? 00:14:59 sudo modprobe ufs ... modprobe: ERROR: could not insert 'ufs': Invalid argument 00:16:00 dmesg? 00:16:41 on the linux box? 00:16:53 yes 00:23:12 rtprio: it sounds idiotic, but i'm starting to wonder whether the architecture (arm64) is the issue here... 00:52:11 rtprio: found it 00:52:34 for some reason, no idea why, mtu was set up to 576 on the wan interface 00:54:08 i have no idea why it happened, it must have been set up automatically 04:09:27 pkubaj: interesting, so the port 80 responses were very tiny I expect (probably just doing a 301 redirect) and fit well within 576 bytes, good sleuthing 04:11:29 No idea what your wan interface type is, but 576 MTU definitely isn't the default... 07:22:49 newfs_msdos -F 32 -c 1 What does 1 stand for here? [efi partition 07:23:32 When I want to format without c1 it gives the following error. > newfs_msdos 32751 clusters too few clusters for fat32 need 65525. 07:23:51 I couldn't understand it 07:24:21 -c is sectors per cluster 07:25:41 how big is the partition? 07:36:14 newfs_msdos -F 32 -c 1 -S 4096 /dev/da0p1 07:38:27 how big is the partition? 08:21:25 hello there, how can I generate a random number in freebsd using only existing posix shell commands 08:23:38 found it - jot 08:33:39 "man jot | grep -i posix" returns noting. 08:36:42 * parv tosses in an etch 08:36:45 is not $RANDOM posix? 08:37:31 I think RANDOM is shell dependent 08:37:34 awk has rand 08:37:55 parv: jot -r 1 0 9 08:38:02 random 0..9 08:38:07 nerozero, And? 08:38:14 you can call awk 08:38:31 parv, have you read my question ? 08:38:50 ah ... jot is not posix .. 08:38:53 ok 08:38:57 nerozero, This one: "how can I generate a random number in freebsd using only existing posix shell commands"? Yes 08:40:38 ok then, awk is the only otions 08:40:42 *options 08:46:26 if you need to stick strictly to posix utilities, yes 12:48:09 I needed to tell a bsdmake-invoked Makefile that it should use gmake for a dependency, on freebsd 12:48:53 so I did `GMAKE!=which gmake || which make` 12:48:58 seems to work ok 12:49:04 maybe there is a nicer way 12:49:43 on linux we should use make as usual in both top level (POSIX std) makefile, and only on FreeBSD, the subsidiary GNU makefile 14:24:37 Hello, I looked for `strace` on FreeBSD but in port description I saw that it's similar to the built-in `truss`. How similar these two are? 14:25:08 have you compared the manual pages ? 14:29:23 https://man.freebsd.org/cgi/man.cgi?query=truss&apropos=0&sektion=0&manpath=FreeBSD+13.2-RELEASE+and+Ports&arch=default&format=html 14:29:24 Title: truss 14:29:46 I'm doing this right now but I thought that maybe some experienced users could share their own experience because. Wouldn't be surprised if someone said "truss is good enough, no need for strace in most cases". 14:30:21 strace just simply isn't goin to work here 14:32:08 eh i may be thinking of something else but truss all-in-all can handle your needs here 14:33:27 Thanks, that's good information already. :) 14:34:20 dtrace can delve a bit deeper, scripted 14:48:39 anyone got a great ignore line for irssi and "Ping timeout:"'s 14:48:42 ? 14:49:01 before i attempt to write some perl 14:49:37 "/ignore -regexp -pattern "has.quit.*Ping.timeout:" * QUITS" doesn't fly 14:49:53 or without the quotes 14:51:02 ... or another configuration to just shove them all into a window 15:26:16 uh, ignore parts and quits 15:26:35 no 15:27:10 it does cover timeouts 15:27:24 so far ... 15:27:38 */ignore -regexp -pattern ".*has.quit.*Ping.timeout:" * QUITS* 15:27:42 seems to work 15:28:05 i seemed to have my regex backwards 15:29:12 almoost sure it could be done more efficiently 15:35:15 hi! Why can't we have a NFS inside a Jail? 15:35:46 because how rpc works ? 15:36:46 CmdLnKid: but what is the technical difficulty? 15:51:02 Ronis_BR: mount it on the jail host first 15:51:10 then access it via the jail itself 15:51:45 if you want an NFS server to run within a jail, that's easy 16:00:19 signalblue: I can run on host, no problem. I was just trying to keep everything inside jails 16:00:29 there is no problem, just curiosity :) 16:01:31 yeah no I understand 16:01:45 the real reason, I'm not qualified enough to explaim though lol 16:02:26 signalblue: :D Thanks! 16:58:57 signalblue: just one more question, but I can use a NFS inside a bhyve VM right? 16:59:08 yep 16:59:10 yes 17:30:53 thanks! 17:34:42 no problem 20:27:03 linux has the termios2 ioctl which could support variable baudrate not from the predefined set 20:27:15 how does bsd support that? 20:38:14 is there some way to restart video? i have dual monitor and for unknown reason the second monitor is not receiving any screen signal... however i can list/activate it in arandr.. but it keeps black. i can reboot of course, but i rather not 20:43:43 hernan: What happens if you flip to console and back? 20:50:17 vkarlsen: when switch to console, it displays console on both screens. when i switch back to X, the second screen goes black again 20:50:23 interesting 20:51:02 ayaka, some digging led me to cfsetispeed() and cfsetospeed(), which are POSIX functions. 20:53:21 hernan: Maybe a driver issue? 20:54:53 vkarlsen: no idea... however it seems that firefox has some effect on it. this has happened before (with firefox closed and screen locked for a long time), then when i unlock (second screen doesnt come up) however when i open firefox the screen enables again 20:55:16 anyways, i pkg updated now, restarted firefox and second screen is working again 20:55:19 go wonder 20:56:15 but this last time even firefox wasnt enabling the second screen again.. until i pkg updated 20:56:22 no idea why this happens =) 20:56:32 I'm happy I got to share this moment with you when you got it working again, even though none of it was my doing :D 20:56:41 also not using any video card, just intel processor video 20:56:58 vkarlsen: yeah, thanks =D 21:34:44 V_PauAmma_V, yes but cfsetispeed() and cfsetospeed(): which must be one of these constants 21:37:15 hello heaps 21:51:31 That's not what the (13.2) FreeBSD manual page for them says, but that may be an extension to POSIX. 21:52:02 hello heaps 21:52:26 hello volatiles 21:55:43 :)