Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-13-2008, 09:43 AM
|
#1
|
|
Member
Registered: Jun 2008
Distribution: SuSE
Posts: 53
Rep:
|
YaST error.
Ok, so whenever I need to install something on YaST now, everything seems to be going well.. the downloading pop-up windows, checking repositories and OSS cache and things like that...
Then after a little while suddenly everything stops and a window pops up saying "Error" with a little red sign with a white dash icon.
Beneath is a blank white box where details should probably be listed, but they're not. It's always empty.
It just says Error and I have no idea why.
What's going on? Am I missing something?
|
|
|
|
08-13-2008, 09:55 AM
|
#2
|
|
Moderator
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.4 OpenSuSE 12.2
Posts: 9,893
|
What if you try to install from the command line using zypper? First you can see if you get errors as well (in this case the problem is related to the package management in general and not only to Yast) then most likely it is more verbose about what is going on. You can start from a basic command like
Code:
zypper info coreutils
this will simply look for information about the coreutils package, reading all the repository caches. Or eventually try to install a little package using
Code:
zypper install <package>
please, post error messages here, if any.
|
|
|
|
08-13-2008, 10:11 AM
|
#3
|
|
Member
Registered: Jun 2008
Distribution: SuSE
Posts: 53
Original Poster
Rep:
|
Quote:
Originally Posted by colucix
What if you try to install from the command line using zypper? First you can see if you get errors as well (in this case the problem is related to the package management in general and not only to Yast) then most likely it is more verbose about what is going on. You can start from a basic command like
Code:
zypper info coreutils
this will simply look for information about the coreutils package, reading all the repository caches. Or eventually try to install a little package using
Code:
zypper install <package>
please, post error messages here, if any.
|
Code:
Information for package coreutils:
Repository: openSUSE-10.3-OSS-Gnome 10.3
Name: coreutils
Version: 6.9-43
Arch: i586
Installed: Yes
Status: up-to-date
Installed Size: 7.4 M
Summary: GNU Core Utilities
Description:
<!-- DT:Rich -->
<p>Basic file, shell, and text manipulation utilities. The package contains the following programs:
</p><p>
basename cat chgrp chmod chown chroot cksum comm cp csplit cut date dd df dir dircolors dirname du echo env expand expr factor false fmt fold install groups head id join kill link ln logname ls md5sum mkdir mkfifo mknod mv nice nl nohup od paste pathchk pinky pr printenv printf ptx pwd readlink rm rmdir seq sha1sum shred sleep sort split stat stty su sum sync tac tail tee test touch tr true tsort tty uname unexpand uniq unlink uptime users vdir wc who whoami yes
</p>
Code:
package <package> not found
Nothing to do.
|
|
|
|
08-13-2008, 10:18 AM
|
#4
|
|
Moderator
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.4 OpenSuSE 12.2
Posts: 9,893
|
Well... package <package> obviously is not found!  When you see a string embedded in < > signs when you receive instructions, usually you have to choose an item by yourself (in this case you had to specify any package of your choice). Anyway, it looks like there is no problem with the package management itself. Any error message in the log files, after trying with Yast?
|
|
|
|
08-13-2008, 10:20 AM
|
#5
|
|
Member
Registered: Jun 2008
Distribution: SuSE
Posts: 53
Original Poster
Rep:
|
Quote:
Originally Posted by colucix
Well... package <package> obviously is not found!  When you see a string embedded in < > signs when you receive instructions, usually you have to choose an item by yourself (in this case you had to specify any package of your choice). Anyway, it looks like there is no problem with the package management itself. Any error message in the log files, after trying with Yast?
|
I know what you meant. 
I put <package> in place of the actual package I tried to install.
No, no error message.
There was just the pop-up window itself, no details after that.
|
|
|
|
08-13-2008, 10:25 AM
|
#6
|
|
Moderator
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.4 OpenSuSE 12.2
Posts: 9,893
|
Quote:
Originally Posted by InfinitePalindrome
I know what you meant.  I put <package> in place of the actual package I tried to install.
|
Uh... sorry. Package not found, anyway...  Any related error message in $HOME/.xsession-errors?
|
|
|
|
08-13-2008, 10:30 AM
|
#7
|
|
Member
Registered: Jun 2008
Distribution: SuSE
Posts: 53
Original Poster
Rep:
|
Quote:
Originally Posted by colucix
Uh... sorry. Package not found, anyway...  Any related error message in $HOME/.xsession-errors?
|
No, I don't think so..
|
|
|
|
08-13-2008, 11:11 AM
|
#8
|
|
LQ Veteran
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
|
Almost the same thing was happening to me and it ended up being a memory problem. Before getting too carried away run your mem test.
|
|
|
|
08-13-2008, 12:09 PM
|
#9
|
|
Member
Registered: Jun 2008
Distribution: SuSE
Posts: 53
Original Poster
Rep:
|
Quote:
Originally Posted by Larry Webb
Almost the same thing was happening to me and it ended up being a memory problem. Before getting too carried away run your mem test.
|
How do I run a memory test?
|
|
|
|
08-13-2008, 12:52 PM
|
#10
|
|
Moderator
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.4 OpenSuSE 12.2
Posts: 9,893
|
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:11 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|