- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to uninstall sudo
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 11:36 PM
06-23-2004 11:36 PM
I installed sudo and found some problems.
1) once sudo installed, syslog.log file not getting increased.
- means no system log is updated in syslog.log
2) When I login to system, it seems very slow response to get the command prompt. but, uptime is normal.
for 1) I modified /etc/syslog.conf - added a line as below.
local2.debug /var/adm/syslog/sudo
And then,
$touch /var/adm/syslog/sudo
$kill -HUP syslogd_pid
But, nothing changed.
Now, I just want to uninstall sudo.
Anybody to help me?
why it happened, how to uninstall or how to fix these problems.
I'd be appreciate it if you give me any help...
Thanks to read it. ^^
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2004 11:41 PM
06-23-2004 11:41 PM
Re: how to uninstall sudo
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 12:09 AM
06-24-2004 12:09 AM
Re: how to uninstall sudo
When I installed sudo, I didn't use swinstall, but ran configure from sudo source dir.
sudo is located in dir '/usr/local/bin/' and I cannot find any other dirs. or files regarding to sudo in there.
and I'm not sure those problems would be simply resolved with rm -f /usr/local/bin/sudo.
JT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 12:26 AM
06-24-2004 12:26 AM
Re: how to uninstall sudo
Try with "swremove" interface:
#swremove
...then select "sudo" software and remove it.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 01:04 AM
06-24-2004 01:04 AM
Re: how to uninstall sudo
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 01:06 AM
06-24-2004 01:06 AM
SolutionIn you case having just compiled the software, you can just remove it. Sudo does nothing special to the kernel and nothing anywhere else.
To test your syslog problem, use the logger command to try to get some message into syslog. If that doesn't work try stopping and restarting syslog with '/sbin/init.d/syslogd stop' and then '/sbin/init.d/syslogd start'.
Your login problem could be anything. The first thing that comes to mind is reverse name lookup and the clients that are connecting. If the server can't resolve the address/name of the PC then that will slow things down.
I think you've got several different problems that need to be addressed separately.