Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Gentoo: User

emerge is loosing memory?

 

 

Gentoo user RSS feed   Index | Next | Previous | View Threaded


meino.cramer at gmx

Dec 12, 2009, 8:36 PM

Post #1 of 10 (231 views)
Permalink
emerge is loosing memory?

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.


volkerarmin at googlemail

Dec 13, 2009, 4:36 AM

Post #2 of 10 (224 views)
Permalink
Re: emerge is loosing memory? [In reply to]

On Sonntag 13 Dezember 2009, meino.cramer [at] gmx 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.


michaelkintzios at gmail

Dec 13, 2009, 4:51 AM

Post #3 of 10 (227 views)
Permalink
Re: emerge is loosing memory? [In reply to]

On Sunday 13 December 2009 12:36:35 Volker Armin Hemmann wrote:
> On Sonntag 13 Dezember 2009, meino.cramer [at] gmx 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
Attachments: signature.asc (0.19 KB)


meino.cramer at gmx

Dec 13, 2009, 5:04 AM

Post #4 of 10 (219 views)
Permalink
Re: emerge is loosing memory? [In reply to]

Volker Armin Hemmann <volkerarmin [at] googlemail> [09-12-13 13:40]:
> On Sonntag 13 Dezember 2009, meino.cramer [at] gmx 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 ?


volkerarmin at googlemail

Dec 13, 2009, 5:26 AM

Post #5 of 10 (219 views)
Permalink
Re: emerge is loosing memory? [In reply to]

On Sonntag 13 Dezember 2009, meino.cramer [at] gmx wrote:
> Volker Armin Hemmann <volkerarmin [at] googlemail> [09-12-13 13:40]:
> > On Sonntag 13 Dezember 2009, meino.cramer [at] gmx 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?


meino.cramer at gmx

Dec 13, 2009, 6:07 AM

Post #6 of 10 (227 views)
Permalink
Re: emerge is loosing memory? [In reply to]

Mick <michaelkintzios [at] gmail> [09-12-13 15:04]:
> On Sunday 13 December 2009 12:36:35 Volker Armin Hemmann wrote:
> > On Sonntag 13 Dezember 2009, meino.cramer [at] gmx 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.


meino.cramer at gmx

Dec 13, 2009, 6:08 AM

Post #7 of 10 (219 views)
Permalink
Re: emerge is loosing memory? [In reply to]

Volker Armin Hemmann <volkerarmin [at] googlemail> [09-12-13 14:28]:
> On Sonntag 13 Dezember 2009, meino.cramer [at] gmx wrote:
> > Volker Armin Hemmann <volkerarmin [at] googlemail> [09-12-13 13:40]:
> > > On Sonntag 13 Dezember 2009, meino.cramer [at] gmx 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.


volkerarmin at googlemail

Dec 13, 2009, 6:20 AM

Post #8 of 10 (222 views)
Permalink
Re: emerge is loosing memory? [In reply to]

On Sonntag 13 Dezember 2009, meino.cramer [at] gmx wrote:
> Volker Armin Hemmann <volkerarmin [at] googlemail> [09-12-13 14:28]:
> > On Sonntag 13 Dezember 2009, meino.cramer [at] gmx wrote:
> > > Volker Armin Hemmann <volkerarmin [at] googlemail> [09-12-13 13:40]:
> > > > On Sonntag 13 Dezember 2009, meino.cramer [at] gmx 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


meino.cramer at gmx

Dec 13, 2009, 6:30 AM

Post #9 of 10 (217 views)
Permalink
Re: emerge is loosing memory? [In reply to]

Volker Armin Hemmann <volkerarmin [at] googlemail> [09-12-13 15:24]:
> On Sonntag 13 Dezember 2009, meino.cramer [at] gmx wrote:
> > Volker Armin Hemmann <volkerarmin [at] googlemail> [09-12-13 14:28]:
> > > On Sonntag 13 Dezember 2009, meino.cramer [at] gmx wrote:
> > > > Volker Armin Hemmann <volkerarmin [at] googlemail> [09-12-13 13:40]:
> > > > > On Sonntag 13 Dezember 2009, meino.cramer [at] gmx 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.


poisonbl at gmail

Dec 13, 2009, 10:03 AM

Post #10 of 10 (218 views)
Permalink
Re: emerge is loosing memory? [In reply to]

On Sun, Dec 13, 2009 at 9:30 AM, <meino.cramer [at] gmx> wrote:
> Volker Armin Hemmann <volkerarmin [at] googlemail> [09-12-13 15:24]:
>> On Sonntag 13 Dezember 2009, meino.cramer [at] gmx wrote:
>> > Volker Armin Hemmann <volkerarmin [at] googlemail> [09-12-13 14:28]:
>> > > On Sonntag 13 Dezember 2009, meino.cramer [at] gmx wrote:
>> > > > Volker Armin Hemmann <volkerarmin [at] googlemail> [09-12-13 13:40]:
>> > > > > On Sonntag 13 Dezember 2009, meino.cramer [at] gmx 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

Gentoo user RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.