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

 

 

 

Status on the Stretch release

User discussion about Debian Development, Debian Project News and Announcements. Not for support questions.
Post Reply
Message
Author
User avatar
None1975
df -h | participant
df -h | participant
Posts: 1387
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 45 times
Been thanked: 64 times

Status on the Stretch release

#1 Post by None1975 »

Hi. This is a brief status. First off, a list of items with progress:
* Secure boot support: We got a signature from Microsoft on our shim bootloader.
* OpenSSL transition: Done.
* MySQL -> MariaDB transition: Done.
* gcc-5 removal: Done.
* RC bugs (key packages): We went from 150 to 40 RC bugs (since 2017-02-04).
* The stretch-backports suite now exists.
* DSA have successfully upgraded several servers including one buildd for all architectures except for arm{el,hf}.
* We are almost done with the "Before the freeze" part of the release checklist (just missing some buildds being upgraded to stretch).

Then we got some items that are WIP or where we are stalled:
* DSA have upgraded a arm{el,hf} buildd to stretch, but it fails to boot. At the current time, the cause is not known.
* Secure boot: We are still waiting for the FTP-masters to add signing support in DAK (#821051).
* We still got 40 RC bugs in key packages and we are getting further and further between fixes.
* We got some pending reviews of the release-notes from the kernel team and d-i.
* We have done some of the binNMUs for updating "Built-Using" headers,
but we are not done with all of them yet.
* We still have some pending bugs about issues for upgrades from jessie to stretch.
Details: https://lists.debian.org/debian-devel-a ... 00008.html
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

User avatar
levlaz
Posts: 179
Joined: 2012-09-27 12:06
Location: San Francisco, CA

Re: Status on the Stretch release

#2 Post by levlaz »

Thanks for sharing, looking forward to the latest and greatest version of Debian. :)
Best,

Lev
Blog

User avatar
Ardouos
Posts: 1075
Joined: 2013-11-03 00:30
Location: Elicoor II
Has thanked: 1 time
Been thanked: 4 times

Re: Status on the Stretch release

#3 Post by Ardouos »

There is only one Debian | Do not break Debian | Stability and Debian | Backports

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

Cefiar
Posts: 18
Joined: 2017-03-25 22:50

Re: Status on the Stretch release

#4 Post by Cefiar »

Just a note:

While the release update announcement mentions stretch-backports, it's still not quite ready.

See https://lists.debian.org/debian-devel-a ... 00010.html for details.

User avatar
acewiza
Posts: 357
Joined: 2013-05-28 12:38
Location: Out West

Re: Status on the Stretch release

#5 Post by acewiza »

A Big Thanks to everyone who works on Debian! I never cease to be impressed by the extent to which the Debian community goes to perform a methodical, systematic release process that always results in the best possible Debian. I really don't care how long it takes. Botched up quickly is not an option. 8)
Nobody would ever ask questions If everyone possessed encyclopedic knowledge of the man pages.

User avatar
Crewp
Posts: 61
Joined: 2013-08-02 18:25

Re: Status on the Stretch release

#6 Post by Crewp »

acewiza wrote:A Big Thanks to everyone who works on Debian! I never cease to be impressed by the extent to which the Debian community goes to perform a methodical, systematic release process that always results in the best possible Debian. I really don't care how long it takes. Botched up quickly is not an option. 8)
+1

jabowery
Posts: 1
Joined: 2017-05-19 12:45

Re: Status on the Stretch release

#7 Post by jabowery »

None1975 wrote:Hi. This is a brief status. First off, a list of items with progress:
* MySQL -> MariaDB transition: Done.
After upgrading from jessie to stretch, my system worked properly until reboot at which time the database server wasn't running.

Investigating I found

Code: Select all

# /etc/init.d/mysql start
was terminating at:

Code: Select all

# /etc/init.d/mysql start
+ set -e
+ set -u
+ test -x /usr/bin/mysqld_safe
+ exit 0
mysqld_safe does not exist on my system and I can't locate the package in stretch that supplies it using the normal methods.

Code: Select all

# updatedb
# locate mysqld_safe
/etc/mysql/conf.d/mysqld_safe_syslog.cnf
# apt list --installed |grep mysql

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

dbconfig-mysql/testing,testing,now 2.0.8 all [installed,automatic]
erlang-p1-mysql/testing,now 1.0.1-4 amd64 [installed,auto-removable]
libdbd-mysql-perl/testing,now 4.041-2 amd64 [installed,automatic]
mysql-client/now 5.5.55-0+deb8u1 all [installed,local]
mysql-client-5.5/now 5.5.55-0+deb8u1 amd64 [installed,local]
mysql-common/testing,testing,now 5.8+1.0.2 all [installed,automatic]
php-mysql/testing,testing,now 1:7.0+49 all [installed,automatic]
php5-mysqlnd/now 5.6.30+dfsg-0+deb8u1 amd64 [installed,local]
php5-mysqlnd-ms/now 1.6.0-1+b1 amd64 [installed,local]
php7.0-mysql/testing,now 7.0.16-3 amd64 [installed,automatic]

# apt list --installed |grep -i mariadb

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

libmariadbclient18/testing,now 10.1.22-3 amd64 [installed,automatic]
Then in an attempt to install MariaDB:

Code: Select all

# apt install default-mysql-server
...
After this operation, 109 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://ftp.se.debian.org/debian stretch/main amd64 mariadb-common all 10.1.22-3 [25.6 kB]
Get:2 http://ftp.se.debian.org/debian stretch/main amd64 mariadb-client-10.1 amd64 10.1.22-3 [1,247 kB]
Get:3 http://ftp.se.debian.org/debian stretch/main amd64 mariadb-client-core-10.1 amd64 10.1.22-3 [860 kB]
Get:4 http://ftp.se.debian.org/debian stretch/main amd64 gawk amd64 1:4.1.4+dfsg-1 [571 kB]
Get:5 http://ftp.se.debian.org/debian stretch/main amd64 galera-3 amd64 25.3.19-2 [955 kB]
Get:6 http://ftp.se.debian.org/debian stretch/main amd64 libjemalloc1 amd64 3.6.0-9.1 [89.8 kB]
Get:8 http://ftp.se.debian.org/debian stretch/main amd64 socat amd64 1.7.3.1-2+b1 [353 kB]
Get:10 http://ftp.se.debian.org/debian stretch/main amd64 default-mysql-server all 1.0.2 [3,048 B]
Get:7 http://caesar.ftp.acc.umu.se/debian stretch/main amd64 mariadb-server-core-10.1 amd64 10.1.22-3 [5,138 kB]
Get:9 http://saimei.ftp.acc.umu.se/debian stretch/main amd64 mariadb-server-10.1 amd64 10.1.22-3 [5,277 kB]
...
I opted to replace /etc/init.d/mysql and /etc/mysql/my.cnf with the distribution versions. However, this didn't permit mysqld (mariadb) to start:

Code: Select all

# mysqld --user=mysql --verbose
2017-05-19 14:30:01 140705247392320 [Note] Using unique option prefix 'key_buffer' is error-prone and can break in the future. Please use the full name 'key_buffer_size' instead.
2017-05-19 14:30:01 140705247392320 [Note] mysqld (mysqld 10.1.22-MariaDB-) starting as process 25394 ...

# mysql 
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2 "No such file or directory")

The problem cleared up upon reboot.

User avatar
Ardouos
Posts: 1075
Joined: 2013-11-03 00:30
Location: Elicoor II
Has thanked: 1 time
Been thanked: 4 times

Re: Status on the Stretch release

#8 Post by Ardouos »

Planned to be released on the 17th June.

https://lists.debian.org/debian-devel-a ... 00002.html
There is only one Debian | Do not break Debian | Stability and Debian | Backports

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

User avatar
sunrat
Administrator
Administrator
Posts: 6382
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 115 times
Been thanked: 456 times

Re: Status on the Stretch release

#9 Post by sunrat »

Yay!
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

silvaf6
Posts: 70
Joined: 2017-06-12 16:45

Re: Status on the Stretch release

#10 Post by silvaf6 »

Debian 9 "Stretch" Released

Code: Select all

silva@Commando-Linux:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  dosbox
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

silva@Commando-Linux:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  dosbox
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Ok...thanks xD
Was already on 9...

Post Reply