On Fri 25 Oct 2024 at 09:19:30 (-0400), eben@somewhere wrote:
> > Not using synaptic, I don't know why that path was chosen. But
> > you'd need world-execute all the way down from /root itself.
>
> Well the chmod thing is not acceptable.
Totally reasonable; any world-readable file in /root
would
On 10/24/24 22:20, David Wright wrote:
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
Eben, don't worry, got into same issue with some mails sent from debian.
These are then marked with the "*SPAM*" tag in the header, althpough
it is no spam. It as someting to do with DKIM. I already noticed debian of it,
but they say, they are not responsible and some other mailer is do
On 10/24/24 22:33, David Wright wrote:
> Anyway, it appears I can't reply to eben's posts in this thread but,
> if this gets through, I can reply to my own. (And to Daniel Roberts
> earlier.) What triggers their spam detector software, presumably
> "mailclean11", I have no idea.
I don't know why
Dunno, if it is correct:
I fell into the same issue. Just deleted the complete folder, then started
synaptic again and the folder was new created = issue gone.
Not sure, if this is enough. Maybe the reason is, debian is working on umask
settings and (as far as I read), there is normally no "def
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
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
>
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
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
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
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
On Wed, 23 Oct 2024 14:46:05 -0400
Eben King wrote:
Hello Eben,
>less heat inside the case, is it possible to cap it at a certain speed?
Yes. I use cpupower-gui for that sort of thing.
--
Regards _ "Valid sig separator is {dash}{dash}{space}"
/ ) "The blindingly obvious
On Wed, Oct 23, 2024 at 3:04 PM Michael Kjörling wrote:
>
> On 23 Oct 2024 14:46 -0400, from e...@gmx.us (Eben King):
> > I have a variable-speed CPU. Normally the OS manages it. If I want to make
> > less heat inside the case, is it possible to cap it at a certain speed?
>
> CPU speed is control
On 10/23/24 17:02, Hans wrote:
Such I can do unattended tasks safely. I believe, this is what the op wants to
do.
The video card I have (GTX 970) doesn't enable its fan by default, plus
gives bizarre ever-changing values for fan speed when you ask it. I found a
workaround, by disabling and r
On 10/23/24 16:46, Hans wrote:
> Am Mittwoch, 23. Oktober 2024, 20:46:05 CEST schrieb Eben King:
>> I have a variable-speed CPU. Normally the OS manages it. If I want to make
>> less heat inside the case, is it possible to cap it at a certain speed?
>
> Try the command "cpufreq-set"
Thanks, it'
Am Mittwoch, 23. Oktober 2024, 22:47:54 CEST schrieb Greg Wooledge:
> On Wed, Oct 23, 2024 at 22:46:09 +0200, Hans wrote:
> > #:/bin/bash
> >
> > cpufreq-set -c 0 -u 800MHz
> > cpufreq-set -c 1 -u 800MHz
> > cpufreq-set -c 2 -u 800MHz
> > cpufreq-set -c 3 -u 800MHz
>
> For the record, that should
Am Mittwoch, 23. Oktober 2024, 20:46:05 CEST schrieb Eben King:
> I have a variable-speed CPU. Normally the OS manages it. If I want to make
> less heat inside the case, is it possible to cap it at a certain speed?
Try the command "cpufreq-set" like the example:
cpufreq-set -c 0 -u 800MHz
or a
On Wed, Oct 23, 2024 at 22:46:09 +0200, Hans wrote:
> #:/bin/bash
>
> cpufreq-set -c 0 -u 800MHz
> cpufreq-set -c 1 -u 800MHz
> cpufreq-set -c 2 -u 800MHz
> cpufreq-set -c 3 -u 800MHz
For the record, that should be #!/bin/bash instead of #:/bin/bash
(or you could use #!/bin/sh in this case, since
Eben King wrote:
> I have a variable-speed CPU. Normally the OS manages it. If I want to make
> less heat inside the case, is it possible to cap it at a certain speed?
If you're trying to control the heat--i.e., the power dissipation--your BIOS
may have a CPU setting for the PL1, Power Limit 1,
On 10/23/24 14:52, Brad Rogers wrote:
On Wed, 23 Oct 2024 14:46:05 -0400
Eben King wrote:
Hello Eben,
less heat inside the case, is it possible to cap it at a certain speed?
Yes. I use cpupower-gui for that sort of thing.
Is that in the package "linux-cpupower", or where do you get it?
On 23 Oct 2024 14:46 -0400, from e...@gmx.us (Eben King):
> I have a variable-speed CPU. Normally the OS manages it. If I want to make
> less heat inside the case, is it possible to cap it at a certain speed?
CPU speed is controlled by the CPU frequency governor.
Set /sys/devices/system/cpu/cpu
I have a variable-speed CPU. Normally the OS manages it. If I want to make
less heat inside the case, is it possible to cap it at a certain speed?
--
Did they get you to trade your heroes for ghosts? Hot ashes for trees?
Hot air for a cool breeze? Cold comfort for change?
Did you exchange a w
22 matches
Mail list logo