
Originally Posted by
DMCorsa
"There was an error in the repository initialization. Parse error"
I ran into a similar problem today on an 11.1 install with KDE 3.5 instead of 4. My fix was to go into Yast | Software Repositories and re-enter them. (The originals looked OK at first glance, with the exception that there was a trailing "/" in there.)
Code:
http://download.opensuse.org/distribution/11.1/repo/oss
http://download.opensuse.org/distribution/11.1/repo/non-oss
Last big issue is I tried to do a 'make' on a package and received the following message "bad interpreter: permission denied".
What package? This could be caused by a few different things. For one, if the script wants to use an interpreter that's not installed on your system, you'll (obviously) get this. For another, you can get it if the target directory isn't accessible, or if something like SELinux is refusing permission for some actions. Finally, from what I've seen online (though I've never seen this myself), some scripts can fail if you have DOS line endings. Use the dos2unix utility to convert them.
Bookmarks