tag 366078 moreinfo thanks On Thu, May 04, 2006 at 02:50:18PM -0700, [EMAIL PROTECTED] wrote: > > Package: dictionaries-common > Version: 0.25.12
Ok, running sarge > I wanted enhanced security and so commented out the standard line in > /etc/pam.d/common-password: > > password required pam_unix.so nullok obscure min=4 max=8 md5 > > and uncommented the last two lines: > > password required pam_cracklib.so retry=3 minlen=7 difok=3 > password required pam_unix.so use_authtok nullok md5 > > > this requires installation of libpam-cracklib, which recommends > (actually it may require but I'm not sure) a wordlist like wamerican. > so i ran: > > # apt-get install libpam-cracklib wamerican-large > > but the installation fails due to dependency issues. it looks as though > dictionaries-common might be causing this based on the error message: > > "dpkg: error processing dictionaries-common (--configure) > subprocess post-installation script returned error exit status 1 > ... > ... > wcatalan depends on dictionaries-common... > Package dictionaries-common is not configured yet Can you please send me the full typescript? I have tried to reproduce the problem (although with no changes in /etc/pam.d/common-password, I do not expect the problem be there) and I did not get that "dpkg: error processing dictionaries-common (--configure) Please try # dpkg-reconfigure dictionaries-common or reinstalling doctionaries-common from scratch and see if that works. If so, there was some temporary problem in your system. If not, please send the full typescript to the bug address. > by the way, not sure why it always wants to use wcatalan, even when an > alternate wordlist like wamerican-large is specifically chosed. it also > seems like a bizarre default wordlist to use, given the language of the > OS. That is not the default anywhere, wamerican having priority standard should be selected prior to other wordlists having priority optional (and to wcatalan which has priority extra). Furthermore I can only reproduce this wcatalan choice with apt-get, not with dselect (which marks wamerican as expected). This seems an apt bug. Things are even funnier, with testing, putting wamerican-large before I get # apt-get install wamerican-large libpam-cracklib Reading package lists... Done Building dependency tree... Done The following extra packages will be installed: cracklib-runtime cracklib2 dictionaries-common Suggested packages: ispell Recommended packages: wenglish wordlist The following NEW packages will be installed: cracklib-runtime cracklib2 dictionaries-common libpam-cracklib wamerican-large and do not try to pull wcatalan, while putting it at the end of command line I get apt-get install libpam-cracklib wamerican-large Reading package lists... Done Building dependency tree... Done The following extra packages will be installed: cracklib-runtime cracklib2 dictionaries-common wcatalan Suggested packages: ispell Recommended packages: wenglish wordlist The following NEW packages will be installed: cracklib-runtime cracklib2 dictionaries-common libpam-cracklib wamerican-large wcatalan and wcatalan gets pulled. -- Agustin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]