From owner-freebsd-questions@freebsd.org Thu Oct 26 19:22:29 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E417E515A9 for ; Thu, 26 Oct 2017 19:22:29 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-vk0-x22c.google.com (mail-vk0-x22c.google.com [IPv6:2607:f8b0:400c:c05::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EDAB1661DC for ; Thu, 26 Oct 2017 19:22:28 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: by mail-vk0-x22c.google.com with SMTP id k195so2814635vke.10 for ; Thu, 26 Oct 2017 12:22:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=ntqO1TmHp1Bsy7IMIB/RuvSHy/4zGruqN+OT/sIfPbA=; b=ZFoBGowTMVZcHDMoXIZ81Lb0gQp/CvViojfvtRaS3ITSacbV0NOJlUprxGjp+M6jw6 t95h834WGa19vGirIXR7nl+9QbCuu2EGOpvIhRccTH4S/FAXZgsLguytqbgTa3Ta4vbZ vMAxNA8cR44y9kfIyKgu4+pbBDgSGV6J1dcHv2fUxiO1lf+inCd6UwbUm1dNpPUUO5BN uUak5KzU7GeUrjAm7KS7r0gZ+qNIRwCX/2Z3GnDqbhs/7NenFOAzKa48Xt34zLJ0ttP+ 62JEnXTqA5SUyNVvEen9q3t3LMigk8vuXDeDmwMb7Fqw/POUadRUqEVcI8W2ysj22+TO vVQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=ntqO1TmHp1Bsy7IMIB/RuvSHy/4zGruqN+OT/sIfPbA=; b=BHOTl6bkXXoX1cfGJKkOqlhOsKUMOHSyT04wecnf17Ejgra/BHfW5kC8XMc2s9S2Xd o+hLR65RqK6qXcDNsdlHZpPLIOPZwUUY2flKkxbGGutVjzyvcwJx+1bRmWMDDCLd6+oA +PLZzce00dt7uaK3LukkcXp0NoWrkcMG/Y7o3+xcybEOwRjRPhH7EdNqt8G6fyU7Scaa EFxPcHebYELFzWbAi+vzlHBTSaiVXXaSefqiycKI3hl4ZFXIjgjmffJ/+Wn5IR7K0L+2 uJKgRxhr1oiU8ma5oIfXn6uDafJFc2cDWmD/oSeoTD/y8X8cI93r/Fg7r1x5n3ztcg04 6h1g== X-Gm-Message-State: AMCzsaVk8iaqVCQ3OZHhHjh3HtEhfzTmgCzjPtQujKgZRAvN3ejVXmfs koIE5+4NQhuWpcJBldAG8mlrNUAzdqImJyGcXrrK7w== X-Google-Smtp-Source: ABhQp+Q99cNeW4nDrc8alnswewUStncNrUJilIxZ518g5VKwWkhB4Xer/CZmlK7KdRwoJ5sAdPlCrrT5XgrHuIMgOVo= X-Received: by 10.31.2.137 with SMTP id 131mr4514457vkc.190.1509045747691; Thu, 26 Oct 2017 12:22:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.1.243 with HTTP; Thu, 26 Oct 2017 12:22:27 -0700 (PDT) From: Antonio Olivares Date: Thu, 26 Oct 2017 14:22:27 -0500 Message-ID: Subject: autologin from console not working on FreeBSD-11.1p2 To: FreeBSD Questions Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Oct 2017 19:22:29 -0000 Dear FBSD users, I had a machine that did not want to boot up anymore. This morning my friend which is a computer technician started it up for me and it is working. I setup FreeBSD 11.1 on it and installed pkgs and xorg and have it working. However, my autologin procedures which worked before no longer work. I have a user olivares and configured /etc/gettytab and /etc/ttyS In /etc/ttyS ttyv0 "/usr/libexec/getty Al" cons25 on secure in /etc/gettytab # log me in automatically A|Al|Autologin console:\ ht:np:sp#115200:al=olivares and when i startup system instead of logging in automagically, it asks for password. I have .profile configured to automatically run startx. How do i enable passwordless logins? I have another working machine but i have updated from 11.0-RELEASE to 11.1-RELEASE-p2 Best Regards, Antonio