Date: Sun, 8 Aug 2010 16:41:33 +0200 From: Polytropon <freebsd@edvax.de> To: Antonio Olivares <olivares14031@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: ANNOUNCE: Custom 64bit FreeBSD 8.1-RELEASE with XFCE packages released Message-ID: <20100808164133.2abae500.freebsd@edvax.de> In-Reply-To: <AANLkTikkog54DgykfkFer4NqQJeVTwd4teOYqu8EB=Gc@mail.gmail.com> References: <4C566252.6010605@otenet.gr> <4C5CFEE0.5060000@speakeasy.net> <AANLkTin1vfjfM98gmc2P5a-hZ78q_PDChyFTbGqTbJA_@mail.gmail.com> <201008071157.00180.eliaschr@cha.forthnet.gr> <AANLkTi=YoER4nBaq2noap_pFbhcLD8BLYbRxzBpcK5JP@mail.gmail.com> <20100807214737.75ebc397.freebsd@edvax.de> <AANLkTimFJkB0vaV0jwcVVuaeWG2Zq_UQ6shd%2B=O%2B3B28@mail.gmail.com> <20100808120816.b6b1f54a.freebsd@edvax.de> <AANLkTikkog54DgykfkFer4NqQJeVTwd4teOYqu8EB=Gc@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 8 Aug 2010 09:12:51 -0500, Antonio Olivares <olivares14031@gmail.com> wrote: > I apologize, but the change to put the code: > > [! -f /tmp/.X0-lock ] && startx Oh good, added the missing "!"in the condition. Maybe I should have written the code more clearly in the first place: if [ ! -f /tmp/.X0-lock ]; then /usr/local/bin/startx fi > my home directory /home/olivares/.login apparently does not work, why > I see pam errors: > > Aug 8 08:07:32 myhostname login: pam_authenticate(): conversation failure > .... login: > in_prompt_echo_off(): tcgetattr(): Device not configured It's great to use FreeBSD - "man tcgetattr" tells us that this function is used to retrieve terminal capability data. In my opinion, this indicates that there's something wrong with the format or content of /etc/gettytab. Checking this on my side reveals something strange: I have put the profile name "autologin" as shown in my working (!) example right after the "default" entry in /etc/gettytab; the "fixed speed entries" then follow. Then, later on, near the file's end, there's another entry with the same name. Strange... but works! I would only guess a gettytab issue... -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100808164133.2abae500.freebsd>