Gentoo Archives: gentoo-accessibility

From: Keith Wessel <keith@××××××.com>
To: gentoo-accessibility@l.g.o
Subject: RE: [gentoo-accessibility] Brltty and systemd?
Date: Wed, 27 Aug 2014 21:25:45
Message-Id: 001901cfc23d$753b5510$5fb1ff30$@wessel.com
In Reply to: Re: [gentoo-accessibility] Brltty and systemd? by Chris Brannon
1 Bringing back an old thread, I've still been able to test the brltty service
2 script with system, mainly because I'm still fighting with getting system
3 working.
4
5 Before I post to the Gentoo user forums, anyone have any good suggestions on
6 why my initramfs wouldn't be activating my LVM volumes? I'm running LVM on
7 top of a software raid. Root and boot are on their own raid partitions. The
8 raid partition with my LVM volume group seems to get started by my
9 initramfs, but the volume groups don't get activated. And, of course, /usr
10 is an LVM partition.
11
12 The initramfs was built with the latest stable version of genkernel-next. It
13 does contain LVM support.
14
15 If I set real_init to /usr/lib/system/system, it complains that it can't
16 find that on my root partition.
17
18 If I let the initramfs call the old-style init, the LVM volumes are detected
19 and activated, and of course mounted, after the hand-off.
20
21 I'm seriously considering moving /usr, /var and /tmp to my root partition to
22 avoid this madness. I was planning to post to the forums since I haven't yet
23 seen anyone out there having this problem and I assume I'm overlooking
24 something obvious. But I figured I'd ask here first just in case. I know
25 this is rather off-topic, but if I can get this working, I can see how
26 brltty and system work with the recommended service config Chris provided.
27
28 Thanks,
29 Keith
30
31
32 -----Original Message-----
33 From: Chris Brannon [mailto:teiresias@g.o]
34 Sent: Monday, February 03, 2014 11:16 AM
35 To: gentoo-accessibility@l.g.o
36 Subject: Re: [gentoo-accessibility] Brltty and systemd?
37
38 "Keith Wessel" <keith@××××××.com> writes:
39
40 > Are there any plans to add a system service script to the brltty
41 > ebuild?
42
43 I don't mind adding it, but I'm not really in a position to test it.
44 Here's the one that Arch uses:
45 https://projects.archlinux.org/svntogit/packages.git/plain/trunk/brltty.serv
46 ice?h=packages/brltty
47 I can add that one if it works for you. If you have something that
48 works better, please send it, and I'll add that instead.
49
50 Also we need a systemd service for espeakup. I think someone was going
51 to test the one from Arch, but I don't remember whether they ever did.
52 I'll look through my list archives...
53 Anyway, hopefully we'll have .service files for both very soon.
54
55 -- Chris