index
previous
2021-06-15    
14:10:28 <onefang> search_social: Or just disable tty1 from being a login console. That's what I do.

18:58:46 * enyc hehe at 10:57 < palasso> enyc: there is a rumor that freenode servers are running systemd

19:59:30 <Soltis> Is there a reasonably easy way to pick up postgresql-13 on beowulf?
20:00:44 <fsmithred> I think you would have to backport it
20:00:58 <Soltis> That does not strike me as 'easy'
20:01:08 <fsmithred> or upgrade to chimaera, which is still in testing
20:02:20 <onefang> Beowulf doesn't have a backported postgresql.
20:04:18 <Soltis> So either move to an unstable release, diy, or find another distro. Not exactly the nicest set of choices to deal with.
20:04:49 <fsmithred> I'm trying a backport now
20:04:55 <fsmithred> somethimes they are easy
20:05:14 <Soltis> ... yeah, but I'm out of practice enough with that sorta shit that I wouldn't be completely confident in my ability not to somehow fuck it up.
20:05:42 <Soltis> Though if it turns out to be easy, then I might take a stab at it.
20:07:49 <fsmithred> ok, that was easy
20:08:31 <fsmithred> apt-get source postgresql-common
20:08:49 <fsmithred> then as root, apt-get build-dep postgresql-common
20:09:01 <fsmithred> cd to the postgres dir
20:09:08 <fsmithred> dpkg-buildpackage -us -uc -b
20:09:34 <fsmithred> I only had to add one build-dep, but that's because I already have a lot of build stuff installed
20:10:34 <Soltis> What's the source URI? I don't think it was included in the example for sidegrading from debian which is how this box came to exist
20:11:00 <fsmithred> you want to get it from git?
20:11:20 <Soltis> No, no. Error: E: You must put some 'source' URIs in your sources.list
20:11:27 <fsmithred> oh
20:11:29 <fsmithred> right
20:11:32 <fsmithred> hang on
20:12:00 <fsmithred> deb-src http://sledjhamr.org/devuan/merged ceres main
20:12:39 <fsmithred> or deb-src http://deb.devuan.org/merged ceres main
20:12:51 <fsmithred> then apt-update
20:13:09 <Soltis> Yep. And install missing utils along the way
20:15:02 <Soltis> ... that was terrifyingly simple.
20:15:12 <onefang> BOO!
20:15:20 <fsmithred> done already?
20:15:41 <fsmithred> and yeah, that's a good description. I was expecting at least a few problems.
20:15:44 <Soltis> Well the build is.
20:15:50 <Soltis> ... installing is proving a bit weirder
20:15:56 <fsmithred> right. I didn't try to install.
20:16:44 <Soltis> Yeah, okay, so how do I get these debs to realize they're pg-13 debs?
20:16:49 <fsmithred> fwiw, chimaera is pretty stable in the generic sense
20:17:02 <fsmithred> some of mine have that version number
20:17:20 <fsmithred> but some are just 225*
20:18:01 <fsmithred> I made a changelog entry to bump the version, hence the *
20:18:11 <fsmithred> added ~fsr1
20:19:42 <fsmithred> time for foot. back in a few mins.
20:22:36 <onefang> Think he meant food.
20:23:27 <Soltis> Okay. Short version is that like postgresql-client_13+225_all.deb if I try to install it, it identifies the package as postgresql-client and then throws the error "Package postgresql-client-13 is not installed."
20:23:41 <Soltis> onefang: Probably, but I like what he typed better.
20:23:56 <onefang> Foot in mouth?
20:24:05 <Soltis> ... also pretend I'm short about 50 IQ points right now due to extreme fatigue
20:24:28 <Soltis> Which is also food in mouth if one bites down hard enough.
20:24:45 <onefang> Maybe get some rest before screwing with your system?
20:25:10 <Soltis> It's not in use anywhere yet, but right now is when nobody is gonna hassle me.
20:26:23 <Soltis> It's literally just an empty system I launched a couple hours ago, so consequences are pretty minimal if I trash it. Plus I've got an image in case I FUBAR it.
20:35:59 <fsmithred> yes, I meant food
20:36:11 <onefang> Welcome back.
20:38:03 <Soltis> So I'd not mind understanding why that error is happening; I assume something about how the package is created isn't marking it correctly?
20:38:28 <Soltis> ... or something to that effect. Honestly, I'm not very familiar with building packages with a dependency system hooked to them. Most of my experience was Slackware.
20:40:12 <fsmithred> ok, I just tried to install the pkgs. Some deps are missing.
20:42:08 <fsmithred> no '~' allowed in pakcage name???
20:43:29 <Soltis> *Confused idiot noises*
20:45:04 <fsmithred> 'apt install -f' cleared up the errors
20:48:27 <fsmithred> despite the fact that the missing packages did not get installed
20:55:50 <fsmithred> Soltis, is this your machine or someone else's (e.g. work)?
20:57:23 <Soltis> fsmithred: Work, more or less.
20:57:56 <fsmithred> so running an OS that hasn't actually been released yet is probably out of the question
20:58:10 <Soltis> fsmithred: Not entirely - I have pretty much absolute discretion about that sort of thing.
20:58:14 <fsmithred> if you only had to answer to yourself, I'd suggest going with chimaera
20:58:49 <fsmithred> it's based on debian bullseye which has moved into freeze - soon to be declared stable
20:58:59 <fsmithred> we follow behind their schedule.
20:59:33 <Soltis> fsmithred: Okay. Yeah, I don't really want to dick with backporting if it's gonna end up with the packages in an odd state, but chimaera isn't necessarily out of the question.
20:59:55 <fsmithred> try it in a test system
21:00:18 <fsmithred> I haven't heard complaints from the people who are running it or running ceres
21:00:26 <Soltis> This is going to be a single-purpose box for a _new_ application, so the code that will utilize it hasn't actually even been written yet.
21:00:41 <fsmithred> "more stable than ubuntu" is a common description
21:00:45 <fsmithred> fwiw
21:01:09 <Soltis> That's good enough, if it's an accurate assessment. We used Ubuntu before I got our other system - the production system - migrated to Devuan.
21:01:10 <fsmithred> there are chimaera installer isos available now
21:01:40 <Soltis> fsmithred: I'd need to either upgrade this box or side-grade from Debian since I do _NOT_ want to bother with making a bootable AWS image from scratch.
21:01:55 <fsmithred> I'm running chimaera on a laptop. Don't do a whole lot with it other than occasional web browse and regular weekly video conference
21:02:17 <fsmithred> oh, upgrade from beowulf is not bad
21:02:23 <fsmithred> especially on a minimal system
21:04:39 <Soltis> Yeah, I figured. It's extremely minimal ... I'm assuming just muck with sources.list and then dist-upgrade?
21:08:44 <brocashelm> ceres is running 10/10 for me. especially once you config shit accordingly
21:11:14 <fsmithred> Yes, edit sources (no -updates or -security yet), update and dist-upgrade. There are upgrade and migration guides here. They have specifics that probably don't apply, but maybe some clues if you have trouble. https://www.devuan.org/os/install
21:13:08 <Soltis> It's going now; -updates seemed to exist, but -security and -backports didn't. Updated and dist-upgrade
21:13:11 <Soltis> We'll see how it goes
21:15:23 <Soltis> Interesting. Rebooted; release is 4 per lsb_release -a, but codename is N/A
21:17:13 <Soltis> ... now I just get to remember how to administer a pg instance, since installing it worked
21:18:44 <brocashelm> the nice thing about ceres IMO is you get to experiment with different repositories and can really make a beefy system if you do it right. it's only "broken" if you try this on stable, but unstable itself is VERY stable in my experience. i can't settle for old packages but i prefer the package manager by far to other distros
21:19:06 <brocashelm> xfce 4.16 runs amazingly well and have not had any crashes due to its design
21:20:42 <brocashelm> only thing i'd probably watch out for is if you want elogind to manager user sessions, since the dist-update pulls such packages in
21:20:47 <brocashelm> *manage
21:22:59 <Soltis> Ah, this is a single purpose box, so the only thing I care about is having postgresql-13 running stably and without too much in the way of security implications.
21:28:15 <fsmithred> look at /etc/os-release to see codename
21:32:46 <Soltis> Interesting, it's missing the VERSION_CODENAME line
21:33:28 <Soltis> Is there a reason for that?
21:33:36 <fsmithred> not sure
21:33:46 <Soltis> Eh. I just added it for S&G
21:34:58 <fsmithred> codename is in the VERSION line
21:35:38 <Soltis> It's there, too, yes.
21:39:04 <fsmithred> Soltis, here's the changelog entry from debian:
21:39:05 <fsmithred> - Add VERSION_CODENAME to os-release.
21:39:05 <fsmithred> (only expected on stable releases)
21:39:15 <Soltis> Ah, good to know.
21:39:50 <Soltis> Anyway, so Pg is running, so I'm happy
21:39:56 <fsmithred> cool
21:40:04 <Soltis> ... be happier once I have the damned thing configured and secured properly.
21:40:10 <Soltis> Such a pain in the ass

