[Bug 416780] New: osc copypac returns http error 500
https://bugzilla.novell.com/show_bug.cgi?id=416780 Summary: osc copypac returns http error 500 Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: BuildService AssignedTo: abauer@novell.com ReportedBy: captain.magnus@opensuse.org QAContact: adrian@novell.com CC: poeml@novell.com, mrueckert@novell.com Found By: --- Trying to do a copypac from openSUSE:Factory to home:MBoman as follows, fails with http error 500; mboman@linux-2ztj:/data/dev> osc -d copypac openSUSE:Factory seahorse home:MBoman seahorse-plugins GET https://api.opensuse.org/source/openSUSE:Factory/seahorse/_meta Sending meta data... PUT https://api.opensuse.org/source/home:MBoman/seahorse-plugins/_meta Server returned an error: HTTP Error 500: Internal Server Error X-Error-Info: The origin web server encountered an unexpected condition which prevented it from fulfilling the request. Please try your request again. Content-Type: text/html; charset=utf-8 Content-Length: 3078 Pragma: no-cache Connection: close <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>NOVELL: Novell Login - Error Page</title> <meta name="Robots" content="INDEX, FOLLOW" /> <meta http-equiv="Content-Language" content="en" /> <meta http-equiv="Content-Type" content="text/html; CHARSET=ISO-8859-1" /> <meta name="ada" content="no" /> <!--*Robots NoIndex --> <script type="text/javascript"> var err_stat = "500 Internal Server Error" var err_desc = "The origin web server encountered an unexpected condition which prevented it from fulfilling the request. Please try your request again." var err_code = ""; if ( err_desc.indexOf("Access to this page is restricted because of access control policies") > -1 ) { err_code = "403"; } </script> <script type="text/javascript" src="https://secure-www.novell.com/eportal/rightsrequests/inc/request_redirect.js"></script> <script type="text/javascript" src="https://secure-www.novell.com/eportal/rightsrequests/inc/prod_account_info.js"></script> <script type="text/javascript" src="https://secure-www.novell.com/common/inc/hdr_script_externalsite.js"></script> <style type="text/css"> @import url(https://secure-www.novell.com/common/inc/css/tier4.css); @import url(https://secure-www.novell.com/common/inc/css/login.css); </style> <!--*Robots Index --> </head> <body> <!--*Robots NoIndex --> <script type="text/javascript" src="https://secure-www.novell.com/inc/hdr_tier3.js"></script> <!--*Robots Index --> <div id="tier4"> <a name="top"></a> <div id="contentcontainer"> <div id="content"> <div id="contenthead"> <h1><script type="text/javascript">document.write(err_stat)</script></h1> </div> <div id="mainbody"> <p><script type="text/javascript">document.write(err_desc)</script></p> <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> <form method="post" enctype="application/x-www-form-urlencoded" name="login" action=""> <!-- Hidden field to identify forward/reverse proxy path --> <input type="hidden" name="url" size="20" value="" /> </form> </div> </div> </div> <div id="subnav"> <script type="text/javascript"> //<![CDATA[ //var lnav_sufx = (n_lang && n_lang != "en-us") ? "_" + n_lang.substring(0,2) + "_" + n_lang.substring(3).toUpperCase() : ""; //document.write('<script type="text/javascript" src="https://secure-www.novell.com/inc/nav/selfreg_links_notarget'+lnav_sufx+'.js"><\/script>'); //]]> </script> </div> </div> <!--*Robots NoIndex --> <script type="text/javascript" src="https://secure-www.novell.com/inc/footer.js"></script> <script type="text/javascript" src="https://secure-www.novell.com/inc/superstats.js"></script> <noscript><div><img src="https://novellcom.112.2O7.net/b/ss/novellcom/1/G.6--NS/0" height="1" width="1" alt="" /></div></noscript> <!--*Robots Index --> </body> </html> mboman@linux-2ztj:/data/dev> l home\:MBoman total 4 drwxr-xr-x 4 mboman users 33 2008-08-12 08:06 ./ drwxr-xr-x 11 mboman users 4096 2008-08-12 18:33 ../ drwxr-xr-x 3 mboman users 69 2008-06-22 18:39 gnome-ppp/ drwxr-xr-x 2 mboman users 35 2008-06-22 18:39 .osc/ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=416780 User captain.magnus@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=416780#c2 --- Comment #2 from Magnus Boman <captain.magnus@opensuse.org> 2008-08-20 16:22:50 MDT --- I was asked by darix to check casing of my username in .oscrc. It was all lowercase, and for some reason, my home in OBS is in mixed case (ie, home:MBoman instead of home:mboman). After changing the user name to mixed case (MBoman), this works. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com