Page 1 of 1

LMDE Repositories

Posted: Tue Sep 18, 2012 11:23 am
by rdonnelly
Just wondering, what is the latest list of repositories?

Re: LMDE Repositories

Posted: Tue Sep 18, 2012 11:45 am
by zerozero
Bob,
if you are following the default repos, there was no change at all

Code: Select all

deb http://packages.linuxmint.com/ debian main upstream import
deb http://debian.linuxmint.com/latest testing main contrib non-free
deb http://debian.linuxmint.com/latest/security testing/updates main contrib non-free
deb http://debian.linuxmint.com/latest/multimedia testing main non-free
but i probably should ask first what repos you are using? :)

Code: Select all

inxi -r
tells you what

Re: LMDE Repositories

Posted: Tue Sep 18, 2012 11:57 am
by rdonnelly

Code: Select all

Repos:     Active apt sources in file: /etc/apt/sources.list
           deb http://packages.linuxmint.com/ debian main upstream import
           deb http://mirror.rts-informatique.fr/linuxmint/debian/ testing main contrib non-free
           deb http://mirror.rts-informatique.fr/linuxmint/debian/security/ testing/updates main contrib non-free
           deb http://mirror.rts-informatique.fr/linuxmint/debian/multimedia/ testing main non-free
           deb http://debian.linuxmint.com/latest testing main contrib non-free
           Active apt sources in file: /etc/apt/sources.list.d/bimsebasse-cinnamonextras.list
           deb-src http://ppa.launchpad.net/bimsebasse/cinnamonextras/ubuntu/ oneiric main
           Active apt sources in file: /etc/apt/sources.list.d/google-chrome.list
           deb http://dl.google.com/linux/chrome/deb/ stable main
           Active apt sources in file: /etc/apt/sources.list.d/google.list
           deb http://dl.google.com/linux/chrome/deb/ stable main
How do they look? Updating is throwing out errors.

Re: LMDE Repositories

Posted: Tue Sep 18, 2012 12:46 pm
by killer de bug
I don't like them at all ;)

Why have you this on LMDE ? deb-src http://ppa.launchpad.net/bimsebasse/cin ... as/ubuntu/ oneiric main

That's a ppa for ubuntu. Don't use it...

Re: LMDE Repositories

Posted: Tue Sep 18, 2012 12:47 pm
by zerozero
Bob,
have you made any change in the sources.list file lately? or have you installed/updated mint-debian-mirrors along with the new mintupdate-debian?
what's the output of

Code: Select all

apt policy mintupdate-debian mint-debian-mirrors
the reason i ask this:
you have this

Code: Select all

deb http://packages.linuxmint.com/ debian main upstream import
deb http://mirror.rts-informatique.fr/linuxmint/debian/ testing main contrib non-free
deb http://mirror.rts-informatique.fr/linuxmint/debian/security/ testing/updates main contrib non-free
deb http://mirror.rts-informatique.fr/linuxmint/debian/multimedia/ testing main non-free
deb http://debian.linuxmint.com/latest testing main contrib non-free
and should have this

Code: Select all

deb http://packages.linuxmint.com/ debian main upstream import 
deb http://mirror.rts-informatique.fr/linuxmint/debian/latest testing main contrib non-free
deb http://mirror.rts-informatique.fr/linuxmint/debian/latest/security testing/updates main contrib non-free
deb http://mirror.rts-informatique.fr/linuxmint/debian/latest/multimedia testing main non-free
- the 5th line wasn't changed to the new mirror and is a duplicate of the 2nd;
- on your 2nd, 3rd and 4th line is missing the word latest thus the repo is non-existent this way;

Re: LMDE Repositories

Posted: Tue Sep 18, 2012 2:05 pm
by rdonnelly
I did an update and it changed my repository lines, so I put in the 4 lines you posted, and now I am getting 1586 updates. So far, so good.

Re: LMDE Repositories

Posted: Tue Sep 18, 2012 2:13 pm
by rdonnelly
zerozero wrote:Bob,
have you made any change in the sources.list file lately? or have you installed/updated mint-debian-mirrors along with the new mintupdate-debian?
what's the output of

Code: Select all

apt policy mintupdate-debian mint-debian-mirrors

Code: Select all

mint-debian-mirrors:
  Installed: 2012.09.18
  Candidate: 2012.09.18
  Version table:
 *** 2012.09.18 0
        700 http://packages.linuxmint.com/ debian/main amd64 Packages
        100 /var/lib/dpkg/status
mintupdate-debian:
  Installed: 1.0.6
  Candidate: 1.0.6
  Version table:
 *** 1.0.6 0
        700 http://packages.linuxmint.com/ debian/main amd64 Packages
        100 /var/lib/dpkg/status
