Re: [Users] OVZ6 kernel panic on Debian 9

2017-07-21 Thread Narcis Garcia
El 21/07/17 a les 15:03, Marco d'Itri ha escrit: > On Jul 20, Narcis Garcia wrote: > >> In a Debian 9 installed with all defaults, if you change Systemd by >> SystemV, you loose most of desktop software. > Looks like you forgot to install systemd-shim then. > > > >

Re: [Users] OVZ6 kernel panic on Debian 9

2017-07-21 Thread Marco d'Itri
On Jul 20, Narcis Garcia wrote: > In a Debian 9 installed with all defaults, if you change Systemd by > SystemV, you loose most of desktop software. Looks like you forgot to install systemd-shim then. -- ciao, Marco signature.asc Description: PGP signature

Re: [Users] OVZ6 kernel panic on Debian 9

2017-07-20 Thread Narcis Garcia
El 19/07/17 a les 12:34, Marco d'Itri ha escrit: > On Jul 19, Alexey Zilber wrote: > >>Just came across this, which you may find interesting. Removing systemd >> took Devuan two years. >> http://troubleshooters.com/linux/systemd/bikebrakes.htm > Can you people obsessed by systemd please drop

Re: [Users] OVZ6 kernel panic on Debian 9

2017-07-19 Thread Marco d'Itri
On Jul 19, Alexey Zilber wrote: >Just came across this, which you may find interesting. Removing systemd > took Devuan two years. > http://troubleshooters.com/linux/systemd/bikebrakes.htm Can you people obsessed by systemd please drop this advocacy/bullshit? Debian 9 works fine with sysvinit

Re: [Users] OVZ6 kernel panic on Debian 9

2017-07-19 Thread Narcis Garcia
Thanks for the well-chosen reference; Steve Litt describes how to discover that Systemd is replacing GNU. Fortunately, there are other distributions that will be GNU/Linux for many time. El 19/07/17 a les 07:03, Alexey Zilber ha escrit: > Hi Narcis, > >Just came across this, which you may f

Re: [Users] OVZ6 kernel panic on Debian 9

2017-07-18 Thread Alexey Zilber
Hi Narcis, Just came across this, which you may find interesting. Removing systemd took Devuan two years. http://troubleshooters.com/linux/systemd/bikebrakes.htm -Alex On Tue, Jul 11, 2017 at 10:38 PM, Narcis Garcia wrote: > Alexey, Vasily, you were wrong. > The only barrier in Debian 8 is

Re: [Users] OVZ6 kernel panic on Debian 9

2017-07-13 Thread StalkR
Nice! Thanks for documenting. Looks like I was lucky not to have these filesystem issues since I've been upgrading my systems for a long time, no fresh install. And I learned something with vznetaddbr, used to do my own thing in mount scripts. On Wed, Jul 12, 2017 at 6:56 PM, Narcis Garcia wrote

Re: [Users] OVZ6 kernel panic on Debian 9

2017-07-12 Thread Narcis Garcia
Thanks for all the comments. Note that the wiki guides are for Debian. Possible needings for concrete 9 version are now explained it this wiki page: https://openvz.org/Installation_on_Debian_9 El 11/07/17 a les 21:47, Alexey Zilber ha escrit: > Hi Narcis, > > Looks like our attempts to dissuad

Re: [Users] OVZ6 kernel panic on Debian 9

2017-07-11 Thread Scott Dowdle
Greetings, - Original Message - > Looks like our attempts to dissuade you didn't work. 😂 I'm not sure > why you needed to use Debian 9. Yes, you were able to do it, but now > you have a few potential issues to keep in mind: Yeah, I don't get it either. I mean, the two main technical stre

Re: [Users] OVZ6 kernel panic on Debian 9

2017-07-11 Thread Alexey Zilber
Hi Narcis, Looks like our attempts to dissuade you didn't work. 😂 I'm not sure why you needed to use Debian 9. Yes, you were able to do it, but now you have a few potential issues to keep in mind: Take a look here:. https://www.reddit.com/r/debian/comments/45frah/remove_systemd_how/ Keep in

Re: [Users] OVZ6 kernel panic on Debian 9

2017-07-11 Thread Vasily Averin
Dear Narcis, thank you for investigations, great job! Thank you, Vasily Averin On 2017-07-11 17:38, Narcis Garcia wrote: > Alexey, Vasily, you were wrong. > The only barrier in Debian 8 is systemd, and the only additional barrier > in Debian 9 is default Ext4 feature "64bit". > > Followi

Re: [Users] OVZ6 kernel panic on Debian 9

2017-07-11 Thread Narcis Garcia
Alexey, Vasily, you were wrong. The only barrier in Debian 8 is systemd, and the only additional barrier in Debian 9 is default Ext4 feature "64bit". Following the initrd/mount message, I applied a comment from StalkR: upgrading from Debian 8. I've installed a clean Debain 8 (with Ext4), upgraded

Re: [Users] OVZ6 kernel panic on Debian 9

2017-07-11 Thread Alexey Zilber
It won't work. Please go through the two earlier responses. Debian 9 doesn't use initrd, so it will never work. Ext4 version is the least of your provlems. On Jul 11, 2017 6:06 PM, "Narcis Garcia" wrote: > I've debugged initrd steps, and localized an error in this action: > $ mount -r -t ext

Re: [Users] OVZ6 kernel panic on Debian 9

2017-07-11 Thread Narcis Garcia
I've debugged initrd steps, and localized an error in this action: $ mount -r -t ext4 /dev/sda1 /root EXT4-fs (sda1): error loading journal mount: Invalid argument If I try there same command without readonly option: $ mount -t ext4 /dev/sda1 /root EXT4-fs (sda1): couldn't mount RDWR because of

Re: [Users] OVZ6 kernel panic on Debian 9

2017-07-09 Thread Vasily Averin
Dear Narcis, according to screenshot, you have troubles with initrd image. Obviously image creation tool on Debian 9 cannot create proper image for old kernels. I doubt it can be fixed. Thank you, Vasily Averin On 2017-07-08 17:13, Narcis Garcia wrote: > Install procedure: > > RepoFil

Re: [Users] OVZ6 kernel panic on Debian 9

2017-07-08 Thread Scott Dowdle
Greetings, - Original Message - > Install procedure: > > RepoFile=/etc/apt/sources.list.d/openvz.list > RepoUrl=http://download.openvz.org/debian > echo "deb $RepoUrl jessie main" | sudo tee "$RepoFile" > echo "deb $RepoUrl wheezy main" | sudo tee -a "$RepoFile" > wget -qO - http://ftp.op