On Tue, Oct 3, 2023 at 9:32 PM Gary Dale wrote:
>
> I'm running Debian/Bookworm on a headless server. The box has had a
> variety of roles and names. At one time it was called fanny after the
> groundbreaking rock band and because it had a lot of fans in it. This
> latter attribute led to it being
On Wed 04 Oct 2023 at 09:22:06 (+0700), Max Nikulin wrote:
> On 04/10/2023 01:29, Jörg-Volker Peetz wrote:
> > Max Nikulin wrote on 03/10/2023 12:11:
> > > apt list '?narrow(~i, !~Astable|~Astable-backports|!~O^Debian$|~o|~c)'
> >
> > In my experience the only tool that gives correct answers, is
>
On 4/10/23 11:12, Kushal Kumaran wrote:
Perhaps set AuthenticationMethods to publickey,keyboard-interactive in
sshd_config? Do read the full description of that parameter in the
manpage for other things that might interest you.
I finally managed to get my desired public key and google authen
On Tue, 3 Oct 2023 20:57:57 -0400
Gary Dale wrote:
> I can't find where the e-mail address is being set. Tracing down the
> smartmontools config files didn't turn up any obvious problems.
The email address is set with the -m option in the file
/etc/smartd.conf. I'd check that to see if you chan
On Wed, Oct 04 2023 at 10:08:14 AM, jeremy ardley
wrote:
> I have set up a server with sshd allowing public key access. I also
> set up google authenticator in pam by putting this line at the head of
> /etc/pam.d/sshd
>
> auth required pam_google_authenticator.so
>
> If I connect to the server wi
Oops. The 'grep -v -F' should be 'grep -v -f'. Well, 'grep -v -F -f'
would probably be appropriate as well.
mrc
On Tue, Oct 3, 2023 at 7:58 PM Mike Castle wrote:
>
> Some tools I've been using lately are apt-mark and "dpkg-query --show".
>
> The following UNTESTED commands (ran as a normal use
Some tools I've been using lately are apt-mark and "dpkg-query --show".
The following UNTESTED commands (ran as a normal user):
(apt-mark showauto ; apt-mark showmanual) > apt-thinks-you-installed.txt
dpkg-query --show --showformat='${Package}\n' | grep -v -F
apt-thinks-you-installed.txt > rest.t
On Tue, Oct 03, 2023 at 09:02:39PM -0500, John Hasler wrote:
> Add a CNAME record to your DNS.
Mail delivery is supposed to ignore CNAME records. Perhaps you meant
to say an MX record. But either way, the OP's question is still not
answered -- where is the recipient address configured?
My guess
On 04/10/2023 01:29, Jörg-Volker Peetz wrote:
Max Nikulin wrote on 03/10/2023 12:11:
apt list '?narrow(~i, !~Astable|~Astable-backports|!~O^Debian$|~o|~c)'
In my experience the only tool that gives correct answers, is
apt-show-versions in the package of the same name:
$ apt-show-versions |
Add a CNAME record to your DNS.
--
John Hasler
j...@sugarbit.com
Elmwood, WI USA
I have set up a server with sshd allowing public key access. I also set
up google authenticator in pam by putting this line at the head of
/etc/pam.d/sshd
auth required pam_google_authenticator.so
If I connect to the server without a public key I get the authenticator
prompt and then password
I'm running Debian/Bookworm on a headless server. The box has had a
variety of roles and names. At one time it was called fanny after the
groundbreaking rock band and because it had a lot of fans in it. This
latter attribute led to it being made into a file server and renamed
BigData.
The pro
pa...@quillandmouse.com wrote:
> On Tue, 3 Oct 2023 17:20:01 +0100
> Joe wrote:
>
> I believe The XFCE panel will go vertical, but it doesn't work right. I
> just want a row of icons, period. But I can't figure out how to make
> that happen; I get huge spaces between the icons. If you know how
>
On 10/3/23 12:03, Steve Matzura wrote:
I gave up on the NFS business and went back to good old buggy but
reliable SAMBA (LOL), which is what I was using when I was on Debian 8,
and which worked fine. Except for one thing, everything's great.
In /etc/fstab, I have:
//192.168.1.156/BigVol1 /m
On Tue, 3 Oct 2023 21:53:36 +0100
Joe wrote:
> I use the Third Option, the deskbar, which gives vertical panels at
> the side and as far as I can see, no spaces between anything, unless
> you actually place a separator. I use 36 pixels for the launcher
> panel and 44 pixels, on the other side,
On 03/10/2023 20:03, Steve Matzura wrote:
I gave up on the NFS business
Why?
and went back to good old buggy but reliable SAMBA (LOL)
:o
Sorry but I think you created bigger problem that you already had. NFS
works great, I've been using it for years and it never failed me. I
cannot image w
On Tue, 3 Oct 2023 14:58:48 -0400
wrote:
> On Tue, 3 Oct 2023 17:20:01 +0100
> Joe wrote:
>
> > Is this a matter of principle for the OP, or does the panel
> > interfere with something else? I have three panels, and for me they
> > are the main point of running a DE rather than just a window
>
On Tue, 3 Oct 2023 17:20:01 +0100
Joe wrote:
> Is this a matter of principle for the OP, or does the panel interfere
> with something else? I have three panels, and for me they are the main
> point of running a DE rather than just a window manager. But one of
> them contains an analogue clock and
I gave up on the NFS business and went back to good old buggy but
reliable SAMBA (LOL), which is what I was using when I was on Debian 8,
and which worked fine. Except for one thing, everything's great.
In /etc/fstab, I have:
//192.168.1.156/BigVol1 /mnt/bigvol1 civs
vers=2.0,credentials=/r
Ottavio Caruso wrote:
> Am 03/10/2023 um 10:43 schrieb Bret Busby:
> > Also, why do you not use, instead of the command that you specified,
> > shutdown -h
> > or, (if instead, wanted, for example, after doing a kernel update)
> > shutdown -r
> > ?
>
> Because all of these are just an alias to
Max Nikulin wrote on 03/10/2023 12:11:
apt list '?narrow(~i, !~Astable|~Astable-backports|!~O^Debian$|~o|~c)'
In my experience the only tool that gives correct answers, is apt-show-versions
in the package of the same name:
$ apt-show-versions | grep -v '/stable '
Beware, that it works with
On Tue, 3 Oct 2023 16:39:11 +0300
Roland Mueller wrote:
> XFCE4 panel ca be manually recreated by (as far as I remember)
> right-clicking into empty desktop space and then opening settings.
>
> Other option is mentioned here:
> https://docs.xfce.org/xfce/xfce4-panel/getting-started:
>
> Quote:
On Tue, 03 Oct 2023 11:38:02 +0100
Eric S Fraga wrote:
> On Tuesday, 3 Oct 2023 at 08:32, Sharon Kimble wrote:
> > Yes, calibre is very good, and I've at last managed to get it to
> > acknowledge the kindle scribe, but only by deleting most of the mtp
> > programs that I'd been installing to try
On Tue 03 Oct 2023 at 13:15:48 (+), Ottavio Caruso wrote:
> Am 03/10/2023 um 11:47 schrieb Ottavio Caruso:
> > Am 03/10/2023 um 10:43 schrieb Bret Busby:
> > > Also, why do you not use, instead of the command that you specified,
> > > shutdown -h
> > > or, (if instead, wanted, for example, afte
On 2023-10-03, Sharon Kimble wrote:
>
> File "calibre/customize/__init__.py", line 662, in load_actual_plugin
> File "importlib/__init__.py", line 126, in import_module
> File "", line 1050, in _gcd_import
> File "", line 1027, in _find_and_load
> File "", line 1006, in
> _fin
On 2023-10-03 02:43 +0200, Anders Andersson wrote:
> I recently installed Debian stable on my old desktop and my trusty old
> Thinkpad X200, without messing with any driver settings. Both are
> running the default gnome desktop with the same kernel.
>
> I installed the terminal emulator 'kitty' fr
XFCE4 panel ca be manually recreated by (as far as I remember)
right-clicking into empty desktop space and then opening settings.
Other option is mentioned here:
https://docs.xfce.org/xfce/xfce4-panel/getting-started:
Quote: "The panel will usually be started automatically as part of your
Xfce se
On Thu, 14 Sep 2023 22:17:35 +0200
Marco wrote:
> If I screw with this I'd prefer to do it at night or on a weekend to
> keep the systems running during business hours.
Followup:
I went through the list and resolved each conflict manually. I
launched usrmerge after every change and deleted/merg
On 3/10/23 17:14, Ottavio Caruso wrote:
Hi,
if open a terminal window and type:
$ sudo systemctl poweroff
I can see what is going on and sometimes it takes almost a minute to
power the laptop off.
If I press CTRL+ALT+DELETE from the GUI (Mate), the screen goes
completely blank and I have
On Tuesday, 3 Oct 2023 at 08:32, Sharon Kimble wrote:
> Yes, calibre is very good, and I've at last managed to get it to
> acknowledge the kindle scribe, but only by deleting most of the mtp
> programs that I'd been installing to try and get the scribe and my
> computer communicating with each
[.
Il 03/10/2023 04:01, Jeffrey Walton ha scritto:
Does it mean that you can not boot your *old* Clonezilla live after booting a
latest Clonezilla? If so, it is better to discuss the issue with shim or grub
developers.
Yes. If I load a Clonezilla live newer than 3.1.0-11, then I cannot boot
any
Hi,
What is the recommended way to find deb packages installed from
repositories other than stable? My current variant is
apt list '?narrow(~i, !~Astable|~Astable-backports|!~O^Debian$|~o|~c)'
I can not say that I fully understand how apt-patterns(7) work, so I am
afraid that I may miss so
On 03/10/2023 16:14, Ottavio Caruso wrote:
$ sudo systemctl poweroff
...
Is there a way to force verbosity during shutdown without opening a
terminal window or creating a keyboard shortcut?
Perhaps all you need is
sudo journalctl -b -1 -e
when you boot your machine next time. Likely so
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Eric S Fraga writes:
> On Sunday, 1 Oct 2023 at 15:25, Joe wrote:
>> Calibre converts/creates ebooks and is generally a useful accessory for
>> a Kindle or other hardware reader. No, I'm not on commission.
>
> +1 for calibre!
>
> I use it for mana
34 matches
Mail list logo