[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-developers] Error with user_add in User.pm
- Subject: RE: [cobalt-developers] Error with user_add in User.pm
- From: "John Burgess" <john.burgess@xxxxxxxxxx>
- Date: Sat May 20 18:53:36 2000
My guess is that there is already a lock file in etc/lock that needs to be
removed or you are not running as root?
> -----Original Message-----
> From:
> Sent: Saturday, May 20, 2000 10:52 AM
> Subject: [cobalt-developers] Error with user_add in User.pm
>
>
> Return-Path: <cobalt-developers-admin@xxxxxxxxxxxxxxx>
> Received: from list.cobalt.com (list.cobalt.com [63.77.128.170])
> by raq1.fastex.net (8.9.3/8.9.3) with ESMTP id KAA14271
> for <john.burgess@xxxxxxxxxx>; Sat, 20 May 2000 10:46:00 -0500
> Received: from list.cobalt.com (localhost [127.0.0.1])
> by list.cobalt.com (8.9.3/8.8.7) with ESMTP id IAA08748;
> Sat, 20 May 2000 08:43:53 -0700
> Received: from mx1.ttcn.ne.jp (mx1.ttcn.ne.jp [210.238.9.9])
> by list.cobalt.com (8.9.3/8.8.7) with ESMTP id IAA08725
> for <cobalt-developers@xxxxxxxxxxxxxxx>; Sat, 20 May
> 2000 08:43:51 -0700
> Received: from oemcomputer (stn-ab140.ppp.ttcn.ne.jp [210.250.59.140])
> by mx1.ttcn.ne.jp (Post.Office MTA v3.5.3 release 223
> ID# 110-58167U50000L50000S0V35) with SMTP id jp
> for <cobalt-developers@xxxxxxxxxxxxxxx>;
> Sun, 21 May 2000 00:43:48 +0900
> Message-ID: <>
> From: "Jason Frisch" <webmaster@xxxxxxxx>
> To: <cobalt-developers@xxxxxxxxxxxxxxx>
> Date: Sun, 21 May 2000 00:51:49 +0900
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="iso-2022-jp"
> Content-Transfer-Encoding: 7bit
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-Mailer: Microsoft Outlook Express 5.00.2615.200
> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200
> Subject: [cobalt-developers] Error with user_add in User.pm
> Reply-To: cobalt-developers@xxxxxxxxxxxxxxx
> Sender: cobalt-developers-admin@xxxxxxxxxxxxxxx
> Errors-To: cobalt-developers-admin@xxxxxxxxxxxxxxx
> X-Mailman-Version: 1.1
> Precedence: bulk
> List-Id: Mailing list for developers on Cobalt Networks
> products <cobalt-developers.list.cobalt.com>
> X-BeenThere: cobalt-developers@xxxxxxxxxxxxxxx
> X-UIDL: 4501adb123e69d2a0edb7ccd84a78f58
>
> I am automating user addition but am getting the following
> error..and ideas?
>
> 4999 Cannot lock /etc/locks/ptmp
>
> the relevant code is...
>
> use Cobalt::Product; # Loads paths, standard variables
> use Cobalt::User; # Loads user-specific functions
>
> my($rv) = user_add($username,$fullname,$password,$size,'off');
>
> Regards to all
>
> Jason Frisch
>
>
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers
>