Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Debian 9 fresh installation keeps freezing on and on

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
Ageras
Posts: 9
Joined: 2018-08-02 17:47

Re: Debian 9 fresh installation keeps freezing on and on

#16 Post by Ageras »

Back in topic, i'm trying to understand if the freezes are really related to graphics settings by looking at xorg.conf and trying to adjust /i can't see much to adjust though/, and looking on the internet. For now, i've still have no clues.
I've got this

Code: Select all

W: Target Sources (main/source/Sources) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:15
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list:14
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list:14
W: Target Translations (main/i18n/Translation-en_GB) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list:14
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list:14
W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list:14
W: Target DEP-11 (main/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list:14
W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list:14
W: Target DEP-11-icons-hidpi (main/dep11/icons-128x128.tar) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list:14
W: Target Sources (main/source/Sources) is configured multiple times in /etc/apt/sources.list:12 and /etc/apt/sources.list:15
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list:14
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list:14
W: Target Translations (main/i18n/Translation-en_GB) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list:14
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list:14
W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list:14
W: Target DEP-11 (main/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list:14
W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list:14
W: Target DEP-11-icons-hidpi (main/dep11/icons-128x128.tar) is configured multiple times in /etc/apt/sources.list:11 and /etc/apt/sources.list:14
from this tough:

Code: Select all

deb http://security.debian.org/debian-security stretch/updates main
deb-src http://security.debian.org/debian-security stretch/updates main

deb http://deb.debian.org/debian/ stretch main
deb-src http://deb.debian.org/debian/ stretch main

deb http://deb.debian.org/debian/ stretch main contrib non-free
deb-src http://deb.debian.org/debian/ stretch main contrib non-free

# stretch-updates, previously known as 'volatile'
deb http://ftp.fr.debian.org/debian/ stretch-updates main
deb-src http://ftp.fr.debian.org/debian/ stretch-updates main
And may I say, can't see why!

Your sincere,

Ageras

arzgi
Posts: 1197
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 32 times

Re: Debian 9 fresh installation keeps freezing on and on

#17 Post by arzgi »

Ageras wrote:Back in topic, i'm trying to understand if the freezes are really related to graphics settings by looking at xorg.conf and trying to adjust /i can't see much to adjust though/, and looking on the internet. For now, i've still have no clues.
I've got this

from this tough:

Code: Select all

11. deb http://deb.debian.org/debian/ stretch main

14. deb http://deb.debian.org/debian/ stretch main contrib non-free
And may I say, can't see why!

Your sincere,

Ageras
Lines 11 and 14, any similarities?

You don't need deb-src lines, if you are not going to compile from sources.

About freezing, others have already suggested good measures, I have nothing more on those.

Ageras
Posts: 9
Joined: 2018-08-02 17:47

Re: Debian 9 fresh installation keeps freezing on and on

#18 Post by Ageras »

arzgi wrote:
Ageras wrote:Back in topic, i'm trying to understand if the freezes are really related to graphics settings by looking at xorg.conf and trying to adjust /i can't see much to adjust though/, and looking on the internet. For now, i've still have no clues.
I've got this

from this tough:

Code: Select all

11. deb http://deb.debian.org/debian/ stretch main

14. deb http://deb.debian.org/debian/ stretch main contrib non-free
And may I say, can't see why!

Your sincere,

Ageras
Lines 11 and 14, any similarities?

You don't need deb-src lines, if you are not going to compile from sources.

About freezing, others have already suggested good measures, I have nothing more on those.
I see similarity, in facts. But the thing was to have both free and non free packages set. I thought that was the way, isn'it? To let Aptitude taking the free and non free from deb.debian.org source. And yes, i am going to compile from sources.
Well, I'll wait for somebody with more intuition then. The suggestions 'till now were requests of informations by the way.

arzgi
Posts: 1197
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 32 times

Re: Debian 9 fresh installation keeps freezing on and on

#19 Post by arzgi »

Ageras wrote:
arzgi wrote:
Ageras wrote:Back in topic, i'm trying to understand if the freezes are really related to graphics settings by looking at xorg.conf and trying to adjust /i can't see much to adjust though/, and looking on the internet. For now, i've still have no clues.
I've got this

from this tough:

Code: Select all

11. deb http://deb.debian.org/debian/ stretch main

14. deb http://deb.debian.org/debian/ stretch main contrib non-free
And may I say, can't see why!

Your sincere,

Ageras
Lines 11 and 14, any similarities?

You don't need deb-src lines, if you are not going to compile from sources.

About freezing, others have already suggested good measures, I have nothing more on those.
I see similarity, in facts. But the thing was to have both free and non free packages set. I thought that was the way, isn'it? To let Aptitude taking the free and non free from deb.debian.org source. And yes, i am going to compile from sources.
Well, I'll wait for somebody with more intuition then. The suggestions 'till now were requests of informations by the way.
You don't need line 11, since line 14 has main.

If you think X causes freezes, check /var/log/Xorg.n.log. n meaning single digit, 0 is the newest. sunrat suggested journalctl after freeze. Do that also.

Post Reply