Re: Adduser only one or. two users

2022-08-14 Thread DdB
Such an excellent advice! Thank you for having taken the time to post this. Yesterday, i was desperate after 24h of running in circles with a scripting problem. When i decided to post a question in here, it took me at least one hour to complete the writing and the gathering of information. Despite

Re: Adduser only one or. two users

2022-08-05 Thread Greg Wooledge
On Fri, Aug 05, 2022 at 11:05:50AM +0530, Ishaan Mahajan wrote: > Sorry for another email but this is what it looks like now - RUN sudo > adduser --shell $USERSHELLPATH --disabled-password $USERNAME && \ > However, I am still running into the same problem. You need to listen to what people have al

Re: Adduser only one or. two users

2022-08-04 Thread Ishaan Mahajan
Sorry for another email but this is what it looks like now - RUN sudo adduser --shell $USERSHELLPATH --disabled-password $USERNAME && \ However, I am still running into the same problem. Thanks, Ishaan On Thu, Aug 4, 2022 at 10:53 PM Dan Ritter wrote: > Ishaan Mahajan wrote: > > Hi, > > > > Thi

Re: Adduser only one or. two users

2022-08-04 Thread tomas
On Thu, Aug 04, 2022 at 12:17:54PM -0600, Charles Curley wrote: > On Thu, 4 Aug 2022 13:23:11 -0400 > Dan Ritter wrote: > > > sudo adduser --shell $USERSHELLPATH --disabled-password --gecos "" > > $USERNAME > > > > That's your first command line. --gecos expects a value. You are > > literally su

Re: Adduser only one or. two users

2022-08-04 Thread Charles Curley
On Thu, 4 Aug 2022 13:23:11 -0400 Dan Ritter wrote: > sudo adduser --shell $USERSHELLPATH --disabled-password --gecos "" > $USERNAME > > That's your first command line. --gecos expects a value. You are > literally supplying no value. > > Why don't you leave the --gecos "" out entirely, if you a

Re: Adduser only one or. two users

2022-08-04 Thread Greg Wooledge
On Thu, Aug 04, 2022 at 01:24:04PM -0400, Cindy Sue Causey wrote: > On 8/4/22, Ishaan Mahajan wrote: > > Hi, > > > > This is the line I have got - RUN sudo adduser --shell $USERSHELLPATH > > --disabled-password --gecos "" $USERNAME && \ > > echo "$USERNAME ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d

Re: Adduser only one or. two users

2022-08-04 Thread Dan Ritter
Ishaan Mahajan wrote: > Hi, > > This is the line I have got - RUN sudo adduser --shell $USERSHELLPATH > --disabled-password --gecos "" $USERNAME && \ > echo "$USERNAME ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/$USERNAME && \ > chmod 0440 /etc/sudoers.d/USERNAME > However, I keep getting the error

Re: Adduser only one or. two users

2022-08-04 Thread Cindy Sue Causey
On 8/4/22, Ishaan Mahajan wrote: > Hi, > > This is the line I have got - RUN sudo adduser --shell $USERSHELLPATH > --disabled-password --gecos "" $USERNAME && \ > echo "$USERNAME ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/$USERNAME && \ > chmod 0440 /etc/sudoers.d/USERNAME > However, I keep getting

Re: adduser not interactive

2007-10-12 Thread Juha Tuuna
On Friday, 12. October 2007 15:24, Florian Lindner wrote: > Hello, > is it possible to use adduser non interactive? I've searched the manpage > but found no switch. > I know about useradd but I've read that adduser tries to be more Debian > like. > > Thanks, > > Florian sudo adduser foo --disabled-

Re: adduser

2007-08-01 Thread Oleg Verych
01-08-2007, Bob Proulx: > Oleg Verych wrote: >> Ids may change and i will end up with /var/spool/exim4 owned by >> different user in case /etc/passwd is new. > > I don't think that should be a concern because if the ownership of > /var/spool/exim4 needs to be non-root then it should be set in the >

Re: adduser

