пт, 28 мар. 2025 г. в 11:41, Stanislav Vlasov :
> > For a medium-sized project (involving multiple programming languages and
> > several team members), which environment do you recommend?
Forgot to write.
Docker/k8s is not _development_ environment. Its deploy target.
--
Stanislav
пт, 28 мар. 2025 г. в 05:03, tim wade :
> For a medium-sized project (involving multiple programming languages and
> several team members), which environment do you recommend?
If it will be deployed to several servers and must work together —
k8s. At a single server — docker or may be podman or c
Hi,
Tim Woodall wrote:
> https://github.com/torvalds/linux/blob/master/include/uapi/linux/cdrom.h
> [...]
> ==4710== Warning: noted but unhandled ioctl 0x5395 with no size/direction
> hints.
ioctl CDROM_LAST_WRITTEN is something which software would call to
determine the readable size of a storag
On Wed, Mar 26, 2025 at 15:46:15 +0100, Nicolas George wrote:
> $ su
> # make install
>
> Whoopsie! The Makefile just pwned you.
That's a COMPLETELY separate discussion. Obviously I was referring to
software from reputable sources.
> $ make DESTDIR=/tmp/i install
> $ sud
On Thu 27 Mar 2025 at 22:14:03 (-0400), Michael Stone wrote:
> On Thu, Mar 27, 2025 at 08:29:50PM -0500, David Wright wrote:
> > Excellent, that solves the problem for those on old terminals or
> > lacking copy/paste. As for me, I'll continue to use /bin/su --login,
> > as I have for nigh on three
On 28/03/2025 05:13, George at Clug wrote:
Max suggested checking with journalctl which may help, but I am thinking
that if the computer is freezing, then nothing can get written to the
logs anyway, so searching logs may not help.
For example:
# journalctl --priority=err --no-pager
To be cl
On Thu, Mar 27, 2025 at 08:29:50PM -0500, David Wright wrote:
Excellent, that solves the problem for those on old terminals or
lacking copy/paste. As for me, I'll continue to use /bin/su --login,
as I have for nigh on three decades, so that I land in my preferred,
consistent cwd, /root.
su -
do
On Thu 27 Mar 2025 at 17:05:56 (-), Greg wrote:
> On 2025-03-26, David Wright wrote:
> >
> > As posted earlier today, a file in sudoers.d/ makes trivial admin
> > tasks like monitoring and logging easier, particularly where the
> > programs concerned can cause damage if the wrong options are us
On Thu 27 Mar 2025 at 13:58:10 (-0400), Greg Wooledge wrote:
> On Thu, Mar 27, 2025 at 12:48:35 -0500, David Wright wrote:
> > It could be argued that it would be simple enough to communicate
> > the user's cwd to root, as a workaround, so that it didn't have to
> > be retyped.
>
> You know what d
For setting up a software development environment from scratch, I’m
facing the following three options:
1. Deploy directly on the server, for example, running Kafka and Redis
on the server's operating system.
2. Use Docker containers on the server to deploy, for example, running
Kafka and Re
W. Pepperdine,
Apologies, but I am mostly out of ideas. Hopefully people with more
knowledge than myself will assist.
I could not see any issues in the logs that you provided.
I do not think your issue is with LightDM. I still think it might
be with hardware.
Max suggested checking with jo
Hi,
Pier Antonio Corradini wrote:
> Autenticity control (gpg --verify SHA512SUMS.sign SHA512SUMS.txt):
> [...]
> gpg: utilizzando la chiave RSA
> DF9B9C49EAA9298432589D76DA87E80D6294BE9B
> gpg: Firma BAD da "Debian CD signing key "
I assume that "Firma BAD" means bad signature.
I
Hi,
>From URL https://www.debian.org/download, debian-12.10.0-amd64-netinst.iso and
>SHA512SUMS and Signature.
From: certutil -hashfile debian-12.10.0-amd64-netinst.iso SHA512 ... iso file
integrity OK!
Autenticity control (gpg --verify SHA512SUMS.sign SHA512SUMS.txt):
gpg: Firma effettuata 03/1
On 2025-03-26, David Wright wrote:
>
> As posted earlier today, a file in sudoers.d/ makes trivial admin
> tasks like monitoring and logging easier, particularly where the
> programs concerned can cause damage if the wrong options are used.
I'm certain sudo has its use cases, but all I do persona
On Thu, Mar 27, 2025 at 12:48:35 -0500, David Wright wrote:
> It could be argued that it would be simple enough to communicate
> the user's cwd to root, as a workaround, so that it didn't have to
> be retyped.
You know what does that for you? sudo -s. Or su if you've configured
it with a one-lin
On Thu 27 Mar 2025 at 12:23:26 (+0200), Anssi Saari wrote:
> David Wright writes:
>
> > host!auser 09:57:47 /somewhere/that/is/obnoxiously/long/program-1.2.3$
> > /bin/su --login
> > Password:
> > bullseye on /dev/sda5 toto05
> > host 09:57:59 ~# cd /somewhere/that/is/obnoxiously/long/p
First all, sorry for top posting. The original thread is in the
cylindrical filing cabinet.
I started my day by checking my always on desktop and found it to be
frozen. At the time I was running KDE and VirtualBox (with a Trixie
instance) amongst other things. This is of no great concern to me
Hi,
On Thu, Mar 27, 2025 at 09:38:02PM +1030, Mal wrote:
> Without the conf package, I still don't get why it populated only one
> ipv4 nameserver target and ignored the ipv6 target.
Are you sure this is not just what the installation process did?
Without "resolvconf" the /etc/resolv.conf file i
Hi,
On Thu, Mar 27, 2025 at 03:24:24PM -, Greg wrote:
> I wonder humorously if this discussion might devolve into yet another
> gargantuan thread concerning resolv.conf and whether it's kosher to set
> the immutable bit on that file in order to prevent whatever the heck is
> writing to it fro
On 2025-03-27, Andy Smith wrote:
> Hi,
>
> On Thu, Mar 27, 2025 at 09:11:23AM -0400, Greg Wooledge wrote:
>> On Thu, Mar 27, 2025 at 13:06:54 +, Andy Smith wrote:
>> > Without "resolvconf" the /etc/resolv.conf file is just a static file so
>> > there's limited things that would be editing it.
On Thu, Mar 27, 2025 at 13:58:49 +, Andy Smith wrote:
> I think all DHCP clients in Debian have a "Recomends" relationship on
> resolvconf to do this modification for them.
hobbit:~$ apt-cache show isc-dhcp-client | grep -e Recommends -e resolv
Recommends: isc-dhcp-common
Suggests: resolvconf,
Hi,
On Thu, Mar 27, 2025 at 09:11:23AM -0400, Greg Wooledge wrote:
> On Thu, Mar 27, 2025 at 13:06:54 +, Andy Smith wrote:
> > Without "resolvconf" the /etc/resolv.conf file is just a static file so
> > there's limited things that would be editing it. The guesses of "you"
> > or "the installer
On Thu, Mar 27, 2025 at 13:06:54 +, Andy Smith wrote:
> Hi,
>
> On Thu, Mar 27, 2025 at 09:38:02PM +1030, Mal wrote:
> > Without the conf package, I still don't get why it populated only one
> > ipv4 nameserver target and ignored the ipv6 target.
>
> Are you sure this is not just what the ins
Anssi Saari wrote:
> David Wright writes:
>
> > host!auser 09:57:47 /somewhere/that/is/obnoxiously/long/program-1.2.3$
> > /bin/su --login
> > Password:
> > bullseye on /dev/sda5 toto05
> > host 09:57:59 ~# cd /somewhere/that/is/obnoxiously/long/program-1.2.3
> > host 09:58:08 /somew
On Thu, Mar 27, 2025 at 3:17 AM David wrote:
> On Thu, 27 Mar 2025 at 01:43, Timothy M Butterworth
> wrote:
>
> > Does anyone know if/when openMW will become available in Trixie? OpenMW
> is available in both Bookworm and Sid. I actually added the Sid repos to
> Trixie and installed openMW. It i
The interfaces.d directory was empty.
>
root@debian:/home/user:/etc/network/interfaces.d# ls -lt
total 0
Adding that package did add the missing v6 nameserver successfully -
thank you *Greg* !
To your question on the resolv.conf file - on another 12.10 machine, I
have the same conf and the file
On Thu, Mar 27, 2025 at 14:34:13 +1030, Mal wrote:
> root@debian:/home/user# more /etc/network/interfaces
> source /etc/network/interfaces.d/*
> # The loopback network interface
> auto lo
> iface lo inet loopback
>
> allow-hotplug enp1s0
> iface enp1s0 inet static
> address 12.34.56.78
> net
Max Nikulin writes:
> On 24/03/2025 15:23, Ralph Aichinger wrote:
>> Product Name: HP ZBook Fury 16 G10 Mobile Workstation PC
> [...]
>> Support is so good, that when I go into "Software" in the Gnome
>> applications menu, It will show me if a new firmware for the Thunderbolt
>> dock is avai
Hi,
On Thu, Mar 27, 2025 at 02:34:13PM +1030, Mal wrote:
> On Debian 6.1.129-1, I have a static network interface conf (no Netplan)
> with both IPv4 & IPv6 addressing and Name-servers set.
I don't know why only your IPv4 address is making it into resolv.conf,
but if the network setup is static th
The issue is the missing nameserver target in resolv. I am expecting
two in the echo.
Receiving records over the only nameserver target (v4) works fine
as expected - using DIG or ping.
In my configuration no IPv6 nameserver target is present in resolv,
hence it will never use IPv6 towards
> Here are outputs of a few queries on log entries
> from one of my XFCE installations. How do they compare
> with your logs? Can you see any reports on your
> computer that could point to what is causing your issue?
After a system freeze, I rebooted to the desktop as root and collected these
repo
Mal writes:
> On Debian 6.1.129-1, I have a static network interface conf (no Netplan)
> with both IPv4 & IPv6 addressing and Name-servers set.
[...]
> On another older machine (running kernel 4.9.35-v7+) with exactly the
> same configuration layout, I get BOTH the IPv4 & IPv6 addresses returne
Hello,
first of all the nameservers in /etc/resolv.conf are queried in order.
That means the 2'nd one is only queried when the first one does not
answer. Even NXDOMAIN is a valid answer.
So the first one should also return IPv6 over a IPv4 connection.
How do you query the nameserver? dig, 'get
33 matches
Mail list logo