Re: lower cpu speed

2024-10-24 Thread David Wright
On Thu 24 Oct 2024 at 21:20:28 (-0500), David Wright wrote: [ … ] > Apologies ditto. That should have read: Apologies, BTW, for losing the threading, but for some reason, my email host rejected so many permutations of my post (nine, in fact) that it became apparent the problem might lie in the

Re: DNS on minimal new installation

2024-10-24 Thread Joe
On Thu, 24 Oct 2024 20:16:30 +0100 Chris Green wrote: > I have just installed Debian Bookworm on my backup server which is a > Fujitsu Esprimo Q556 with an 8TB external USB drive for backup. I was > previously running xubuntu there. > > It has all gone very straightforwrdly, the actual installa

Re: DNS on minimal new installation

2024-10-24 Thread tomas
On Thu, Oct 24, 2024 at 04:31:18PM -0400, Greg Wooledge wrote: > On Thu, Oct 24, 2024 at 21:24:17 +0100, Joe wrote: > > In an installation not using a DHCP client, you would be expected to > > make your own DNS and gateway arrangements along with the IP address. > > OK. I'm guessing that's not re

Re: battery tester

2024-10-24 Thread tomas
On Thu, Oct 24, 2024 at 09:44:55PM +0100, Joe wrote: > On Thu, 24 Oct 2024 14:10:53 -0400 > "Roy J. Tellason, Sr." wrote: > > > On Wednesday 23 October 2024 11:14:52 am Jeffrey Walton wrote: [...] > The CH340 is a well-known device, and the usbserial module along with > something like cp210x sh

DNS on minimal new installation

2024-10-24 Thread Chris Green
I have just installed Debian Bookworm on my backup server which is a Fujitsu Esprimo Q556 with an 8TB external USB drive for backup. I was previously running xubuntu there. It has all gone very straightforwrdly, the actual installation only took half an hour or so and configuring things not much

Re: apache2 error after upgrade Buster->Bookworm

2024-10-24 Thread Michel Verdier
On 2024-10-23, aces and eights wrote: > $ apache2 -V > [Wed Oct 23 08:57:39.760030 2024] [core:warn] [pid 4112:tid 4112] AH00111: > Config variable ${APACHE_RUN_DIR} is not defined > apache2: Syntax error on line 80 of /etc/apache2/apache2.conf: > DefaultRuntimeDir must be a valid directory, absol

Re: Grub menu entry for a system on a second drive.

2024-10-24 Thread David Wright
On Thu 24 Oct 2024 at 12:52:59 (-0700), pe...@easthope.ca wrote: > root@imager:~# grep PROBER /etc/default/grub > GRUB_DISABLE_OS_PROBER=true > > Also, > > root@imager:~# cat /etc/grub.d/40* > #!/bin/sh > exec tail -n +3 $0 > # This file provides an easy way to add custom menu entries. Simply ty

Re: lower cpu speed

2024-10-24 Thread David Wright
On Thu 24 Oct 2024 at 20:34:18 (-0400), e...@gmx.us wrote: > On 10/24/24 20:01, David Wright wrote: > > Because of the ownership: > > > >$ ls -l /var/cache/apt/archives/ > >total 4 > >-rw-r- 1 root root0 Apr 16 2022 lock > >drwx-- 2 _apt root 4096 Oct 22 19:00 partial >

Re: battery tester

2024-10-24 Thread tomas
On Thu, Oct 24, 2024 at 03:21:24PM -0400, Roy J. Tellason, Sr. wrote: > On Wednesday 23 October 2024 09:38:04 pm Max Nikulin wrote: > > On 23/10/2024 21:25, Roy J. Tellason, Sr. wrote: > > > Connecting the device with a USB cable I see it wake up, at which point > > > there's a menu on its screen.

Re: battery tester

2024-10-24 Thread Max Nikulin
On 25/10/2024 03:07, Dan Ritter wrote: Roy J. Tellason, Sr. wrote: Oct 24 15:14:28 Workstation1 kernel: [1915052.251232] usb 7-1.4.4: ch341-uart converter now attached to ttyUSB0 Oct 24 15:14:28 Workstation1 mtp-probe: checking bus 7, device 13: "/sys/devices/pci:00/:00:1a.7/usb7/7-1/7

Re: roundcube (Was: apache2 error after upgrade Buster->Bookworm)

2024-10-24 Thread Karl Vogel
On Thu 24 Oct 2024 at 08:35:32 (-0400), aces and eights wrote: > I would like to get roundcube back working as Mutt although being ever so > quick seems to have quite a lot of daunting options and not brave enough > to try to send with. It's not that bad. For this message, I pressed 'r' for rep

Re: lower cpu speed

2024-10-24 Thread eben
On 10/24/24 20:01, David Wright wrote: Because of the ownership: $ ls -l /var/cache/apt/archives/ total 4 -rw-r- 1 root root0 Apr 16 2022 lock drwx-- 2 _apt root 4096 Oct 22 19:00 partial $ we can assume that _apt is the user that actually downloads packages (into pa

Re: Why does "apt-get upgrade {package}" upgrade all packages instead of error?

2024-10-24 Thread Aldo Maggi
Actually the english version of "man apt-get" in the case of "upgrade" writes the following: upgrade    upgrade is used to install the newest versions of all packages currently installed on the system from the sources enumerated in /etc/apt/sources.list. Packages currently    i

Re: battery tester

2024-10-24 Thread Roy J. Tellason, Sr.
On Thursday 24 October 2024 03:26:06 pm to...@tuxteam.de wrote: > On Thu, Oct 24, 2024 at 03:21:24PM -0400, Roy J. Tellason, Sr. wrote: > > On Wednesday 23 October 2024 09:38:04 pm Max Nikulin wrote: > > > On 23/10/2024 21:25, Roy J. Tellason, Sr. wrote: > > > > Connecting the device with a USB cab

lower cpu speed

2024-10-24 Thread David Wright
Because of the ownership: $ ls -l /var/cache/apt/archives/ total 4 -rw-r- 1 root root0 Apr 16 2022 lock drwx-- 2 _apt root 4096 Oct 22 19:00 partial $ we can assume that _apt is the user that actually downloads packages (into partial/) before APT installs them. But your ass

Re: Why does "apt-get upgrade {package}" upgrade all packages instead of error?

2024-10-24 Thread David Wright
On Thu 24 Oct 2024 at 13:19:13 (-0400), Daniel Roberts wrote: > I've run into this a few times over the years and it can be a headache to > resolve. > > Passing a package name to "apt-get update" results in the response "E: The > update command takes no arguments". However, passing a package name

Re: battery tester

2024-10-24 Thread Jeffrey Walton
On Thu, Oct 24, 2024 at 3:20 PM Roy J. Tellason, Sr. wrote: > > On Wednesday 23 October 2024 09:38:04 pm Max Nikulin wrote: > > On 23/10/2024 21:25, Roy J. Tellason, Sr. wrote: > > > Connecting the device with a USB cable I see it wake up, at which point > > > there's a menu on its screen. > > >

Re: battery tester

2024-10-24 Thread Joe
On Thu, 24 Oct 2024 15:21:24 -0400 "Roy J. Tellason, Sr." wrote: > On Wednesday 23 October 2024 09:38:04 pm Max Nikulin wrote: > > On 23/10/2024 21:25, Roy J. Tellason, Sr. wrote: > > > Connecting the device with a USB cable I see it wake up, at > > > which point there's a menu on its screen.

Re: DNS on minimal new installation

2024-10-24 Thread Chris Green
Greg Wooledge wrote: > On Thu, Oct 24, 2024 at 20:16:30 +0100, Chris Green wrote: > > It works fine though. The /etc/resolv.conf is:- > > > > domain zbmc.eu > > search zbmc.eu > > nameserver 192.168.1.1 > > > > which simply means all DNS gets passed to my LAN's DNS server. Is that >

Re: battery tester

2024-10-24 Thread Joe
On Thu, 24 Oct 2024 14:10:53 -0400 "Roy J. Tellason, Sr." wrote: > On Wednesday 23 October 2024 11:14:52 am Jeffrey Walton wrote: > > On Tue, Oct 22, 2024 at 6:38 AM George at Clug > > wrote: > > > > > > I have been following the comments on this topic. From what I > > > can tell, the company

Grub menu entry for a system on a second drive.

2024-10-24 Thread peter
Hi, root@imager:~# grep PROBER /etc/default/grub GRUB_DISABLE_OS_PROBER=true Also, root@imager:~# cat /etc/grub.d/40* #!/bin/sh exec tail -n +3 $0 # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to

Re: DNS on minimal new installation

2024-10-24 Thread Greg Wooledge
On Thu, Oct 24, 2024 at 21:24:17 +0100, Joe wrote: > In an installation not using a DHCP client, you would be expected to > make your own DNS and gateway arrangements along with the IP address. OK. I'm guessing that's not relevant here, though. > If > you're not running Network Manager nor a res

Re: battery tester

2024-10-24 Thread Dan Ritter
Roy J. Tellason, Sr. wrote: > On Wednesday 23 October 2024 09:38:04 pm Max Nikulin wrote: > > On 23/10/2024 21:25, Roy J. Tellason, Sr. wrote: > > > Connecting the device with a USB cable I see it wake up, at which point > > > there's a menu on its screen. > > > > Start "journalctl -f" as root b

Re: DNS on minimal new installation

2024-10-24 Thread Greg Wooledge
On Thu, Oct 24, 2024 at 20:16:30 +0100, Chris Green wrote: > It works fine though. The /etc/resolv.conf is:- > > domain zbmc.eu > search zbmc.eu > nameserver 192.168.1.1 > > which simply means all DNS gets passed to my LAN's DNS server. Is that > what one gets on a minimal installati

Re: battery tester

2024-10-24 Thread Roy J. Tellason, Sr.
On Wednesday 23 October 2024 09:38:04 pm Max Nikulin wrote: > On 23/10/2024 21:25, Roy J. Tellason, Sr. wrote: > > Connecting the device with a USB cable I see it wake up, at which point > > there's a menu on its screen. > > Start "journalctl -f" as root before connecting the device. Logs may >

Why does "apt-get upgrade {package}" upgrade all packages instead of error?

2024-10-24 Thread Daniel Roberts
Hello, I've run into this a few times over the years and it can be a headache to resolve. Passing a package name to "apt-get update" results in the response "E: The update command takes no arguments". However, passing a package name to "apt-get upgrade" results in the argument being ignored and a

Re: Why does "apt-get upgrade {package}" upgrade all packages instead of error?

2024-10-24 Thread Felix Miata
Daniel Roberts composed on 2024-10-24 13:19 (UTC-0400): > I've run into this a few times over the years and it can be a headache to > resolve. > Passing a package name to "apt-get update" results in the response "E: The > update command takes no arguments". However, passing a package name to > "a

Re: battery tester

2024-10-24 Thread Roy J. Tellason, Sr.
On Wednesday 23 October 2024 11:14:52 am Jeffrey Walton wrote: > On Tue, Oct 22, 2024 at 6:38 AM George at Clug wrote: > > > > I have been following the comments on this topic. From what I can tell, > > the company does not provide Linux drivers or software. > > > > A friend of mine managed to a

Re: Why does "apt-get upgrade {package}" upgrade all packages instead of error?

2024-10-24 Thread Frank Weißer
Hello Daniel, # man apt-get (german translation) doesn't tell anything else. apt-get upgrade upgrades ALL installed packages. Kind regards Frank Daniel Roberts: Hello, I've run into this a few times over the years and it can be a headache to resolve. Passing a package name to "apt-get

Re: lower CPU speed

2024-10-24 Thread Hans
Dunno if this helps. My cpu is an Intel I7-2670QM. The related files, you might need to check are: /etc/laptop-mode/conf.d/cpufreq.conf As far as I remember I chaned nothing here in the past. Second one is: /etc/modules in here I set the following

Re: apache2 error after upgrade Buster->Bookworm

2024-10-24 Thread aces and eights
I would like to get roundcube back working as Mutt although being ever so quick seems to have quite a lot of daunting options and not brave enough to try to send with. ~$ systemctl status apache2.service ● apache2.service - The Apache HTTP Server Loaded: loaded (/lib/systemd/system/apache2.se

Re: lower CPU speed

2024-10-24 Thread Brad Rogers
On Wed, 23 Oct 2024 16:20:45 -0400 e...@gmx.us wrote: Hello e...@gmx.us, >Is that in the package "linux-cpupower", or where do you get it? No, it's what I called it. However, upon checking, I see that it's not in stable. linux-cpupower, AFAIUI, will also do the job. -- Regards _ "Val