2007-07-31 Thread Bob Proulx
Oleg Verych wrote: > Ids may change and i will end up with /var/spool/exim4 owned by > different user in case /etc/passwd is new. I don't think that should be a concern because if the ownership of /var/spool/exim4 needs to be non-root then it should be set in the postinst script. That would be tr

Re: adduser kills sound pt. 3

2007-07-26 Thread Bob Proulx
Oleg Verych wrote: > Bob Proulx wrote: > I'm just a user, but developers seem to have some problems in the > past: #208848. But Bug#208848 says that cron needed a dependency upon adduser, which it now has because of that bug. Reading that bug this was specifically for build daemons with a minimum

Re: adduser kills sound pt. 3

2007-07-26 Thread Oleg Verych
* Bob Proulx (Thu, 26 Jul 2007 13:48:18 -0600) > > Oleg Verych wrote: [--] >> Funny, i've discovered, how bloated adduser is yesterday, while >> developing my aggressive distro-cleaner. Now i'm thinking about >> writing patches at least for exim4 and cron to have support for >> ordinary useradd fro

Re: adduser kills sound pt. 3

2007-07-26 Thread Bob Proulx
Oleg Verych wrote: > Rick Spillane wrote: > > In the future, I will *not* use adduser, and I would > > recommend that Debian have this application not be in the default path > > or some substitute that issues a warning. Strange. adduser has always worked perfectly for me. > Funny, i've discovere

Re: adduser kills sound pt. 3

2007-07-26 Thread Andrew Sackville-West
On Wed, Jul 25, 2007 at 09:46:15PM -0400, Rick Spillane wrote: > OK. So I investigated what statoverride is, and its a list of names > that can be used to install packages under. I checked > /var/lib/dpkg/statoverride, and it seems as though there is indeed a > name 'root' in there, thus doubling m

Re: adduser kills sound pt. 3

2007-07-26 Thread Oleg Verych
* Rick Spillane (26-07-2007) > OK, I've figured it out. adduser modifies /etc/group apparently, and > relatively significantly. I was able to fix all my problems by looking > at Octavio's /etc/group, and adding the groups that looked like they > were missing. In the future, I will *not* use adduse

Re: adduser kills sound pt. 3

2007-07-25 Thread Rick Spillane
OK, I've figured it out. adduser modifies /etc/group apparently, and relatively significantly. I was able to fix all my problems by looking at Octavio's /etc/group, and adding the groups that looked like they were missing. In the future, I will *not* use adduser, and I would recommend that Debian

Re: adduser: Only one or two names allowed.

2007-06-19 Thread Manon Metten
Hi Florian, On 6/19/07, Florian Kulzer <[EMAIL PROTECTED]> wrote: As fas as I know, the error message "adduser: Only one or two names allowed." means that you provided more than two non-option arguments to adduser; it has nothing to do with the number of users on your system. What is the exact

Re: adduser: Only one or two names allowed.

2007-06-19 Thread Florian Kulzer
On Mon, Jun 18, 2007 at 17:38:27 +, Manon Metten wrote: > Hi, > > I want to add another user to my system, but adduser won't let me. > It complains with the error msg: adduser: Only one or two names allowed. > I wanted to add a user with the user name "guest", but other names are > also reject

Re: adduser: default groups

2005-07-10 Thread Bob Proulx
Roman Muñoz wrote: > It seems it's possible to set a defaults file for useradd-usermod > (say /etc/default/useradd or the like), were (perhaps?) I could set > some default groups, so new users would be automatically on these > groups. Unfortunately, I 'can't find any examples so I don't know > abou

Re: adduser: default groups

2005-07-09 Thread Roman Muñoz
I feel my question was badly explained. So there is 2nd attempt: It seems it's possible to set a defaults file for useradd-usermod (say /etc/default/useradd or the like), were (perhaps?) I could set some default groups, so new users would be automatically on these groups. Unfortunately, I 'can't

Re: adduser: default groups