23:19:04 <search_social> onefang: good idea

23:53:55 <fsmithred> brocashelm, does udevil handle exfat?

---------- 2021-06-16 ----------
01:32:26 <fsmithred> afk

08:01:58 <mason> fsmithred: exfat requires fuse anyway, but beyond that there's no reason udev couldn't
08:02:26 <mason> That said, I'm guessing you're asking if udisks2 handles it, and I don't have an answer to that.
08:02:45 <fsmithred> no, I was asking if udevil handled exfat
08:03:04 <fsmithred> pmount does not. I found a patch for it that someone gave me a few years ago, and I tried it today.
08:03:08 <fsmithred> it didn't work
08:06:44 <fsmithred> mason, I guess udisks2 does exfat in chimaera - I can open it on xfce desktop. But not in beowulf.
08:07:23 <mason> Oh, is udevil a thing? I thought it was a commentary on udev. :)
08:07:38 <fsmithred> lol, it's a real package
08:08:06 <fsmithred> user-mount external drives, like pmount.
08:08:07 <mason> No reason why Beowulf couldn't be taught. It has both exfat-fuse and exfat-utils
08:08:30 <mason> I've actually had to use exfat on Beowulf in the last week.
08:08:51 <fsmithred> oh, they are installed in chimaera. Not sure how they got there.
2021-06-16    
search in #devuan logs:
index
next