On 12/23/24 8:10 PM, Roy J. Tellason, Sr. wrote:
On Monday 23 December 2024 08:50:25 am Richard Owlett wrote:
On 12/22/24 3:18 PM, Roy J. Tellason, Sr. wrote:
[snip]
That depends. I want to be able to *use* the thing, right off, and not have
to fiddle with stuff to get it to work.
Confiden
On Monday 23 December 2024 08:50:25 am Richard Owlett wrote:
> On 12/22/24 3:18 PM, Roy J. Tellason, Sr. wrote:
> > [snip]
> > That depends. I want to be able to *use* the thing, right off, and not
> > have to fiddle with stuff to get it to work.
> >
> > Confident in my skills? Yeah, I'd sa
On Mon, Nov 4, 2024 at 9:22 AM Chris Green wrote:
>
> On Mon, Nov 04, 2024 at 11:10:03AM +, Chris Green wrote:
> > On Mon, Nov 04, 2024 at 05:34:49AM -0500, Felix Miata wrote:
> > >
> > > It's usually a good idea to disable CSM support (legacy/MBR booting), by
> > > whatever
> > > term your p
On Mon 04 Nov 2024 at 11:16:06 (+), Chris Green wrote:
> ... and if "Launch CSM" is disabled then when I boot from the Debain
> 12 USB stick I just get dropped into the grub menu and I can't do an
> install.
Can you describe the menu. We can't see over your shoulder.
Also, can you type c
On Mon, Nov 04, 2024 at 09:14:09AM -0600, David Wright wrote:
> On Mon 04 Nov 2024 at 11:16:06 (+), Chris Green wrote:
> > ... and if "Launch CSM" is disabled then when I boot from the Debain
> > 12 USB stick I just get dropped into the grub menu and I can't do an
> > install.
>
> Can you desc
On Mon, Nov 04, 2024 at 11:10:03AM +, Chris Green wrote:
> On Mon, Nov 04, 2024 at 05:34:49AM -0500, Felix Miata wrote:
> >
> > It's usually a good idea to disable CSM support (legacy/MBR booting), by
> > whatever
> > term your particular UEFI BIOS labels it.
> >
> The BIOS has "CSM Configur
On Mon, Nov 04, 2024 at 05:34:49AM -0500, Felix Miata wrote:
>
> It's usually a good idea to disable CSM support (legacy/MBR booting), by
> whatever
> term your particular UEFI BIOS labels it.
>
The BIOS has "CSM Configuration", if I go into that I'm offered:-
Launch CSM
Boot option fil
rent meaning with UEFI booting. One
> does not
> normally grub-install /dev/sda or /dev/nvme0n1 on UEFI systems.
>
> > The system has two SSD drives - /dev/nvme0 and /dev/sda. I'm
> > installing Debian on /dev/nvme0.
>
> > When I go to re-install the boot loa
On Mon, Nov 04, 2024 at 10:03:15AM +, Chris Green wrote:
>
> The whole installation ran without any problems but it simply fails to
> boot, I just get a blank black screen with a prompt at the top left
> cormer.
>
I just tried a second time (new install from scratch) and the result
is the sam
nstallation ran without any problems but it simply fails to
> boot, I just get a blank black screen with a prompt at the top left
> cormer.
What kind of prompt?
> I'm attempting to re-install the boot loader using the graphical
> rescue from the USB stick but it's not at al
get a blank black screen with a prompt at the top left
cormer.
I'm attempting to re-install the boot loader using the graphical
rescue from the USB stick but it's not at all clear which partition I
should be installing it on.
The system has two SSD drives - /dev/nvme0 and /dev/sda. I
On 24.04.2024 19:49, David Hörnlund wrote:
Hi debian-user,
I have an old QNAP TS-210 that would continue to be useful for me. If
it is still possible to use it with the latest Debian Stable.
There is a webpage at https://www.cyrius.com/debian/kirkwood/qnap/ts-219/
That have instruktions on h
On 05/02/2024 17:40, Dmitry wrote:
> It would not work with secure boot
Yes.
But secure boot is usually turned off. It is a standard advice during
Linux installation.
That advice may be standard for distributions that do not provide signed
shim and grub. Likely it is applicable for Arch an
On Mon, 2024-02-05 at 17:40 +0700, Dmitry wrote:
>
> But secure boot is usually turned off. It is a standard advice during
> Linux
> installation.
>
Will probably be increasingly common though, I've got a Microsoft
Surface Laptop that works fine with Debian, but if you switch off
secure boot, it
> It would not work with secure boot
Yes.
But secure boot is usually turned off. It is a standard advice during Linux
installation.
sudo -i
Thank you!
I am unsure what UUID you mean.
At Manjaro:
grubx64.efi is at the sdb1 - EFI vfat /dev/sdb1
grub.cfg is at the sdb2 - crypto_LUKS /dev/sdb2
grubx64.efi contains data UUID=""a8...b7" of /dev/sdb2 which is
TYPE="crypto_LUKS".
`blkid` output:
/dev/sdb2: UUID="a8...b7" T
On 03/02/2024 22:32, Dmitry wrote:
2. sudo bash
sudo -i
3. cd /boot/efi/EFI/Mangaro
4. strings grubx64.efi
5. And at the output of strings there is UUID and /boot/grub.
I am unsure what UUID you mean.
Summary: GRUB installation not only involves configuration of text
files, but
also it i
Tim Woodall composed on 2024-02-03 21:25 (UTC):
> Max Nikulin wrote:
>> It seems secure boot is disabled in your case, so I am wondering why you do
>> not boot xen.efi directly.
> Because the NVRAM is extremely tempremental.
Not in my experience. I recognized long ago that WRT non-removable m
On Sat, 3 Feb 2024, Max Nikulin wrote:
It seems secure boot is disabled in your case, so I am wondering why you do
not boot xen.efi directly.
Because the NVRAM is extremely tempremental. Most updates fail, or
worse, corrupt it to the point it's hard to get anything to boot.
Additionally, the
Main question is resolved.
GRUB knows how to reach grub.cfg because grubx64.efi binary has the UUID and
path to grub configurations.
1. sudo blkid;
2. sudo bash
3. cd /boot/efi/EFI/Mangaro
4. strings grubx64.efi
5. And at the output of strings there is UUID and /boot/grub.
Summary: GRUB insta
On 03/02/2024 02:15, Tim Woodall wrote:
$ cat /boot/efi/EFI/XEN/xen.cfg
[...]
I'd be interested if there's a way to tell grubx64.efi to look for a
particular partition UUID.
An example of such grub.cfg from EFI/debian has been posted already in
this thread
https://lists.debian.org/msgid-sea
On 03/02/2024 02:51, Thomas Schmitt wrote:
Max Nikulin wrote:
Just copy files from LiveCD (it should have EFI/Boot/bootx64.efi)
to the ESP partition on the USB stick.
The /EFI/boot directory of a bootable Debian ISO usually does not contain
the full GRUB equipment for EFI. Important parts of an
On 02/02/24 at 15:12, Dmitry wrote:
Going to read carefully.
https://www.debian.org/releases/buster/amd64/ch04s03.en.html
Interesting that Buster has more documentation than current release.
Nope, maybe you gave a quick read, the release notes of the current
release ¹ are exhaustive. If y
Hi,
Dmitry wrote:
> Yep. `dd` copy partitions table. Amazing.
Not so amazing after you realize that a partition table is just data on
the storage medium and not some special property of the storage device.
dd copies data. If these data contain a partition table and get copied to
the right place o
On Thu, 1 Feb 2024, Marco Moock wrote:
Am 01.02.2024 um 19:20:01 Uhr schrieb Tim Woodall:
$ cat /boot/efi/EFI/XEN/xen.cfg
[global]
default=debian
[debian]
options=console=vga smt=true
kernel=vmlinuz root=/dev/mapper/vg--dirac-root ro quiet
ramdisk=initrd.img
menuentry "Xen EFI NVME" {
On Sat, Feb 03, 2024 at 01:17:05AM +0700, Dmitry wrote:
> > Just copy files from LiveCD (it should have EFI/Boot/bootx64.efi) to the
> ESP partition on the USB stick.
>
> As I understand right now `dd` command applied to a device will copy all
> information including partitions table. Thus:
Actua
> Just copy files from LiveCD (it should have EFI/Boot/bootx64.efi) to the
ESP partition on the USB stick.
Yep. `dd` copy partitions table. Amazing.
```
dd will simply recreate the old partition scheme, as it is a bitwise copy &
applies no 'intelligence' to the operation.
```
https://askubunt
> Just copy files from LiveCD (it should have EFI/Boot/bootx64.efi) to the
ESP partition on the USB stick.
As I understand right now `dd` command applied to a device will copy all
information including partitions table. Thus:
dd if=debian-xx.iso of=/dev/sdb bs=4M status=progress; sync
Would
On Fri 02 Feb 2024 at 21:12:30 (+0700), Dmitry wrote:
> Going to read carefully.
>
> https://www.debian.org/releases/buster/amd64/ch04s03.en.html
>
> Interesting that Buster has more documentation than current release.
It appears the balance has now been spun off into a wiki page, at
https://
On 02/02/2024 21:06, Dmitry wrote:
Need additional research what to do with a FlashStick with several
partitions to make a LiveCD from it.
Just copy files from LiveCD (it should have EFI/Boot/bootx64.efi) to the
ESP partition on the USB stick.
Going to read carefully.
https://www.debian.org/releases/buster/amd64/ch04s03.en.html
Interesting that Buster has more documentation than current release.
> Do you want to install the OS on it?
Eventually no, I do not want OS on the Flash Stick.
The Flash Stick is only a testing place. I want OS at the SSD.
Now I am wondering how to prepare the Flash Stick to write LiveImage on it.
Because I already created a GPT table on that Flash and use deboo
Am 02.02.2024 schrieb Dmitry :
> I want OS at the SSD.
Then the ESP should be on that SSD too.
Max Nikulin schrieb:
On a *removable* drive EFI/Boot/bootx64.efi (that is actually
/usr/lib/shim/shimx64.efi.signed that loads grubx64.efi) may allow to
boot without modification of boot entries in NVRAM.
Yes, UEFI can (and must be able) to boot from a device without a boot
entry in the UEFI. O
On 02/02/2024 01:46, Dmitry wrote:
3. Now I want to boot using that Flash.
1. ESP is a partition that stores GRUB Binary. /boot/EFI/Name/grub64.eif
On a *removable* drive EFI/Boot/bootx64.efi (that is actually
/usr/lib/shim/shimx64.efi.signed that loads grubx64.efi) may allow to
boot without
Am 01.02.2024 um 19:20:01 Uhr schrieb Tim Woodall:
> $ cat /boot/efi/EFI/XEN/xen.cfg
> [global]
> default=debian
>
> [debian]
> options=console=vga smt=true
> kernel=vmlinuz root=/dev/mapper/vg--dirac-root ro quiet
> ramdisk=initrd.img
>
>
> menuentry "Xen EFI NVME" {
> insmod part_gpt
>
On Thu, 1 Feb 2024, Marco Moock wrote:
Am 02.02.2024 um 01:46:06 Uhr schrieb Dmitry:
2. ==>BAM<== some how that binary knows the system partition.
That information is on the EFI partition, where the GRUB bootloader
binary also resides.
root@ryz:/boot/efi/EFI# cat /boot/efi/EFI/debian/grub.c
On Fri, 2 Feb 2024, Dmitry wrote:
Hi Tim. The community is so kind.
So.
I'm not exactly sure what you're doing.
Understand how GRUB works, to boot myself.
1. Trying to install Debian on the Flash.
2. Use it by the Debootstrap.
3. Now I want to boot using that Flash.
Looks like a caught th
Am 02.02.2024 um 01:46:06 Uhr schrieb Dmitry:
> 2. ==>BAM<== some how that binary knows the system partition.
That information is on the EFI partition, where the GRUB bootloader
binary also resides.
root@ryz:/boot/efi/EFI# cat /boot/efi/EFI/debian/grub.cfg
search.fs_uuid 5b8b669d-xyz root hd0,gp
Hi Tim. The community is so kind.
So.
> I'm not exactly sure what you're doing.
Understand how GRUB works, to boot myself.
1. Trying to install Debian on the Flash.
2. Use it by the Debootstrap.
3. Now I want to boot using that Flash.
Looks like a caught the thread.
1. ESP is a partition tha
Am 02.02.2024 um 00:09:56 Uhr schrieb Dmitry:
> I made experiments with a FlashDrive, and create GPT there,
> if I want to use standard Debian Image how I should partition that
> flash drive (MBR, GPT)?
Do you want to install the OS on it?
For the partition table, I recommend GPT.
Do you want an
Huge thanks.
Your message starts the understanding.
And as well give a plenty of texts to read.
> EFI/debian/grub.cfg on the EFI System Partition contains filesystem UUID
where grub files reside.
All parts are simple But when compounding them together become messy.
In the Manjaro:
/boot/EFI/M
On Thu, 1 Feb 2024, Dmitry wrote:
Greetings!
After:
1. Creating GPT table and GPT partition with fdisk.
2. Copy data with a debootstrap.
3. Chroot into newly creating system.
I need to prepare that system for booting.
1. Install Kernel.
2. Install GRUB and Configure.
3. Add changes to UEFI to
> Why don't you use the normal setup?
Spend a lot of time on research, it would be nice to finish.
I made experiments with a FlashDrive, and create GPT there,
if I want to use standard Debian Image how I should partition that
flash drive (MBR, GPT)?
> Do you need a special configuration here or
On 01/02/2024 22:54, Marco Moock wrote:
Am 01.02.2024 schrieb Dmitry:
Use gdisk for that.
You can create an EFI partition there.
Choose Type EFI (EF00), 100MB.
Format it with FAT32.
550MiB is recommended in "Preparing your ESP"
http://www.rodsbooks.com/linux-uefi/#installing
see also
https://w
Am 01.02.2024 schrieb Dmitry :
Why don't you use the normal setup?
It does many tasks for you.
> After:
> 1. Creating GPT table and GPT partition with fdisk.
Use gdisk for that.
You can create an EFI partition there.
Choose Type EFI (EF00), 100MB.
Format it with FAT32.
> And at the point two (I
On 06/08/2023 22:48, m_josenh...@web.de wrote:
Hi,
I have today installed debian bookworm. I have a HP Officejet Pro 6380 printer
connected via usb and wlan (over the router).
In the past I had used KDE Neon. Before I updated KDE Neon to the version with
is Ubuntu 04.22. based. I could enter
Huzzah! Thanks for the help, Darac!
-m
On Thu, Nov 17, 2022 at 2:58 PM Darac Marjal
wrote:
>
> On 17/11/2022 19:32, Matt Zagrabelny wrote:
> > Greetings,
> >
> > I've done some searching but came up empty with the correct way to
> > install missing unicode fonts.
> >
> > For example, in my term
On 17/11/2022 19:32, Matt Zagrabelny wrote:
Greetings,
I've done some searching but came up empty with the correct way to
install missing unicode fonts.
For example, in my terminal I type "exa -l --icons" and I see:
(that is a rectangle with the codepoint: F158)
I don't see what F158 is
On 28.03.2022 23:33, Stephen P. Molnar wrote:
Has anyone managed the installation of the BIOVIA_2021.DS2021client?
Thanks in advance
-- Stephen P. Molnar, Ph.D. www.molecular-modeling.net 614.312.7528
(c) Skype: smolnar1
Out of pure curiosity, I've managed to run this proprietary application¹
On Mon 28 Mar 2022 at 14:33:36 -0400, Stephen P. Molnar wrote:
> Has anyone managed the installation of the BIOVIA_2021.DS2021client?
Have you considured your audience? Are we exoected to know what
you are talkig about? How long did it take you to compose and
send such an uninformative question?
On 12/7/2021 5:15 PM, Andrew M.A. Cater wrote:
On Tue, Dec 07, 2021 at 03:54:37PM +0100, Max Nadig wrote:
Hi,
I was trying to install Debian 10 via WSL on windows. The problem is, I
automatically get v11 Bullseye.
Is there some way to specify the version or load a custom Debian version with
W
On Tue, Dec 07, 2021 at 03:54:37PM +0100, Max Nadig wrote:
> Hi,
>
> I was trying to install Debian 10 via WSL on windows. The problem is, I
> automatically get v11 Bullseye.
> Is there some way to specify the version or load a custom Debian version with
> WSL?
>
> I already posted this questio
Hi,
https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/11.1.0-live+nonfree/amd64/iso-hybrid/debian-live-11.1.0-amd64-standard+nonfree.iso
# cp debian-live-11.1.0-amd64-standard+nonfree.iso /dev/sdb
# sync
for other live
https://cdimage.debian.org/cdimage/unofficial/non-fr
Sim Sim wrote:
> Is possible to install debian-11.1.0-i386-netinst.iso on 16Gb USB2.0-stick?
> A minimal environment, of course. And productivity do not need, just
> curiosity.
You can:
- write that ISO to the stick and use it as an installer
OR
- boot that ISO and select a stick like that as
lina wrote:
> I am interested in the old avogadro, instead of the current avogadro2 in
> bullseye.
>
> The link is here
> https://sourceforge.net/projects/avogadro/files/latest/download
>
> However, it needs qt4 support, which is the standard way to proceed with
> the qt4, which is not supported
On Vi, 03 sep 21, 08:09:25, Patrick Bartek wrote:
> On Fri, 3 Sep 2021 09:46:24 +0200 (CEST)
> Richard Forst wrote:
>
> > I purchased a new laptop HP Elitebook 840 G8, and am trying to
> > install Debian to it. However I encounter a problem.
> >
> > I change the bios setting, but when booting f
On Jo, 02 sep 21, 22:29:34, David Christensen wrote:
>
> The contents of the SSD ESP filesystem are not ideal and I still do not
> understand how the MacBook Pro firmware finds and/or chooses between boot
> loaders.
From my limited understanding of EFI the stick should have its own ESP
with grub
On Thu 02 Sep 2021 at 22:29:34 (-0700), David Christensen wrote:
> On 9/2/21 5:37 PM, David Wright wrote:
> > On Wed 01 Sep 2021 at 16:00:13 (-0700), David Christensen wrote:
> >
> > [three long posts]
> >
> > That was very useful. I've condensed it into a file (attached) for
> > my own use. The
On Fri, 3 Sep 2021 09:46:24 +0200 (CEST)
Richard Forst wrote:
> I purchased a new laptop HP Elitebook 840 G8, and am trying to
> install Debian to it. However I encounter a problem.
>
> I change the bios setting, but when booting from usb. What was shown
> on the screen is simply a grub env com
Ok I am kind of getting what goes wrong. First configure boot options to usb in
bios setting as usual.
Then do rebooting. After the screen displays HP logo, pressing esc button,
which will again enter the bios seting or that kind of screen but it will ask
(the screen will display) with several
On 9/2/21 5:37 PM, David Wright wrote:
On Wed 01 Sep 2021 at 16:00:13 (-0700), David Christensen wrote:
[three long posts]
That was very useful. I've condensed it into a file (attached) for
my own use. The footnotes are notes, guesses and queries.
I tried to file a bug report against the deb
On Wed 01 Sep 2021 at 16:00:13 (-0700), David Christensen wrote:
[three long posts]
That was very useful. I've condensed it into a file (attached) for
my own use. The footnotes are notes, guesses and queries.
My main question is — there are three identical listings taken at
different times; all
On 9/1/21 1:15 AM, didier gaumet wrote:
Hello,
Hello. :-)
Le mardi 31 août 2021 à 15:31 -0700, David Christensen a écrit :
[...]
I would like to install Debian 10 onto a USB flash drive as a
self-contained, bootable, full, live installation that I use with
this
and other Intel-based Macin
Hello,
Le mardi 31 août 2021 à 15:31 -0700, David Christensen a écrit :
[...]
> I would like to install Debian 10 onto a USB flash drive as a
> self-contained, bootable, full, live installation that I use with
> this
> and other Intel-based Macintosh computers.
You should even be able to use it
On 1/9/21 10:39, David Christensen wrote:
If I now power up the machine with the buster-mac USB flash drive
installed and hold the Option key, I see the MacBook firmware disk
window showing the internal SSD only; the target USB flash drive with
the Debian instance is not shown.
David
I'ts
On 8/31/21 3:53 PM, Dan Ritter wrote:
David Christensen wrote:
debian-user:
I have an Apple MacBook Pro (Retina, 15-inch, Mid 2015) with an Intel Core
i7-4770HQ processor, 16 GB memory, and 256 GB SSD:
If I now power up the machine with the buster-mac USB flash drive installed,
Debian starts.
David Christensen wrote:
> debian-user:
>
> I have an Apple MacBook Pro (Retina, 15-inch, Mid 2015) with an Intel Core
> i7-4770HQ processor, 16 GB memory, and 256 GB SSD:
>
>
> If I now power up the machine with the buster-mac USB flash drive installed,
> Debian starts.
>
>
>
> If I now pow
On Mon, Aug 16, 2021 at 03:46:51PM +0100, Morgan Read wrote:
> On 11/08/2021 11:30 pm, David Christensen wrote:
> > On 8/11/21 6:45 AM, Morgan Read wrote:
> >> After having overcome a fairly fundamental bug with calamares as
> >> described here:
> >> https://github.com/ca
On Mon, Aug 16, 2021 at 03:46:51PM +0100, Morgan Read wrote:
> On 11/08/2021 11:30 pm, David Christensen wrote:
> > On 8/11/21 6:45 AM, Morgan Read wrote:
> >> After having overcome a fairly fundamental bug with calamares as
> >> described here:
> >> https://github.com/calamares/calamares/issues/15
On 11/08/2021 11:30 pm, David Christensen wrote:
> On 8/11/21 6:45 AM, Morgan Read wrote:
>> After having overcome a fairly fundamental bug with calamares as
>> described here:
>> https://github.com/calamares/calamares/issues/1564#issuecomment-846321060
>> And, (unnecessarily as it turned out) re-i
On 8/11/21 6:45 AM, Morgan Read wrote:
Hi List,
Since my cry for (fairly minor) help here:
https://lists.debian.org/debian-user/2021/08/msg00461.html
I think I've dug myself into a bit of a deep hole.
After having overcome a fairly fundamental bug with calamares as described here:
https://github
Hi List,
Since my cry for (fairly minor) help here:
https://lists.debian.org/debian-user/2021/08/msg00461.html
I think I've dug myself into a bit of a deep hole.
After having overcome a fairly fundamental bug with calamares as described here:
https://github.com/calamares/calamares/issues/1564#issu
Ah, it DOES work, I got fooled by the footer when
comparing, but maybe it is the OpenBSD _man_ that
adds that because it ain't in the man page.
--
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal
On Wed, Feb 12, 2020 at 14:29 Greg Wooledge wrote:
> On Wed, Feb 12, 2020 at 02:26:26PM -0600, Tom Browder wrote:
> > Tixy, thanks. I did check the latest Deb 10 version but not the change
> log.
> > I was fooled by the Debian version number which looks like the BSD number
> > which I guess never
On Wed, Feb 12, 2020 at 02:26:26PM -0600, Tom Browder wrote:
> Tixy, thanks. I did check the latest Deb 10 version but not the change log.
> I was fooled by the Debian version number which looks like the BSD number
> which I guess never changes.
https://www.debian.org/security/faq#version
On Wed, Feb 12, 2020 at 12:13 Tixy wrote:
> On Wed, 2020-02-12 at 11:53 -0600, Tom Browder wrote:
> > I started looking in to use of OpenSMPTD for a mail server and have
> > installed it from Debian packages.
> >
> > In the process of reading a blog article by the current developer I
> > discover
Hi.
On Wed, Feb 12, 2020 at 11:53:09AM -0600, Tom Browder wrote:
> In the process of reading a blog article by the current developer I
> discovered the upstream is now at version 6.6.2p1+ after some serious
> security issues were discovered by SSL Labs (Qualys). Note that Debian
> 10 is on
Tom Browder writes:
> I started looking in to use of OpenSMPTD for a mail server and have
> installed it from Debian packages.
>
> In the process of reading a blog article by the current developer I
> discovered the upstream is now at version 6.6.2p1+ after some serious
> security issues were di
Quoting Tom Browder (2020-02-12 18:53:09)
> I started looking in to use of OpenSMPTD for a mail server and have
> installed it from Debian packages.
>
> In the process of reading a blog article by the current developer I
> discovered the upstream is now at version 6.6.2p1+ after some serious
>
On qua, 12 fev 2020, Tom Browder wrote:
I started looking in to use of OpenSMPTD for a mail server and have
installed it from Debian packages.
In the process of reading a blog article by the current developer I
discovered the upstream is now at version 6.6.2p1+ after some serious
security issue
On Wed, 2020-02-12 at 11:53 -0600, Tom Browder wrote:
> I started looking in to use of OpenSMPTD for a mail server and have
> installed it from Debian packages.
>
> In the process of reading a blog article by the current developer I
> discovered the upstream is now at version 6.6.2p1+ after some s
On Wed, Feb 12, 2020 at 11:53:09AM -0600, Tom Browder wrote:
> https://github.com/OpenSMTPD/OpenSMTPD
>
> I would like to install from source but I wonder if that is such a
> smart move, especially when we now use systemd and the source is set
> up with the traditional GNU automake system and I
On Thu, 12 Dec 2019 20:34:11 +
guy MARQUIS wrote:
> Linux,
>
> I am sad, I didn't get a response to my mouse lag question. Yes after
> 24 hours I get a blue ribbon for impatience.
>
> I read one forum that sounded similar to the bug I am getting, but it
> related to an AMD/GPU hybrid. And s
On 13.12.2019 1:34, guy MARQUIS wrote:
> Linux,
>
> I am sad, I didn't get a response to my mouse lag question. Yes after
> 24 hours I get a blue ribbon for impatience.
>
> I read one forum that sounded similar to the bug I am getting, but it
> related to an AMD/GPU hybrid. And suggested setting th
On 2019-12-11 13:51, guy MARQUIS wrote:
Just got a new server.
Installed Debian 9.9 on it and it ran fine, but it wouldn't install zfs or
glusterfs.
I heard Debian 10.2 had samba, glusterfs, and zfs pre-installed. so I got a
copy.
Now my mouse is buggy, moves painfully slow or jumps across s
lists, please approve this one-time message
> from a sender that is not subscribed, or if otherwise, please be kind to
> forward this email yourself. Thank you very much for your support.
>
>
> -- Forwarded message -----
> From: *Prof. Dr. Ruben Carlo Benante *
&g
Hi,
hans.ullr...@loop.de wrote:
> The "Surface RT" is capable to start of an usb-stick, but it is EFI secured.
What exactly do you mean by "EFI secured" ?
> However, the debian installer
> (on intel hardware) can be started with uefi, too, so why should the same
> not work with armhf?
I just d
On Jo, 16 mai 19, 14:01:43, Rory Campbell-Lange wrote:
> I've been struggling to fully setup some machines with A2SDi-8C-HLN4F
> motherboards and Intel x553 NICs (which require recent ixgbe support) as
> Debian stable machines.
>
> Thanks to considerable help from this list, I've been able to
> su
> On 7 Jun 2019, at 18:31, lina wrote:
>
> Hi,
>
> I have tried different version of debian and even ubuntu on latest macbook
> pro.
>
> I did the partition exactly follow very carefully based on the online
> documents but it still failed to detect the hard disk during
> installation. Besid
On Thu 16 May 2019 at 14:01:43 +0100, Rory Campbell-Lange wrote:
[...]
> Consequently I'd be grateful to know if:
>
> * it is possible to somehow install the backport kernel and dependencies
> during the netinstall process
> (apt-get install doesn't seem available on the virtual terminals)
On 2019-05-17, Rory Campbell-Lange wrote:
>>
>> I'm sure someone here can offer you the exact details of how to do that.
>
> Thanks again for the advice.
>
> I'm pretty sure dpkg isn't available in /target but I didn't try a
> chroot so maybe I'll give that another go!
Well, it's what seems to h
On 17/05/19, Curt (cu...@free.fr) wrote:
> On 2019-05-17, Rory Campbell-Lange wrote:
> > On 16/05/19, Curt (cu...@free.fr) wrote:
> >> On 2019-05-16, Rory Campbell-Lange wrote:
> >> >
> >> > * it is possible to somehow install the backport kernel and dependencies
> >> > during the netinstall pr
On 2019-05-17, Rory Campbell-Lange wrote:
> On 16/05/19, Curt (cu...@free.fr) wrote:
>> On 2019-05-16, Rory Campbell-Lange wrote:
>> >
>> > Consequently I'd be grateful to know if:
>> >
>> > * it is possible to somehow install the backport kernel and dependencies
>> > during the netinstall proc
On 16/05/19, Curt (cu...@free.fr) wrote:
> On 2019-05-16, Rory Campbell-Lange wrote:
> >
> > Consequently I'd be grateful to know if:
> >
> > * it is possible to somehow install the backport kernel and dependencies
> > during the netinstall process
> > (apt-get install doesn't seem available
On 2019-05-16, Rory Campbell-Lange wrote:
>
> Consequently I'd be grateful to know if:
>
> * it is possible to somehow install the backport kernel and dependencies
> during the netinstall process
> (apt-get install doesn't seem available on the virtual terminals)
I guess preseeding is one wa
Hello!
On Sat, 2019-04-27 at 18:56 +1000, Keith Bainbridge wrote:
> I haven't seen anything on this topic lately
>
> I noticed when I ran apt-get upgrade that synaptic was updated.
>
> Does this mean it is now generally available, or just that my manual
> install updated?
Yes. As I men
On 04/15/2019 01:12 AM, Brad Rogers wrote:
On Mon, 15 Apr 2019 17:32:47 +1000
Keith Bainbridge wrote:
Hello Keith,
I'm more intrigued that synaptic reportedly removed itself.
How is this possible, or did some other package force its removal?
Removal occurred because of otherwise unresolvabl
On 4/14/19 10:24 PM, Kieran Smyth wrote:
Hi,
For reasons unknown to me, synaptic uninstalled itself about three weeks
ago. I am using Buster on the desktop, with MATE as my desktop environment.
When i open up a terminal and try to re-install it, i get the following-
# apt update
Hit:1 http
Quoting Keith Bainbridge (2019-04-27 10:56:31)
> On 15/4/19 5:32 pm, Keith Bainbridge wrote:
> > Good afternoon All
> >
> >
> > I'm more intrigued that synaptic reportedly removed itself.
> >
> >
> > How is this possible, or did some other package force its removal?
> >
> >
> >
> > Keith Bai
1 - 100 of 2176 matches
Mail list logo