The update was going fine, then it stalled. I will run it again and see what the out put was.

Bob

Re: LMDE Repositories

Posted: Tue Sep 18, 2012 2:28 pm
by zerozero
rdonnelly wrote: The update was going fine, then it stalled. I will run it again and see what the out put was.

Bob
just take some caution because the servers are still under heavy load and can break anytime; if you don't get a clean output don't do it today.

Re: LMDE Repositories

Posted: Tue Sep 18, 2012 2:42 pm
by rdonnelly
Thanks Zero, I also had to do a

Code: Select all

sudo apt-get update
now it is progressing much better.

Re: LMDE Repositories

Posted: Wed Sep 19, 2012 2:59 pm
by rdonnelly
I got it all installed and I could no longer start the desktop, it booted to command line. For now I restored the partition with Clonezilla, there must be something in that pack that is messing with the video that should be ignored? My specs are in my sig.

This poster ignored the xserver and other files, but I am not sure I would ignore the other files? http://forums.linuxmint.com/viewtopic.p ... =xorg#wrap

Thanks Bob

Re: LMDE Repositories

Posted: Wed Sep 19, 2012 4:43 pm
by zombie
rdonnelly wrote:I got it all installed and I could no longer start the desktop, it booted to command line. For now I restored the partition with Clonezilla, there must be something in that pack that is messing with the video that should be ignored? My specs are in my sig.

This poster ignored the xserver and other files, but I am not sure I would ignore the other files? http://forums.linuxmint.com/viewtopic.p ... =xorg#wrap

Thanks Bob
I had the same problem after the update. Startx worked, so I ran

Code: Select all

sudo dpkg-reconfigure mdm
. That fixed the problem.

Re: LMDE Repositories

Posted: Wed Sep 19, 2012 5:34 pm
by zerozero
Bob your card is still supported and you should find the drivers for it in the repo; eventually you have to install and configure them before reboot.

Re: LMDE Repositories

Posted: Wed Sep 19, 2012 6:27 pm
by rdonnelly
zombie wrote:
rdonnelly wrote:I got it all installed and I could no longer start the desktop, it booted to command line. For now I restored the partition with Clonezilla, there must be something in that pack that is messing with the video that should be ignored? My specs are in my sig.

This poster ignored the xserver and other files, but I am not sure I would ignore the other files? http://forums.linuxmint.com/viewtopic.p ... =xorg#wrap

Thanks Bob
I had the same problem after the update. Startx worked, so I ran

Code: Select all

sudo dpkg-reconfigure mdm
. That fixed the problem.
You did that from command line when the GUI would not load?

Re: LMDE Repositories

Posted: Wed Sep 19, 2012 6:39 pm
by zombie
rdonnelly wrote:
zombie wrote:
rdonnelly wrote:I got it all installed and I could no longer start the desktop, it booted to command line. For now I restored the partition with Clonezilla, there must be something in that pack that is messing with the video that should be ignored? My specs are in my sig.

This poster ignored the xserver and other files, but I am not sure I would ignore the other files? http://forums.linuxmint.com/viewtopic.p ... =xorg#wrap

Thanks Bob
I had the same problem after the update. Startx worked, so I ran

Code: Select all

sudo dpkg-reconfigure mdm
. That fixed the problem.
You did that from command line when the GUI would not load?
Yes. Actually I logged in as root and ran the command without sudo. After that the computer booted to the mdm login screen.

Re: LMDE Repositories

Posted: Wed Sep 19, 2012 8:04 pm
by rdonnelly
I got it installed, now the terminal will not take any input, and all the dialog boxes look kind of dated?

Re: LMDE Repositories

Posted: Wed Sep 19, 2012 9:28 pm
by melbo
Make sure you run the post-upgrade tweaks:
http://debian.linuxmint.com/latest/update-pack.html

You may also want to run dist-upgrade rather than upgrade when moving to a new update pack.

Re: LMDE Repositories

Posted: Thu Sep 20, 2012 8:22 am
by rdonnelly
melbo wrote:Make sure you run the post-upgrade tweaks:
http://debian.linuxmint.com/latest/update-pack.html

You may also want to run dist-upgrade rather than upgrade when moving to a new update pack.
I installed Mint meta mate, but terminal still NG. Should I run dist-upgrade from a reboot recovery mode? I can not longer use the gui terminal.

Re: LMDE Repositories

Posted: Thu Sep 20, 2012 9:13 am
by Monsta
Have you used Mint-X-Metal theme before? Because your issue looks just like this one.

Re: LMDE Repositories

Posted: Thu Sep 20, 2012 11:41 am
by rdonnelly
Monsta wrote:Have you used Mint-X-Metal theme before? Because your issue looks just like this one.
Thanks Monsta, that was an easy fix! :mrgreen: