Re: Re: ask for support packages for nfs-kernel-server

2019-05-20 Thread Dimitri John Ledkov
On Sat, 18 May 2019 at 16:21,  wrote:
>
> Hello Dimitri, Nish,
>
> @Dimitri
>
> I'm lucky to solve the problem with the indication of this site:
>
> https://askubuntu.com/questions/91815/how-to-install-software-or-upgrade-from-an-old-unsupported-release
>
> I think your suggestion is more from a developer point of view while the 
> above one is more from a user point of view.
>
> I tried your solution after applying the first method. It also works in the 
> chroot environment. Thanks!
>
> By the way, can we use mk-sbuild to create a cross develpment environment 
> (eg: a toolchain for ARM board on a IA32 machine) If it is not possible, why? 
> Thanks!
>

Yes you can.

$ mk-sbuild --target=armhf bionic

Will create a crosscompilation chroot from host arch (ie. amd64) to
armhf. Do observe the commands printed at the end to pass those
options to sbuild to cleanly crossbuild the packages.

> @Nish
>
> Thanks for you answer!
>
> Best regards
> Chenghao
>
>
>
> - Original Message -
> From: Dimitri John Ledkov 
> To: wangchenghao2...@sina.com
> Cc: ubuntu-devel-discuss 
> Subject: Re: ask for support packages for nfs-kernel-server
> Date: 2019-05-15 23:00
>
>
> On Thu, 9 May 2019 at 18:31,  wrote:
> >
> > Dear,
> >
> > I'm trying to install the package nfs-kernel-server on my Ubuntu 10.04.
> >
> > By the apt-get command, the following package are needed:
> > libgssglue1_0.1-4_i386.deb
> > libnfsidmap2_0.23-2_i386.deb
> > librpcsecgss3_0.19-2_i386.deb
> > portmap_6.0.0-1ubuntu2_i386.deb
> > nfs-common_1.2.0-4ubuntu4_i386.deb
> > nfs-kernel-server_1.2.0-4ubuntu4_i386.deb
> >
> > I cannot found the exact version for libgssglue1, libnfsidmap2 and 
> > librpcsecgss3. (I think it's due to the expired support of the Ubuntu 
> > version.) I tried the closest version of these packages that I can find. 
> > But there are dependency problems.
> >
> > I have spent a whole day trying to resolve it without success. Can you help 
> > to provide these pakcages? Thanks a lot!
> >
> > Best regards
> > Chenghao WANG
>
> As part of sunsetting obsolete ubuntu releases, they do get archived
> to old-releases, and both installation media and the apt archive are
> still available as a a final snapshot only.
> So one can still consume that, even from a modern amd64 Ubuntu
> release, for example:
> $ mk-sbuild lucid --arch=i386
> --debootstrap-mirror=http://old-releases.ubuntu.com/ubuntu/
> --debootstrap-keyring=/usr/share/keyrings/ubuntu-archive-removed-keys.gpg
> $ schroot -c lucid-i386 -u root
> $ apt-get install nfs-kernel-server
> (downloads and installs all the packages one needs)
> Enjoy, but do please upgrade to Ubuntu 18.04 LTS Bionic!
> --
> Regards,
> Dimitri.



-- 
Regards,

Dimitri.

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Re: ask for support packages for nfs-kernel-server

2019-05-18 Thread Zack Coffey
While it's nice to see you are happy with a solution, Dimitri's suggestion
is what you can expect with running such an old and unsupported version.

> I have spent a whole day trying to resolve it without success

That day would have been better spent installing 18.04 LTS and getting it
setup.

> By the way, can we use mk-sbuild to create a cross develpment environment
(eg: a toolchain for ARM board on a IA32 machine) If it is not possible,
why?

The path these questions are taking you can easily be eliminated by
installing 18.04 LTS.

It's your stuff, you do what you want. But keep in mind that the farther
away from current you get, the harder it's going to be.

On Sat, May 18, 2019 at 8:39 PM  wrote:

> Hello Dimitri, Nish,
>
> @Dimitri
>
> I'm lucky to solve the problem with the indication of this site:
>
>
> https://askubuntu.com/questions/91815/how-to-install-software-or-upgrade-from-an-old-unsupported-release
>
> I think your suggestion is more from a developer point of view while the
> above one is more from a user point of view.
>
> I tried your solution after applying the first method. It also works in
> the chroot environment. Thanks!
>
> By the way, can we use mk-sbuild to create a cross develpment environment
> (eg: a toolchain for ARM board on a IA32 machine) If it is not possible,
> why? Thanks!
>
> @Nish
>
> Thanks for you answer!
>
> Best regards
> Chenghao
>
>
>
> - Original Message -
> From: Dimitri John Ledkov 
> To: wangchenghao2...@sina.com
> Cc: ubuntu-devel-discuss 
> Subject: Re: ask for support packages for nfs-kernel-server
> Date: 2019-05-15 23:00
>
>
> On Thu, 9 May 2019 at 18:31,  wrote:
> >
> > Dear,
> >
> > I'm trying to install the package nfs-kernel-server on my Ubuntu 10.04.
> >
> > By the apt-get command, the following package are needed:
> > libgssglue1_0.1-4_i386.deb
> > libnfsidmap2_0.23-2_i386.deb
> > librpcsecgss3_0.19-2_i386.deb
> > portmap_6.0.0-1ubuntu2_i386.deb
> > nfs-common_1.2.0-4ubuntu4_i386.deb
> > nfs-kernel-server_1.2.0-4ubuntu4_i386.deb
> >
> > I cannot found the exact version for libgssglue1, libnfsidmap2 and
> librpcsecgss3. (I think it's due to the expired support of the Ubuntu
> version.) I tried the closest version of these packages that I can find.
> But there are dependency problems.
> >
> > I have spent a whole day trying to resolve it without success. Can you
> help to provide these pakcages? Thanks a lot!
> >
> > Best regards
> > Chenghao WANG
>
> As part of sunsetting obsolete ubuntu releases, they do get archived
> to old-releases, and both installation media and the apt archive are
> still available as a a final snapshot only.
> So one can still consume that, even from a modern amd64 Ubuntu
> release, for example:
> $ mk-sbuild lucid --arch=i386
> --debootstrap-mirror=http://old-releases.ubuntu.com/ubuntu/
> --debootstrap-keyring=/usr/share/keyrings/ubuntu-archive-removed-keys.gpg
> $ schroot -c lucid-i386 -u root
> $ apt-get install nfs-kernel-server
> (downloads and installs all the packages one needs)
> Enjoy, but do please upgrade to Ubuntu 18.04 LTS Bionic!
> --
> Regards,
> Dimitri.
> --
> Ubuntu-devel-discuss mailing list
> Ubuntu-devel-discuss@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss
>
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Re: ask for support packages for nfs-kernel-server

2019-05-18 Thread wangchenghao2123
Hello Dimitri, Nish,
@Dimitri

I'm lucky to solve the problem with the indication of this site: 

https://askubuntu.com/questions/91815/how-to-install-software-or-upgrade-from-an-old-unsupported-release
I think your suggestion is more from a developer point of view while the above 
one is more from a user point of view. 

I tried your solution after applying the first method. It also works in the 
chroot environment. Thanks!

By the way, can we use mk-sbuild to create a cross develpment environment (eg: 
a toolchain for ARM board on a IA32 machine) If it is not possible, why? Thanks!
@Nish
Thanks for you answer!

Best regardsChenghao



- Original Message -
From: Dimitri John Ledkov 
To: wangchenghao2...@sina.com
Cc: ubuntu-devel-discuss 
Subject: Re: ask for support packages for nfs-kernel-server
Date: 2019-05-15 23:00


On Thu, 9 May 2019 at 18:31,  wrote:
>
> Dear,
>
> I'm trying to install the package nfs-kernel-server on my Ubuntu 10.04.
>
> By the apt-get command, the following package are needed:
> libgssglue1_0.1-4_i386.deb
> libnfsidmap2_0.23-2_i386.deb
> librpcsecgss3_0.19-2_i386.deb
> portmap_6.0.0-1ubuntu2_i386.deb
> nfs-common_1.2.0-4ubuntu4_i386.deb
> nfs-kernel-server_1.2.0-4ubuntu4_i386.deb
>
> I cannot found the exact version for libgssglue1, libnfsidmap2 and 
> librpcsecgss3. (I think it's due to the expired support of the Ubuntu 
> version.) I tried the closest version of these packages that I can find. But 
> there are dependency problems.
>
> I have spent a whole day trying to resolve it without success. Can you help 
> to provide these pakcages? Thanks a lot!
>
> Best regards
> Chenghao WANG

As part of sunsetting obsolete ubuntu releases, they do get archivedto 
old-releases, and both installation media and the apt archive are
still available as a a final snapshot only.
So one can still consume that, even from a modern amd64 Ubuntu
release, for example:$ mk-sbuild lucid --arch=i386
--debootstrap-mirror=http://old-releases.ubuntu.com/ubuntu/
--debootstrap-keyring=/usr/share/keyrings/ubuntu-archive-removed-keys.gpg
$ schroot -c lucid-i386 -u root
$ apt-get install nfs-kernel-server
(downloads and installs all the packages one needs)
Enjoy, but do please upgrade to Ubuntu 18.04 LTS Bionic!
-- 
Regards,
Dimitri.
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: ask for support packages for nfs-kernel-server

2019-05-15 Thread Dimitri John Ledkov
On Thu, 9 May 2019 at 18:31,  wrote:
>
> Dear,
>
> I'm trying to install the package nfs-kernel-server on my Ubuntu 10.04.
>
> By the apt-get command, the following package are needed:
> libgssglue1_0.1-4_i386.deb
> libnfsidmap2_0.23-2_i386.deb
> librpcsecgss3_0.19-2_i386.deb
> portmap_6.0.0-1ubuntu2_i386.deb
> nfs-common_1.2.0-4ubuntu4_i386.deb
> nfs-kernel-server_1.2.0-4ubuntu4_i386.deb
>
> I cannot found the exact version for libgssglue1, libnfsidmap2 and 
> librpcsecgss3. (I think it's due to the expired support of the Ubuntu 
> version.) I tried the closest version of these packages that I can find. But 
> there are dependency problems.
>
> I have spent a whole day trying to resolve it without success. Can you help 
> to provide these pakcages? Thanks a lot!
>
> Best regards
> Chenghao WANG

As part of sunsetting obsolete ubuntu releases, they do get archived
to old-releases, and both installation media and the apt archive are
still available as a a final snapshot only.

So one can still consume that, even from a modern amd64 Ubuntu
release, for example:

$ mk-sbuild lucid --arch=i386
--debootstrap-mirror=http://old-releases.ubuntu.com/ubuntu/
--debootstrap-keyring=/usr/share/keyrings/ubuntu-archive-removed-keys.gpg
$ schroot -c lucid-i386 -u root
$ apt-get install nfs-kernel-server
(downloads and installs all the packages one needs)

Enjoy, but do please upgrade to Ubuntu 18.04 LTS Bionic!

-- 
Regards,

Dimitri.

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: ask for support packages for nfs-kernel-server

2019-05-09 Thread Nish Aravamudan
On Thu, May 9, 2019 at 11:31 AM  wrote:
>
> Dear,
>
> I'm trying to install the package nfs-kernel-server on my Ubuntu 10.04.

10.04 has been EOL for more than 4 years, since April 30, 2015.

-Nish
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss