Re: [DNG] ..devuan to the rescue? Easiest possible newbie email server setup, ideas?

2020-09-29 Thread Simon Hobson
Alessandro Vesely via Dng wrote: >> I have no choice over the neighbours ! > Don't buy overly cheap connections... Doesn't matter how much you pay - unless you get an entire net-block to yourself then you have no control over the neighbours. Only the ISP has control over the neighbours. > An

Re: [DNG] X11: safe to remove?

2020-09-29 Thread Dimitris via Dng
iirc (seen it in buster upgrades), pinentry-gtk2 / pinentry-gnome3 bring in xauth package, which brings in X11. i would remove pinentry+xauth packages first, then X11 with autoremove - deborphan, and install pinentry-ncurses later, if needed.. 2c, d. On 9/29/20 4:57 AM, tempforever via Dng wr

[DNG] Complete system HDD encryption w/o LLVM.

2020-09-29 Thread Андрей via Dng
Hello. I've seen on the DeVuan web wite an article on complete system HDD encryption using LLVM. I have tried that one and found that it is impossible to change partiotion sizes once it was autopartiotioned, using LLVM full system HDD encryption. Question is, Is it possible to to achieve same go

Re: [DNG] Complete system HDD encryption w/o LLVM.

2020-09-29 Thread Mason Loring Bliss
On Tue, Sep 29, 2020 at 08:58:42PM +0700, Андрей via Dng wrote: > Question is, Is it possible to to achieve same goal without LLVM -- > i.e. to partition system HDD with fdisk, and then still have full > encryption? Yes, or at least, mostly. There needs to be unencrypted data that contains the de

Re: [DNG] Complete system HDD encryption w/o LLVM.

2020-09-29 Thread g4sra via Dng
On 29/09/2020 14:58, Андрей via Dng wrote: > Question is, Is it possible to to achieve same goal without LLVM -- > i.e. to partition system HDD with fdisk, and then still have full > encryption? Luks encrypt the whole HDD or a large partition first then overlay LVM to get resizeable volumes and s

Re: [DNG] Complete system HDD encryption w/o LLVM.

2020-09-29 Thread g4sra via Dng
On 29/09/2020 15:27, Mason Loring Bliss wrote: > On Tue, Sep 29, 2020 at 08:58:42PM +0700, Андрей via Dng wrote: > >> Question is, Is it possible to to achieve same goal without LLVM -- >> i.e. to partition system HDD with fdisk, and then still have full >> encryption? > > Yes, or at least, mostl

Re: [DNG] Complete system HDD encryption w/o LLVM.

2020-09-29 Thread Mason Loring Bliss
On Tue, Sep 29, 2020 at 04:02:35PM +0100, g4sra via Dng wrote: > Copy /boot over onto / > * rebuild the initramfs in the NEW /boot on / * > ^^^ > ^^^ you will need to hack the initramfs-tools scripts or they will > exclude the Luks key ^^^ If you include the "initramfs" option in /etc/crypttab, k

Re: [DNG] Complete system HDD encryption w/o LLVM.

2020-09-29 Thread g4sra via Dng
On 29/09/2020 19:05, Mason Loring Bliss wrote: > On Tue, Sep 29, 2020 at 04:02:35PM +0100, g4sra via Dng wrote: > >> Copy /boot over onto / >> * rebuild the initramfs in the NEW /boot on / * >> ^^^ > ^^^ you will need to hack the initramfs-tools scripts or they will >> exclude the Luks key ^^^ >