Hi,
I am using redhat 8.0
When i trying run the command "redhat-config-users"
i got the following messages.
-----
/usr/share/redhat-config-users/redhat-config-users: line 4: 1070 Segmentation
fault /usr/bin/python2.2
/usr/share/redhat-config-users/redhat-config-users.py
-----
My redhat-config-users.py contains ..
#!/usr/bin/python2.2
## userconf - this program calls mainWindow to start the GUI
## Copyright (C) 2001 Red Hat, Inc.
## Copyright (C) 2001 Brent Fox <[EMAIL PROTECTED]>
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
## Author: Brent Fox
import sys
import signal
import libuser
import mainWindow
#print "starting program"
if __name__ == "__main__":
signal.signal (signal.SIGINT, signal.SIG_DFL)
#if sys.argv == 1:
"calling mainWindow"
mainWindow.mainWindow()
#if sys.argv > 1:
# print "I have args:", sys.argv[1:]
What should i do to add a user in gui mode ??? (i also reinstalled the
redhat-config-users from the source CD (removed and reinstalled).
But still it shows the same problem.
Thanks&Regards,
Ranjith
-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb:
Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help