Date: Wed, 11 Sep 2013 02:24:21 -0700 (PDT) From: Jack Mc Lauren <jack.mclauren@yahoo.com> To: FreeBSD Global Users Mailing List <freebsd-questions@freebsd.org> Subject: ttys file question Message-ID: <1378891461.18662.YahooMailNeo@web160103.mail.bf1.yahoo.com> In-Reply-To: <20130909075823.b9c0d90af96d853642947d49@sohara.org> References: <1378658444.76542.YahooMailNeo@web160101.mail.bf1.yahoo.com> <20130908195346.7827f3d325538160b47ad2a2@sohara.org> <1378707217.12750.YahooMailNeo@web160101.mail.bf1.yahoo.com> <20130909075823.b9c0d90af96d853642947d49@sohara.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I have added the following entry to /etc/gettytab file test.std.115200:\ :ep:sp#4800:tc:Pc And also I have changed /etc/ttys file cuau3 "/usr/libexec/getty test.std.115200" cons25 on secure I expect /dev/cuau3 device to use even parity and 4800 as speed, but when I check the device properties using stty -f /dev/cuau3, only speed changes to 4800 and parity value does not change. Here's the output of stty -f /dev/cuau3 after applying the changes using kill -HUP 1 command. speed 4800 baud; lflags: -icanon -isig -iexten -echo iflags: -icrnl -ixon -ixany -imaxbel -brkint oflags: -opost tab3 cflags: cs8 -parenb From owner-freebsd-questions@FreeBSD.ORG Wed Sep 11 13:30:32 2013 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3729B99F for <freebsd-questions@freebsd.org>; Wed, 11 Sep 2013 13:30:32 +0000 (UTC) (envelope-from atar.yosef@gmail.com) Received: from mail-ee0-x230.google.com (mail-ee0-x230.google.com [IPv6:2a00:1450:4013:c00::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C97042BE7 for <freebsd-questions@freebsd.org>; Wed, 11 Sep 2013 13:30:31 +0000 (UTC) Received: by mail-ee0-f48.google.com with SMTP id l10so4606050eei.35 for <freebsd-questions@freebsd.org>; Wed, 11 Sep 2013 06:30:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:to:date:subject:mime-version:content-transfer-encoding :from:message-id:user-agent; bh=DRBt2sCuISlVl112NfhpDz+e3JVpDeNwB+UBEAVqXwA=; b=eG0zEflapaFF74urok+mE1hymtxIavF58EF2J3kKeEBA69pdd9H6vMAlju2M+bnuy9 sbpQYcGZ3F6ancHI4TGoImPvvCoPnX0ToaHjDEDDYH3RKWjsQSIrk7MuobY18gJcXUbQ 7dFo1FKIkbwAx2khvlsV10HqM3PXNy7t/heAaUU2EcKKFlwtqeG9Hl1WGJ7G+tdMjN4+ ac8VAzpxpWd/keLJM7X0DWBAR6bKTM+CU4XOIPpxwK1SaZxBJbfVQWXq10lEstVnesYJ k6h2ixabHFlzo+Xzlc0BOGKvMleDUUgFmVSYsOkDZoRZtvXLtpPq8Ltgwwb5kxoHc4nm 6oPA== X-Received: by 10.14.241.141 with SMTP id g13mr2196899eer.75.1378906230150; Wed, 11 Sep 2013 06:30:30 -0700 (PDT) Received: from localhost ([95.86.84.193]) by mx.google.com with ESMTPSA id h52sm40327086eez.3.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 11 Sep 2013 06:30:29 -0700 (PDT) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-questions@freebsd.org Date: Wed, 11 Sep 2013 16:30:09 -0000 Subject: supported desktops MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: atar <atar.yosef@gmail.com> Message-ID: <op.w289gjzee4gg2u@localhost> User-Agent: Opera Mail/12.16 (Linux) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 11 Sep 2013 13:30:32 -0000 hi there!! just wanted to know please which desktops environments are supported by freeBSD.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1378891461.18662.YahooMailNeo>