Re: [pve-devel] Please help: beginner trying to compile Proxmox kernel 4.15

2018-09-24 Thread Fabian Grünbichler
On Sat, Sep 22, 2018 at 12:19:02PM +0700, The Anh Tran wrote: > Dear Teams, > > I have Dell EMC ScaleIO (renamed to VxFlexOS) license. > > ScaleIO has 3 components: > SDS: server storage provider. This component could be installed on Proxmox > ok. > MDM: distributed storage metadata management.

Re: [pve-devel] Please help: beginner trying to compile Proxmox kernel 4.15

2018-09-21 Thread The Anh Tran
Dear Teams, I have Dell EMC ScaleIO (renamed to VxFlexOS) license. ScaleIO has 3 components: SDS: server storage provider. This component could be installed on Proxmox ok. MDM: distributed storage metadata management. This is installed on a VM for HA & live-migration requirement. SDC: storage

Re: [pve-devel] Please help: beginner trying to compile Proxmox kernel 4.15

2018-09-13 Thread Fabian Grünbichler
On Thu, Sep 13, 2018 at 04:08:03PM +0700, The Anh Tran wrote: > Dear Teams, > > I've followed Fabian's instruction, and build process is success. that's a good start ;) > It turns out that: submodules/ubuntu-bionic downloading by build script, is > different than git clone >

Re: [pve-devel] Please help: beginner trying to compile Proxmox kernel 4.15

2018-09-13 Thread The Anh Tran
Dear Teams, I've followed Fabian's instruction, and build process is success. It turns out that: submodules/ubuntu-bionic downloading by build script, is different than git clone git://git.proxmox.com/git/mirror_ubuntu-bionic-kernel.git Minor suggestion: please update this tutorial

Re: [pve-devel] Please help: beginner trying to compile Proxmox kernel 4.15

2018-09-12 Thread Thomas Lamprecht
On 9/12/18 11:28 AM, Fabian Grünbichler wrote: > On Tue, Sep 11, 2018 at 04:54:46PM +0700, The Anh Tran wrote: >> /On branch master// >> //Your branch is up-to-date with 'origin/master'.// >> //nothing to commit (use -u to show untracked files)// >> / >> >> /compile-pve:/source# git clone -b

Re: [pve-devel] Please help: beginner trying to compile Proxmox kernel 4.15

2018-09-12 Thread Fabian Grünbichler
On Tue, Sep 11, 2018 at 04:54:46PM +0700, The Anh Tran wrote: > Dear Teams, > > On 9/11/2018 3:53 AM, Fabian Grünbichler wrote: > > I am not sure whether your manual git clones messed anything up or > > whether you somehow manage to trigger some error in our Make logic > > (entirely possible!),

Re: [pve-devel] Please help: beginner trying to compile Proxmox kernel 4.15

2018-09-11 Thread The Anh Tran
Dear Teams, On 9/11/2018 3:53 AM, Fabian Grünbichler wrote: I am not sure whether your manual git clones messed anything up or whether you somehow manage to trigger some error in our Make logic (entirely possible!), but a plain "make" after "git clone -b pve-kernel-4.15

Re: [pve-devel] Please help: beginner trying to compile Proxmox kernel 4.15

2018-09-10 Thread Fabian Grünbichler
On Mon, Sep 10, 2018 at 06:55:02PM +0700, The Anh Tran wrote: > [...] > > > /install: target > > 'debian/pve-kernel-4.15.18-4-pve/lib/modules/4.15.18-4-pve/kernel/drivers/net/ethernet/intel/igb/' > > is not a directory: No such file or directory// > > > //debian/rules:99: recipe for target

Re: [pve-devel] Please help: beginner trying to compile Proxmox kernel 4.15

2018-09-10 Thread The Anh Tran
Dear Thomas, On 9/10/2018 12:50 PM, Thomas Lamprecht wrote: Hi, FYI, zfsonlinux also has two submodules which may need initializing. cd /source/pve-kernel/submodules/zfsonlinux && make submodule also ensure that the correct commit is checked out on all submodules, i.e., git status -uno Does

Re: [pve-devel] Please help: beginner trying to compile Proxmox kernel 4.15

2018-09-09 Thread Thomas Lamprecht
Hi, On 9/10/18 5:12 AM, The Anh Tran wrote:> Dear Proxmox Dev Team, > > > I'm trying to re-compile Proxmox VE 5.2 kernel, 4.15 branch, but no success > so far. > > I've followed this README: > > https://git.proxmox.com/?p=pve-common.git;a=blob_plain;f=README.dev;hb=HEAD > > >

[pve-devel] Please help: beginner trying to compile Proxmox kernel 4.15

2018-09-09 Thread The Anh Tran
Dear Proxmox Dev Team, I'm trying to re-compile Proxmox VE 5.2 kernel, 4.15 branch, but no success so far. I've followed this README: https://git.proxmox.com/?p=pve-common.git;a=blob_plain;f=README.dev;hb=HEAD ### Install a fresh Proxmox VE 5.2 on my machine