On 05 May 2023 18:07, Lee wrote:
On 5/4/23, zithro wrote:
I think you also need
user_pref("widget.gtk.overlay-scrollbars.enabled", false);
and this is also nice
user_pref("widget.non-native-theme.scrollbar.size.override", 20);
I tried them all, but now there's a simple GUI option (see my othe
On 25 Apr 2023 16:46, charlie derr wrote:
Greetings fine free software people.
A number of years ago, the little arrows at the top and bottom of the scrollbar to the
right of my "message list" view in thunderbird (I'm currently using debian
stable) disappeared
[...]
Any clue whether it's possi
On 5/26/23 16:08, Christian wrote:
Good and bad things:
I started to test different setups (always with full 12 core stress
test). Boot from USB liveCD (only stress and s-tui installed):
- All disks disconnected, other than M2. Standard BIOS
- All disks disconnected, other than M2. Proper Memor
Hello,
On Fri, May 26, 2023 at 09:07:23PM -0400, Greg Wooledge wrote:
> On Sat, May 27, 2023 at 12:59:59AM +, Andy Smith wrote:
> > On Mon, May 22, 2023 at 08:26:47PM -0400, Dan Ritter wrote:
> > > No. What's the netmask if you have:
> > >
> > > IP: 192.168.255.132
> > > broadcast: 192.168.25
On Sat, May 27, 2023 at 12:59:59AM +, Andy Smith wrote:
> On Mon, May 22, 2023 at 08:26:47PM -0400, Dan Ritter wrote:
> > No. What's the netmask if you have:
> >
> > IP: 192.168.255.132
> > broadcast: 192.168.255.255 ?
>
> It's 255.255.0.0.
>
> Specifying a broadcast address does completely
Hello,
On Mon, May 22, 2023 at 08:26:47PM -0400, Dan Ritter wrote:
> Tom Reed wrote:
> > If I know the network addr: 192.168.1.0
> > And know the broadcast addr: 192.168.1.255
> > Then I should have the possibility to cal the netmask addr: 255.255.255.0
> >
> > Isn't it?
>
> No. What's the net
> Ursprüngliche Nachricht
> Von: David Christensen
> An: debian-user@lists.debian.org
> Betreff: Re: Weird behaviour on System under high load
> Datum: Sun, 21 May 2023 15:04:44 -0700
>
>
> > > > > What stresstest are you using?
>
> > ... the package and command "s-tui" and "s
> There is an etc/default/grub.d, which by analogy with other .d
> directories, can contain user overrides which are not touched by
> upgrades, but I made a quick attempt here which failed and I didn't
> have time to mess around with it. I can't find an example of doing it
> correctly on the Ne
On Fri, May 26, 2023 at 11:57 AM wrote:
>
> https://wiki.debian.org/Pan states,
>
> " ... to generate a RSA Private Key
> #openssl genrsa -out priv.pem
>
> Generate Certificate
> #openssl req -new -x509 -key priv.pem -out stunnel.pem -days 1095"
>
> No problem. I put the two files in /etc/stunnel
On Thu, May 25, 2023 at 09:23:26AM +0200, Aleix Piulachs wrote:
> I still can’t use the qualcomm atheros ar8161 alx gigabit ethernet drivers
Hi,
Is this still the case? The alx drivers should be installed fairly easily:
can you give any more details of precisely what is wrong?
All the very best
On Fri, 26 May 2023 21:12:06 +0100
Brad Rogers wrote:
>You only need one; Picked according to your preference. They all do
>the same thing, but use different toolkits.
That said, having them all installed may not be the problem.
--
Regards _ "Valid sig separator is {dash}{dash}{space
On Sat, 27 May 2023 01:55:47 +0800
hl wrote:
Hello hl,
>Thank Brad! these three packages are installed, error message remain
>same
You only need one; Picked according to your preference. They all do
the same thing, but use different toolkits.
--
Regards _ "Valid sig separator is {da
On Fri, May 26, 2023 at 02:10:15PM -0400, Dan Ritter wrote:
> to...@tuxteam.de wrote:
> > On Fri, May 26, 2023 at 12:05:18PM -0400, Dan Ritter wrote:
> > > > "combine priv.pem with stunnel.pem"
> > > >
> > > > What is meant by combine? Is there a syntax to put the private and
> > > > public key
to...@tuxteam.de wrote:
> On Fri, May 26, 2023 at 12:05:18PM -0400, Dan Ritter wrote:
> > > "combine priv.pem with stunnel.pem"
> > >
> > > What is meant by combine? Is there a syntax to put the private and
> > > public keys in one file?
> >
> > cat priv.pem stunnel.pem > combined.pem
>
> I t
On 2023/5/26 16:19, Brad Rogers wrote:
Did you also install one of;
gcin-gtk2-immodule
gcin-gtk3-immodule
gcin-qt5-immodule
Thank Brad! these three packages are installed, error message remain same
i was able to repair the acpi drivers and i don’t get errors at startup
Kent West wrote:
> But if I disable 000-default.conf, by running a2dissite 000-default (and
> verify that the sites-enabled dir is empty), the default web page is still
> served up. I would have expected that to have broken the web-server,
> preventing it from being able to serve the default web p
On Fri, May 26, 2023 at 11:35 AM Geert Stappers
wrote:
> On Fri, May 26, 2023 at 11:18:27AM -0500, Kent West wrote:
> > I'm just tinkering, trying to wrap my brain around Apache2. I've done a
> > clean-install, and when I look through /etc/apache2/apache2.conf, I see
> no
> > reference to "Docume
On Fri, May 26, 2023 at 12:05:18PM -0400, Dan Ritter wrote:
> pe...@easthope.ca wrote:
> > Hi,
> >
> > https://wiki.debian.org/Pan states,
> >
> > " ... to generate a RSA Private Key
> > #openssl genrsa -out priv.pem
> >
> > Generate Certificate
> > #openssl req -new -x509 -key priv.pem -out st
On Fri, May 26, 2023 at 11:18:27AM -0500, Kent West wrote:
> I'm just tinkering, trying to wrap my brain around Apache2. I've done a
> clean-install, and when I look through /etc/apache2/apache2.conf, I see no
> reference to "DocumentRoot".
>
> There is one in /etc/apache2/sites-[available|enabled
pe...@easthope.ca wrote:
> Hi,
>
> https://wiki.debian.org/Pan states,
>
> " ... to generate a RSA Private Key
> #openssl genrsa -out priv.pem
>
> Generate Certificate
> #openssl req -new -x509 -key priv.pem -out stunnel.pem -days 1095"
>
> No problem. I put the two files in /etc/stunnel/.
>
I'm just tinkering, trying to wrap my brain around Apache2. I've done a
clean-install, and when I look through /etc/apache2/apache2.conf, I see no
reference to "DocumentRoot".
There is one in /etc/apache2/sites-[available|enabled]/000-default.conf, so
of course, the web-server serves up the defaul
On Fri, May 26, 2023 at 08:00:50AM -0700, pe...@easthope.ca wrote:
> Hi,
>
> https://wiki.debian.org/Pan states,
>
> " ... to generate a RSA Private Key
> #openssl genrsa -out priv.pem
>
> Generate Certificate
> #openssl req -new -x509 -key priv.pem -out stunnel.pem -days 1095"
>
> No problem.
Hi,
https://wiki.debian.org/Pan states,
" ... to generate a RSA Private Key
#openssl genrsa -out priv.pem
Generate Certificate
#openssl req -new -x509 -key priv.pem -out stunnel.pem -days 1095"
No problem. I put the two files in /etc/stunnel/.
Then,
"combine priv.pem with stunnel.pem"
What
My laptop support pwm and starts the fans but when i start the system it
gives me acpi errors that i put below
[ 0.356880] ACPI Error: Needed type [Reference], found [Integer]
(ptrval) (20200925/exresop-66)
[ 0.356951] ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands
for [
On 2023-05-26 11:59:06 +0200, Hans wrote:
[...]
> But today, after I read the hint "try keyboard-setup.sh" and started my
> system, the keyboard layout was ok!
>
> NOTE: I did NOT excute "keyboard-setup.sh", as things were ok!!!
>
> Doi not ask me why, maybe some dwarfs or some goblins did the
Am 26.05.2023 um 11:47 schrieb Thomas Schmitt:
> (...)
> (And as mick.crane already noticed, it is a bit awkward to create an
> extended partiton 2 only to fill it nearly up with logical partition 5.
> I wonder what entity decided to do so.)
>
About one year ago, i was helping some neighbor at se
On 5/26/23 02:47, Thomas Schmitt wrote:
>>On 5/23/23 14:59, David Christensen wrote:
Your disk has 468862128 sectors. A GPT secondary partition table
should start 33 sectors before the end of the disk:
Here i disagree. The size of the GPT partition array is adjustable.
32 blocks of 4 entries
On 5/26/23 01:08, Michael wrote:
On Tuesday, 23 May 2023 23:59:41 CEST, David Christensen wrote:
On 5/23/23 03:33, mick.crane wrote:
[...]
root@pumpkin:~# fdisk -l /dev/sda
Disk /dev/sda: 223.57 GiB, 240057409536 bytes, 468862128 sectors
Disk model: KINGSTON SA400S3
Units: sectors of 1 * 512 =
I am answering myself. Surprisingly the error is gone. But I do not know why!
These were my last actions:
In my despair I added the repo of bullseye to the sources.list and downgraded
console-setup
console-setup-linux
keyboard-configuration
Those must be all together downgraded. After downlo
Hi,
mick.crane wrote:
> > > root@pumpkin:~# fdisk -l /dev/sda
> > > Disk /dev/sda: 223.57 GiB, 240057409536 bytes, 468862128 sectors
> > > ...
> > > Disklabel type: dos
> > > ...
> > > Device Boot Start End Sectors Size Id Type
> > > /dev/sda1 * 2048 466862079 466860032
Am Donnerstag, 25. Mai 2023, 19:16:29 CEST schrieb Peter Ehlert:
After upgrade to bookworm, the file /etc/default/grub
was overwritten. It misses the entry like the former post mentioned.
You will have to add it manually. After this, other OS are beeing seen.
Do not know, why the maintainer did
On Fri, 26 May 2023 16:07:17 +0800
hl wrote:
Hello hl,
>i use bullseye for amd64 and install gcin
Did you also install one of;
gcin-gtk2-immodule
gcin-gtk3-immodule
gcin-qt5-immodule
--
Regards _ "Valid sig separator is {dash}{dash}{space}"
/ ) "The blindingly obvious is
On Tuesday, 23 May 2023 23:59:41 CEST, David Christensen wrote:
On 5/23/23 03:33, mick.crane wrote:
[...]
root@pumpkin:~# fdisk -l /dev/sda
Disk /dev/sda: 223.57 GiB, 240057409536 bytes, 468862128 sectors
Disk model: KINGSTON SA400S3
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/phy
i use bullseye for amd64 and install gcin
joe@debian:~$ gcin &
[1] 21440
joe@debian:~$ IMOpenIM 'gcin' failed. Maybe another XIM server is running.
how to solve it ? Thanks!
35 matches
Mail list logo