Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  GNOME 3 not run after D-U  (Read 6247 times)

Offline Hanisch

  • User
  • Posts: 455
GNOME 3 not run after D-U
« on: 2014/09/22, 13:54:56 »
Hello,

the last D-U has deinstalled all GNOME 3 extensions.

Instead the GNOME 3 Desktop it seems the message:
Code: [Select]
oh no! Something has gone wrong.
A problem has occured and the system can't recover.
All extensions have been disabled as a precaution.
                    Log out

How can I repair this?

regards
Ch. Hanisch



 

Online towo

  • Administrator
  • User
  • *****
  • Posts: 2.938
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline Hanisch

  • User
  • Posts: 455
Re: GNOME 3 not run after D-U
« Reply #2 on: 2014/09/22, 14:42:38 »
http://forum.siduction.org/index.php?topic=4963.0;topicseen
Das hilft mir leider auch nicht weiter
Code: [Select]
Be careful with dist-upgrades!Zu spät!

Was soll ich jetzt tun, um GNOME 3 wieder zum Laufen zui bekommen?

Gruß
Ch. Hanisch

Offline michaa7

  • User
  • Posts: 2.298
Re: GNOME 3 not run after D-U
« Reply #3 on: 2014/09/22, 16:08:23 »
I assume you need to manually revert all new gnome packages to the working older ones.

You need to find one of the new packges (apt/dpkg log) and try to go back to the previous version:

Code: [Select]
apt-get install <package>=>previous_version> -s
Most likely you get errors for broken dependencies. Then you include those allegedly broken packages to the install command:

Code: [Select]
apt-get install <package1>=>previous_version> <package2>=>previous_version> -s
You find the available vesions with:
Code: [Select]
apt-cache policy <package1> <package2>
It is boresome work, but you learn a lot and get confident about what's going on.
Ok, you can't code, but you still might be able to write a bug report for Debian's sake

Offline Hanisch

  • User
  • Posts: 455
Re: GNOME 3 not run after D-U
« Reply #4 on: 2014/09/22, 17:11:58 »
I assume you need to manually revert all new gnome packages to the working older ones.

You need to find one of the new packges (apt/dpkg log) and try to go back to the previous version:
How can I install the newest Packages?

regards
Ch. Hanisch


Offline michaa7

  • User
  • Posts: 2.298
Re: GNOME 3 not run after D-U
« Reply #5 on: 2014/09/22, 17:19:10 »
...
How can I install the newest Packages?


It seems you can't do this successfully because currently nobody can because at the time being there is no complete new set of working Gnome3 packages.
Ok, you can't code, but you still might be able to write a bug report for Debian's sake

Offline OppaErich

  • OLE
  • User
  • Posts: 381
Re: GNOME 3 not run after D-U
« Reply #6 on: 2014/09/22, 18:10:12 »
We're getting closer. Just two left, the libs get replaced by newer versions.
Code: [Select]
root@oppa-hex-ssd:~# apt-get -d dist-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages will be REMOVED:
  gnome gnome-shell-extensions libmarblewidget18 libmutter0d libvlccore7

Offline Hanisch

  • User
  • Posts: 455
Re: GNOME 3 not run after D-U
« Reply #7 on: 2014/09/23, 10:06:48 »
We're getting closer. Just two left, the libs get replaced by newer versions.
Code: [Select]
root@oppa-hex-ssd:~# apt-get -d dist-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages will be REMOVED:
  gnome gnome-shell-extensions libmarblewidget18 libmutter0d libvlccore7
Ok. - but how can I now or later install GNOME 3 again?

Code: [Select]
~$ sudo apt-get install gnome-shell gnome-shell-extensions
[sudo] password for benutzer:
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
gnome-shell ist schon die neueste Version.
gnome-shell-extensions ist schon die neueste Version.
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.

The newest Version give me the original-message from Start-posting again  - why?

Code: [Select]
~$ apt-cache policy gnome-shell
gnome-shell:
  Installiert:           3.14.0-1
  Installationskandidat: 3.14.0-1
  Versionstabelle:
 *** 3.14.0-1 0
        500 http://http.debian.net/debian/ unstable/main i386 Packages
        100 /var/lib/dpkg/status

~$ apt-cache policy gnome-shell-extensions
gnome-shell-extensions:
  Installiert:           3.14.0-2
  Installationskandidat: 3.14.0-2
  Versionstabelle:
 *** 3.14.0-2 0
        500 http://http.debian.net/debian/ unstable/main i386 Packages
        100 /var/lib/dpkg/status
I have made in Runlevel 3:
Code: [Select]
apt-get update
apt-get dist-upgrade
...
Fehler traten auf beim Bearbeiten von:
/var/cache/apt/archives/kate_4%3a4.1-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
and than:
Code: [Select]
apt-get dist-upgrade -fIt's right, or what should I do?

 
regards
Ch. Hanisch
« Last Edit: 2014/09/28, 14:08:01 by Hanisch »

Offline Hanisch

  • User
  • Posts: 455
