01:08:47 I followed this https://wiki.freebsd.org/SuspendResume and tested my system. It seems my video won't wake up. After pressing the power button to wake the system up, I blindly typed reboot and the machine rebooted. So I guess it's the video. Sadly---I was hoping for resume to disk, a feature which I really like in any system. Does anybody have any news on this? 01:13:56 suspend to disk isn't implemented at all, i don't know why 01:14:41 could be way too difficult or noone worked on it or... who knows 01:18:08 Such is life. :) 01:20:15 what i don't get is why obsd has it eh 01:20:28 different choices eh 01:21:18 it has limits there too iirc 01:25:17 yeah, different choices for sure 01:25:28 i don't know how close obsd and fbsd are these days 01:26:44 it's very nice to suspend to disk, but i believe we can live without it 01:27:18 first, i think my computer is on mostly through all day 01:27:44 a browser like firefox can start and recover all your pages; an editor like emacs can do the same 01:28:12 i've used ram 01:28:28 fuck even that sucked 01:29:59 it's a miracle bt works 01:30:22 if it worked, what sucked about it? 01:31:00 like it could freeze on resume 01:31:22 so it worked sometimes? 01:31:28 linux is not ideal too here and even windows has issue 01:31:38 on t60, it mostly worked 01:31:49 rare problem 01:32:07 then that hw broke and i didn't try again 01:32:24 certain hw could be left half way 01:32:40 what's t60? 01:32:57 it's also not just os 01:33:01 thinkpad 01:34:04 unpredictable issues with resuming are often to do with failing memory modules 01:34:05 what i had then 01:34:41 failing, like apart from memtest86+? 01:35:28 not necessarily exclusive of memtest86 01:36:06 some laptops are unstable with certain modules even if they pass it 01:36:26 even if it works otherwise? 01:36:45 eg completes buildworld 01:37:06 hidden issues are the worst 01:38:08 02:25 [ dansa] i don't know how close obsd and fbsd are these days 01:38:25 *extremely* different, it could well be that one works for you while the other doesn't, at least that's my experience so far 01:39:05 armin, thanks! 01:42:53 enabled xdm; will reboot; wish me luck 01:44:11 The way with XDM that has worked for me in the past is sym-linking ~/.xinitrc to ~/.xsession, and only use XDM to start the xsession one after that, WHEN I know that the manual startx will start my session like expected... 01:44:55 x has changed over time 01:45:06 Desktop initialization in general has changed over time. 01:45:09 glad you told me that before I tried :) 01:45:34 e$ ln -s .xinitrc .xsession 01:45:34 e$ 01:45:38 :D 01:45:42 see you soon :D 01:48:20 worked :) 01:48:32 but I had to set up a password for my account :( 01:48:46 why 01:48:57 well, or 01:48:57 I wouldn't log in without it 01:49:12 I pressed enter (an empty password), but that didn't go 01:49:56 Most modern systems discourage or outright block the use of empty passwords for user accounts. 01:50:28 I think xdm is one of them 01:50:28 But then again, you should be allowed to use one if you want, yea. :) 01:50:52 this is a computer that serves no login shell to the outside world 01:51:07 it's behind a router with no port forwarding 01:51:13 Whatever, it's your very own decision, if you want to give that user a blank password noone should stop you. 01:51:21 exactly 01:51:31 maybe i'm giving a demonstration of how to invade computers... 01:51:35 :D 01:51:37 :D 01:51:46 in which case I should really do it :) 01:51:51 and not fake it :P 01:52:07 let's research a bit about xdm and see if it can do it 01:52:16 I brought an old thinclient to the 38c3 which I forgot has username/password user/user... 01:52:39 Didn't take too long until my password got changed... 01:53:48 By someone? 01:54:07 Probably some script-kid trying a password-list, but what do I know... :) 01:54:38 It was just for an art installation, set it up freshly, started mpv in a while loop, all fine, 20min of work 01:55:40 What was your password? :) 01:56:19 "user". 01:56:31 just "user/user" because Lukas set it up :) 01:58:40 And if he hadn't f*ck*ed up the SSH configuration that would have been no issue either. :) 01:58:48 I tried DisplayManager*authorize: false in xdm-config, but that does not do what I thought :) it seems to actually just allow other users to access my X session 01:58:49 (but he did, lol) 01:59:20 https://lists.debian.org/debian-x/2003/07/msg00267.html 01:59:46 sad :) 01:59:49 tl;dr: XDM has not autologin feature :) 02:00:19 Well you can trivially script your way around this, it's a bit hacky, but it works 02:00:22 Also lightdm should do it 02:00:40 how would you script around it? 02:00:43 (just curious) 02:00:48 lightdm? sounds interesting 02:01:24 some "init script" I put in /etc/rc.d/ that sources the initialization files so it's known to the service manager, e.g. so you can do "customxdm_enable=YES" in /etc/rc.conf 02:01:44 And from therein simply perform a startx in a while loop 02:02:10 There *will* be a couple of issues with that approach, too, though... :) 02:02:45 lightdm has "autologin" (just search in the config file) 02:04:23 And make sure you know all the life-savers by heart: xset r rate 230 3, setxkbmap -option "terminate:ctrl_alt_bksp" and so on 02:04:32 And make sure you know all the life-savers by heart: xset r rate 230 35, setxkbmap -option "terminate:ctrl_alt_bksp" and so on 02:04:36 there was a 5 missing :) 02:07:10 dansa: You can basically attach to all the things that your login manager sets up for you in advance by doing something like "dbus-launch ssh-agent startfluxbox" in xinitrc, too, you can talk to your ssh agent, add keys using ssh-add, will have DBUS support and so on... 02:07:15 why is the key rate a life saver? 02:07:25 dansa: Because I don't like to wait when I type. 02:07:28 :) 02:07:33 "a life saver" 02:07:38 :) 02:08:49 That's the only thing that bothers me about macOS actually, when I put both sliders all the way up it's still too slow... 02:29:27 lightdm seems to have ignored my .xinitrc 02:29:50 dansa: I'm pretty sure it will look for your .xsession or .Xsession files 02:30:18 dansa: Maybe you need to tell it to use some "X session (default)" or something 02:31:09 My .xsession is a sym link to .xinitrc 02:31:43 It might (or might not) only look for .Xsession (with a capital X) 02:33:01 Yeah, it's probably not finding where I put my stuff 02:33:08 I gotta continue this tomorrow---too tired. 02:33:12 Thanks, armin! Thanks for the help. 02:33:15 :) sleep well 10:33:42 Happy New Year! 10:43:29 happy new year, folks! 18:05:49 Greeting everyone. I'm a Linux guy. I'm considering FreeBSD for my few future systems - maily network routers. One thing which bothers me is the upgradeabilty. Is it easy to upgrade a live and working system to a next release version without full system reinstall and taking the system down/offline for significant amount of time? 18:06:46 since it will be routers, it's logical they must serve 24x7x365. I wonder if it's possible to upgrade FreeBSD the similar way like in Debian you just do apt-get update/upgrade/dist-upgrade and then just reboot into the upgraded version 18:07:14 if you setup a ZFS BE and upgrade into a new BE everytime, you should be able to get away with a single-reboot upgrade 18:07:32 with the added bonus that you can quickly rollback if the upgrade afils 18:07:34 fails 18:22:30 nice, thanks for that 18:25:45 hid3: I will note that freebsd-update takes kind of an absurdly long time for major updates, but minor updates aren't so bad and the system is at least still usable while it's doing its thing 18:26:22 major update including updates between minor releases, minor updates being security patches... poor choice of words on my part, sorry 18:36:32 kevans: what's "absurdly long time" in numerical form of minutes / hours (or days..)? 18:42:44 am running a netgate/pfsense router - It is currently a firewall / router on a fiber connection. I am considering adding a simple failover WAN connection via 5g mobile internet on a simple USB 5g dongle. Do anyone have any tips which ones work best with FreeBSD? 18:59:22 I am leaning towards the Qualcomm Snapdragon X55 5G because my laptop has one, and it works quite well with linux 19:03:57 they are quite pricey though https://shorturl.at/MCV8U 19:05:39 that does seem expensive 19:05:45 yes 19:20:33 ah ok .. "Package includes a T-Mobile 5G SIM and activation guide." devil is in the detail 20:01:32 The default jail start is somewhat synchronous. You could write your own rc script to start your jails in the background converting them to asynchronous start. 20:14:55 hid3: maybe 30 minutes to an hour? I usually lose patience 20:15:02 at some point it'll be replaced by pkgbase, which is faster 21:19:27 Oh, network delay confusion, that from me was for something too long ago now. Oops. Ignore.