Hey Martin, No there is no characters (like " or ' or \) in the password. I deliberately used only UPPER CASE and lowercase mixed with numbers in the password no special characters.
Please see the debug output below. Looks like we have another problem at this time, the "getupdates.oracle.com" can't be resolved. I have tried to access it from two different networks but no luck. I know this is not related to my initial issue but do you folks know if anything changed between last year and now on this "getupdates.oracle.com" address? ~ Aydin # /pca/Scripts/pca --debug -d 119254-78 Option download: 1 Option patchdir: /pca/. Option user: <user> Option passwd: <passwd> Option syslog: user Option safe: 1 Option dltries: 5 Option debug: 1 Command: /pca/Scripts/pca ARGV: 119254-78 Version: 20101221-01 CWD: /pca Config files: /pca/Scripts/pca.conf Found /usr/sfw/bin/wget (1.9.1, 10901, https) Found /opt/csw/bin/wget (1.11, 11100, https) Using /opt/csw/bin/wget Found /usr/bin/uname Prerequisites for threads not met, setting threads to 0 Never update Expanded patch list: 119254-78 xref mtime: Wed Dec 29 12:07:01 2010 xref now : Mon Jan 3 08:28:09 2011 xref ctime: Mon Jan 3 08:25:39 2011 xref age : 150 Local file /var/tmp/patchdiag.xref is up to date osname from uname: SunOS Reading from /usr/bin/showrev -p 2>/dev/null Using /var/tmp/patchdiag.xref from Dec/29/10 Bad patch installed: 120094-14 Bad patch installed: 120272-12 Bad patch installed: 124393-04 All operands are fully qualified patch IDs plus revisions Host: myhostwwwww (SunOS 5.10/Generic_125100-10/sparc/sun4u) List: 119254-78 (1/0) Patch IR CR RSB Age Synopsis ------ -- - -- --- --- ------------------------------------------------------- 119254 42 < 78 RS- 31 SunOS 5.10: Install and Patch Utilities Patch Looking for 119254-78 (1/1) Trying Oracle Trying https://getupdates.oracle.com/ (1/5) Adding to /tmp/pca.871710: header=Authorization: Basic <base64-user-passwd> /opt/csw/bin/wget --progress=dot:binary "https://getupdates.oracle.com/all_unsigned/119254-78.zip" --ca-certificate=/pca/Scripts/pca -O /pca/./119254-78.tmp --2011-01-03 08:28:13-- https://getupdates.oracle.com/all_unsigned/119254-78.zip Resolving getupdates.oracle.com... failed: node name or service name not known. wget: unable to resolve host address `getupdates.oracle.com' Removing /tmp/pca.871710 Failed (Unknown Error) Trying https://getupdates.oracle.com/ (2/5) Adding to /tmp/pca.342057: header=Authorization: Basic <base64-user-passwd> /opt/csw/bin/wget --progress=dot:binary "https://getupdates.oracle.com/all_unsigned/119254-78.zip" --ca-certificate=/pca/Scripts/pca -O /pca/./119254-78.tmp --2011-01-03 08:28:17-- https://getupdates.oracle.com/all_unsigned/119254-78.zip Resolving getupdates.oracle.com... failed: node name or service name not known. wget: unable to resolve host address `getupdates.oracle.com' Removing /tmp/pca.342057 Failed (Unknown Error) Trying https://getupdates.oracle.com/ (3/5) Adding to /tmp/pca.112407: header=Authorization: Basic <base64-user-passwd> /opt/csw/bin/wget --progress=dot:binary "https://getupdates.oracle.com/all_unsigned/119254-78.zip" --ca-certificate=/pca/Scripts/pca -O /pca/./119254-78.tmp --2011-01-03 08:28:23-- https://getupdates.oracle.com/all_unsigned/119254-78.zip Resolving getupdates.oracle.com... failed: node name or service name not known. wget: unable to resolve host address `getupdates.oracle.com' Removing /tmp/pca.112407 Failed (Unknown Error) Trying https://getupdates.oracle.com/ (4/5) Adding to /tmp/pca.257831: header=Authorization: Basic <base64-user-passwd> /opt/csw/bin/wget --progress=dot:binary "https://getupdates.oracle.com/all_unsigned/119254-78.zip" --ca-certificate=/pca/Scripts/pca -O /pca/./119254-78.tmp --2011-01-03 08:28:31-- https://getupdates.oracle.com/all_unsigned/119254-78.zip Resolving getupdates.oracle.com... failed: node name or service name not known. wget: unable to resolve host address `getupdates.oracle.com' Removing /tmp/pca.257831 Failed (Unknown Error) Trying https://getupdates.oracle.com/ (5/5) Adding to /tmp/pca.442031: header=Authorization: Basic <base64-user-passwd> /opt/csw/bin/wget --progress=dot:binary "https://getupdates.oracle.com/all_unsigned/119254-78.zip" --ca-certificate=/pca/Scripts/pca -O /pca/./119254-78.tmp --2011-01-03 08:28:41-- https://getupdates.oracle.com/all_unsigned/119254-78.zip Resolving getupdates.oracle.com... failed: node name or service name not known. wget: unable to resolve host address `getupdates.oracle.com' Removing /tmp/pca.442031 Failed (Unknown Error) Failed (patch not found) ------------------------------------------------------------------------ ------ Download Summary: 1 total, 0 successful, 0 skipped, 1 failed -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Martin Paul Sent: Monday, January 03, 2011 12:55 AM To: PCA (Patch Check Advanced) Discussion Subject: Re: [pca] PCA & WGET issues Coskun, Aydin wrote: > I am having bit of issues with setting up my PCA server. If I use > pca.conf file I get Failed (Unknown Error) but if don't use pca.conf and > I enter username and password interactively it works. Please help! > ... > Here is my setup: > > # cat /pca/Scripts/pca.conf > #My Oracle Support Account > [email protected] > passwd=WWWWWWWW Just to be sure: You aren't using any quotation characters (like " or ' or \) in WWWWWWW, are you? The password should be written here as-is. Please comment out this option: > threads=6 Then run "/pca/Scripts/pca --debug -d 119254-78" again and show the debug output. Martin.
