- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: failed convert to trusted sytem
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
10-26-2005 05:48 PM
10-26-2005 05:48 PM
failed convert to trusted sytem
During i apply trusted system via by sam .I getting this warning message form the screen .
The massage is
"The attempt to convert this system to a trusted system failed.The command return value
wa "-1" and the standard error output was :
cant determine owner of crontab job:root "
any idea ?
Thanks
LeongKO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 06:10 PM
10-26-2005 06:10 PM
Re: failed convert to trusted sytem
look at this threats
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=508650
regards gga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 06:19 PM
10-26-2005 06:19 PM
Re: failed convert to trusted sytem
# /usr/lbin/tsconvert
Refer this:
http://secinf.net/unix_security/Building_a_Bastion_Host_Using_HPUX_11.html
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 06:34 PM
10-26-2005 06:34 PM
Re: failed convert to trusted sytem
I try the command line as well .But the error output still remain same .
Can't determine owner of crontab job:root
Any idea , where i make a mistake .
Thanks
LeongKO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 06:37 PM
10-26-2005 06:37 PM
Re: failed convert to trusted sytem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 06:38 PM
10-26-2005 06:38 PM
Re: failed convert to trusted sytem
check it, if required just copy it as something and delete original.
Try converting to trusted mode and one done put in crontab again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 06:42 PM
10-26-2005 06:42 PM
Re: failed convert to trusted sytem
# /usr/lbin/tscovert -cp
what it is saying? If you are having problem then remove that crontab and convert it again.
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 06:57 PM
10-26-2005 06:57 PM
Re: failed convert to trusted sytem
On my /var/spool/cron/crontabs on have one file called root with root:sys .
My OS is HP-UX 11.23 .
How to I delete the crontab ?And how to recover back ?
Thanks
LeongKO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 12:45 AM
10-27-2005 12:45 AM
Re: failed convert to trusted sytem
for recover copy out the entry in the crontab
crontab -l
delete the crontab: crontab -r
crontab -e: insert the entrys
regards gga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 05:00 PM
10-27-2005 05:00 PM
Re: failed convert to trusted sytem
I manage to solve my problem .Reason is my /var/spool/cron/crontabs/ file is damage .
After i remove all file inside crontabs , i can convert to trusted system without warning.
Thanks you very much for all
Thanks
LeongKO