Re: system crash while yumming and ...

2012-04-29 Thread Frederic Muller
Hi and many thanks for the prompt reply. This didn't fix it, I'm still 
getting the exact error out of yum.


installing expat-2.1.0-1 gave me:
/sbin/ldconfig: File /lib/libbrasero-utils3.so.1.2.3 is empty, not checked.
/sbin/ldconfig: File /lib/libvte2_90.so.9.3200.1 is empty, not checked.
/sbin/ldconfig: File /lib/libbrasero-media3.so.1.2.3 is empty, not checked.
/sbin/ldconfig: File /lib/libbrasero-burn3.so.1.2.3 is empty, not checked.

but maybe that's to be expected.

I now have a newly setup system on a different machine. Is there a file 
I could take from and just copy over eventually?


Thank you.

Fred

On 04/29/2012 01:17 PM, Akshay Vyas wrote:

this might fix the problem

download PyXML-0.8.4-27.fc17.x8664.rpm, expat-2.1.0-1.fc17.x8664.rpm,
and expat-devel-2.0.1-12.fc17.x86_64 from rpmfind and install them
manually using rpm -ivh with the --force option.

On Sun, Apr 29, 2012 at 10:37 AM, Frederic Mullerf...@cm17.com  wrote:

Hi!

As the title says it all, I am now left with the following error message
every time I try to yum update on F17:

sudo yum update
Loaded plugins: langpacks, presto, refresh-packagekit
Traceback (most recent call last):
File /bin/yum, line 29, inmodule
yummain.user_main(sys.argv[1:], exit_code=True)
File /usr/share/yum-cli/yummain.py, line 321, in user_main
errcode = main(args)
File /usr/share/yum-cli/yummain.py, line 146, in main
result, resultmsgs = base.doCommands()
File /usr/share/yum-cli/cli.py, line 485, in doCommands
return self.yum_cli_commands[self.basecmd].doCommand(self, self.basecmd,
self.extcmds)
File /usr/share/yum-cli/yumcommands.py, line 405, in doCommand
return base.updatePkgs(extcmds, update_to=(basecmd == 'update-to'))
File /usr/share/yum-cli/cli.py, line 878, in updatePkgs
self.update()
File /usr/lib/python2.7/site-packages/yum/__init__.py, line 4351, in
update
updates = self.up.getUpdatesTuples()
File /usr/lib/python2.7/site-packages/yum/__init__.py, line 1022, in
lambda
up = property(fget=lambda self: self._getUpdates(),
File /usr/lib/python2.7/site-packages/yum/__init__.py, line 827, in
_getUpdates
self._up = rpmUtils.updates.Updates(self.rpmdb.simplePkgList(),
self.pkgSack.simplePkgList())
File /usr/lib/python2.7/site-packages/yum/__init__.py, line 1003, in
lambda
pkgSack = property(fget=lambda self: self._getSacks(),
File /usr/lib/python2.7/site-packages/yum/__init__.py, line 767, in
_getSacks
self.repos.populateSack(which=repos)
File /usr/lib/python2.7/site-packages/yum/repos.py, line 265, in
populateSack
self.doSetup()
File /usr/lib/python2.7/site-packages/yum/repos.py, line 92, in doSetup
self.ayum.plugins.run('postreposetup')
File /usr/lib/python2.7/site-packages/yum/plugins.py, line 187, in run
func(conduitcls(self, self.base, conf, **kwargs))
File /usr/lib/yum-plugins/langpacks.py, line 79, in postreposetup_hook
for event, elem in iterparse(infile):
File string, line 107, in next
cElementTree.ParseError: no element found: line 1, column 0

Could someone be kind enough to tell me how to fix this?

Thanks a lot.

Fred
--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test






--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: system crash while yumming and ...

2012-04-29 Thread Akshay Vyas
 | getting the exact error out of yum.

well i tried this and mine is working ok now


 | I now have a newly setup system on a different machine. Is there a file I
 | could take from and just copy over eventually?
\..

you dont need to copy anything just try to update using yum and if you still
get the same error try this one

su
cd /var/lib/rpm
rm -f __db*
rpm --rebuliddb
yum repolist

On Sun, Apr 29, 2012 at 11:37 AM, Frederic Muller f...@cm17.com wrote:
 Hi and many thanks for the prompt reply. This didn't fix it, I'm still
 getting the exact error out of yum.

 installing expat-2.1.0-1 gave me:
 /sbin/ldconfig: File /lib/libbrasero-utils3.so.1.2.3 is empty, not checked.
 /sbin/ldconfig: File /lib/libvte2_90.so.9.3200.1 is empty, not checked.
 /sbin/ldconfig: File /lib/libbrasero-media3.so.1.2.3 is empty, not checked.
 /sbin/ldconfig: File /lib/libbrasero-burn3.so.1.2.3 is empty, not checked.

 but maybe that's to be expected.

 I now have a newly setup system on a different machine. Is there a file I
 could take from and just copy over eventually?

 Thank you.

 Fred


 On 04/29/2012 01:17 PM, Akshay Vyas wrote:

 this might fix the problem

 download PyXML-0.8.4-27.fc17.x8664.rpm, expat-2.1.0-1.fc17.x8664.rpm,
 and expat-devel-2.0.1-12.fc17.x86_64 from rpmfind and install them
 manually using rpm -ivh with the --force option.

 On Sun, Apr 29, 2012 at 10:37 AM, Frederic Mullerf...@cm17.com  wrote:

 Hi!

 As the title says it all, I am now left with the following error message
 every time I try to yum update on F17:

    sudo yum update
    Loaded plugins: langpacks, presto, refresh-packagekit
    Traceback (most recent call last):
    File /bin/yum, line 29, inmodule
    yummain.user_main(sys.argv[1:], exit_code=True)
    File /usr/share/yum-cli/yummain.py, line 321, in user_main
    errcode = main(args)
    File /usr/share/yum-cli/yummain.py, line 146, in main
    result, resultmsgs = base.doCommands()
    File /usr/share/yum-cli/cli.py, line 485, in doCommands
    return self.yum_cli_commands[self.basecmd].doCommand(self,
 self.basecmd,
 self.extcmds)
    File /usr/share/yum-cli/yumcommands.py, line 405, in doCommand
    return base.updatePkgs(extcmds, update_to=(basecmd == 'update-to'))
    File /usr/share/yum-cli/cli.py, line 878, in updatePkgs
    self.update()
    File /usr/lib/python2.7/site-packages/yum/__init__.py, line 4351, in
 update
    updates = self.up.getUpdatesTuples()
    File /usr/lib/python2.7/site-packages/yum/__init__.py, line 1022, in
 lambda
    up = property(fget=lambda self: self._getUpdates(),
    File /usr/lib/python2.7/site-packages/yum/__init__.py, line 827, in
 _getUpdates
    self._up = rpmUtils.updates.Updates(self.rpmdb.simplePkgList(),
 self.pkgSack.simplePkgList())
    File /usr/lib/python2.7/site-packages/yum/__init__.py, line 1003, in
 lambda
    pkgSack = property(fget=lambda self: self._getSacks(),
    File /usr/lib/python2.7/site-packages/yum/__init__.py, line 767, in
 _getSacks
    self.repos.populateSack(which=repos)
    File /usr/lib/python2.7/site-packages/yum/repos.py, line 265, in
 populateSack
    self.doSetup()
    File /usr/lib/python2.7/site-packages/yum/repos.py, line 92, in
 doSetup
    self.ayum.plugins.run('postreposetup')
    File /usr/lib/python2.7/site-packages/yum/plugins.py, line 187, in
 run
    func(conduitcls(self, self.base, conf, **kwargs))
    File /usr/lib/yum-plugins/langpacks.py, line 79, in
 postreposetup_hook
    for event, elem in iterparse(infile):
    File string, line 107, in next
    cElementTree.ParseError: no element found: line 1, column 0

 Could someone be kind enough to tell me how to fix this?

 Thanks a lot.

 Fred
 --
 test mailing list
 test@lists.fedoraproject.org
 To unsubscribe:
 https://admin.fedoraproject.org/mailman/listinfo/test





 --
 test mailing list
 test@lists.fedoraproject.org
 To unsubscribe:
 https://admin.fedoraproject.org/mailman/listinfo/test



-- 

Akshay vyas
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: system crash while yumming and ...

2012-04-29 Thread Michael Schwendt
On Sun, 29 Apr 2012 13:07:30 +0800, FM (Frederic) wrote:

 Hi!
 
 As the title says it all, I am now left with the following error message 
 every time I try to yum update on F17:
 
  sudo yum update
[...]
  for event, elem in iterparse(infile):
  File string, line 107, in next
  cElementTree.ParseError: no element found: line 1, column 0
 
 Could someone be kind enough to tell me how to fix this?

Does Yum still work at all for you?
Try yum clean metadata expire-cache rpmdb first. Does that help?

-- 
Fedora release 17 (Beefy Miracle) - Linux 3.3.2-8.fc17.x86_64
loadavg: 0.31 0.55 0.26
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: system crash while yumming and ...

2012-04-29 Thread Frederic Muller

On 04/29/2012 03:10 PM, Michael Schwendt wrote:

Does Yum still work at all for you?
Try yum clean metadata expire-cache rpmdb first. Does that help?


That line fixed it! Thanks a lot.

Fred
--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: system crash while yumming and ...

2012-04-29 Thread Adam Pribyl

On Sun, 29 Apr 2012, Frederic Muller wrote:

Hi and many thanks for the prompt reply. This didn't fix it, I'm still 
getting the exact error out of yum.


installing expat-2.1.0-1 gave me:
/sbin/ldconfig: File /lib/libbrasero-utils3.so.1.2.3 is empty, not checked.
/sbin/ldconfig: File /lib/libvte2_90.so.9.3200.1 is empty, not checked.
/sbin/ldconfig: File /lib/libbrasero-media3.so.1.2.3 is empty, not checked.
/sbin/ldconfig: File /lib/libbrasero-burn3.so.1.2.3 is empty, not checked.

but maybe that's to be expected.

I now have a newly setup system on a different machine. Is there a file 
I could take from and just copy over eventually?


Do you know when the system had crashed? Something in the yum.log as the 
last action?




Thank you.

Fred


Adam Pribyl



On 04/29/2012 01:17 PM, Akshay Vyas wrote:

this might fix the problem

download PyXML-0.8.4-27.fc17.x8664.rpm, expat-2.1.0-1.fc17.x8664.rpm,
and expat-devel-2.0.1-12.fc17.x86_64 from rpmfind and install them
manually using rpm -ivh with the --force option.

On Sun, Apr 29, 2012 at 10:37 AM, Frederic Mullerf...@cm17.com  wrote:

Hi!

As the title says it all, I am now left with the following error message
every time I try to yum update on F17:

sudo yum update
Loaded plugins: langpacks, presto, refresh-packagekit
Traceback (most recent call last):
File /bin/yum, line 29, inmodule
yummain.user_main(sys.argv[1:], exit_code=True)
File /usr/share/yum-cli/yummain.py, line 321, in user_main
errcode = main(args)
File /usr/share/yum-cli/yummain.py, line 146, in main
result, resultmsgs = base.doCommands()
File /usr/share/yum-cli/cli.py, line 485, in doCommands
return self.yum_cli_commands[self.basecmd].doCommand(self, 

self.basecmd,

self.extcmds)
File /usr/share/yum-cli/yumcommands.py, line 405, in doCommand
return base.updatePkgs(extcmds, update_to=(basecmd == 'update-to'))
File /usr/share/yum-cli/cli.py, line 878, in updatePkgs
self.update()
File /usr/lib/python2.7/site-packages/yum/__init__.py, line 4351, in
update
updates = self.up.getUpdatesTuples()
File /usr/lib/python2.7/site-packages/yum/__init__.py, line 1022, in
lambda
up = property(fget=lambda self: self._getUpdates(),
File /usr/lib/python2.7/site-packages/yum/__init__.py, line 827, in
_getUpdates
self._up = rpmUtils.updates.Updates(self.rpmdb.simplePkgList(),
self.pkgSack.simplePkgList())
File /usr/lib/python2.7/site-packages/yum/__init__.py, line 1003, in
lambda
pkgSack = property(fget=lambda self: self._getSacks(),
File /usr/lib/python2.7/site-packages/yum/__init__.py, line 767, in
_getSacks
self.repos.populateSack(which=repos)
File /usr/lib/python2.7/site-packages/yum/repos.py, line 265, in
populateSack
self.doSetup()
File /usr/lib/python2.7/site-packages/yum/repos.py, line 92, in 

doSetup

self.ayum.plugins.run('postreposetup')
File /usr/lib/python2.7/site-packages/yum/plugins.py, line 187, in 

run

func(conduitcls(self, self.base, conf, **kwargs))
File /usr/lib/yum-plugins/langpacks.py, line 79, in 

postreposetup_hook

for event, elem in iterparse(infile):
File string, line 107, in next
cElementTree.ParseError: no element found: line 1, column 0

Could someone be kind enough to tell me how to fix this?

Thanks a lot.

Fred
--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test






--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test


Odchozi zprava neobsahuje viry, protoze nebyla odeslana z Windows.
Otestovano zdarma a legalne na OS Linux.
(Proc pouzivat Linux - http://proc.linux.cz/).

--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: system crash while yumming and ...

2012-04-29 Thread Frederic Muller

On 04/30/2012 12:30 AM, Adam Pribyl wrote:


Do you know when the system had crashed? Something in the yum.log as the
last action?

Hi!

The system went black all of a sudden. Didn't check the log but now that 
the problem is fixed I can still take a peak if needed (I was doing 3 
things at the same time so the crash could be related to something 
totally unrelated to yum).


Thank you.
Fred
--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

system crash while yumming and ...

2012-04-28 Thread Frederic Muller

Hi!

As the title says it all, I am now left with the following error message 
every time I try to yum update on F17:


sudo yum update
Loaded plugins: langpacks, presto, refresh-packagekit
Traceback (most recent call last):
File /bin/yum, line 29, in module
yummain.user_main(sys.argv[1:], exit_code=True)
File /usr/share/yum-cli/yummain.py, line 321, in user_main
errcode = main(args)
File /usr/share/yum-cli/yummain.py, line 146, in main
result, resultmsgs = base.doCommands()
File /usr/share/yum-cli/cli.py, line 485, in doCommands
return self.yum_cli_commands[self.basecmd].doCommand(self, 
self.basecmd, self.extcmds)

File /usr/share/yum-cli/yumcommands.py, line 405, in doCommand
return base.updatePkgs(extcmds, update_to=(basecmd == 'update-to'))
File /usr/share/yum-cli/cli.py, line 878, in updatePkgs
self.update()
File /usr/lib/python2.7/site-packages/yum/__init__.py, line 4351, 
in update

updates = self.up.getUpdatesTuples()
File /usr/lib/python2.7/site-packages/yum/__init__.py, line 1022, 
in lambda

up = property(fget=lambda self: self._getUpdates(),
File /usr/lib/python2.7/site-packages/yum/__init__.py, line 827, 
in _getUpdates
self._up = rpmUtils.updates.Updates(self.rpmdb.simplePkgList(), 
self.pkgSack.simplePkgList())
File /usr/lib/python2.7/site-packages/yum/__init__.py, line 1003, 
in lambda

pkgSack = property(fget=lambda self: self._getSacks(),
File /usr/lib/python2.7/site-packages/yum/__init__.py, line 767, 
in _getSacks

self.repos.populateSack(which=repos)
File /usr/lib/python2.7/site-packages/yum/repos.py, line 265, in 
populateSack

self.doSetup()
File /usr/lib/python2.7/site-packages/yum/repos.py, line 92, in 
doSetup

self.ayum.plugins.run('postreposetup')
File /usr/lib/python2.7/site-packages/yum/plugins.py, line 187, 
in run

func(conduitcls(self, self.base, conf, **kwargs))
File /usr/lib/yum-plugins/langpacks.py, line 79, in 
postreposetup_hook

for event, elem in iterparse(infile):
File string, line 107, in next
cElementTree.ParseError: no element found: line 1, column 0

Could someone be kind enough to tell me how to fix this?

Thanks a lot.

Fred
--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test