Re: [opensuse] Can't del re-add group



On Monday 29 September 2008 23:35:37 James D. Parra wrote:
Hello,

I am in a strange loop where after deleting a group I can no longer add it;

server:~ # groupdel postgres
groupdel: Unknown group `postgres'.
server:~ # groupadd postgres
groupadd: Group `postgres' already exists.
server:~ # groupdel postgres
groupdel: Unknown group `postgres'.
server:~ # groupmod postgres
groupmod: Unknown group `postgres'.

Try restarting nscd, with "rcnscd restart" (or stopping it, with rcnscd stop)

Anders

--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx



Relevant Pages

  • [opensuse] Cant del re-add group
    ... server:~ # groupdel postgres ... groupdel: Unknown group `postgres'. ...
    (SuSE)
  • Re: Reading million records
    ... How can I get same performance as FoxPro using Postgres or any other database? ... FoxPro is what is called an ISAM DB - or a double-linked list manager - or in our common language - a "desktop database". ... Postgres is a SQL DB server and those beasts works only on the 'network' - it really doesn't matter where the client actually is - especially in the Postgres case. ...
    (borland.public.delphi.non-technical)
  • Re: Reading million records
    ... How can I get same performance as FoxPro using Postgres or any other database? ... Postgres is a SQL DB server and those beasts works only on the 'network' - it really doesn't matter where the client actually is - especially in the Postgres case. ...
    (borland.public.delphi.non-technical)
  • Re: Microsoft to certify and support SUSE Linux !
    ... Then they will have to give it away and open source it. ... SQL Server integration looks like a weak hack. ... Postgres certainly is. ... MS-SQL Server would not be a huge market for MS on Linux; ...
    (borland.public.delphi.non-technical)
  • Re: Secure Postgres access
    ... I would like to access a remote Postgres server from a Python program in a ... Both Postgres and the Python program are running on Linux. ... you put their pubkey in authorized_keys on the server for SSH connection. ...
    (comp.lang.python)