Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook
Pages (12): « Previous 1 ... 8 9 10 11 12 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
20th Aug, 2014, 02:59 AM
Post: #151
weezer Offline
Registered
Posts: 12
Joined: Jul 2014
Reputation: 0
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
(20th Aug, 2014 01:39 AM)Senseohasser Wrote:  I just tried to update my 13.1 RC2 Gotham Xbian/XBMC via putty and got the message: "A serious error occured while processing these packages"

In the details it states: "The following packages have unmet dependencies: libsystemd-login0 : Depends: libc6 >2.14 but 2.13-38+rpi2"

Does anybody know how to fix this?

I have The same problem. After the error I skipped this package and installed the other updates (staging). After the required restart all I see is a black screen with a cursor. After I pulled the plug I see the same black screen. No ssh, not in my network. I think I have to reinstall.

Wessel
Find all posts by this user
Quote this message in a reply
20th Aug, 2014, 04:30 AM
Post: #152
Lucifer Offline
Registered
Posts: 28
Joined: Jan 2014
Reputation: 1
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
How Not To Reinstall XBIAN:

Code:
1. Have a working system.
2. Fail it with upgrades.
3. Stop system.
4. Remove memory card or flash drive (where the main files are located).
5. Mount on Linux machine (I always have some portable or VR lying around).
6. Go in the drive find root folder.
7. su
8. cd /mount_point/root/@
9. rm -Rf *
10. cd ..
11. cp -pr @(put here the last known good working config string)/* @/*
12. (wait)
13. Dismount flash drive/SD Card
14. Put in RP
15. boot
16. profit

Let me explain.

This is one of the great things about BTRFS - backup of the file system.
So basically you mount the media with the now f****d up root system partition.
You go and delete it (I just like the feeling of making what made me angry disappear). Then go to the last known good copy of this partition and copy it in root. That is all ...

Windows does not support BTRFS ... but when was it good for anything except gaming?
Visit this user's website Find all posts by this user
Quote this message in a reply
20th Aug, 2014, 04:34 AM
Post: #153
weezer Offline
Registered
Posts: 12
Joined: Jul 2014
Reputation: 0
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
(20th Aug, 2014 04:30 AM)Lucifer Wrote:  How Not To Reinstall

......

This is one of the great things about BTRFS - backup of the file system.
So basically you mount the media with the now f****d up root system partition.
You go and delete it (I just like the feeling of making what made me angry disappear). Then go to the last known good copy of this partition and copy it in root. That is all ...

Windows does not support BTRFS ... but when was it good for anything except gaming?

And what about our poor windows/Mac users?
Find all posts by this user
Quote this message in a reply
20th Aug, 2014, 06:35 AM
Post: #154
Skywatch Offline
Registered
Posts: 1,018
Joined: Mar 2013
Reputation: 28
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
Hi,

I have the following in /etc/apt/sources list...

deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi
deb http://xbian.brantje.com/ stable main

These from xbian-config update mirrors.

When I upgrade via xbian-config, I get a 'serious error' message and it won't get any further. Never seen this before!

libsystemd-login0 : Depends: libc6 (>=2.14) but 2.13-38+rpi2..... I tried an apt-get install libc6 but it just gets 2.13. I also tried leaving out the libsystemd-login0 upgrade package but still get the same result. Can anyone can suggest a solution to this?

skywatch.
Find all posts by this user
Quote this message in a reply
20th Aug, 2014, 09:15 AM
Post: #155
particleman Offline
Registered
Posts: 7
Joined: Nov 2013
Reputation: 0
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
raspberry pi hangs at starting network, only when over clocking. It has nothing to do with my pi because im using turbo mode with 1.0Beta2 with no issues at all. I tried setting the network from dhcp to static with no effect. Is this a known issue?
Find all posts by this user
Quote this message in a reply
20th Aug, 2014, 06:40 PM
Post: #156
badmonkey Offline
Registered
Posts: 15
Joined: Nov 2013
Reputation: 1
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
I have the same issue - I did manage to get everything other than libsystemd-login0 updated though by selecting all the non-xbian packages (and excluding libsystemd as well). Those packages updated fine and then I selected all the xbian packages to update and they updated.

My resulting system booted and seems ok, however, it does not appear to fully power off on shutdown anymore - the video output turns off but the yellow leds on the pi remain active. It seems functional though.

(20th Aug, 2014 06:35 AM)Skywatch Wrote:  Hi,

I have the following in /etc/apt/sources list...

deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi
deb http://xbian.brantje.com/ stable main

These from xbian-config update mirrors.

When I upgrade via xbian-config, I get a 'serious error' message and it won't get any further. Never seen this before!

libsystemd-login0 : Depends: libc6 (>=2.14) but 2.13-38+rpi2..... I tried an apt-get install libc6 but it just gets 2.13. I also tried leaving out the libsystemd-login0 upgrade package but still get the same result. Can anyone can suggest a solution to this?

skywatch.
Find all posts by this user
Quote this message in a reply
20th Aug, 2014, 06:53 PM
Post: #157
Skywatch Offline
Registered
Posts: 1,018
Joined: Mar 2013
Reputation: 28
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
(20th Aug, 2014 06:40 PM)badmonkey Wrote:  I have the same issue - I did manage to get everything other than libsystemd-login0 updated though by selecting all the non-xbian packages (and excluding libsystemd as well). Those packages updated fine and then I selected all the xbian packages to update and they updated.

My resulting system booted and seems ok, however, it does not appear to fully power off on shutdown anymore - the video output turns off but the yellow leds on the pi remain active. It seems functional though.

I have done a manual upgrade and hit the python problem - solved that with the info in the wiki and carried on. Ran the nightly xbmc update and removed 14 packages as it suggested with autoremove.

Pi boots and seems to work but upon SSH access I get a message that bash has too many arguments.

But one ANNOYING thing is that once again it seems to overwrite the /etc/fstab file and my changes are gone after the upgrade!

skywatch
Find all posts by this user
Quote this message in a reply
20th Aug, 2014, 07:22 PM
Post: #158
Lucifer Offline
Registered
Posts: 28
Joined: Jan 2014
Reputation: 1
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
(20th Aug, 2014 04:34 AM)weezer Wrote:  
(20th Aug, 2014 04:30 AM)Lucifer Wrote:  How Not To Reinstall

......

This is one of the great things about BTRFS - backup of the file system.
So basically you mount the media with the now f****d up root system partition.
You go and delete it (I just like the feeling of making what made me angry disappear). Then go to the last known good copy of this partition and copy it in root. That is all ...

Windows does not support BTRFS ... but when was it good for anything except gaming?

And what about our poor windows/Mac users?

Probably there is a way to mount btrfs under MAC - as it is basically a unix port with nicer graphics ... so there should be packages ...
Visit this user's website Find all posts by this user
Quote this message in a reply
20th Aug, 2014, 08:56 PM
Post: #159
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
Windows users can just boot into the recovery console of XBian and restore the snapshots that way (through telnet). That's probably the prefered way anyway.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
22nd Aug, 2014, 01:28 AM
Post: #160
Smultie Offline
Moderator
******
Posts: 322
Joined: Feb 2013
Reputation: 16
Re: RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
(20th Aug, 2014 06:35 AM)Skywatch Wrote:  When I upgrade via xbian-config, I get a 'serious error' message and it won't get any further. Never seen this before!

libsystemd-login0 : Depends: libc6 (>=2.14) but 2.13-38+rpi2..... I tried an apt-get install libc6 but it just gets 2.13. I also tried leaving out the libsystemd-login0 upgrade package but still get the same result. Can anyone can suggest a solution to this?

skywatch.

Same problem here. Is related to raspbian, not xbian.
Find all posts by this user
Quote this message in a reply
22nd Aug, 2014, 01:49 AM
Post: #161
IriDium Offline
Inquisitor
******
Posts: 2,025
Joined: Jan 2013
Reputation: 170
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
Ditto - haven't been able to get around it.

Guess: Don't upgrade until further notice.

Please read before you post
How to post a log file

If you liked my help, click on "Thanks" to show your appreciation.
Find all posts by this user
Quote this message in a reply
24th Aug, 2014, 04:14 PM
Post: #162
weezer Offline
Registered
Posts: 12
Joined: Jul 2014
Reputation: 0
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
Did someone mentioned this problem to someone who can fix this? I am more than happy to do so if someone could tell me who can fix this problem.
Find all posts by this user
Quote this message in a reply
24th Aug, 2014, 11:25 PM
Post: #163
dreqzack Offline
Registered
Posts: 1
Joined: Aug 2014
Reputation: 0
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
(20th Aug, 2014 02:59 AM)weezer Wrote:  After the required restart all I see is a black screen with a cursor. After I pulled the plug I see the same black screen. No ssh, not in my network. I think I have to reinstall.

+1

Same problem here, black screen + cursor. But i can't remember having Problems with the libsystemd-login0 package. I was compiling the newest nzbget version from source and changing some other packages and also did the apt-get update && apt-get upgrade to "complete" everything. Everything worked fine until "sudo reboot"

After that, I was playing around with the suggestions posted by Lucifer.

Lucifer Wrote:This is one of the great things about BTRFS - backup of the file system.
So basically you mount the media with the now f****d up root system partition.
You go and delete it (I just like the feeling of making what made me angry disappear). Then go to the last known good copy of this partition and copy it in root. That is all ...

BTRFS is new to me (mostly Windows user, except my old netbook where i mounted the SD Card), but the idea behind sounds great for me.
I removed the files in "@" and replaced them with the files from various snapshots. But none of them make xbian boot.

Since there are two partitions, xbian-beta2 and xbian-boot, i guess the problem won't be fixed by changing files on xbian-beta2? I was also playing around with initiramfs.gz on "xbian-boot" or just say, i renamed the file to initramfs.gz.new and renamed the file initramfs.gz.old to initramfs.gz.
When i put my SD Card back into the Pi, the xbian splash screen appears, saying "init process", after some seconds the "xbian recovery" boots up. I don't know what to do next, but the recovery is way more than just a black screen with a cursor imo.

Of course, it's my fault for not having an up2date backup, but since i am still changing stuff on an almost daily base ... yeah .. you know what i mean.

I hope there will be another solution then reinstaling xbian.

PS: Thanks for your great work here and on xbian ( 1st post after lurking a long time ) and sorry for bad grammar (not my native language)
Find all posts by this user
Quote this message in a reply
25th Aug, 2014, 03:52 AM
Post: #164
Skywatch Offline
Registered
Posts: 1,018
Joined: Mar 2013
Reputation: 28
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
(24th Aug, 2014 11:25 PM)dreqzack Wrote:  and sorry for bad grammar (not my native language)

Hah! - Your grammar is a *lot* better than some of the native English speakers I know! - So no worries there!

(Just a shame I can't offer any help with the problems)

Skywatch
Find all posts by this user
Quote this message in a reply
26th Aug, 2014, 05:23 AM
Post: #165
Chris83 Offline
Registered
Posts: 11
Joined: Jul 2014
Reputation: 0
RE: Official XBian 1.0 RC 2 Gotham (XBMC 13) thread
I also couldn't update because of the dependency issue mentioned above.
Apparently there is no libc6 >=2.14 for ARM processors and I think the current package list is not looking for an ARM compatible libsystemd-login0. So I thought I update the files at least to the latest available level and see if I can avoid the issues people reported if you do not update them at all.
1. I first made a full backup.
2. I then manually installed the latest libc6 for ARM I could find:
wget https://archive.raspbian.org/raspbian/pool/main/e/eglibc/libc6_2.13-38+rpi2+deb7u3_armhf.deb
dpkg -i --force-all libc6_2.13-38+rpi2+deb7u3_armhf.deb
apt-get -f install
3. I manually installed the latest libsystemd-login0 for ARM I could find:
wget http://ftp.de.debian.org/debian/pool/main/s/systemd/libsystemd-login0_44-11+deb7u4_armhf.deb
dpkg -i --force-all libsystemd-login0_44-11+deb7u4_armhf.deb
apt-get -f install
4. Then I updated everything else (except libsystemd-login0, which still complains) via xbian-config.
5. Restarted and no issues so far. XBMC, Airplay, Transmission, Flexget, Samba and SSH is working.
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (12): « Previous 1 ... 8 9 10 11 12 Next »
Post Reply 


Possibly Related Threads...
Thread: Author Replies Views: Last Post
  Official XBian Raspberry B+ models thread IriDium 4 22,342 23rd Nov, 2014 09:14 PM
Last Post: 0xFF
  Official XBian 1.0 RC 2 thread IriDium 61 202,158 16th Aug, 2014 03:10 PM
Last Post: mehlvogel
  Official XBian 1.0 Gotham Testing theimmortal 109 369,130 10th May, 2014 01:47 AM
Last Post: IriDium
  Official XBian 1.0 RC 1 thread IriDium 173 611,881 1st May, 2014 02:44 PM
Last Post: dharmabm
  Official XBian 1.0 Beta 2 thread IriDium 411 1,456,042 7th Mar, 2014 09:56 PM
Last Post: leadergr
  Official XBian 1.0 Beta 1 thread Koenkk 303 1,236,108 12th Dec, 2013 12:46 AM
Last Post: Exnor
  Official XBian 1.0 Alpha 5 thread Koenkk 366 1,485,824 15th Aug, 2013 07:35 AM
Last Post: anthonyonions
  Official XBMC 12.2 Thread Koenkk 118 483,980 4th Jul, 2013 09:11 AM
Last Post: mk01
  Official XBMC 12.1 (xbian-package-xbmc 2.1) discussion Koenkk 111 470,254 10th May, 2013 11:59 PM
Last Post: Ghwomb

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 11th May, 2025, 02:21 PM Powered By MyBB, © 2002-2025 MyBB Group.