* [gentoo-user] emerge is loosing memory?
@ 2009-12-13 4:36 meino.cramer
2009-12-13 12:36 ` Volker Armin Hemmann
0 siblings, 1 reply; 10+ messages in thread
From: meino.cramer @ 2009-12-13 4:36 UTC (permalink / raw
To: gentoo-user
Hi,
it seems, something has screwed up my system.
The symptoms are: Updateing a certain package with emerge (which
successfully compile and install that package) has no effect.
Next time exactly the same package is reported again as to be
updated.
And qsearch reports that my metadatabase has gone with the wind
and I have to do a 'w -m' as root, which helps for that moment,
but next it is again not present. I think (read:dont know for sure)
that the
eix-sync && emerge -pv --verbose --update --deep world
has "killed" it.
Unfortunately I am not that deeply involved in the internal
data handling of the gentoo package manager to have an idea
what is going wrong here.
What can I do to fix this problem ?
Kind regards and have a nice weekend!
mcc
--
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge is loosing memory?
2009-12-13 4:36 [gentoo-user] emerge is loosing memory? meino.cramer
@ 2009-12-13 12:36 ` Volker Armin Hemmann
2009-12-13 12:51 ` Mick
2009-12-13 13:04 ` meino.cramer
0 siblings, 2 replies; 10+ messages in thread
From: Volker Armin Hemmann @ 2009-12-13 12:36 UTC (permalink / raw
To: gentoo-user
On Sonntag 13 Dezember 2009, meino.cramer@gmx.de wrote:
> Hi,
>
> it seems, something has screwed up my system.
>
> The symptoms are: Updateing a certain package with emerge (which
> successfully compile and install that package) has no effect.
> Next time exactly the same package is reported again as to be
> updated.
>
> And qsearch reports that my metadatabase has gone with the wind
> and I have to do a 'w -m' as root, which helps for that moment,
> but next it is again not present. I think (read:dont know for sure)
> that the
> eix-sync && emerge -pv --verbose --update --deep world
> has "killed" it.
>
> Unfortunately I am not that deeply involved in the internal
> data handling of the gentoo package manager to have an idea
> what is going wrong here.
>
> What can I do to fix this problem ?
>
> Kind regards and have a nice weekend!
> mcc
>
fsck your partition containing /var.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge is loosing memory?
2009-12-13 12:36 ` Volker Armin Hemmann
@ 2009-12-13 12:51 ` Mick
2009-12-13 14:07 ` meino.cramer
2009-12-13 13:04 ` meino.cramer
1 sibling, 1 reply; 10+ messages in thread
From: Mick @ 2009-12-13 12:51 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 1121 bytes --]
On Sunday 13 December 2009 12:36:35 Volker Armin Hemmann wrote:
> On Sonntag 13 Dezember 2009, meino.cramer@gmx.de wrote:
> > Hi,
> >
> > it seems, something has screwed up my system.
> >
> > The symptoms are: Updateing a certain package with emerge (which
> > successfully compile and install that package) has no effect.
> > Next time exactly the same package is reported again as to be
> > updated.
> >
> > And qsearch reports that my metadatabase has gone with the wind
> > and I have to do a 'w -m' as root, which helps for that moment,
> > but next it is again not present. I think (read:dont know for sure)
> > that the
> > eix-sync && emerge -pv --verbose --update --deep world
> > has "killed" it.
> >
> > Unfortunately I am not that deeply involved in the internal
> > data handling of the gentoo package manager to have an idea
> > what is going wrong here.
> >
> > What can I do to fix this problem ?
> >
> > Kind regards and have a nice weekend!
> > mcc
>
> fsck your partition containing /var.
and also check that you have not run out of disk space.
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge is loosing memory?
2009-12-13 12:36 ` Volker Armin Hemmann
2009-12-13 12:51 ` Mick
@ 2009-12-13 13:04 ` meino.cramer
2009-12-13 13:26 ` Volker Armin Hemmann
1 sibling, 1 reply; 10+ messages in thread
From: meino.cramer @ 2009-12-13 13:04 UTC (permalink / raw
To: gentoo-user
Volker Armin Hemmann <volkerarmin@googlemail.com> [09-12-13 13:40]:
> On Sonntag 13 Dezember 2009, meino.cramer@gmx.de wrote:
> > Hi,
> >
> > it seems, something has screwed up my system.
> >
> > The symptoms are: Updateing a certain package with emerge (which
> > successfully compile and install that package) has no effect.
> > Next time exactly the same package is reported again as to be
> > updated.
> >
> > And qsearch reports that my metadatabase has gone with the wind
> > and I have to do a 'w -m' as root, which helps for that moment,
> > but next it is again not present. I think (read:dont know for sure)
> > that the
> > eix-sync && emerge -pv --verbose --update --deep world
> > has "killed" it.
> >
> > Unfortunately I am not that deeply involved in the internal
> > data handling of the gentoo package manager to have an idea
> > what is going wrong here.
> >
> > What can I do to fix this problem ?
> >
> > Kind regards and have a nice weekend!
> > mcc
> >
>
> fsck your partition containing /var.
>
Hi,
as soon I do the command sequence described above, qsearch fails with
opening '/usr/portage/metadata/cache/.metadata.x' failed: Permission denied
search: initialize_flat(): You should run this command as root: q -m
and an
sudo ls /usr/portage/metadata/cache/.metadata.x
fails with
ls: cannot access /usr/portage/metadata/cache/.metadata.x: No such file or directory
There is no symlink to /var and subfolders as far as I can see...
What part/file is on /var/... which gets corrupted in case of an
filesystem damage ?
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge is loosing memory?
2009-12-13 13:04 ` meino.cramer
@ 2009-12-13 13:26 ` Volker Armin Hemmann
2009-12-13 14:08 ` meino.cramer
0 siblings, 1 reply; 10+ messages in thread
From: Volker Armin Hemmann @ 2009-12-13 13:26 UTC (permalink / raw
To: gentoo-user
On Sonntag 13 Dezember 2009, meino.cramer@gmx.de wrote:
> Volker Armin Hemmann <volkerarmin@googlemail.com> [09-12-13 13:40]:
> > On Sonntag 13 Dezember 2009, meino.cramer@gmx.de wrote:
> > > Hi,
> > >
> > > it seems, something has screwed up my system.
> > >
> > > The symptoms are: Updateing a certain package with emerge (which
> > > successfully compile and install that package) has no effect.
> > > Next time exactly the same package is reported again as to be
> > > updated.
> > >
> > > And qsearch reports that my metadatabase has gone with the wind
> > > and I have to do a 'w -m' as root, which helps for that moment,
> > > but next it is again not present. I think (read:dont know for sure)
> > > that the
> > > eix-sync && emerge -pv --verbose --update --deep world
> > > has "killed" it.
> > >
> > > Unfortunately I am not that deeply involved in the internal
> > > data handling of the gentoo package manager to have an idea
> > > what is going wrong here.
> > >
> > > What can I do to fix this problem ?
> > >
> > > Kind regards and have a nice weekend!
> > > mcc
> >
> > fsck your partition containing /var.
>
> Hi,
>
> as soon I do the command sequence described above, qsearch fails with
>
>
> opening '/usr/portage/metadata/cache/.metadata.x' failed: Permission denied
> search: initialize_flat(): You should run this command as root: q -m
>
> and an
>
> sudo ls /usr/portage/metadata/cache/.metadata.x
>
> fails with
>
> ls: cannot access /usr/portage/metadata/cache/.metadata.x: No such file
> or directory
>
> There is no symlink to /var and subfolders as far as I can see...
>
> What part/file is on /var/... which gets corrupted in case of an
> filesystem damage ?
>
how long are you using linux?
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge is loosing memory?
2009-12-13 12:51 ` Mick
@ 2009-12-13 14:07 ` meino.cramer
0 siblings, 0 replies; 10+ messages in thread
From: meino.cramer @ 2009-12-13 14:07 UTC (permalink / raw
To: gentoo-user
Mick <michaelkintzios@gmail.com> [09-12-13 15:04]:
> On Sunday 13 December 2009 12:36:35 Volker Armin Hemmann wrote:
> > On Sonntag 13 Dezember 2009, meino.cramer@gmx.de wrote:
> > > Hi,
> > >
> > > it seems, something has screwed up my system.
> > >
> > > The symptoms are: Updateing a certain package with emerge (which
> > > successfully compile and install that package) has no effect.
> > > Next time exactly the same package is reported again as to be
> > > updated.
> > >
> > > And qsearch reports that my metadatabase has gone with the wind
> > > and I have to do a 'w -m' as root, which helps for that moment,
> > > but next it is again not present. I think (read:dont know for sure)
> > > that the
> > > eix-sync && emerge -pv --verbose --update --deep world
> > > has "killed" it.
> > >
> > > Unfortunately I am not that deeply involved in the internal
> > > data handling of the gentoo package manager to have an idea
> > > what is going wrong here.
> > >
> > > What can I do to fix this problem ?
> > >
> > > Kind regards and have a nice weekend!
> > > mcc
> >
> > fsck your partition containing /var.
>
> and also check that you have not run out of disk space.
> --
> Regards,
> Mick
...was my first idea...no nothing ... plenty of space...
--
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge is loosing memory?
2009-12-13 13:26 ` Volker Armin Hemmann
@ 2009-12-13 14:08 ` meino.cramer
2009-12-13 14:20 ` Volker Armin Hemmann
0 siblings, 1 reply; 10+ messages in thread
From: meino.cramer @ 2009-12-13 14:08 UTC (permalink / raw
To: gentoo-user
Volker Armin Hemmann <volkerarmin@googlemail.com> [09-12-13 14:28]:
> On Sonntag 13 Dezember 2009, meino.cramer@gmx.de wrote:
> > Volker Armin Hemmann <volkerarmin@googlemail.com> [09-12-13 13:40]:
> > > On Sonntag 13 Dezember 2009, meino.cramer@gmx.de wrote:
> > > > Hi,
> > > >
> > > > it seems, something has screwed up my system.
> > > >
> > > > The symptoms are: Updateing a certain package with emerge (which
> > > > successfully compile and install that package) has no effect.
> > > > Next time exactly the same package is reported again as to be
> > > > updated.
> > > >
> > > > And qsearch reports that my metadatabase has gone with the wind
> > > > and I have to do a 'w -m' as root, which helps for that moment,
> > > > but next it is again not present. I think (read:dont know for sure)
> > > > that the
> > > > eix-sync && emerge -pv --verbose --update --deep world
> > > > has "killed" it.
> > > >
> > > > Unfortunately I am not that deeply involved in the internal
> > > > data handling of the gentoo package manager to have an idea
> > > > what is going wrong here.
> > > >
> > > > What can I do to fix this problem ?
> > > >
> > > > Kind regards and have a nice weekend!
> > > > mcc
> > >
> > > fsck your partition containing /var.
> >
> > Hi,
> >
> > as soon I do the command sequence described above, qsearch fails with
> >
> >
> > opening '/usr/portage/metadata/cache/.metadata.x' failed: Permission denied
> > search: initialize_flat(): You should run this command as root: q -m
> >
> > and an
> >
> > sudo ls /usr/portage/metadata/cache/.metadata.x
> >
> > fails with
> >
> > ls: cannot access /usr/portage/metadata/cache/.metadata.x: No such file
> > or directory
> >
> > There is no symlink to /var and subfolders as far as I can see...
> >
> > What part/file is on /var/... which gets corrupted in case of an
> > filesystem damage ?
> >
>
> how long are you using linux?
>
15 years ... but what does this matter?
--
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge is loosing memory?
2009-12-13 14:08 ` meino.cramer
@ 2009-12-13 14:20 ` Volker Armin Hemmann
2009-12-13 14:30 ` meino.cramer
0 siblings, 1 reply; 10+ messages in thread
From: Volker Armin Hemmann @ 2009-12-13 14:20 UTC (permalink / raw
To: gentoo-user
On Sonntag 13 Dezember 2009, meino.cramer@gmx.de wrote:
> Volker Armin Hemmann <volkerarmin@googlemail.com> [09-12-13 14:28]:
> > On Sonntag 13 Dezember 2009, meino.cramer@gmx.de wrote:
> > > Volker Armin Hemmann <volkerarmin@googlemail.com> [09-12-13 13:40]:
> > > > On Sonntag 13 Dezember 2009, meino.cramer@gmx.de wrote:
> > > > > Hi,
> > > > >
> > > > > it seems, something has screwed up my system.
> > > > >
> > > > > The symptoms are: Updateing a certain package with emerge (which
> > > > > successfully compile and install that package) has no effect.
> > > > > Next time exactly the same package is reported again as to be
> > > > > updated.
> > > > >
> > > > > And qsearch reports that my metadatabase has gone with the wind
> > > > > and I have to do a 'w -m' as root, which helps for that moment,
> > > > > but next it is again not present. I think (read:dont know for sure)
> > > > > that the
> > > > > eix-sync && emerge -pv --verbose --update --deep world
> > > > > has "killed" it.
> > > > >
> > > > > Unfortunately I am not that deeply involved in the internal
> > > > > data handling of the gentoo package manager to have an idea
> > > > > what is going wrong here.
> > > > >
> > > > > What can I do to fix this problem ?
> > > > >
> > > > > Kind regards and have a nice weekend!
> > > > > mcc
> > > >
> > > > fsck your partition containing /var.
> > >
> > > Hi,
> > >
> > > as soon I do the command sequence described above, qsearch fails with
> > >
> > >
> > > opening '/usr/portage/metadata/cache/.metadata.x' failed: Permission
> > > denied search: initialize_flat(): You should run this command as root:
> > > q -m
> > >
> > > and an
> > >
> > > sudo ls /usr/portage/metadata/cache/.metadata.x
> > >
> > > fails with
> > >
> > > ls: cannot access /usr/portage/metadata/cache/.metadata.x: No such
> > > file or directory
> > >
> > > There is no symlink to /var and subfolders as far as I can see...
> > >
> > > What part/file is on /var/... which gets corrupted in case of an
> > > filesystem damage ?
> >
> > how long are you using linux?
>
> 15 years ... but what does this matter?
>
then you should know where /var is. or /usr/portage.
fsck /var, fsck the partition containing /usr/portage
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge is loosing memory?
2009-12-13 14:20 ` Volker Armin Hemmann
@ 2009-12-13 14:30 ` meino.cramer
2009-12-13 18:03 ` Joshua Murphy
0 siblings, 1 reply; 10+ messages in thread
From: meino.cramer @ 2009-12-13 14:30 UTC (permalink / raw
To: gentoo-user
Volker Armin Hemmann <volkerarmin@googlemail.com> [09-12-13 15:24]:
> On Sonntag 13 Dezember 2009, meino.cramer@gmx.de wrote:
> > Volker Armin Hemmann <volkerarmin@googlemail.com> [09-12-13 14:28]:
> > > On Sonntag 13 Dezember 2009, meino.cramer@gmx.de wrote:
> > > > Volker Armin Hemmann <volkerarmin@googlemail.com> [09-12-13 13:40]:
> > > > > On Sonntag 13 Dezember 2009, meino.cramer@gmx.de wrote:
> > > > > > Hi,
> > > > > >
> > > > > > it seems, something has screwed up my system.
> > > > > >
> > > > > > The symptoms are: Updateing a certain package with emerge (which
> > > > > > successfully compile and install that package) has no effect.
> > > > > > Next time exactly the same package is reported again as to be
> > > > > > updated.
> > > > > >
> > > > > > And qsearch reports that my metadatabase has gone with the wind
> > > > > > and I have to do a 'w -m' as root, which helps for that moment,
> > > > > > but next it is again not present. I think (read:dont know for sure)
> > > > > > that the
> > > > > > eix-sync && emerge -pv --verbose --update --deep world
> > > > > > has "killed" it.
> > > > > >
> > > > > > Unfortunately I am not that deeply involved in the internal
> > > > > > data handling of the gentoo package manager to have an idea
> > > > > > what is going wrong here.
> > > > > >
> > > > > > What can I do to fix this problem ?
> > > > > >
> > > > > > Kind regards and have a nice weekend!
> > > > > > mcc
> > > > >
> > > > > fsck your partition containing /var.
> > > >
> > > > Hi,
> > > >
> > > > as soon I do the command sequence described above, qsearch fails with
> > > >
> > > >
> > > > opening '/usr/portage/metadata/cache/.metadata.x' failed: Permission
> > > > denied search: initialize_flat(): You should run this command as root:
> > > > q -m
> > > >
> > > > and an
> > > >
> > > > sudo ls /usr/portage/metadata/cache/.metadata.x
> > > >
> > > > fails with
> > > >
> > > > ls: cannot access /usr/portage/metadata/cache/.metadata.x: No such
> > > > file or directory
> > > >
> > > > There is no symlink to /var and subfolders as far as I can see...
> > > >
> > > > What part/file is on /var/... which gets corrupted in case of an
> > > > filesystem damage ?
> > >
> > > how long are you using linux?
> >
> > 15 years ... but what does this matter?
> >
>
> then you should know where /var is. or /usr/portage.
>
> fsck /var, fsck the partition containing /usr/portage
>
...and you read posting more carefully: I wrote "part" not "part." ...
--
Please don't send me any Word- or Powerpoint-Attachments
unless it's absolutely neccessary. - Send simply Text.
See http://www.gnu.org/philosophy/no-word-attachments.html
In a world without fences and walls nobody needs gates and windows.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] emerge is loosing memory?
2009-12-13 14:30 ` meino.cramer
@ 2009-12-13 18:03 ` Joshua Murphy
0 siblings, 0 replies; 10+ messages in thread
From: Joshua Murphy @ 2009-12-13 18:03 UTC (permalink / raw
To: gentoo-user
On Sun, Dec 13, 2009 at 9:30 AM, <meino.cramer@gmx.de> wrote:
> Volker Armin Hemmann <volkerarmin@googlemail.com> [09-12-13 15:24]:
>> On Sonntag 13 Dezember 2009, meino.cramer@gmx.de wrote:
>> > Volker Armin Hemmann <volkerarmin@googlemail.com> [09-12-13 14:28]:
>> > > On Sonntag 13 Dezember 2009, meino.cramer@gmx.de wrote:
>> > > > Volker Armin Hemmann <volkerarmin@googlemail.com> [09-12-13 13:40]:
>> > > > > On Sonntag 13 Dezember 2009, meino.cramer@gmx.de wrote:
>> > > > > > Hi,
>> > > > > >
>> > > > > > it seems, something has screwed up my system.
>> > > > > >
>> > > > > > The symptoms are: Updateing a certain package with emerge (which
>> > > > > > successfully compile and install that package) has no effect.
>> > > > > > Next time exactly the same package is reported again as to be
>> > > > > > updated.
>> > > > > >
>> > > > > > And qsearch reports that my metadatabase has gone with the wind
>> > > > > > and I have to do a 'w -m' as root, which helps for that moment,
>> > > > > > but next it is again not present. I think (read:dont know for sure)
>> > > > > > that the
>> > > > > > eix-sync && emerge -pv --verbose --update --deep world
>> > > > > > has "killed" it.
>> > > > > >
>> > > > > > Unfortunately I am not that deeply involved in the internal
>> > > > > > data handling of the gentoo package manager to have an idea
>> > > > > > what is going wrong here.
>> > > > > >
>> > > > > > What can I do to fix this problem ?
>> > > > > >
>> > > > > > Kind regards and have a nice weekend!
>> > > > > > mcc
>> > > > >
>> > > > > fsck your partition containing /var.
>> > > >
>> > > > Hi,
>> > > >
>> > > > as soon I do the command sequence described above, qsearch fails with
>> > > >
>> > > >
>> > > > opening '/usr/portage/metadata/cache/.metadata.x' failed: Permission
>> > > > denied search: initialize_flat(): You should run this command as root:
>> > > > q -m
>> > > >
>> > > > and an
>> > > >
>> > > > sudo ls /usr/portage/metadata/cache/.metadata.x
>> > > >
>> > > > fails with
>> > > >
>> > > > ls: cannot access /usr/portage/metadata/cache/.metadata.x: No such
>> > > > file or directory
>> > > >
>> > > > There is no symlink to /var and subfolders as far as I can see...
>> > > >
>> > > > What part/file is on /var/... which gets corrupted in case of an
>> > > > filesystem damage ?
>> > >
>> > > how long are you using linux?
>> >
>> > 15 years ... but what does this matter?
>> >
>>
>> then you should know where /var is. or /usr/portage.
>>
>> fsck /var, fsck the partition containing /usr/portage
>>
>
> ...and you read posting more carefully: I wrote "part" not "part." ...
>
> --
> Please don't send me any Word- or Powerpoint-Attachments
> unless it's absolutely neccessary. - Send simply Text.
> See http://www.gnu.org/philosophy/no-word-attachments.html
> In a world without fences and walls nobody needs gates and windows.
/var/db/pkg
/var/lib/portage
--
Poison [BLX]
Joshua M. Murphy
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2009-12-13 20:01 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-13 4:36 [gentoo-user] emerge is loosing memory? meino.cramer
2009-12-13 12:36 ` Volker Armin Hemmann
2009-12-13 12:51 ` Mick
2009-12-13 14:07 ` meino.cramer
2009-12-13 13:04 ` meino.cramer
2009-12-13 13:26 ` Volker Armin Hemmann
2009-12-13 14:08 ` meino.cramer
2009-12-13 14:20 ` Volker Armin Hemmann
2009-12-13 14:30 ` meino.cramer
2009-12-13 18:03 ` Joshua Murphy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox