Re: [systemd-devel] BTRFS bug with parallel mounts?

2010-11-10 Thread Mike Kazantsev
On Wed, 10 Nov 2010 15:52:51 -0200 Gustavo Sverzut Barbieri wrote: > On Wed, Nov 10, 2010 at 2:11 PM, Greg KH wrote: > > On Wed, Nov 10, 2010 at 01:02:51PM -0200, Gustavo Sverzut Barbieri wrote: > >> On Wed, Nov 10, 2010 at 9:33 AM, Gustavo Sverzut Barbieri > >> > >> Part of the log (sorry, I ha

Re: [systemd-devel] [email protected] and [email protected]

2010-11-10 Thread Lennart Poettering
On Wed, 03.11.10 22:49, Andrew Edmunds ([email protected]) wrote: > Hi, > > A few points about these two source files. > > 1. [email protected] has: > > m4_ifdef(`TARGET_FEDORA', `m4_define(`GETTY', `/sbin/agetty 38400')')m4_dnl > > m4_ifdef(`TARGET_SUSE', `m4_define(`GETTY', `/sbin/ag

Re: [systemd-devel] [PATCH] add bash completion for systemctl --system

2010-11-10 Thread Michael Biebl
2010/11/9 Ran Benita : > I've been playing recently with systemd on Arch, and had much fun. But > soon, alas, my fingers started to ache from repeatedly writing > systemctl restart some-long-service.service. So, I wrote a completion > script. I figured other people may want to use it, so I prepared

Re: [systemd-devel] Trying systemd in Fedora 14

2010-11-10 Thread Lennart Poettering
On Wed, 03.11.10 11:03, Felix Braun ([email protected]) wrote: > Hi there, heya, > while systemd wasn't chosen as a default init system for F14, it is > included in the repositories. That way, it was argued, more people > could give it a try and potentially discover shortcomings before

Re: [systemd-devel] [PATCH] Explain structure of tmpfiles.d

2010-11-10 Thread Lennart Poettering
On Thu, 04.11.10 11:30, Andreas Jaeger ([email protected]) wrote: > IMO we should add an easy reference of the structure of tmpfiles.d files. > Here's a patch, I'd prefer not to maintain duplicates of the documentation at different places at the same time. Since we now have Brandon's man page I t

Re: [systemd-devel] [PATCH] man/tmpfiles.d.xml: add a manpage for tmpfiles.d

2010-11-10 Thread Lennart Poettering
On Thu, 04.11.10 16:31, Brandon Philips ([email protected]) wrote: > Initial commit of a tmpfiles.d manpage. > > I ran it through xmllint but I don't know how to make it look pretty > like the rest of the xml files. :-P Emacs is your friend. M-x indent-region! With nxml installed will do the xmll

Re: [systemd-devel] [PATCH] vconsole: properly set terminal UTF-8 mode

2010-11-10 Thread Lennart Poettering
On Fri, 05.11.10 19:14, Andrey Borzenkov ([email protected]) wrote: > >> It is rather interesting. I was testing unrelated patch for dracut > >> using dracut tip. It turned out, dracut now installs > >> systemd-vconsole-setup when available. Unfortunately it also also > >> changed parsing of con

Re: [systemd-devel] [PATCH] vconsole: support additional keymap for toggling layouts

2010-11-10 Thread Lennart Poettering
On Sat, 06.11.10 19:11, Andrey Borzenkov ([email protected]) wrote: > At least Mandriva offers configuring characters to toggle > keyboard layout independently from main keymap. This functions > much the same as XkbOptions for X11 and actually is configured > together. The patch adds support for

Re: [systemd-devel] socket based activation for Python?

2010-11-10 Thread Lennart Poettering
On Sun, 07.11.10 14:19, Felix Schwarz ([email protected]) wrote: > Hi, heya, > If I understand the concept correctly, my daemon should use > socket-based activation for the most efficient usage of systemd. > However I did not find any reference how to do that in Python… > To me it loo

Re: [systemd-devel] [PATCH] add bash completion for systemctl --system

2010-11-10 Thread Lennart Poettering
On Tue, 09.11.10 01:03, Ran Benita ([email protected]) wrote: > I've been playing recently with systemd on Arch, and had much fun. But > soon, alas, my fingers started to ache from repeatedly writing > systemctl restart some-long-service.service. So, I wrote a completion > script. I figured other p

Re: [systemd-devel] BTRFS bug with parallel mounts?

2010-11-10 Thread Gustavo Sverzut Barbieri
On Wed, Nov 10, 2010 at 2:11 PM, Greg KH wrote: > On Wed, Nov 10, 2010 at 01:02:51PM -0200, Gustavo Sverzut Barbieri wrote: >> On Wed, Nov 10, 2010 at 9:33 AM, Gustavo Sverzut Barbieri >> wrote: >> > On Wednesday, November 10, 2010, Gustavo Sverzut Barbieri >> > wrote: >> >> Hi all, >> >> >> >>

Re: [systemd-devel] BTRFS bug with parallel mounts?

2010-11-10 Thread Greg KH
On Wed, Nov 10, 2010 at 01:02:51PM -0200, Gustavo Sverzut Barbieri wrote: > On Wed, Nov 10, 2010 at 9:33 AM, Gustavo Sverzut Barbieri > wrote: > > On Wednesday, November 10, 2010, Gustavo Sverzut Barbieri > > wrote: > >> Hi all, > >> > >> First, I'm not typing much or send the kernel oops since I

Re: [systemd-devel] BTRFS bug with parallel mounts?

2010-11-10 Thread Gustavo Sverzut Barbieri
On Wed, Nov 10, 2010 at 9:33 AM, Gustavo Sverzut Barbieri wrote: > On Wednesday, November 10, 2010, Gustavo Sverzut Barbieri > wrote: >> Hi all, >> >> First, I'm not typing much or send the kernel oops since I'm at a >> phone without access to my lap ATM >> >> So yesterday I got my new laptop wit

Re: [systemd-devel] systemd and Linuxfromscratch

2010-11-10 Thread enaut
Am 10.11.2010 11:28, schrieb Andrei Gherzan: Hello. My name is Andrew. I found your [systemd-devel] systemd and Linuxfromscratch article and wanted to know if you managed to make systemd work on your system. I've done all the work with toolchain and basic system file in LFS and now i want to in

[systemd-devel] BTRFS bug with parallel mounts?

2010-11-10 Thread Gustavo Sverzut Barbieri
Hi all, First, I'm not typing much or send the kernel oops since I'm at a phone without access to my lap ATM So yesterday I got my new laptop with quad core i7 and SSD. gentoo's openrc works nice, but systemd triggers a nasty kernel oops with btrfs The oops is while mounting my /home it get a nu

Re: [systemd-devel] BTRFS bug with parallel mounts?

2010-11-10 Thread Gustavo Sverzut Barbieri
On Wednesday, November 10, 2010, Gustavo Sverzut Barbieri wrote: > Hi all, > > First, I'm not typing much or send the kernel oops since I'm at a > phone without access to my lap ATM > > So yesterday I got my new laptop with quad core i7 and SSD. gentoo's > openrc works nice, but systemd triggers a

Re: [systemd-devel] systemd and Linuxfromscratch

2010-11-10 Thread Andrei Gherzan
Title: work Signature Hello. My name is Andrew. I found your [systemd-devel] systemd and Linuxfromscratch article and wanted to know if you managed to make systemd work on your system. I've done all the work with toolchain and basic system file in LFS and now i want to insta