Re: [systemd-devel] systemd, getty and udev

2011-03-21 Thread Andrey Borzenkov
On Mon, Mar 21, 2011 at 6:06 PM, Michael Olbrich wrote: >> The default systemd files only start getties on a handful of ttys. Since >> it seems impossible to distinguish between display ttys and e.g. modem >> ttys, one can't just simply start gettys on all tty*, thus necessiting >> manual additio

[systemd-devel] [PATCH] udev: expose some more tty's for various embedded hardware

2011-03-21 Thread Michael Olbrich
Signed-off-by: Michael Olbrich --- src/99-systemd.rules |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/99-systemd.rules b/src/99-systemd.rules index 4fba6d4..08ee59f 100644 --- a/src/99-systemd.rules +++ b/src/99-systemd.rules @@ -11,6 +11,9 @@ SUBSYSTEM=="tty", KE

Re: [systemd-devel] systemd, getty and udev

2011-03-21 Thread Dr. Werner Fink
On Mon, Mar 21, 2011 at 02:58:22PM +0100, Jan Engelhardt wrote: > On Monday 2011-03-21 12:26, Michael Olbrich wrote: > > >Hi, > > > >I've been playing with systemd. So far I have been unable to get a login > >prompt. The problem is this: > > > >[...] > >systemd[1]: Job dev-ttyAMA0.device/start tim

Re: [systemd-devel] systemd, getty and udev

2011-03-21 Thread Michael Olbrich
Hi, On Mon, Mar 21, 2011 at 02:58:22PM +0100, Jan Engelhardt wrote: > On Monday 2011-03-21 12:26, Michael Olbrich wrote: > >I've been playing with systemd. So far I have been unable to get a login > >prompt. The problem is this: > > > >[...] > >systemd[1]: Job dev-ttyAMA0.device/start timed out. >

Re: [systemd-devel] systemd, getty and udev

2011-03-21 Thread Jan Engelhardt
On Monday 2011-03-21 12:26, Michael Olbrich wrote: >Hi, > >I've been playing with systemd. So far I have been unable to get a login >prompt. The problem is this: > >[...] >systemd[1]: Job dev-ttyAMA0.device/start timed out. >systemd[1]: Job dev-ttyAMA0.device/start finished, result=timeout >system

Re: [systemd-devel] systemd, getty and udev

2011-03-21 Thread Kay Sievers
On Mon, Mar 21, 2011 at 12:26, Michael Olbrich wrote: > I've been playing with systemd. So far I have been unable to get a login > prompt. The problem is this: > > [...] > systemd[1]: Job dev-ttyAMA0.device/start timed out. > systemd[1]: Job dev-ttyAMA0.device/start finished, result=timeout > syst

[systemd-devel] systemd, getty and udev

2011-03-21 Thread Michael Olbrich
Hi, I've been playing with systemd. So far I have been unable to get a login prompt. The problem is this: [...] systemd[1]: Job dev-ttyAMA0.device/start timed out. systemd[1]: Job dev-ttyAMA0.device/start finished, result=timeout systemd[1]: Job [email protected]/start finished, result

Re: [systemd-devel] [PATCH v3] Detect page size runtime

2011-03-21 Thread [email protected]
The third version if this patch. Changes since v2: 1. page_size() uses assert_se(sysconf(...)) to detect failure of sysconf, abort if sysconf fails. 2011/3/19 Jan Engelhardt : > On Saturday 2011-03-19 07:18, [email protected] wrote: > >>> sparc64 would, to name one. >>IA64, sparc64, powerpc, and m