From owner-freebsd-stable@FreeBSD.ORG Mon Jul 16 07:37:44 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D8D3A16A400; Mon, 16 Jul 2007 07:37:43 +0000 (UTC) (envelope-from tom@samplonius.org) Received: from ly.sdf.com (ly.sdf.com [216.113.193.83]) by mx1.freebsd.org (Postfix) with ESMTP id 9AFF013C461; Mon, 16 Jul 2007 07:37:43 +0000 (UTC) (envelope-from tom@samplonius.org) Received: from localhost (localhost [127.0.0.1]) by ly.sdf.com (Postfix) with ESMTP id C430B2283A5; Mon, 16 Jul 2007 00:17:10 -0700 (PDT) X-Virus-Scanned: amavisd-new at X-Spam-Score: -3.949 X-Spam-Level: X-Spam-Status: No, score=-3.949 tagged_above=-10 required=6.6 tests=[ALL_TRUSTED=-1.8, AWL=0.450, BAYES_00=-2.599] Received: from ly.sdf.com ([127.0.0.1]) by localhost (ly.sdf.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Wr0sy9nlD-E1; Mon, 16 Jul 2007 00:17:09 -0700 (PDT) Received: from ly.sdf.com (ly.sdf.com [216.113.193.83]) by ly.sdf.com (Postfix) with ESMTP id CC3BD22838F; Mon, 16 Jul 2007 00:17:09 -0700 (PDT) Date: Mon, 16 Jul 2007 00:17:09 -0700 (PDT) From: Tom Samplonius To: Michael Williams Message-ID: <33091425.4771184570229755.JavaMail.root@ly.sdf.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [216.113.193.90] Cc: koitsu@FreeBSD.org, freebsd-stable@freebsd.org, Norberto Meijome Subject: Re: HOW TO: Enabling root on a new server? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jul 2007 07:37:44 -0000 ----- "Michael Williams" wrote: > No, I don't necessarily need Plesk; although we will be selling > hosting. It simply came with the default configuration for the > server. My plan is to manage most everything from the Unix shell. I > > just figured I might find a morsel inside Plesk somewhere for > enabling root access. FYI, logging in as admin didn't work. Any > other suggestions? You are probably better off just asking the hosting company for the password. You need the root password, and you need to have an account that is a member of the wheel group (use "groups" when you ssh to see if your account is ok). They might have flagged you as a newbie, and think you are better off inside the padded confines of Plesk. I work at a hosting company, and a whole bunch of our dedicated server customers are in over their heads with their servers as it is. Given that you asked for Plesk, and are now asking for root, they are probably has made them worried that the next call from you will be that you deleted /etc, and your server won't boot anymore. If you are planning to do any admin via ssh with root, you will not want Plesk. Plesk manages all of your software installs. Plesk includes Plesk specific versions of Apache, PHP, and MySQL. All patches and updates can only come from SWSoft, or the Plesk universe will crash. And Plesk ties you to a specific FreeBSD version too. Plesk versions lag big time for FreeBSD. But on the other hand, it is big GUI thing, and people like it. Tom