libera/#devuan/ Monday, 2018-07-30

V-Hhello01:46
V-Hjklafd01:46
V-Hhm01:46
V-Hhello01:47
V-Hhello01:50
V-Hcan anyone seeme typing?01:50
V-Hhow do I auth to nickserv to talk?01:51
* Digit facepalms02:49
Digitif only there was room in the topic for a "just ask" message02:49
golinuxTalk to DocScrutinizer03:04
gnarfacemy vote is still for a greeter bot that caches recognized names04:09
gnarfacenobody reads the topic04:09
bozoniusMaybe I am just forgetting something simple, idk.  I just ran apt-get update/upgrade and the kernel was one of the items that was upgraded.  But for the life of me, I don't get why uname -a is showing the same kernel that just got installed!  I haven't rebooted yet.04:45
bozoniusvmlinuz-3.16.0-6-amd64 is the new kernel package version04:46
bozoniusuname -a shows Linux devuan.archons 3.16.0-6-amd64 #1 SMP Debian 3.16.56-1+deb8u1 (2018-05-08) x86_64 GNU/Linux04:47
bozoniusor... is that 3.16.56-1 the key here?04:48
gnarfacefor kernels, the package name may not match the actual kernel version in it04:50
gnarfaceyou have to pay close attention04:50
bozoniusso the actual version is 3.16.56 and I am currently running something else?04:51
bozoniushow do I "pay close attention" to the output of uname -a?04:51
gnarfaceit's like this04:51
gnarface3.16.56 is the actual version you're running04:51
gnarfaceuname -a isn't lying about that04:52
gnarfacebut you may have installed kernel package 3.16.0 to get that kernel04:52
gnarfaceover history, kernel package 3.16.0 would have held several kernels of actually higher version04:52
bozoniusso I missed that in the package install step...04:52
gnarfacethat's my guess04:52
gnarfaceor maybe you rebooted and then forgot...04:52
gnarface?04:52
bozoniusno04:52
gnarfacei mean, kexec is possible but i don't think anything does that automatically.  i could be wrong...04:53
bozoniusI am CERTAIN I have not rebooted.  I checked this while the install was finishing up04:53
bozonius(install=update)04:53
gnarfacemaybe you've got some setup that is kexecing new kernels?04:53
gnarfaceit seems unlikely but possible, too04:53
bozoniusno04:53
bozoniusI think I simply missed the messages in the update when it got to the kernel04:53
gnarfacei've been confused by the mismatch too04:54
bozoniusyeah, scrolling back in the terminal window where I ran apt-get I see that 3.16.57 is the new version04:54
gnarfacerebuilding my own kernel, somehow i managed to get 4.13.something in kernel package 4.3.304:54
bozoniuswhereas uname is reporting 3.16.5604:54
gnarfaceok, not a big change even04:54
bozoniuswhat I find a bit odd about this arrangement is that the previous kernel in /boot is 3.16.5; no 3.16.55 is in there04:55
bozoniusit makes sense as I get the way  the versioning works now04:56
gnarfacethey do skip version04:56
gnarfaceskip versions* too04:56
bozoniusbut it doesn't make sense from the POV if I want to go back to the most recent version -- I'd have to force a downgrade04:56
gnarfacehmmm04:56
bozonius(one of the things I hate about, say, Arch Linux which doesn't keep multiple kernel versions by default anyway)04:56
gnarfacei seem to recall in jessie they had a 3.2 package and a 3.16 package but they upgraded the kernel several times within each04:57
gnarfacei am sure there's some organizational strategy there04:57
bozoniusgnarface:  here is what I am saying.  Let's say I am  running 3.16.57 and discover a behavior I did not notice before the last kenrnel upgrade04:57
bozoniusmaybe this happens immediately after an update04:58
gnarfaceyea, i get what you're saying.  you'd have to resort to snapshots in that case, to get the older version04:58
bozoniusso I want to see if my brain is not playing tricks on me (after doing some other testing and the like)04:58
bozoniusyeah04:58
gnarfacebut Debian specifically puts a lot of effort into making sure that won't happen with the stable distro, this is one of their "don't worry about that, let us worry about that" things04:58
bozoniusI am happy to let them worry all they want to.04:59
bozoniusbut if I do happen to run into a bug...04:59
gnarfaceif they didn't change the kernel package version, they're implying that there shouldn't be any regressions in that change04:59
bozoniusof course not.  Why would there be any regressions04:59
gnarfaceheh04:59
bozoniusyeah04:59
bozoniusthere are no guarantees in this world04:59
bozoniusno infallibilities05:00
bozoniusand certainly not in the open source world05:00
gnarfacesome of this probably made a lot more sense in the early days, when kernels weren't something you updated several times a year05:00
bozoniustrue, true05:00
bozoniuswell, anyway, gnarface... thanks again for stepping in.05:01
gnarfaceno problem05:01
bozoniusI'm trying hard to look more closely at things like this05:01
bozoniusI'm hoping to become more helpful, or at least be able to sort out my own messes a bit better05:01
gnarfacei think it basically just amounts to a mechanism they use to make other packages think that the kernel has not changed05:01
bozoniusgood point05:01
gnarfaceyou're doing good, it's good to ask these questions05:01
bozoniusI wasn't thinking of that, actually05:01
bozoniusthanks05:02
bozoniusyeah, like if, say, none of the modules changed, only the microkernel itself05:02
gnarfacemost userspace programs would be oblivious to minor changes05:03
bozoniusthis would avoid a lot of extra work, though I am not sure if it actually DOES avoid all that extra work.  Seems like these kernel updates all take the same amount of time05:03
gnarfaceyea it's hard for me to say too05:03
bozoniusstill  having problems with my USB headset05:03
bozoniusgenerally, it works05:03
gnarfacei think it varies depending a lot on what hardware you buy05:03
gnarfacesome hardware is very well supported by the kernel05:03
gnarfacefor that stuff, i would assume the gamble pays off05:04
bozoniuswell, I notice that in the last update or two of vbox they are handling USB passthrough a bit differently05:04
bozoniusit used to be that if  one VM grabbed the USB device, others could still have access to it.  And that occasionally created some issues.  But now it tells you the device failed to attach to the VM.05:05
bozoniusWhich is nice, and much preferable.05:05
bozoniusHeadset conflicts are nothing, but a USB drive being accessed by multiple VMs could be a disaster05:05
bozoniusactually, I think in the last 10 years or so, Linux has really caught up with hardware.05:06
bozoniusIn th beginning you sometimes had to wait years for the mfrs to release the secrets, or for someone to figure out how to reverse engineer a new item05:06
bozoniusthese days, new hardware seems to be more universally supported05:07
bozoniuswith some exceptions, like the newest NICs05:07
bozoniusespecially the built-in kinds like on laptop MBs05:07
bozoniusagain, thanks for your help05:07
gnarfaceyea no problem05:08
gnarfacei agree, it's gotten a lot better05:08
gnarfacebut there are still conspicuous blocks of stuff that are problematic05:08
gnarfaceoptimus laptops come to mind05:09
gnarfaceit seems there's really a few brands that are bad players, that's the problem05:09
gnarfacethe amount of those brands are increasing, the type of behavior is increasing market-wide05:09
gnarfaceeven as kernel development continues to quicken to compensate05:10
bozoniusChina05:13
bozoniusI'm guessing here that a lot of the components in these no-name devices have sketchy APIs and so on.05:15
bozoniushttps://pasteboard.co/HwNew5G.png05:30
bozoniusI've seen this before with other systems, but not with Devuan05:30
bozoniusI was rebooting to that new 3.16.57 kernel05:31
bozoniusit's just hanging forever...05:31
bozoniusso it appears that even though I carefully shut down every open window, there are some processes that refused to die during shutdown05:32
bozonius the /tmp and /home fs are not surprising since I do hit those the most with various projects I am working on, and all the browsers and copies of thunderbird in diffrent desktops05:33
bozoniusso umount fails, OK, but why do we get a [info] message telling us it will restart if it is this unhappy about the poor shutdown?05:34
bozoniusI'm gonna force a reboot and let fsck clean up whatever mess was left behind.  I'm not worried about this, but it is rather odd (message mismatch)05:34
Joerg-Neo900Digit: >> [30.07.18 06:09:12] [Notice] -NickServ- Information on V-H (account V-H): [30.07.18 06:09:12] [Notice] -NickServ- Registered : Jul 29 23:42:55 2018 (4h 26m 17s ago)<<  No "just ask" in topic will ever help for this user class06:11
DocScrutinizer>><gnarface> my vote is still for a greeter bot that caches recognized names-  nobody reads the topic<< There's already the onjoin ircd7 message, nobody reads that either, obviously not even you ;-D06:30
DocScrutinizersee /msg chanserv help set ENTRYMSG06:34
DocScrutinizer/cs info #devuan  -> [30.07.18 06:35:38] [Notice] -ChanServ- Entrymsg   : Join us, and celebrate in freedom and justice06:36
DocScrutinizerfeel free to ask for changes of this greeter06:38
Joerg-Neo900actually it seems *nobody ever* reads that, nor does it get updated in any channel06:41
Digitn_n06:46
Joerg-Neo900?06:52
Joerg-Neo900Digit: I don't know that emoticon06:56
Digiti interpret/intend it like a pleasant amusement aknowledgement.07:27
DocScrutinizer:-)07:36
MinceR^_^08:09
LichteI've installed nodejs from backports and there is no npm installed and I can't find npm in any repo, is there a way to get npm installed ?08:39
rrqLichte: you might need to get npm from jessie/main11:05
rrq.. or possibly from debian/experimental11:08
Digiti'll need to sort out my nvidia after that last upgrade... why do i only tend to these things when too sleepy to~ ~zzz14:17
debdogbecause they're only bearable when numb?14:24
blebwhat's the difference between files.devuan.org and e.g. http://auto.mirror.devuan.org/ ?16:54
gnarfaceauto.mirror is deprecated16:54
gnarfacei'm not sure what "files" is16:54
gnarfacei think you're supposed to use deb.devuan.org for your sources.list right now16:55
blebis there still an ftp interface?16:56
gnarfacei don't know16:57
gnarfacemaybe not16:57
blebwhere does the ascii installer download stuff from?  i noticed that my old jessie usb installer stopped working because the directory structure at us.mirror.devuan.org changed16:59
gnarfaceif you use deb.devuan.org it should work17:00
blebok17:00
blebdebian has http://ftp.debian.org/ but they removed their ftp service a while back17:01
blebthis is a great opportunity to distinguish devuan from debian!17:01
rrqhttps://www.devuan.org/get-devuan lists some ftp mirrors17:03
blebi know, there are debian ftp mirrors too17:04
blebbut imo it should be officially supported17:04
rrq? aren't they?17:05
fsmithredfiles.devuan.org is where the isos are17:05
blebrrq: none of them are at devuan.org so i'd assume they are supported by someone else?17:06
rrqwhat does "are at devuan.org" mean? is it you want to ftp to a domain name that ends with "devuan.org"? Or you want those who owns devuan.org to pay for the host that holds the isos you download?17:14

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!