00:45:37 Is it a bug that daemon(8) can't be killed via TERM if set to restart (-r) but never runs a process? Otherwise INT does kill it but doesn't clean up pid files. 00:47:17 er I guess it's not never runs but while it's sleeping to run if -R. 00:48:47 daemon -rR 10 -p pid -P parent false Then pkill -F parent. 00:57:55 Smells like this might be related. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277959 00:57:58 Title: 277959 – Refactor of usr.sbin/daemon caused regression in restart parameter 06:26:13 can I uninstall all lib32/32-bit software? 06:32:25 oh, I guess it's already gone. Almost 9GB seems like a lot without that and without X, when I installed it on a virtual private server (VPS) but I didn't get to go through the installation and they may have chosen everything 06:52:30 how to check if lib32/32-bit was installed? 06:52:34 darwin 06:53:49 look for /lib32 07:01:52 % ls /lib 07:01:52 lib/ libexec/ 07:01:58 hmm, there is no lib32/ 09:02:59 howdy, anyone home? 09:06:09 GoSox, always! 09:06:27 cool, just seeing how active this channel is 09:06:35 thinking about moving my production server over to freebsd 09:06:47 and if i do, i will likely have no end of questions :D 09:07:35 it ebbs and flows based on timezones, but it's usually pretty consistent 09:09:03 ok so just a quick question or two since its bedtime and i don't want to dig deep right now, but 09:09:11 does freebsd use cron or launchd or both? 09:50:54 cron 09:51:21 i don't think anyone's started on porting launchd? 09:51:45 i googled it and came up with an article that said it was included.... but the article was anchient 09:53:21 yeah, and at a quick glance, some have made an effort to port it, but so far that's it 09:54:47 lol i just read something about "nextbsd" having it, and its a link, so i clicked the link, now a website is trying to install malware on my computer. I guess nextbsd isn't a thing anymore 09:54:51 oh well, bedtime 09:55:58 yeah, there's a page on the freebsd wiki that has someinfo 09:56:23 nextbsd? 09:56:28 You mean netbsd? 09:56:34 nope 09:56:44 but it appears to be dead 09:56:48 Ahh it was the branch based on darwin 09:56:49 Cool 09:56:52 Never heard of that 09:57:10 But yeah meh 09:57:12 I don't see the point 09:57:13 nextstep itself was originally a branch of some bsd, wasn't it? 09:57:37 It did have a custom microkernel as osx still does 09:57:40 not originally 09:57:43 I think it's mostly the userland 09:57:45 That's BSD 09:58:51 Yeah I checked the wiki, it's the mach kernel (that's an unrelated development) + 4.3BSD userland originally 09:59:07 yes, tahoe for the userland 10:00:25 I never used nextstep back in the day 10:00:29 It was eyewateringly expensive 10:00:42 ANd there was nearly no software for it 10:01:01 It was really targeted at universities 10:01:02 i've worked in a few places that had some 10:01:33 Oh cool@ 10:01:42 At college we had HP-UX and at 2 places I worked too 10:01:48 So I was more familiar with that side of thijngs 10:02:11 I still have some boxes at hokme 10:02:13 they changed the name to openstep at some point, and that's what it was running under when apple bought it 10:02:16 Sorry for the typos 10:02:21 no worries 10:02:40 i'm too drained to capitalize anythign myself 10:03:04 No worries either 10:03:11 I didn't even notice 10:04:19 one site i worked at adjacent to the dev center had a bunch of openstep systems in the offices, and the developer team had betas of transition from openstep to macosx (rhapsody) 10:05:17 Nice!! 10:05:26 There was this russian site where you could find all this ancient unixy stuff 10:05:40 But it's probably down now with everything that's happened 10:05:53 It was way better than archive.org 10:06:02 For this particular niche 10:06:15 so the openstep black boxes booted up as 'nextstep 4' and the rhapsody ones as 'nextstep 5' 10:06:37 So they only ever made 5 steps lol 10:07:01 there was some old version of macos x server that was macos x under the surface but had the classic macos 9 GUI on it. That would have been neat to see 10:07:11 Yes that was rhapsody 10:07:28 https://en.wikipedia.org/wiki/Rhapsody_(operating_system)#/media/File:Apple_Rhapsody_screenshot.png 10:07:30 Title: Rhapsody (operating system) - Wikipedia 10:07:33 i haven't checked for quite a while, but osx 10 still mentioned nextstep 5 multiple versions after release 10:08:00 in the kernel boot messages 10:08:31 The first one I used was Jaguar 10:08:46 On a clamshell iBook 10:09:07 It also looked like an oversized handbag when carried by the handle lol 10:09:24 I miss that kind of design outlandishness 11:54:19 I was hanging out in a freebsd channel somewhere back when jkh was at apple and he let people ssh into an early osx version for a little bit 12:12:08 wow 12:24:37 After I upgraded to 14-1, I can "su" without a password. How do I fix this? 12:27:05 O.o 12:27:31 al1r4d: taht sounds... bad ? 12:27:48 yes 12:28:08 looks like it was conflicted with "/etc/passwd" and "/etc/master.passwd" 12:28:30 root::0:0::0:0:Charlie &:/root:/bin/sh 12:28:34 is this normal? 12:28:38 i can su without password 12:29:45 passwd: could not lock the passwd file: No such file or directory 12:29:47 weird 12:29:54 i want to change my root password and i got this 12:31:14 is there some env setting for how exiting vim is handled, trying to figure out why on my linux boxes after exiting vim I come back to where I was in the terminal while on my freebsd boxes it exists leaving what was in vim above 12:39:49 vim uses a .vimrc file, and keeps the history in .viminfo 12:40:16 Your other systems may have a system /etc/vimrc or something. 12:42:05 al1r4d: you want to compile vim with the XTERM_SAVE option enabled 12:42:43 al1r4d: You have /etc/passwd, /etc/master.passwd, /etc/pwd.db and /etc/spwd.db all intact? 12:43:17 yes, i have all files you mentioned 12:43:21 babz, not me, but tby 12:43:36 oops 12:46:06 babz: thanks, checked man on that option, exactly what I was looking for instead of messing around with termcap, thanks 12:46:38 al1r4d: How about a /etc/pw.[six-character-alnum-string] ? If something's editing (or was) password data that might be there as a lockfile. 12:47:16 there is only /etc/pw.db, mate tmp_.. :/ 12:47:41 Can you run vipw ? 12:50:49 The line you posted looks normalish for the vipw or simlar view, other than the empty password field. 12:52:11 yes i can run 12:52:17 should i post the results in here? 12:52:18 al1r4d: paranoia-check - what does `id` show as the user, you are running su? 12:52:42 # id 12:52:43 uid=0(root) gid=0(wheel) groups=0(wheel),5(operator) 12:53:17 That you run su from? If you're already root, su runs without a password. 12:53:18 so you had to enter a password for `su` if you ran `su` as user root? 12:53:40 ridcully, nope, i have not 12:54:04 tmp_, i know if su runs without a password, but i have not enter a password for `su` 12:55:18 I'm still a little confused. Which id did you use to run `su`? 12:55:53 maybe there is something lost in translation 12:55:57 tmp_: /me 2 12:57:09 oh yeah, sorry 12:57:12 this is 12:57:15 al1r4d: uid==0 -> su will not ask for a password. otherwise it will (broad strokes here, there for sure are exceptions) 12:57:23 uid=1001(alif) gid=1001(alif) groups=1001(alif),0(wheel) 12:58:04 so, i'm on "alif" (regular user), i want to be root, so i need to run "su"..but i did not enter a password to be "root" 12:58:17 i hope you understand my english since is not my native language 12:58:26 No worries. 12:59:37 and we are talking `su` -- not `sudo` 13:00:08 tmp, okay 13:00:13 ridcully, yeah, su, not sudo 13:00:21 Anyway, the line you posted earlier, is that what's in /etc/master.password as is? Or did you redact the pw field? 13:01:05 no, i did not change anything on /etc/master.password.. i just posted and share on here 13:02:41 Hmmm. How about running chpass (as root)? Specifically `chpass root` 13:04:47 let me try 13:07:35 tmp -> https://paste.ircnow.org/0li7056bw9i78hyjsdef 13:08:39 Who is charlie? O_o 13:08:53 "Charlie is the traditional owner since 1970 of the root account on the UNIX systems. So it has nothing to do with Gnome. I could give you reason why but you seems ready to hurt somebody because of that." 13:08:54 hmm 13:09:17 https://forums.freebsd.org/threads/who-is-charlie.49834/ Today I Learned haha 13:09:18 Title: Solved - Who is Charlie? | The FreeBSD Forums 13:09:24 That's based on when root defaulted to /bin/csh for the shell. 13:10:20 Something of a phonetic reference to it. 13:10:57 Ugh, i dont understand, what do you mean "Something of a phonetic reference to it."? 13:12:06 Organizations using words for letters over voice communications. May use "Charlie" to refer to "C". In this case "Charlie" -> "C-Shell". 13:13:19 Anyway, can you set a password with chpass? 13:13:22 Oh yeah, i understand 13:13:26 Let me try, tmp_ 13:14:11 hmm 13:14:21 now i need to enter password after i ran "su" 13:14:24 thank you, tmp_ 13:14:27 looks like solved 13:15:05 Yep. Something emptied the password field, so it went with none required. 13:17:16 :) 13:17:17 nice 13:17:32 Looks like "Charlie Root" isn't accurate enough here: "Login: root Name: The Root of All Access" 13:17:44 Where I'm working. 13:17:52 By the way, how to change a mirror? I know repo will detect me to nearest mirror.. but i still getting slow speed 13:20:39 The OS is set /etc/freebsd-update.conf . If you're using binary packages, that's in /etc/pkg/FreeBSD.conf with overrides in /usr/local/etc/pkg/ 13:24:06 Documentation in freebsd-update.conf(5) and pkg.conf(5). 13:30:03 as long as it doesn't all end in a Charlie Foxtrot :D 13:33:39 What's bad about that? 13:33:48 I used to fly a plane called charlie foxtrot 13:34:10 Ah wait I think I know what it means 13:34:20 And you lived to tell about it! 13:34:25 Never thought of that lol 13:34:33 Yeah it was a nice little 172 13:37:49 what a refreshing "it just works" simplicity, built new vim from ports with the option I wanted and created my own pkg for use on my boxes, expected at least one headache but got none 13:42:49 that tends to be my attitude on freebsd. *sigh* wow it just works 14:35:54 Hi everyone, I have a question regarding the pkg package manager. If I was in the middle of running pkg update/upgrade, and the SSH connection terminates, my first reaction was to reestablish the connection and run the commands again but now they say that there are no new updates needed, how do I fix this? 14:36:04 Do I need to reinstall the OS and start over? 14:43:05 Shouldn't need to go that far. 14:44:02 `pkg check` will sanity check the installed packages. 14:46:07 tmp_: should I just run 'pkg check -a'? 14:46:32 I'd start with `pkg check -sa` 14:47:34 And pkg check has options to regenerate various details. 14:52:38 * scoobybejesus is just noting my prior comment on "ranting" was sincere, and that conversation was super interesting to me :) 14:54:53 tmp_: it says "pkg: Package database is busy while closing!" 15:33:32 Hmmm. 15:35:33 Any sign of the pkg upgrade from the previous session? On the possibility it went for finishing the last task it could before aborting? 15:42:12 tmp_: I seee the evidence in /var/log/messages 15:45:59 other than that, no 15:50:22 Gone from ps, eh? 16:13:24 tmp_ yes 16:14:49 How about `pkg info`? 16:15:04 The list looks okay? 16:17:10 yes i tried pkg upgrade and they're all up to date 16:18:57 but tmp_ according to pkg info, i know for a fact most of those packages are not in fact up to date 16:19:01 distrowatch proves it 16:23:29 Hmm. As the `pkg check` was pretty early in this, have you checked again after verifying no pkg showed up in ps? 16:24:07 you're probably on the quarterly repo and checking against latest. 16:25:42 isley: Ooh, point. 16:53:08 isley: I ran "pkg check -Bdr", and have the same issue still. 17:55:42 * beowuff attempts to patiently wait for torrent seeds for 14.1 so I can seed them... 17:58:29 I vaguely remember there are no official torrents any longer. Dunno about people downloading it and making a torrent seed of it. 18:02:20 I usually get them from wiki.freebsd.org/Torrents 18:02:32 And then seed them until a new release. 18:10:15 *nod* 20:58:35 Hi, I am trying to sync my clock. I set my timezone to EST, it asks if EDT is okay (daylights savings?), said yes, but the clock still shows 20:00, when it should be 17:00 right now. ntpd is active. 21:08:12 beastwick: you can set timezone with tzsetup(8), prepending "iburst" to servers configured in ntp.conf as upstream will expedite synchronisation, but with ntpdate(8) you can synchronize even faster 21:22:01 beastwick: is your hwclock set correctly despite the tz being correct? If not, `ntpdate pool.ntp.org` can synchronize it 21:30:03 klamaonos that helped 21:30:06 fixed it 21:37:19 nice. And just as I suggested it I noticed my own clock was off lol. I hear that from a security perspective, ntpdate isn't the best choice, despite doing the job well. I wonder what's the more secure alternative? 21:38:12 ntpd with keys 21:41:59 ok time to do some reading for me 21:42:37 have a nice reading klamaonos ! 23:03:34 Looks like the alternative is: /etc/init.d/ntp ntptimeset 23:49:38 GoSox: we use vixie cron, but there's other implementations available in ports.