00:18:58 In /etc/ssl/certs , I cannot create a new file with cat: 00:19:10 # cat self.crt self.key > self.pem 00:19:21 sh: cannot create self.pem: Permission denied 00:19:49 Even though I can open, edit, and save self.pem in a text editor, also as root. Why? 01:56:31 ant-x, Works for me. Is self.pem actually a symlink to some place that is truly not writable? 01:57:09 No, it is cat-related: I have done it by hand. 02:00:38 No symlinks. 02:01:17 As I said, I can create self.pem with ``vi self.pem`` or with ``touch self.pem'' (as root). 02:05:20 csh has a shell flag that prevents it overwriting files with > redirection. Is that set for you? 02:05:42 I use sh. 02:07:06 doas echo test > self.pem # fails, too. 02:07:15 set -o | grep clobber 02:07:30 I am doing that under /etc/ssl/certs (perhaps it matters). 02:07:31 doas will not have any effect on a > redirection. 02:07:40 Ooop! 02:07:56 What does "set -o | grep clobber" show? 02:08:01 Unless I do something like eval? 02:08:46 You said you were already root so there is no need for doas. 02:09:06 That explains it. This works: doas sh -c "echo test > self.pem" 02:09:17 However if you want to use doas to elevate a non-root process then: doas sh -c "echo foo > foo.txt" 02:09:25 Jinx! 02:09:39 I said that to simplify things. I use doas to assume root. Beg pardon!@ 02:09:50 Yep. Thanks. 02:10:28 That'll teach me to report things literally as they are. 02:10:30 I still think you must have the shell's noclobber option set. 02:11:34 No, I don't (just checked). I have never heard of this options. 02:13:59 I have succeeded setting domain fronting with sslh+mtg+thttpd+stunnel , but I need assistance in testing whether all three points are satisfied: . 02:14:27 OK, #2 can be excluded. 12:52:11 does anyone have IPv6 packets randomly stop being routed? 12:52:19 on FreeBSD 15.0 12:52:23 (release) 12:52:51 for the second time in maybe 3 months, the route seems to have been lost for IPv6 completely randomly 12:52:59 * polarian shrugs 12:53:03 will see if it happens again 14:13:21 polarian: using some realtek nic? 16:20:58 15.1-rc2 is here https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/15.1/ 18:12:21 Hrmf, drm-612-kmod is not being nice to me. Back to 6.6. :-/ 19:32:03 does anyone here run Linux steam on FreeBSD? 19:33:25 would be nice if Sony just contributed all the device drivers and such and opened up their PS5 OS. It's based on FreeBSD right? 19:47:09 would be nice heh 19:49:39 haha 20:04:52 leah2: yes 20:04:58 I believe so 20:05:01 cant quite remember 20:13:04 polarian: iirc there's a bug with upstream drivers and checksumming. see https://github.com/freebsd/freebsd-ports/blob/main/net/realtek-re-kmod/pkg-message 20:56:48 hello! i'm trying to install a win program on freebsd but i get a message: 20:56:51 wine: could not load ntdll.so: Shared object "libprocstat.so.1" not found, required by "ntdll.so" 20:57:22 any ideas how can i get this .so.1. .. ? 20:59:19 hmmmm what program 20:59:29 did you look it up on winedb? 20:59:34 is that still a thing? 21:02:02 oh, solstis you dont have 32 bit stuff installed 21:02:38 bsdinstall lib32 #this command should get those libraries installed 21:03:07 unless it's more proper to use pkg these days? 21:16:01 zsh: command not found: bsdinstall 21:16:23 would ' pkg install wine32 ' install these 32bit stuff ? 21:18:24 hmm no it doesnt work.. i guess i did this command on linux maybe 21:19:21 'winetricks' ? 21:21:19 hmmmm 21:21:25 i'll look into it one sec 21:23:03 ok, thx a lot 21:23:22 solstis: i *think* you would want to do "pkg install FreeBSD-lib32" BUT it might not work 21:23:40 only if you are on (Tech Preview" 21:24:52 https://paste.cachyos.org/p/2433f31.txt here is some instructions on how to do it if it fails 21:25:52 that would be FreeBSD-set-lib32, not FreeBSD-lib32 which doesn't exist 21:26:06 ooh thanks 21:26:17 my googling failed me 21:27:24 thanks for the help guys! i will try the thing from the website link 21:28:03 * solstis is ashamed that he needs to admit that he is using GhostBSD 21:28:31 :-( i'm in tis channel because i think it should work the same.. 21:28:55 kg: No packages available to install matching 'FreeBSD-set-lib32' have been found in the repositories 21:30:14 ohhhhh you probably aren't able to use that package method 21:30:22 you'll have to fetch and extract 21:32:02 rdr: are you sure that's the right method for GhostBSD? (i don't know anything about this downstream, but randomly extracting things into it may cause issues, i suppose) 21:32:33 hmmmm i'm not certain but it is just FreeBSD which is preconfigured 21:33:12 solstis: can you give us the output of `uname -m` and `uname -r` 21:33:39 uname -m 21:33:39 amd64 21:33:46 uname -r 21:33:46 15.0-RELEASE-p8 21:34:24 oh okay, so it looks pretty vanilla, but ivy is right again, you'd probably want to download from ghostbsd's servers because who knows what they've modified :O 21:36:48 ok will try that, thank you very much, rdr, ivy ! 21:37:41 tomorrow i will continue the attempts (now it's late here.., time for bed) 21:37:45 yeah that's the trouble with using anything that isn't the main release 21:37:55 sometimes the solution is slightly different 21:38:22 i wanted to put freebsd on my hardware but was intimidated that i would be able to set it up correctly.. 21:38:36 so i settled for some compromise 21:38:43 like many linux distros are based on another distro, but change the /etc/os-release file so some commands fail lol 21:38:53 *that i would NOT be able 21:39:05 yeah it's intimidating 21:39:09 solstis: Have a little faith in yourself :D 21:39:12 but i got it mostly working :) 21:39:36 :-D 21:40:19 solstis: fwiw, if ghostbsd has some sort of mailing list / support forum, you could just ask them the right way to install 32-bit libraries 21:42:21 good idea.. will try that 21:42:55 wine: could not load ntdll.so: Shared object "libprocstat.so.1" not found, required by "ntdll.so" 21:43:16 oops. sorry (the paste was for another channel) 21:44:42 in the ghostbsd channel on this network they're like.. 18 ppl. i will leave the inquiry for tomorrow- i feel very sleepy 21:45:05 have a good day (evening?) thanks again for the assistance and advice