Bugzilla – Bug 363473
Warring massage "disk is full" when run software manager
Last modified: 2008-02-28 17:21:18 UTC
I install OpenSUSE by default, and i agree with proposal configuration of partition. At present, i run software manager and always see massage "disk is full". Suspect what cause in boot partition because this partition is small. That very inconveniently. Screen shot in attachment.
Created attachment 196131 [details] Screen shot
Please attach y2logs. If you are in doubt follow: http://en.opensuse.org/Bugs/YaST Thanks!
Created attachment 196450 [details] Yast log
Lado could you check it please?
The warning is displayed by the package selector widget, reassigning to yast2-gtk maintainers...
I believe this was fixed on a Patch Update to yast2-gtk (do you apply those?). I was pretty sure Boyd Timothy fixed this, but neither bugzilla or the change log is of any help, so perhaps I am wrong. The disk indicator is currently disabled on the 11.0 code, but will fix that...
*** Bug 363693 has been marked as a duplicate of this bug. ***
*** Bug 328864 has been marked as a duplicate of this bug. ***
Alright, so I added a disk indicator for 11.0, and it should have your issue fixed: similarly to yast-qt, the bell rings only when the space gets less than 500 Mb *and* less than 10%. It only used to have the first, absolute limit, so it rules out small partitions now. In any case, it also won't popup a dialog at start, just if the space limit is crossed when installing packages. It does show a warning icon which is something the user may not have noticed while operating, but should be noticeable at start.
Also, I understand that the dialog can be as irritating as an army of flees, but I really don't think you could convince anyone that its a Major issue. That level has a clear definition of Major Loss of Functionality. They are very strict on what they send as an Update, so no way this could made it through on its own. I don't have a fix for your system, but it is pretty easy to upgrade your yast-gtk. Checkout bug 352206, comment 10.
Ricardo Cruz, thanks.
Cruz please help. I try update yast-gtk from SVN, but i have error: angel:/home/admin/yast-gtk # make -f Makefile.cvs y2tool y2autoconf y2autoconf: Generating toplevel configure.in y2tool y2automake y2automake: Copying automakefiles for inclusion y2automake: Generating toplevel Makefile.am autoreconf --force --install configure.in:155: warning: macro `AM_PROG_LIBTOOL' not found in library configure.in:153: error: possibly undefined macro: AC_DISABLE_STATIC If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:154: error: possibly undefined macro: AC_PROG_LIBTOOL configure.in:155: error: possibly undefined macro: AM_PROG_LIBTOOL autoreconf: /usr/bin/autoconf failed with exit status: 1 make: *** [all] Ошибка 1 Please say to me what i need package.
Hi. So, I didn't write the build files for yast-gtk and I don't know much about automake & friends -- I use old, rough, bare Makefiles in my little projects. However, some browsing seems to indicate you either not have libtool, automake or autoconf installed, or they're not functional (a possibility is that you have for instance, both automake-1.4 and automake-1.6 installed, and your libtool-1.6 is only finding the automake-1.4 version -- notice these tools form a chain, so there is a certain version combination that must be followed, otherwise it breaks). If you say its a fresh system, surely it is that you don't have those development tools installed, so check bug 352206, comment 13.