Re: GNOME 3 not run after D-U
« Reply #8 on: 2014/10/03, 12:42:36 »
Hi,
meanwhile  I have my siduction-Firestarter with gnome-shell 3.14.0-1 topically.
It works in a VirtualBox 4.3.16  from ORACLE-Homepage https://www.virtualbox.org/wiki/Downloads (Debian 7 ("Wheezy") i386) under Host aptosid.
I have installed the VBoxGuestAdditions-4.3.16 in the Guest siduction.

But now I can't enter the GNOME-session with this message (vide attachment).

I found out that the reason for this mystic message is because the VBoxGuestAddions-4.3.16 and gnome-shell 3.14.0-1 are incompatible.
After uninstalling the VBoxGuestAdditions from /opt/VBoxGuestAdditions-4.3.16/uninstall.sh the GNOME-session and KDE-session works well again.

I think the passed gnome-shell Version in siduction has a bug because of the mystic message come up.
The KDE-session works fine anyway.


with regards
Ch. Hanisch
« Last Edit: 2014/10/03, 12:45:42 by Hanisch »

Offline Hanisch

  • User
  • Posts: 455
Re: GNOME 3 not run after D-U
« Reply #9 on: 2014/10/04, 09:51:13 »
Hi,
to verify the problem please make this:
1) Install the VirtualBox 4.3.16 from ORACLE Homepage https://www.virtualbox.org/wiki/Downloads in your Host Distro.
2) Create a new machine for siduction and install it from siduction-13.2.1-december-gnome-i386-201401272119.iso
3) Boot the siduction and install the VBoxGuestAdditions-4.3.16. Than make a D-U in Runlevel 3 to gnome-shell Version 3.14.1-0 .
4) Reboot and you should have the mystic message and GNOME will not run

5) Boot with a Live-DVD and uninstall the VBoxGuestAddions-4.3.16 with
Code: [Select]
nount /dev/sda1 /media/x
mount -o bind /dev /media/x/dev
mount -o bind /sys /media/x/sys
mount -t proc /proc /media/x/proc
cp /proc/mounts /media/x/etc/mtab
cp /etc/resolv.conf /media/x/etc/resolv.conf
chroot /media/x /bin/bash -i

cd /opt/VBoxGuestAdditions-4.3.16
sh ./uninstall.sh
exit
6) Boot the siduction and GNOME works well again without GuestAdditions

With regards
Ch. Hanisch
« Last Edit: 2014/10/04, 21:51:02 by Hanisch »

Offline ayla

  • User
  • Posts: 1.744
Re: GNOME 3 not run after D-U
« Reply #10 on: 2014/10/04, 11:44:14 »
no need to use a live cd and chroot.

Just tell grub to boot to runlevel 3 by adding a 3 to kernel-command-line on grub's boot screen


I really don't understand why you are splitting the infos by running 3 threads for one problem...

Offline Hanisch

  • User
  • Posts: 455
Re: GNOME 3 not run after D-U
« Reply #11 on: 2014/10/04, 17:56:31 »
Hi

the solution is found.
Oh, wonderful. It works fine now with the VBoxGuestAdditions_4.3.17-96277.iso installed in siduction Guest.
Code: [Select]
Zitat von: der_bud am Heute um 05:10:03

    There are Testbuilds at https://www.virtualbox.org/wiki/Testbuilds, the last two lines for guestadditions and extpack.

 The gnome-shell Version 3.14.1-0 is compatible with this newest VBoxGuestAdditions-4.3.17.
Thank you very much.

with regards
Ch. Hanisch

Offline Hanisch

  • User
  • Posts: 455
Re: GNOME 3 not run after D-U
« Reply #12 on: 2014/10/04, 20:57:52 »
I really don't understand why you are splitting the infos by running 3 threads for one problem...
These treads was necessary to find a way for problem to solve.
Some postings was defaming and not constructive.

with regards
Ch. Hanisch

Offline ayla

  • User
  • Posts: 1.744
Re: GNOME 3 not run after D-U
« Reply #13 on: 2014/10/05, 03:11:01 »
@Hanisch:

more then one thread for the same problem is contraproductiv. Gathering the splitted information is time consuming -for the helper as for the one being helped.

In many fora people for this reason refuse to answer if they discover that the same question is posted more then once -even if it is not in the same forum.

In many fora insisting on were a thread has to be placed when a dev or admin decided otherwise -with reason as you have seen- may lead to getting ignored at best.

Telling any helping person who is around here longer then three weeks what a rolling release is also not very smart.

Siduction forum is here very tolerant.


Offline Hanisch

  • User
  • Posts: 455
Re: GNOME 3 not run after D-U
« Reply #14 on: 2014/10/05, 10:54:56 »
Telling any helping person who is around here longer then three weeks what a rolling release is also not very smart.
Sorry, I have not known that the rolling of siduction has Hold points for released issues.
My old aptosid is from  "sidux 2009-01 Ουρανός - kde-full - (200902151348)" and nobody has ask me in past for release.

with best regards
Ch. Hanisch