00:06:16 -!- erkin has joined. 00:14:53 -!- erkin has quit (Quit: Ouch! Got SIGABRT, dying...). 00:20:11 update: I've now configured the server to use the sort of garish coloured prompts that people turn on because they care more about showing off what their terminal looks like than actually using it 00:20:20 hopefully I'm unlikely to forget I'm using it then 00:21:02 I think you're reading into people's intent a little more than is reasonable there. 00:21:10 ais523: and the purpose for this is to make sure you don't accidentally type something to that prompt instead of the prompt for some other server? 00:21:53 wob_jonas: nah, it's to make sure that I don't type something on the server which I expect to be on my own laptop, which I'm connecting from 00:22:08 ais523: right 00:22:09 ok 00:22:10 it's hard to actually do damage that way (probably possible), but it can be very confusing 00:22:30 because things I expect to be there just aren't (like ssh keys and programs) 00:22:50 ais523: the easiest is to shut down. I actually set up custom aliases of the form "foohalt" and "fooreboot" that are like halt and reboot but only on the machine named foo 00:23:25 (well, sort of. they're not exactly equivalent to /sbin/halt but almost the same) 00:23:30 I've never had trouble with that because it would take very bizarre circumstances to shut down my own laptop from a graphical terminal 00:23:44 if it were an emergency, I'd be using the text terminal or REISUO; if it's a routine shutdown, I'd use the GUI 00:23:57 I see 00:24:18 -!- ais523 has quit. 00:24:27 -!- ais523 has joined. 00:25:02 -!- augur has quit (Remote host closed the connection). 00:36:38 -!- augur has joined. 00:47:37 -!- augur has quit (Remote host closed the connection). 01:38:33 -!- jaboja has quit (Read error: Connection reset by peer). 01:38:33 -!- jaboja64 has joined. 01:41:17 -!- wob_jonas has quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client). 01:51:08 is urbit a running gag now. 01:51:15 because if it isn't it should be. 01:55:03 -!- jaboja64 has quit (Read error: Connection reset by peer). 01:55:57 -!- jaboja has joined. 02:06:15 -!- augur has joined. 02:15:01 -!- boily has quit (Quit: TORSADED CHICKEN). 02:40:18 @wn torsaded 02:40:19 No match for "torsaded". 02:51:30 `dowg manager 02:51:37 8208:2016-05-29 learn Manager FAQ (by seebs) at http://www.seebs.net/faqs/manager.html 02:57:15 wob_jonas: Yes I think they are aligned in a different coordinate system; the constellations are defined for B1875 but the coordinates in those file are J2000. 03:03:41 -!- ais523 has quit (Quit: bedtime). 03:06:26 -!- oerjan has quit (Quit: Niter). 04:15:31 -!- dos has joined. 04:19:19 -!- hppavilion[0] has quit (Ping timeout: 268 seconds). 04:20:57 -!- dos has quit (Ping timeout: 240 seconds). 05:10:02 -!- doesthiswork has quit (Quit: Leaving.). 05:25:33 -!- dos has joined. 05:27:50 -!- augur has quit (Remote host closed the connection). 05:28:36 -!- doesthiswork has joined. 05:34:33 -!- jaboja has quit (Ping timeout: 268 seconds). 05:48:15 -!- augur has joined. 07:34:31 -!- doesthiswork has quit (Quit: Leaving.). 08:02:45 -!- augur has quit (Remote host closed the connection). 08:04:11 -!- imode has quit (Ping timeout: 246 seconds). 08:39:38 -!- sleffy has joined. 09:03:41 -!- sleffy has quit (Ping timeout: 246 seconds). 09:17:08 -!- aloril_ has quit (Ping timeout: 260 seconds). 09:55:00 -!- LKoen has joined. 10:23:58 [wiki] [[Hi\n]] https://esolangs.org/w/index.php?diff=52428&oldid=52426 * Destructible watermelon * (+1563) Undo revision 52426 by [[Special:Contributions/Xavo|Xavo]] ([[User talk:Xavo|talk]]) 10:40:52 -!- erkin has joined. 11:31:13 upgrading debian from jessie to stretch I saw a line saying "deconfiguring udev (broken by systemd)". Scary. 11:46:40 I switched to the systemd persistent network interface names on this box, though "eno1" still looks a little weird. 11:48:22 > [1..] 11:48:24 [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,... 11:48:57 -!- DHeadshot has joined. 11:49:12 > fix$(0:).scanl(+)1 11:49:14 [0,1,1,2,3,5,8,13,21,34,55,89,144,233,377,610,987,1597,2584,4181,6765,10946,... 11:54:30 fizzie: I have seen ens33 on some box for the first wired interface 11:54:37 using ubuntu 16.04 iirc 11:54:55 might have been a VM 11:58:29 It will do "enoX" for on-board (== getting an interface index from firmware), "ensX" for pcie hotplug slots (and I think some virtualized things as well), "enpXsY" for PCI device by location, "enpXsYuZuWuQ..." for a chain of USB ports. 11:59:25 Debian installed some stuff in /etc/systemd/network/ to disable the thing for my Xen guest, with some comments about there being some weirdness going on with virtual interfaces. 12:00:07 (And of course it was doubly moot since it also won't do anything if you still have matching /etc/udev/rules.d/70-persistent-net.rules lines.) 12:02:17 Based on "udevadm info /sys/class/net/eth0" output, I think my VPS's network interface would call itself "ens3" if it wasn't for that. 12:12:06 hmmmm magic. 12:12:11 Much magic. 12:12:37 I don't have systemd and the interface is still called eth0. I'm not complaining, but why... 12:13:01 It would be more unexpected the other way around. 12:13:19 The names I mentioned were the systemd names, the kernel names are still the ethX they've long been. 12:14:44 ah, down there: E: INTERFACE=eth0 ... fine 12:16:20 . o O ( but why is this done by systemd rather than udev anyway ) 12:17:12 . o O ( I mean they could just teach udev to use ID_NET_NAME_PATH for the interface name. It would probably be a simple rule. ) 12:17:40 [wiki] [[Brainfuck constants]] https://esolangs.org/w/index.php?diff=52429&oldid=52010 * Primo * (+0) /* 100-149 */ soft-wrapping is never necessary for 3-cells, other values updated for consistency 12:18:51 [wiki] [[Brainfuck constants]] https://esolangs.org/w/index.php?diff=52430&oldid=52429 * Primo * (+0) /* 150-199 */ soft-wrapping is never necessary for 3-cells, other values updated for consistency 12:21:05 They might've had an argument for that, though I forget what it was. 12:21:17 [wiki] [[Brainfuck constants]] https://esolangs.org/w/index.php?diff=52431&oldid=52430 * Primo * (-229) /* 200-255 */ soft-wrapping is never necessary for 3-cells, other values updated for consistency 12:21:21 Might be just that systemd/udev developers don't really like to think of them as separate things. 12:22:04 ... 12:24:30 (The sad thing is that you're probably right. But I hate it.) 12:25:48 https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ calls it "systemd/udev" a whole lot. 12:26:11 "With systemd 197 we have added native support for a number of different naming policies into systemd/udevd proper" "same on all distributions that adopted systemd/udev" and so on. 12:26:55 oh, because that's not udevd; they have their own 12:30:38 but that's not right either; my "systemd-less" VM is running /lib/systemd/systemd-udevd --daemon 12:31:42 I thought they merged them all into a single codebase. 12:32:05 yeah, it appears they did do that 12:32:27 I assume they'll incrementally make it harder and harder to use udev without the rest of systemd. 12:43:22 systemd is a cancer, it gets everywhere. I think that's the main reason I hate it. That and I have to relearn things with no (immediate) benefit to me. 12:44:24 (The core dump interception is perhaps the bit that has me bitten the hardest so far. It can be turned off, but first one has to figure out *why* the core dumps are no longer produced the way they used to be.) 12:45:27 I'm also no big fan of the system journal; I like perusing text files. 12:46:06 * int-e is an irrational being at heart :P 12:46:30 There's a lot of "something's happening, and I have no idea where it's configured" going on there. 12:47:57 (Oh right, builtin policies. I wanted to configure my laptop so that it wouldn't go to sleep when the lid is closed while it's in a docking station... I don't think I managed, but it's been a while since I really tried.) 12:48:23 (I *do* want it to sleep when the lid is closed while it's running on battery.) 12:54:37 fizzie: well, UEFI is bugged after upgrade. No boot device found 12:54:48 booting from USB stick now to fix it 12:54:58 -!- sdhand has quit (Excess Flood). 12:55:02 Huh, unlucky. 12:55:03 fun :-/ 12:55:07 -!- sdhand has joined. 12:55:17 "Worked fine for me." 12:55:30 -!- sdhand has changed nick to Guest28947. 12:56:03 great, I only get screen on the right monitor using this on this USB stick. Fuck nvidia maybe 12:56:20 -!- DHeadshot has quit (Ping timeout: 260 seconds). 12:58:10 -!- Guest28947 has quit (Changing host). 12:58:10 -!- Guest28947 has joined. 12:58:10 -!- Guest28947 has changed nick to sdhand. 12:59:06 okay unplugged that monitor, rebooted. Now I get an "incompatible input timing" message on my main monitor 12:59:07 oh well 12:59:45 -!- aloril has joined. 13:00:07 . o O ( No boot device found, is that coming from the BIOS or later? I've had trouble telling the BIOS about a new configuration from Linux; had to search for it in the BIOS setup itself. But I don't fully understand this ... basically I'm just glad I got it to work. ) 13:00:26 int-e: it is from the UEFI/BIOS 13:04:03 I guess what I'm saying is that going through the BIOS' boot setup *may* be necessary to get things to work, because that has happened to me. This is anecdotal, not scientific. 13:05:16 Computers: not an exact science. 13:05:40 since red hat sells training and consulting, it only makes sense for it to make systemd as complicated as possible 13:06:16 Well the output from efibootmgr is borked. Didn't list any EFI based debian 13:06:40 The other day I briefly unplugged one monitor, and after plugging it back (until the next reboot), xscreensaver's screen-blanking only blanked about 90% of the screen, leaving about one fifth of the left monitor's left edge showing whatever was there before locking the screen. 13:06:41 I guess what I'm saying is that going through the BIOS' boot setup *may* be necessary to get things to work, because that has happened to me. This is anecdotal, not scientific. <-- can't do it from there, have to do it from live USB 13:06:47 in my case 13:07:29 fizzie: well this display works normally, but from the stripped down system rescue CD apparently. 13:07:35 I blame nvidia 13:08:23 looks much better in efibootmgr now, hopefully the info is correct too 13:08:35 Also, when switching to the GLVND variant of the non-free nvidia driver, I had to install both libgl1-glvnd-nvidia-glx and libgl1-nvidia-glvnd-glx, which are two different packages. 13:10:52 fizzie: my nvidia card is too new to be supported by non-free drivers (at least for 3D acceleration) last I looked 13:11:01 err by the free I mean 13:11:17 fizzie: what is the glvnd thing? 13:11:49 https://github.com/NVIDIA/libglvnd -- they make two variants of their binary driver nowadays, with and without that. 13:12:01 jeez, ACP and LVM errors from super-early kernel/initramfs 13:12:27 oh neat 13:13:18 I don't know what it's good for, but an "nvidia-vulkan-common" upgrade (on Debian testing) was listed as conflicting with the non-GLVND variant. 13:16:06 ah 13:17:23 interesting, the new version of debian auto-mounted a data disk with NTFS as rw under /media// 13:17:36 not the system (C:) partition though 13:18:27 I use "udisksctl mount -b /dev/..." to mount removable media, and can never tell how it decides between /media/usb0 and /media//