Re: Bootup and login performance (was Re: kullervo)

2013-01-26 Thread Eero Tamminen
Hi, On lauantai 26 tammikuu 2013, Thorsten Glaser wrote: > Wouter Verhelst dixit: > >The quick and dirty way: edit /etc/shadow, and replace the $6$-using > >password with a $1$-using one? > > Sure… > > tg@blau:~ $ encrypt -m root > $1$0XdPa4l/$DwPc0L9WReF7goIKixNyk1 > > So you can use that for

Re: Bootup and login performance (was Re: kullervo)

2013-01-26 Thread Thorsten Glaser
Wouter Verhelst dixit: >The quick and dirty way: edit /etc/shadow, and replace the $6$-using >password with a $1$-using one? Sure… tg@blau:~ $ encrypt -m root $1$0XdPa4l/$DwPc0L9WReF7goIKixNyk1 So you can use that for root:root in the initial setup. I could update the tarball (and, possibly, t

Re: kullervo

2013-01-26 Thread Wouter Verhelst
On Fri, Jan 25, 2013 at 10:16:10PM +, Thorsten Glaser wrote: > Eero Tamminen dixit: > > >Sure, the main thing where it was annoyingly slower, was logging in > >(as root). That hopefully doesn't run udev. ;-) > > No, it just runs sha512 1 times in a row on the salted password > to hash it

Re: Bootup and login performance

2013-01-26 Thread Thorsten Glaser
Eero Tamminen dixit: >(I started a new thread from "Kullervo") That’s fine, I was reminded a bit of a.s.r threads on Usenet already… >At least my /etc/pam.d/common-password doesn't have the rounds >keyword mentioned here: > http://forums.debian.net/viewtopic.php?f=30&t=60679&start=30 > >so

Re: Atari TT

2013-01-26 Thread Thorsten Glaser
schmitz dixit: > Good one... what was that run from - live CD, or ramdisk? Hard disc, ext2fs created by FreeMiNT (which uses it natively too). > We'll see what I get done first - I've got to combine a gazillion commits into > a few concise ones, doesn't really matter where I start that from. Go

Re: Bootup and login performance

2013-01-26 Thread Eero Tamminen
Hi, (I started a new thread from "Kullervo") On lauantai 26 tammikuu 2013, Thorsten Glaser wrote: > Eero Tamminen dixit: > >Sure, the main thing where it was annoyingly slower, was logging in > >(as root). That hopefully doesn't run udev. ;-) > > No, it just runs sha512 1 times in a row on