<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Suse Linux - groupdel command gives error in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/suse-linux-groupdel-command-gives-error/m-p/4588426#M39834</link>
    <description>If it walks like a bug and it talks like a bug, it probably is a bug. Might want to check Novell's bug database on this server.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 22 Feb 2010 18:54:12 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2010-02-22T18:54:12Z</dc:date>
    <item>
      <title>Suse Linux - groupdel command gives error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/suse-linux-groupdel-command-gives-error/m-p/4588423#M39831</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am using Suse Linux&lt;BR /&gt;SUSE Linux Enterprise Server 10 (x86_64)&lt;BR /&gt;VERSION = 10&lt;BR /&gt;PATCHLEVEL = 2&lt;BR /&gt;&lt;BR /&gt;While adding group using the command: groupadd -u 50001 test&lt;BR /&gt;it adds the entry to the group file&lt;BR /&gt;&lt;BR /&gt;but while deleting using command : groupdel test &lt;BR /&gt;it says unkown group 'test'&lt;BR /&gt;&lt;BR /&gt;I tried this option for deleting:&lt;BR /&gt;groupdel -P /etc test&lt;BR /&gt;&lt;BR /&gt;It suceeds and deleted the group.&lt;BR /&gt;&lt;BR /&gt;I would like to know why it works with -P option and why it didn't worked without -P..?&lt;BR /&gt;&lt;BR /&gt;Is it searching for any passwd or shadow files else where instead of /etc folder?&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance.&lt;BR /&gt;&lt;BR /&gt;Venkatesan.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Feb 2010 16:33:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/suse-linux-groupdel-command-gives-error/m-p/4588423#M39831</guid>
      <dc:creator>Venkatesan_5</dc:creator>
      <dc:date>2010-02-22T16:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Suse Linux - groupdel command gives error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/suse-linux-groupdel-command-gives-error/m-p/4588424#M39832</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;It is probably a software flaw in the groupdel command. Check the man page, you also might not be using sufficiently precise syntax.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 22 Feb 2010 16:53:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/suse-linux-groupdel-command-gives-error/m-p/4588424#M39832</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-02-22T16:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Suse Linux - groupdel command gives error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/suse-linux-groupdel-command-gives-error/m-p/4588425#M39833</link>
      <description>Hi Steve,&lt;BR /&gt;I have used the right syntax to add. The same issue happens even while adding a user. It would say useradd: Unknown group `groupname`.&lt;BR /&gt;&lt;BR /&gt;In general its not reading /etc/group file.&lt;BR /&gt;&lt;BR /&gt;In all scenarios, if we use -P /etc it succeeds.</description>
      <pubDate>Mon, 22 Feb 2010 17:06:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/suse-linux-groupdel-command-gives-error/m-p/4588425#M39833</guid>
      <dc:creator>Venkatesan_5</dc:creator>
      <dc:date>2010-02-22T17:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Suse Linux - groupdel command gives error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/suse-linux-groupdel-command-gives-error/m-p/4588426#M39834</link>
      <description>If it walks like a bug and it talks like a bug, it probably is a bug. Might want to check Novell's bug database on this server.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 22 Feb 2010 18:54:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/suse-linux-groupdel-command-gives-error/m-p/4588426#M39834</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-02-22T18:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Suse Linux - groupdel command gives error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/suse-linux-groupdel-command-gives-error/m-p/4588427#M39835</link>
      <description>&amp;gt;&amp;gt;groupadd -u 50001 test&lt;BR /&gt;&lt;BR /&gt;Hopefully you actually did 'groupadd -g 50001 test' as there is no '-u' option to group add.&lt;BR /&gt;&lt;BR /&gt;I did a groupadd and a groupdel on my SLES 10 SP2 server and it worked fine.&lt;BR /&gt;&lt;BR /&gt;[ root@fllas01:/root ]&lt;BR /&gt; # groupadd -u 50001 test&lt;BR /&gt;Try `groupadd --help' or `groupadd --usage' for more information.&lt;BR /&gt;[ root@fllas01:/root ]&lt;BR /&gt; # groupadd -g 50001 test&lt;BR /&gt;[ root@fllas01:/root ]&lt;BR /&gt; # grep test /etc/group&lt;BR /&gt;test:!:50001:&lt;BR /&gt;[ root@fllas01:/root ]&lt;BR /&gt; # groupdel test&lt;BR /&gt;[ root@fllas01:/root ]&lt;BR /&gt; # grep test /etc/group&lt;BR /&gt;[ root@fllas01:/root ]&lt;BR /&gt; # &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Feb 2010 20:10:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/suse-linux-groupdel-command-gives-error/m-p/4588427#M39835</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-02-22T20:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Suse Linux - groupdel command gives error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/suse-linux-groupdel-command-gives-error/m-p/4588428#M39836</link>
      <description>Here are the appropriate software version from my server as well:&lt;BR /&gt;&lt;BR /&gt;[ root@fllas01:/root ]&lt;BR /&gt; # groupadd â  v&lt;BR /&gt;groupadd (pwdutils) 3.0.7.1&lt;BR /&gt;Copyright (C) 2005 Thorsten Kukuk.&lt;BR /&gt;This is free software; see the source for copying conditions.  There is NO&lt;BR /&gt;warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&lt;BR /&gt;[ root@fllas01:/root ]&lt;BR /&gt; # groupdel â  v&lt;BR /&gt;groupdel (pwdutils) 3.0.7.1&lt;BR /&gt;Copyright (C) 2005 Thorsten Kukuk.&lt;BR /&gt;This is free software; see the source for copying conditions.  There is NO&lt;BR /&gt;warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&lt;BR /&gt;&lt;BR /&gt;[ root@fllas01:/root ]&lt;BR /&gt; # rpm â  qa |grep pwdutils&lt;BR /&gt;pwdutilsâ  3.0.7.1â  17.24&lt;BR /&gt;&lt;BR /&gt;If you are not up to date on pwdutils, you should probably look into getting there.&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Feb 2010 20:13:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/suse-linux-groupdel-command-gives-error/m-p/4588428#M39836</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-02-22T20:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Suse Linux - groupdel command gives error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/suse-linux-groupdel-command-gives-error/m-p/4588429#M39837</link>
      <description>Darn windows cut-and-paste.&lt;BR /&gt;&lt;BR /&gt;This should be better:&lt;BR /&gt;&lt;BR /&gt;[ root@fllas01:/root ]&lt;BR /&gt;# groupadd -v&lt;BR /&gt;groupadd (pwdutils) 3.0.7.1&lt;BR /&gt;Copyright (C) 2005 Thorsten Kukuk.&lt;BR /&gt;This is free software; see the source for copying conditions. There is NO&lt;BR /&gt;warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&lt;BR /&gt;[ root@fllas01:/root ]&lt;BR /&gt;# groupdel -v&lt;BR /&gt;groupdel (pwdutils) 3.0.7.1&lt;BR /&gt;Copyright (C) 2005 Thorsten Kukuk.&lt;BR /&gt;This is free software; see the source for copying conditions. There is NO&lt;BR /&gt;warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&lt;BR /&gt;&lt;BR /&gt;[ root@fllas01:/root ]&lt;BR /&gt;# rpm -qa |grep pwdutils&lt;BR /&gt;pwdutils-3.0.7.1-17.24</description>
      <pubDate>Mon, 22 Feb 2010 20:15:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/suse-linux-groupdel-command-gives-error/m-p/4588429#M39837</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-02-22T20:15:05Z</dc:date>
    </item>
  </channel>
</rss>