2005-07-09 Thread David Clymer
On Sat, 2005-07-09 at 19:46 +0200, Roman Muñoz wrote: > Hi, > > I found that Sarge's new users "adduser xxx" by default aren't on group > "camera" so a friend of mine has been drived nuts before I got their > Kodak working :) > > It was the same on woody where I needed to add new user to groups >

Re: adduser: default groups

2005-07-09 Thread Rakotomandimby Mihamina
Roman Muñoz wrote: > Hi, Hi, > Question is: where can I set these default groups the user will be in? I > reviewed adduser and /etc/adduser.conf and found nothing 'man adduser' clearly tells that you can provide arguments to specify your custom choices. -- Miroir de logiciels libres => http://

Re: adduser problem

2004-10-11 Thread Jim Hall
John Schmidt wrote: > On Sunday 10 October 2004 09:45 pm, Jim Hall wrote: > >>Greetings, >> snip >> >>About a year ago, my local LUG set up a small weekly newspaper with >>Linux. The workstations are dual boot W98/RedHat 7.3 (don't ask, long >>story), the server is Debian (named debbie). Buddy set

Re: adduser problem

2004-10-11 Thread Sergio Basurto
On Sun, 10 Oct 2004 22:45:34 -0500, Jim Hall wrote: > > Greetings, > > I volunteer in my church's computer lab (hence my email > name) and > advocate Linux where and whenever possible. We have a > sarge system as a > test system. A very knowledgeable Debian expert (call > him Buddy) helped >

Re: adduser problem

2004-10-11 Thread Don Parris
You might check out LightSys (http://www.lightsys.org/), though I think they only deal with missions groups. Tim, a lightsys guy, also participates in the CS-FSLUG Mailing list. He may be willing to help out voluntarily - don't know. For your church, The Freely Project has a new helpdesk for

Re: adduser problem

2004-10-10 Thread John Schmidt
On Sunday 10 October 2004 09:45 pm, Jim Hall wrote: > Greetings, > > I volunteer in my church's computer lab (hence my email name) and > advocate Linux where and whenever possible. We have a sarge system as a > test system. A very knowledgeable Debian expert (call him Buddy) helped > me set it up.

Re: adduser problem

2004-10-10 Thread Douglas Ward
On Sunday, 10 October 2004 23:45, Jim Hall wrote: > Greetings, > snip > > The newspaper has been working on a series of articles about the > switchover from Windoze to Linux. Right now they're not very happy with > Debian. Is there anyone who offers paid, secure support for Debian? > Donation to th

RE: adduser problem

2003-09-25 Thread Tim Gunning
> -Original Message- > From: Tony Leung [mailto:[EMAIL PROTECTED] > Sent: 25 September 2003 07:17 > To: [EMAIL PROTECTED] > Subject: adduser problem > > > Dear All, > > I want to create user account with dot between the username, > but can't create, what setting should i change? > >

Re: adduser wants root passwd though I am root

2003-03-13 Thread Kevin Buhr
[EMAIL PROTECTED] writes: > > I am root and want create new user ... > > $> whoami > $> root > $> adduser test > $> Password: Under the hood, "adduser" uses "useradd" (from the "passwd" package) to do its work. My "adduser" and "passwd" packages are the current Woody/stable version: adduser ver

Re: adduser wants root passwd though I am root

2003-03-04 Thread Rudy Gevaert
On Tue, Mar 04, 2003 at 11:50:03AM +0100, [EMAIL PROTECTED] wrote: > $> Password: > > Once I have inserted root password it passed through it and added new user. > > Is it normal? Yes, that is the password of the user you have to set. Without a password a user can't login. (You can use the --d

Re: adduser 77777 problem

2002-02-20 Thread Tony Crawford
louie miranda wrote (on 20 Feb 2002 at 4:56): > try useradd Did you? T. -- -- Tony Crawford -- [EMAIL PROTECTED] -- +49-3341-30 99 99 --

Re: adduser 77777 problem

2002-02-19 Thread louie miranda
try useradd louie miranda (axis0.ath.cx) -- Security Is A Series Of Well-Defined Steps chmod -R 0 / ; and smile :) - Original Message - From: "Petr Danek" <[EMAIL PROTECTED]> To: "debian-user" Sent: Wednesday, February 20, 2002 3:44 A

Re: adduser - X access?

2001-09-26 Thread Eric G. Miller
On Wed, 26 Sep 2001 21:10:29 -0500, Rich <[EMAIL PROTECTED]> wrote: > Howdy all, > > This is probably a very simple mistake which I am overlooking but I > cannot > find any info - I've added the user"guest" to my home machine so that my > in-laws can access the internet during the day whilst wat

Re: adduser/group hanging....

2001-08-18 Thread Karsten M. Self
on Fri, Aug 03, 2001 at 06:08:25PM +0200, Bruno Boettcher ([EMAIL PROTECTED]) wrote: > Hi > as someone asked me if i was in the group audio to get the sound > working, this reminde me of anotzher problem i got aware of at setup of > the machine: > > adduser and addgroup don't work: they hang afte

Re: adduser

2001-06-03 Thread John Hasler
Daniel Jones writes: > First, does debian use a different version of adduser than other > Unices/Linux distributions? Yes. On most distributions 'adduser' is merely a link to 'useradd'. On Debian adduser is a versatile front-end to useradd. man adduser. -- John Hasler [EMAIL PROTECTED] Dancing

Re: adduser vs useradd

2001-02-28 Thread Ethan Benson
On Tue, Feb 27, 2001 at 09:02:30PM -0500, Christopher W. Aiken wrote: > > Why is it that "useradd" does NOT create a "home" > directory and copy the /etc/skel files?? > > I use the standard useradd -u... -g... -d... -s... -c... logname > command on our Debian system and no home directory is creat

Re: adduser vs useradd

2001-02-27 Thread CaT
On Tue, Feb 27, 2001 at 09:02:30PM -0500, Christopher W. Aiken wrote: > > Why is it that "useradd" does NOT create a "home" > directory and copy the /etc/skel files?? > > I use the standard useradd -u... -g... -d... -s... -c... logname > command on our Debian system and no home directory is creat

Re: adduser automation

2000-12-30 Thread Leen Besselink
On Sat, 30 Dec 2000, :yegon wrote: > Is there an easy way to automate the adduser script > > I'd like to run a script which creates several users listed in a text file > (or db) and sets their passwords Specify as many options as needed to: useradd, it's non-interactive if I remember ok. (maybe

Re: Adduser and Perl dependancy

1999-09-13 Thread Bart-Jan Vrielink
On Thu, 2 Sep 1999, Stephen R. Gore wrote: > Just trying to help out a user who was having probs with adduser, and > noticed that adduser doesn't depend on anything but passwd, which only > depends on libc6, which predepends on ldso, which doesn't list any > type of dependancy. Nowhere is perl li

Re: adduser with shared /home

1999-03-31 Thread Jens B. Jorgensen
The traditional way to do this is YP (aka NIS). The network database system exports /etc/passwd, /etc/group, etc. You have to run an NIS server (there are debian packages for NIS) and run NIS client software on the client machines. frameb wrote: > Hi. I have two machines running Slink, that sh

Re: ADDUSER AND >8 Usernames?

1998-07-26 Thread Alexander
t;[EMAIL PROTECTED]> > Cc: Debian Userslist > Subject: Re: ADDUSER AND >8 Usernames? > > Alexander wrote: > > A hack like that may also mess up certain programs that expect a username > > no longer than 8 characters. It's presumably possible, though. > &

Re: ADDUSER AND >8 Usernames?

1998-07-22 Thread Joey Hess
Alexander wrote: > A hack like that may also mess up certain programs that expect a username > no longer than 8 characters. It's presumably possible, though. FWIW, I've had a user on my system with a username of 9 characters for a long while with no problems. Some programs truncate the username to

Re: ADDUSER AND >8 Usernames?

1998-07-21 Thread Alexander
To: Debian Userslist > Subject: Re: ADDUSER AND >8 Usernames? > Resent-Date: 19 Jul 1998 19:36:42 - > Resent-From: debian-user@lists.debian.org > Resent-cc: recipient list not shown: ; > > > >> "k" == kent <[EMAIL PROTECTED]> writes: &

Re: ADDUSER AND >8 Usernames?

1998-07-20 Thread fantomas
-> once again just in the raw case that it was missed -> how does one go about getting a username longer than -> 8 charachters added? I don't recomment adding longer usernames then 8 chars because most of SW isn't made to support them and thus most of progr would fail on them. -- Matus "fantom

Re: ADDUSER AND >8 Usernames?

1998-07-19 Thread Martin Bialasinski
>> "k" == kent <[EMAIL PROTECTED]> writes: k> how does one go about getting a username longer than k> 8 charachters added? The only way I know is to edit the passwd/shadow file. Ciao, Martin -- from a 1996 Microshit ad campaign: "The less you know about computers the more you want Mi

Re: Adduser

1998-06-22 Thread Pann McCuaig
On Mon, Jun 22, 1998 at 08:53:59AM +0100, Graham Lillico +44 1785 248131 wrote: > I am currently using debian 1.3.1 and I noticed last night that the > adduser script isn't copying files from the /etc/skel directory > properly. It just copies the files but without anythin inside them, > i.e. I hav

Re: adduser in hamm dumps core !

1998-02-03 Thread Oleg Krivosheev
hi, all On Tue, 27 Jan 1998, Joost Kooij wrote: > On Tue, 27 Jan 1998, Oleg Krivosheev wrote: > > > On Tue, 27 Jan 1998, Joost Kooij wrote: > > > > > > ADDUSER STILL DUMPS CORE > > > > > > Anyway, the newest version of perl-* fixes this. > > > > hmm > > yesterday i've installed per

Re: adduser in hamm dumps core !

1998-01-30 Thread bhmit1
> >> Why do I have two distinct copies of perl? > > > >i found this too and diffed it - no difference at all, so > >i don't bother very much. > > > > They are the same file, they are just hard-linked to each other. If > you do ls-l on either of them, you'll see that one of the columns, > which i

Re: adduser in hamm dumps core !

1998-01-30 Thread Oleg Krivosheev
On Thu, 29 Jan 1998, Neilen Marais wrote: > Date: Thu, 29 Jan 1998 11:24:18 +0200 (SAST) > From: Neilen Marais <[EMAIL PROTECTED]> > To: Oleg Krivosheev <[EMAIL PROTECTED]> > Cc: debian-user@lists.DEBIAN.org, Kirk Hilliard <[EMAIL PROTECTED]> > Subject: Re: add

Re: adduser in hamm dumps core !

1998-01-30 Thread Neilen Marais
Hi >> Why do I have two distinct copies of perl? > >i found this too and diffed it - no difference at all, so >i don't bother very much. > They are the same file, they are just hard-linked to each other. If you do ls-l on either of them, you'll see that one of the columns, which is normally 1,

Re: adduser in hamm dumps core !

1998-01-28 Thread Joost Kooij
On 27 Jan 1998, Kirk Hilliard wrote: > Hi Joost! > > I also upgraded to the 5.004.04-4 perl and perl-base packages this > morning. While adduser still does not segfault for me, perl still > segfaults and dumps core when I run either my couple hundred line mail > preprocessing script on one parti

Re: adduser in hamm dumps core !

1998-01-27 Thread Scott Ellis
Just a me-too here. I get the same results. On 27 Jan 1998, Kirk Hilliard wrote: > I also upgraded to the 5.004.04-4 perl and perl-base packages this > morning. While adduser still does not segfault for me, perl still > segfaults and dumps core when I run either my couple hundred line mail > p

Re: adduser in hamm dumps core !

1998-01-27 Thread Kirk Hilliard
Hi Joost! I also upgraded to the 5.004.04-4 perl and perl-base packages this morning. While adduser still does not segfault for me, perl still segfaults and dumps core when I run either my couple hundred line mail preprocessing script on one particular input file, or when I run Vitaly Belostotsky

Re: adduser in hamm dumps core !

1998-01-27 Thread Joost Kooij
On Tue, 27 Jan 1998, Oleg Krivosheev wrote: > On Tue, 27 Jan 1998, Joost Kooij wrote: > > > > ADDUSER STILL DUMPS CORE > > > > Anyway, the newest version of perl-* fixes this. > > hmm > yesterday i've installed perl 5.004-4 dated Jan 26. Is there > newset version ? > > i'll check and

Re: adduser in hamm dumps core !

1998-01-27 Thread Oleg Krivosheev
On Tue, 27 Jan 1998, Joost Kooij wrote: > > On Tue, 27 Jan 1998, Oleg Krivosheev wrote: > > > > > Hi, > > > yes, it now looks exactly the same... > > no libc5 dependance > > > > ADDUSER STILL DUMPS CORE > > check to see if there is a /usr/lib/perl5/IO/Handle.pm on your system and > chec

Re: adduser in hamm dumps core !

1998-01-27 Thread Joost Kooij
On Tue, 27 Jan 1998, Oleg Krivosheev wrote: > > Hi, > yes, it now looks exactly the same... > no libc5 dependance > > ADDUSER STILL DUMPS CORE check to see if there is a /usr/lib/perl5/IO/Handle.pm on your system and check the date of the file. If that is an old file then you should remov

Re: adduser in hamm dumps core !

1998-01-27 Thread Oleg Krivosheev
Hi, On Mon, 26 Jan 1998, Kirk Hilliard wrote: > Oleg Krivosheev <[EMAIL PROTECTED]> writes: > > > On Mon, 26 Jan 1998, Neilen Marais wrote: > > > [snip] > > > You can make sure by typing ldd /usr/bin/perl. If you see any mention > > > of libc5, you know something is causing perl to be linked

Re: adduser in hamm dumps core !

1998-01-27 Thread Kirk Hilliard
Oleg Krivosheev <[EMAIL PROTECTED]> writes: > On Mon, 26 Jan 1998, Neilen Marais wrote: > [snip] > > You can make sure by typing ldd /usr/bin/perl. If you see any mention > > of libc5, you know something is causing perl to be linked to the worng > > library > > that's the case - perl is lin

RE: adduser in hamm dumps core !

1998-01-26 Thread Oleg Krivosheev
Hi, On Mon, 26 Jan 1998, Neilen Marais wrote: > > Hi Oleg > > > > >Hi, All > > > >have all hamm system and just found that > >adduser dumps core independently of > >any given input. > > > >Is this known problem ? > > > >regards > > You are not by any chance using KDE .deb's packaged by the KD

RE: adduser in hamm dumps core !

1998-01-26 Thread Neilen Marais
Hi Oleg > >Hi, All > >have all hamm system and just found that >adduser dumps core independently of >any given input. > >Is this known problem ? > >regards You are not by any chance using KDE .deb's packaged by the KDE ppl themselves? It seems to have this weird habit of causing perl to use one

Re: adduser in hamm dumps core !

1998-01-26 Thread Oleg Krivosheev
Hi, On Mon, 26 Jan 1998, Kirk Hilliard wrote: > Date: Mon, 26 Jan 1998 07:12:28 -0500 > From: Kirk Hilliard <[EMAIL PROTECTED]> > To: Oleg Krivosheev <[EMAIL PROTECTED]> > Cc: debian-devel@lists.DEBIAN.org, debian-user@lists.DEBIAN.org > Subject: Re: adduser in

Re: adduser in hamm dumps core !

1998-01-26 Thread Kirk Hilliard
Oleg Krivosheev <[EMAIL PROTECTED]> writes: > > have all hamm system and just found that > adduser dumps core independently of > any given input. Hi Oleg! Does this include when it is given no input, as in: # adduser adduser: I need a name to add. # If so, then it will be easier for peopl

Re: adduser and user names containing 8 bits chars

1997-08-22 Thread Falk Hueffner
On Thu, 21 Aug 1997 20:52:34 +0200, Laurent Bonnaud <[EMAIL PROTECTED]> wrote: >i'm using the latest adduser package from bo-updates and i found that >it does not accept user names containing 8 bits chars. I'm talking >about a user's full name (first name + family name), not short name >(login na

Re: adduser and user names containing 8 bits chars

1997-08-21 Thread Daniel Doro Ferrante
> > Hi, > > i'm using the latest adduser package from bo-updates and i found that > it does not accept user names containing 8 bits chars. I'm talking > about a user's full name (first name + family name), not short name > (login name or home directory name). I don't know if such names are > su

Re: adduser and NIS

1997-08-15 Thread Thomas Gebhardt
Hi, Talking about /etc/nsswitch.conf: "/etc/nsswitch.conf" is part of the package "base-files" of bo. There are no manual pages, however. Is there any program (parts of the nis package ?) that take care about nsswitch.conf? Or is it just a sneak preview of a future NYS/NIS+ package? Thanks, Tho

Re: adduser and NIS

1997-08-14 Thread Swen Thuemmler
On Wed, 13 Aug 1997, Jens B. Jorgensen wrote: > It's unlikely this will be fixed. I've noticed that something has to > be a pretty serious bug to be put in 1.3 now. I think (hope) that > libc6 uses the more modern /etc/nsswitch.conf rather than putting > weird entries into /etc/passwd, group, etc.

Re: adduser and NIS

1997-08-13 Thread Jens B. Jorgensen
Pedro I. Sanchez wrote: > > I mentioned this problem in the list a while ago but I got no answers. > Adduser doesn't work when you are a NIS client and I just filed a bug on > this. > > What you can do is temporally remove the +::: and +: entries from > /etc/group and /etc/passwd, run adduser

Re: adduser and quota

1997-07-28 Thread Rob Browning
Paul Miller <[EMAIL PROTECTED]> writes: > Unfortunately the adduser.local file is executed after the adduser > file... the mail file needs to be touched when the skel dir is copied > (or at least before the passwd program is executed)... How about using adduser's --disable-password option, then d

Re: adduser and quota

1997-07-18 Thread Paul Miller
John F wrote: > > adduser will execute adduser.local if it finds it on the path. Put > local stuff in there. See the adduser man page. > > On Fri, 18 Jul 1997, Paul Miller wrote: > > > I was right! In order for quota to work, the new user *MUST* have > > existing file(s) on the file system. I'

Re: adduser and quota

1997-07-18 Thread John F
adduser will execute adduser.local if it finds it on the path. Put local stuff in there. See the adduser man page. On Fri, 18 Jul 1997, Paul Miller wrote: > I was right! In order for quota to work, the new user *MUST* have > existing file(s) on the file system. I'm using Debian 1.3.1 and I'm >

Re: adduser

1997-07-14 Thread Bob Nielsen
On Mon, 14 Jul 1997, Dave Cinege wrote: > On Sun, 13 Jul 1997 19:41:04 -0700 (MST), Bob Nielsen wrote: > > >The version in 1.3.1 (adduser_3.2.deb) works for me. > > No it does not. > > Check the files it copies from /etc/skell. Yep, it only copies the first > line. Sorry, I didn't even realiz

Re: adduser

1997-07-14 Thread Dave Cinege
On Sun, 13 Jul 1997 19:41:04 -0700 (MST), Bob Nielsen wrote: >The version in 1.3.1 (adduser_3.2.deb) works for me. No it does not. Check the files it copies from /etc/skell. Yep, it only copies the first line. -- Elite MicroComput

Re: adduser

1997-07-14 Thread Bob Nielsen
On Sun, 13 Jul 1997, Bob Nielsen wrote: > The version in 1.3.1 (adduser_3.2.deb) works for me. Oops, let me rephrase that. It automatically created an unknown default password. I had to remove the password field from /etc/passwd as root and then add the password with passwd. Bob Bob Nie

Re: adduser

1997-07-14 Thread George Bonser
It works but installs only the first line of the dot-files in the home directories. On Sun, 13 Jul 1997, Bob Nielsen wrote: > The version in 1.3.1 (adduser_3.2.deb) works for me. > > On Sun, 13 Jul 1997, George Bonser wrote: > > > > > I manually ftp'd the one from hamm and installed it. > >

Re: adduser

1997-07-14 Thread Bob Nielsen
The version in 1.3.1 (adduser_3.2.deb) works for me. On Sun, 13 Jul 1997, George Bonser wrote: > > I manually ftp'd the one from hamm and installed it. > > > > On Sun, 13 Jul 1997, Matthew C. Thompson wrote: > > > greetings, > > > > so what's the fix for adduser? it's not working for me at

Re: adduser

1997-07-14 Thread Randy Edwards
On Sun, 13 Jul 1997, Matthew C. Thompson wrote: > so what's the fix for adduser? it's not working for me at all. i am > running 1.3.1 (installed 1.3 and update on a daily basis with dselect). As far as I know, the adduser in 1.3.1 hasn't been fixed for some strange reason. However, if you gra

Re: adduser

1997-07-14 Thread George Bonser
I manually ftp'd the one from hamm and installed it. On Sun, 13 Jul 1997, Matthew C. Thompson wrote: > greetings, > > so what's the fix for adduser? it's not working for me at all. i am > running 1.3.1 (installed 1.3 and update on a daily basis with dselect). > > thanks, > matty > > > -- >

Re: adduser

1997-07-12 Thread Remco van de Meent
On Sat, 12 Jul 1997, Dave Cinege wrote: : >I just installed Debian 1.3 ([stable contrib non-free]). And to me, it looks : >like the adduser scripts isn't working properly.. in fact.. it doesn't act : >like 'group homes', though this is specified in adduser.conf. : : Just posted yeasterday...

Re: adduser

1997-07-12 Thread Dave Cinege
On Sat, 12 Jul 1997 13:59:41 +0200 (CEST), Remco van de Meent wrote: >Hey > >I just installed Debian 1.3 ([stable contrib non-free]). And to me, it looks >like the adduser scripts isn't working properly.. in fact.. it doesn't act >like 'group homes', though this is specified in adduser.conf. Just

Re: adduser problem

1997-07-12 Thread Randy Edwards
On Fri, 11 Jul 1997, Paul Miller wrote: > when I type "adduser username" in Debian 1.3.1, it only copies to first > line of each of the /etc/skel files what is wrong? This has been acknowledged by others as a bug (but I'm not sure if it's been officially reported). Regards,

Re: adduser problem

1997-07-12 Thread Dave Cinege
On Fri, 11 Jul 1997 22:04:29 -0400, Paul Miller wrote: >when I type "adduser username" in Debian 1.3.1, it only copies to first >line of each of the /etc/skel files what is wrong? : P This not fixed in 1.3.1??? Grab the new version of adduser in hamm... --

Re: adduser??

1997-05-07 Thread Ralph Winslow
Joey Hess wrote: > > Ralph Winslow: > > Having used adduser to add me as a user to my system, when I > > try to login, I get the message: > > > > ksh: Cannot determine current working directory > > > > I might be completly off base here, but I think I saw someone report this > once and it turned

Re: adduser??

1997-05-07 Thread Joey Hess
Ralph Winslow: > Having used adduser to add me as a user to my system, when I > try to login, I get the message: > > ksh: Cannot determine current working directory > > I do get a $ prompt, and when I cd /home/rjw; ls -l, I see my directory > and it's content (largely stuff placed there by me as

Re: adduser shadowed

1996-11-28 Thread Andrew Y Ng
i don't understand y ppl need the adduser script to add user... the procedure is so simple. :) /ayn On Thu, 28 Nov 1996, Fundamental wrote: > Is there available, or likely to be availiable, an adduser package that can > handle shadow on debian? > > thanks. > > Sahua, > > - mIcHaEl > > >