Re: Fwd: Clearing RAM Caches

2022-08-15 Thread tomas
On Mon, Aug 15, 2022 at 09:05:59PM -0400, Timothy M Butterworth wrote:
> -- Forwarded message -
> From: Timothy M Butterworth 
> Date: Mon, Aug 15, 2022 at 9:04 PM
> Subject: Re: Clearing RAM Caches
> To: Tixy 
> 
> 
> 
> 
> On Mon, Aug 15, 2022 at 4:12 AM Tixy  wrote:
> 
> > On Mon, 2022-08-15 at 02:50 -0400, Timothy M Butterworth wrote:
> > > When I run `sudo echo 1 > /proc/sys/vm/drop_caches` I receive the
> > following
> > > error: bash: /proc/sys/vm/drop_caches: Permission denied
> >
> > Because the output redirection occurs as your normal user, all you are
> > doing is executing the 'echo 1' command as the superuser.
> >
> >
> Thanks for the clarification. `echo 1 > sudo /proc/sys/vm/drop_caches`
> seems to work just fine.

This is... surprising. If I were you, I'd look around in the current
directory whether there's a file named `sudo' with an "1" in it.

Cheers
-- 
t


signature.asc
Description: PGP signature


Fwd: Clearing RAM Caches

2022-08-15 Thread Timothy M Butterworth
-- Forwarded message -
From: Timothy M Butterworth 
Date: Mon, Aug 15, 2022 at 9:04 PM
Subject: Re: Clearing RAM Caches
To: Tixy 




On Mon, Aug 15, 2022 at 4:12 AM Tixy  wrote:

> On Mon, 2022-08-15 at 02:50 -0400, Timothy M Butterworth wrote:
> > When I run `sudo echo 1 > /proc/sys/vm/drop_caches` I receive the
> following
> > error: bash: /proc/sys/vm/drop_caches: Permission denied
>
> Because the output redirection occurs as your normal user, all you are
> doing is executing the 'echo 1' command as the superuser.
>
>
Thanks for the clarification. `echo 1 > sudo /proc/sys/vm/drop_caches`
seems to work just fine.


> --
> Tixy
>
>

-- 
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/
⠈⠳⣄⠀⠀


-- 
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/
⠈⠳⣄⠀⠀


Re: Gestion du ventilateur sur un PC portable.

2022-08-15 Thread Bernard Schoenacker



- Mail original -
> De: "benoit" 
> À: "TScholler" 
> Cc: debian-user-french@lists.debian.org
> Envoyé: Lundi 15 Août 2022 15:00:57
> Objet: Re: Gestion du ventilateur sur un PC portable.
> 
> Bonjour,
> 
> C'est la question que je me pause ! ;-)
> J'écris ce message sur un  ordinateur portable HP et le ventilo est
> inaudible, je crois même qu'il ne tourne pas. Mais si je laisse cet
> ordi allumé sans OS, par exemple dans le menu du BIOS, alors le
> ventilo tourne en permanence.
> Ce qui me fait supposer qu'un logiciel(mais je ne sais pas lequel)
> gère le ventilo en fct de la t° du CPU.
> Mais quel est ce logiciel ?
> C'est la question que je me pose pour l'installer sur le vieux pc
> portable qui me sert de mini serveur domestique.
> 

Bonjour,

Pour la gestion du cpu et du ventilateur, je ne vois que 3 paquets :

lm-sensors

https://deb.debian.org/debian/pool/main/l/lm-sensors/lm-sensors_3.6.0-7_amd64.deb

fancontrol

https://deb.debian.org/debian/pool/main/l/lm-sensors/fancontrol_3.6.0-7_all.deb


cpufreqd

https://deb.debian.org/debian/pool/main/c/cpufreqd/cpufreqd_2.4.2-2.3_amd64.deb



Làch der e Scholle :

https://www.francebleu.fr/emissions/de-witz-vom-daa/lach-der-e-scholle

Merci pour votre aimable attention

Bien à vous

Bernard



Re: netperf / MIT License is not open source?

2022-08-15 Thread Lee
On 8/14/22, Nate Bargmann wrote:
> * On 2022 14 Aug 09:09 -0500, Lee wrote:
>> On 8/14/22, David Wright wrote:
>> > On Sat 13 Aug 2022 at 19:23:46 (+0100), piorunz wrote:
>> >> On 13/08/2022 18:30, Lee wrote:
>> >> > I just noticed that the netperf package is in the [non-free]
>> >> > repository
>> >> >https://packages.debian.org/bullseye/netperf
>> >> > which seems wrong.
>>   <.. snip ..>
>> >> It seems that this package license has changed from full HP copyright
>> >> to
>> >> MIT, on 20 January 2021.
>> >
>> > The version in bullseye looks as if it was built on 15 November 2020 …
>> >
>> >> Perhaps package needs updating in Debian repository :)
>> >
>> > … and has not yet needed upgrading for bookworm AFAICT (amd64).
>>
>> argh.. I keep forgetting how long it takes for new software to migrate
>> into the stable branch of Debian :(
>
> Even if the package is updated and put into the Free archive, the only
> way it would make it into Bullseye is if it is uploaded to backports and
> the user has that repository enabled.  Otherwise, at best it will go
> into Bookworm.  At least that is how things usually work out.

Right.  My phrasing could have been better; I was thinking "stable"
gets updated about every two years, but testing => stable is more of a
replacement than a migration.

Best Regards,
Lee



The kernel module intel_ips floods the logs

2022-08-15 Thread Darek Hisc
After disabling Intel ME in the laptop BIOS, the kern.log began to be flooded 
with thousands of such entries (approximately every 0.5s):
$ dmesg
intel ips :00:1f.6: ME failed to update for more than 1s, likely hung

On some forum I found this advice:

1. add intel_ips to the blacklist
   echo "blacklist intel_ips" >> /etc/modprobe.d/blacklist.conf
2. add i915 and intel_ips to /etc/modules
   echo -e "i915\nintel_ips" >> /etc/modules

I only made the first point and the log flood was over.


Two questions:

1. Could disabling the intel_ips kernel module completely have harmful 
consequences for Debian 11?
2. What's the point of the advice in step 2 to first add intel_ips to the 
blacklist and then re-enable it in /etc/modules? Does it make sense?


Cheers!


signature.asc
Description: OpenPGP digital signature


Re: VMD in Debian?

2022-08-15 Thread Boyan Penkov




On 8/13/22 05:49, Paul Wise wrote:

Boyan Penkov asked:


Is https://salsa.debian.org/debichem-team/vmd maintained?
Is there a recommended way to get [vmd] installed in Debian?

Looks like that hasn't been touched since 2013. It seems that vmd
cannot be included in Debian due to license reasons. Probably you could
build a Debian package using the packaging provided by the Debichem
team, please contact them if you want to improve the package.

https://salsa.debian.org/debichem-team/vmd/-/blob/wnpp/debian/README.source
https://salsa.debian.org/debichem-team/vmd/-/blob/wnpp/debian/README.Debian
https://wiki.debian.org/Debichem
https://blends.debian.org/debichem/tasks/


Super, Paul -- thanks for the note, I'll take a look; and I think I have 
to update my understanding of what a Blend is, since I thought Blends 
were strict subsets of packages tailored to a specific purpose...


Either way, thanks kindly and cheers!




--
Boyan Penkov
www.boyanpenkov.com



Re: Package

2022-08-15 Thread Andrew M.A. Cater
On Mon, Aug 15, 2022 at 11:02:23AM -0600, William Torrez Corea wrote:
> How can fix this problem?
> 
> Hit:1 http://ftp.us.debian.org/debian bullseye InRelease
> Hit:2 http://deb.debian.org/debian bullseye InRelease
> Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
> Get:4 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
> Hit:5 https://repo.steampowered.com/steam stable InRelease
> Get:6 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu jammy
> InRelease [18.1 kB]
> Err:6 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu jammy InRelease
>   The following signatures couldn't be verified because the public key
> is not available: NO_PUBKEY EFC71127F425E228
> Reading package lists... Done
> W: GPG error: http://ppa.launchpad.net/obsproject/obs-studio/ubuntu
> jammy InRelease: The following signatures couldn't be verified because
> the public key is not available: NO_PUBKEY EFC71127F425E228
> E: The repository
> 'http://ppa.launchpad.net/obsproject/obs-studio/ubuntu jammy
> InRelease' is not signed.
> N: Updating from such a repository can't be done securely, and is
> therefore disabled by default.
> N: See apt-secure(8) manpage for repository creation and user
> configuration details.
> 
> 
> -- 
> 

Hi William,

Don't break Debian / create a FrankenDebian. Ubuntu PPA and Debian will very
rarely mix well

https://wiki.debian.org/DontBreakDebian is a good place to start to read on
this.

All the very best, as ever,

Andy Cater


> With kindest regards, William.
> 
> ⢀⣴⠾⠻⢶⣦⠀
> ⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
> ⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
> ⠈⠳⣄
> 



Package

2022-08-15 Thread William Torrez Corea
How can fix this problem?

Hit:1 http://ftp.us.debian.org/debian bullseye InRelease
Hit:2 http://deb.debian.org/debian bullseye InRelease
Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
Get:4 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Hit:5 https://repo.steampowered.com/steam stable InRelease
Get:6 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu jammy
InRelease [18.1 kB]
Err:6 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu jammy InRelease
  The following signatures couldn't be verified because the public key
is not available: NO_PUBKEY EFC71127F425E228
Reading package lists... Done
W: GPG error: http://ppa.launchpad.net/obsproject/obs-studio/ubuntu
jammy InRelease: The following signatures couldn't be verified because
the public key is not available: NO_PUBKEY EFC71127F425E228
E: The repository
'http://ppa.launchpad.net/obsproject/obs-studio/ubuntu jammy
InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is
therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user
configuration details.


-- 

With kindest regards, William.

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄



Re: Debian Day 2022 - chamada para celebração

2022-08-15 Thread Paulo Henrique de Lima Santana

Olá,

Hoje (15/08) às 20h teremos uma live no Canal Debian Brasil e te 
convidamos para assistir.


Título: autopkgfest - uma oficina para escrever autopkgtest para algusn 
pacotes.


Nessa atividade o DD Antonio Terceiro ajudará outros(as) 
contribuidores(as) escrevendo testes para seus pacotes.


https://www.youtube.com/debianbrasiloficial

Você pode ver no link abaixo outras atividades (várias lone) que as 
comunidades brasileiras estão planejando para a semana.

https://wiki.debian.org/DebianDay/2022

Abraços,

Em 10/08/2022 11:48, Paulo Henrique de Lima Santana escreveu:

Olá,

Algumas comunidades brasileiras já adicionaram suas cidades onde 
acontecerão atividades para celebrar o DebianDay:


https://wiki.debian.org/DebianDay/2022

Abraços,


Em 03/08/2022 16:08, Paulo Henrique de Lima Santana escreveu:

Olá,

Todos os anos no dia 16 de agosto acontece o aniversário do Projeto 
Debian. E várias comunidades ao redor do mundo celebram essa data 
organizando encontros locais em um evento chamado "Debian Day" (Dia do 
Debian).


Então que tal comemorar o 29º aniversário do Projeto Debian em 2022 na 
sua cidade?


Convidamos você e sua comunidade local para organizarem o Debian Day 
promovendo um evento com palestras, oficinas, bug squashing party 
(festa de caça à bugs), assinaturas de chaves OpenPGP, etc. Ou 
simplesmente realizando um encontro entre pessoas que gostam do Debian 
em um bar/pizzaria/cafeteria/restaurante para comemorar. Ou seja, todo 
tipo de encontro é válido!


Mas lembrem-se que a pandemia de COVID-19 ainda não acabou, então tome 
todas as medidas necessárias para a proteção das pessoas.


Como o dia 16 de agosto cai em ma terça-feira, se vocês acharem melhor 
organizar durante o final de semana, não tem problema. O importante é 
acontecer a celebração do Projeto Debian.


Lembre-se de adicionar a sua cidade na página wiki do Debian Day.
https://wiki.debian.org/DebianDay/2022

Existe uma lista de Grupos Locais do Debian em todo o mundo. Se sua 
cidade estiver listada, converse com o pessoal para vocês organizarem 
o Debian Day juntos.

https://wiki.debian.org/LocalGroups

Vamos fazer fotos e publicar nas mídias sociais usando as hashtags:
#DebianDay #DebianDay2022

Abraços,





--
Paulo Henrique de Lima Santana (phls)
Belo Horizonte - Brasil
Debian Developer
Associado do Instituto para Conservação de Tecnologias Livres
Site: http://phls.com.br
GPG ID: 0443C450



Re: Debian Nordic 2022 & 2023 -- Wiki Updated & Matrix Server Move

2022-08-15 Thread Luna Jernberg
Nothing is being hosted this year it seems
but Happy 29th Birthday in advance to the Debian Project tommorow

On Sat, Jul 23, 2022 at 3:11 PM Helio Loureiro 
wrote:

> Hi,
>
> What about a meetup during the Debian anniversary again?  We can try to
> set it on August 13th (Sat).
>
> Best Regards,
> Helio Loureiro
> http://helio.loureiro.eng.br
> http://br.linkedin.com/in/helioloureiro
> http://twitter.com/helioloureiro
> https://github.com/helioloureiro
>
>
> On Sat, 23 Jul 2022 at 11:06, Luna Jernberg  wrote:
>
>> Hello Debianites!
>>
>> I updated the Wiki page during the meeting of Local Teams at Debconf
>> 2022 in Kosovo
>> Don't have the energy to host any events myself
>> https://wiki.debian.org/DebianEvents/Nordic and not sure if anyone
>> wanna host something this year, but guessed maybe we can have
>> something at the psychical foss-north 2023 in Gothenburg in April
>> 2023: https://foss-north.se/
>>
>> And also there was discussions about making the Matrix Chat server
>> more official and move it from :debian.social to :debian.org
>> https://pad.dc22.debconf.org/p/4-debiansocial-bof there will be
>> another meeting about this 23:e August 20:00-21.00
>>
>


Re: Verison IPv6 -- I want to stick with IPv4 (was Re: ipv6: static ipv6 address with dynamic network address possible?)

2022-08-15 Thread Marco
Am 15. Aug 2022, um 13:44:55 Uhr schrieb Tim Woodall:

> All because the same 10.x addresses had been chosed and renumbering
> one or the other was too hard.

That is why I hate IPv4. With IPv6 there is not NAT necessary and if
ULA is implemented correctly (random bits), almost no collision occurs.



Re: Gestion du ventilateur sur un PC portable.

2022-08-15 Thread benoit
Bonjour,

C'est la question que je me pause ! ;-)
J'écris ce message sur un  ordinateur portable HP et le ventilo est inaudible, 
je crois même qu'il ne tourne pas. Mais si je laisse cet ordi allumé sans OS, 
par exemple dans le menu du BIOS, alors le ventilo tourne en permanence.
Ce qui me fait supposer qu'un logiciel(mais je ne sais pas lequel) gère le 
ventilo en fct de la t° du CPU.
Mais quel est ce logiciel ?
C'est la question que je me pose pour l'installer sur le vieux pc portable qui 
me sert de mini serveur domestique.

--
Benoit

Le vendredi 12 août 2022 à 15:24, TScholler  a écrit :


> Etienne,
> Je boulette un tantinet ;)
> quel outil utilises-tu stp?
> T.
>
> Le 04/08/2022 à 20:08, Étienne Mollier a écrit :
>
> > benoit, on 2022-08-04:
> >
> > > Le jeudi 4 août 2022 à 19:39, Étienne Mollier emoll...@emlwks999.eu a 
> > > écrit :
> > >
> > > > Bonjour,
> > > >
> > > > Par le plus grand des hasards, est ce que le paquet de
> > > > micrologiciels non-free intel-microcodes est installé ?
> > >
> > > Non je n'ai pas non-free dans mon source.list
> > >
> > > Mais je peux essayer
> >
> > Je dirais même, intel-microcode au singulier.
> >
> > Erratum,



Re: Verison IPv6 -- I want to stick with IPv4 (was Re: ipv6: static ipv6 address with dynamic network address possible?)

2022-08-15 Thread Tim Woodall

On Mon, 15 Aug 2022, Marco wrote:


Am 15. Aug 2022, um 08:15:30 Uhr schrieb Tim Woodall:


Isn't the danger here that everybody starts using fd00::/64. Even for
ipv4, the odds of two sets of private addresses colliding should have
been small...


They may collide, but it is not a real problem, because it only affects
the situation when 2 sites are connected together.
Using random bits avoids such a situation, but if they collide, one
of the networks must be changed.



Exactly. The same happens when connecting two sites using ipv4.
Renumbering is often a pain, to the extent that I worked somewhere where
there was natting between the two companies so that the other company
looked like it had different IPs to what it really did and DNS was
horrendous! Cached dns for someone moving between the sites was a
problem...

All because the same 10.x addresses had been chosed and renumbering one
or the other was too hard.



Re: Installation Sid

2022-08-15 Thread Frédéric ROBERT

On 8/15/22 10:36, NoSpam wrote:


https://wiki.debian.org/DebianUnstable#Installation


Bonjour,

+1. J'utilise mini.iso pour Sid et cela fonctionne bien dans une machine 
virtuelle


Bonne journée,

--
Frédéric ROBERT



Re: Installation Sid

2022-08-15 Thread Thierry

Parfait, merci.
Pas pensé à consulter le wiki :(

Le 15/08/2022 à 12:36, NoSpam a écrit :

Bonjour

Le 15/08/2022 à 12:33, Thierry a écrit :

Bonjour à tous,

question peut-être idiote: je voudrais installer Sid dans une VM.
Quelle est la bonne méthode? je n'ai pas trouvé d'image sur le site 
Debian. Faut-il d'abord installer testing puis faire un upgrade?


Merci de vos conseils


https://wiki.debian.org/DebianUnstable#Installation







Re: Installation Sid

2022-08-15 Thread NoSpam

Bonjour

Le 15/08/2022 à 12:33, Thierry a écrit :

Bonjour à tous,

question peut-être idiote: je voudrais installer Sid dans une VM.
Quelle est la bonne méthode? je n'ai pas trouvé d'image sur le site 
Debian. Faut-il d'abord installer testing puis faire un upgrade?


Merci de vos conseils


https://wiki.debian.org/DebianUnstable#Installation

--
Daniel



Installation Sid

2022-08-15 Thread Thierry

Bonjour à tous,

question peut-être idiote: je voudrais installer Sid dans une VM.
Quelle est la bonne méthode? je n'ai pas trouvé d'image sur le site 
Debian. Faut-il d'abord installer testing puis faire un upgrade?


Merci de vos conseils




Re: Debian live iso on usb returns grub

2022-08-15 Thread Andrew M.A. Cater
On Mon, Aug 15, 2022 at 12:06:11PM +0200, Massimo Maiurana wrote:
> I've downloaded the latest iso with testing weekly build, both with and
> without firmwares, and wrote them on a usb stick (of course one at a time)
> but at boot it doesn't start the installer. It boots but all i get is the
> grub comman line.
> 
> From that command line i can boot the installer with the following commands
> but looks to me like it is a sort of bug, just don't know how to report it
> so i'm writing here:
> grub> linux (hd0,msdos1)/install.amd/gtk/vmlinuz root=/dev/sdb1
> grub> initrd (hd0,msdos1)/install.amd/gtk/initrd.gz
> grub> boot
> 
> Now it stops in the step where it tries to detect hard drives. The message
> returned, translated from italian, is more or less this:
> >Loading libc6-udeb failed for unknown reasons
> 
> Do you have some advices?
> 
> Kind regards
> 
> -- 
> Massimo Maiurana
>

Salve Massimo :)

I'd suggest asking specifically on the debian-live list - things have changed
relatively recently, I think.

It's also worth reminding people in general that the debian-live images are
*not* maintained by the debian-cd team but just released by them with minimal 
testing.

All the very best, as ever,

Andy Cater 



Debian live iso on usb returns grub

2022-08-15 Thread Massimo Maiurana
I've downloaded the latest iso with testing weekly build, both with and 
without firmwares, and wrote them on a usb stick (of course one at a 
time) but at boot it doesn't start the installer. It boots but all i get 
is the grub comman line.


From that command line i can boot the installer with the following 
commands but looks to me like it is a sort of bug, just don't know how 
to report it so i'm writing here:

grub> linux (hd0,msdos1)/install.amd/gtk/vmlinuz root=/dev/sdb1
grub> initrd (hd0,msdos1)/install.amd/gtk/initrd.gz
grub> boot

Now it stops in the step where it tries to detect hard drives. The 
message returned, translated from italian, is more or less this:

>Loading libc6-udeb failed for unknown reasons

Do you have some advices?

Kind regards

--
Massimo Maiurana



Re: Clearing RAM Caches

2022-08-15 Thread Nicolas George
to...@tuxteam.de (12022-08-15):
>   echo 1 | sudo dd of=/proc/sys/and-so-on

sudo sh -c "echo 1 > /proc/sys/and-so-on"

Or, in this particular case:

sudo systcl -w and-so-on=1

Regards,

-- 
  Nicolas George


signature.asc
Description: PGP signature


Re: Clearing RAM Caches

2022-08-15 Thread tomas
On Mon, Aug 15, 2022 at 11:13:07AM +0300, Anssi Saari wrote:
> Timothy M Butterworth  writes:
> 
> > When I run `sudo echo 1 > /proc/sys/vm/drop_caches` I receive the following 
> > error: bash: /proc/sys/vm/drop_caches: Permission denied
> 
> Unfortunately, it's your current shell and not root who does the
> redirection in this case so no permissions.
> 
> For a longer explanation see
> https://www.reddit.com/r/linux4noobs/comments/qq76qo/sudo_echo_vs_echo_from_the_root_shell/
> 
> A proposed alternative from there is to use tee, like this:
> 
> echo 1 | sudo tee /proc/sys/vm/drop_caches

To add another one, I like dd for that one (it doesn't clutter
stdout unnecessarily).

  echo 1 | sudo dd of=/proc/sys/and-so-on

Embarrasment of riches!

Basically, what one is looking for is a cat one can pass an
output file name as a command line argument -- or put another
way, a cat which opens its output itself.

Cheers
-- 
t


signature.asc
Description: PGP signature


Re: Debian testing op de desktop bij Google

2022-08-15 Thread Cecil Westerhof
Paul van der Vlis  writes:

> Op 06-08-2022 om 12:04 schreef Cecil Westerhof:
>> Paul van der Vlis  writes:
>> 
>>> Zelf vind ik het ook wel een boel gedoe, steeds die upgrades om de twee
>>> jaar, dus ik vind er wel wat inzitten.
>> Ik vind dat wel meevallen. (En de stabiliteit maakt het meer dan
>> acceptabel.) 
>
> Het ligt er denk ik maar aan om hoeveel machines het gaat.

Bij mij zijn dat er niet zoveel. ;-D


>> Het enige dat ik vervelend vind is dat de defaults terug
>> worden gezet.
>
> Als er nieuwe system-wide configfiles zijn dan krijg je daar een vraag
> over inderdaad. Vaak is het te voorkomen door wijzigingen in de .d 
> directories te zetten, bijvoorbeeld in /etc/sudoers.d/ of in
> /etc/sshd_config.d/ zodat je de configfiles niet wijzigt.

Met configuratiebestanden heb ik dat volgens mij nog niet gehad.
(Afkloppen.)


>> Hiermee bedoel ik dat applicaties die ik verwijderd heb terug worden
>> gezet en applicaties die ik heb geïnstalleerd verdwijnen.
>> Dus als iemand weet hoe ik dat kan voorkomen …
>
> Dat is helemaal niet zo... Applicaties die je hebt verwijderd komen niet
> terug, en applicaties die je hebt geinstalleerd verdwijnen niet bij een 
> upgrade...  Vertel anders eens hoe je dat doet.

Volgens mij moest ik o.a. GwenView opnieuw installeren. Maar ik zal er
op letten bij de volgende distributie upgrade.

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof



Re: illustration software

2022-08-15 Thread lina
Thanks all, i will try it.

On Sat, Aug 13, 2022 at 2:29 AM Ash Joubert  wrote:

> On 12/08/2022 21:08, lina wrote:
> > I want to make a small booklet about my baby with few cartoon pictures,
> > like dance octopus, a cut baby, ect.
> > Is there any software I can use to have the picture as they draw in a
> > children's book?
>
> I use and recommend:
>
> - Inkscape for vector drawing (line art, often SVG) and export to PNG.
>
> - Gimp to manipulate raster images (photos and other pictures, often JPG
> or PNG).
>
> To assemble images into a booklet with text, I suggest using LibreOffice
> Writer, which can also export to PDF.
>
> Kind regards,
>
> --
> Ash Joubert (they/them) 
> Director
> Transient Software Limited 
> New Zealand
>
>


Re: Clearing RAM Caches

2022-08-15 Thread Anssi Saari
Timothy M Butterworth  writes:

> When I run `sudo echo 1 > /proc/sys/vm/drop_caches` I receive the following 
> error: bash: /proc/sys/vm/drop_caches: Permission denied

Unfortunately, it's your current shell and not root who does the
redirection in this case so no permissions.

For a longer explanation see
https://www.reddit.com/r/linux4noobs/comments/qq76qo/sudo_echo_vs_echo_from_the_root_shell/

A proposed alternative from there is to use tee, like this:

echo 1 | sudo tee /proc/sys/vm/drop_caches



Re: Clearing RAM Caches

2022-08-15 Thread Tixy
On Mon, 2022-08-15 at 02:50 -0400, Timothy M Butterworth wrote:
> When I run `sudo echo 1 > /proc/sys/vm/drop_caches` I receive the following
> error: bash: /proc/sys/vm/drop_caches: Permission denied

Because the output redirection occurs as your normal user, all you are
doing is executing the 'echo 1' command as the superuser.

-- 
Tixy



Re: Verison IPv6 -- I want to stick with IPv4 (was Re: ipv6: static ipv6 address with dynamic network address possible?)

2022-08-15 Thread Marco
Am 15. Aug 2022, um 08:15:30 Uhr schrieb Tim Woodall:

> Isn't the danger here that everybody starts using fd00::/64. Even for
> ipv4, the odds of two sets of private addresses colliding should have
> been small...

They may collide, but it is not a real problem, because it only affects
the situation when 2 sites are connected together.
Using random bits avoids such a situation, but if they collide, one
of the networks must be changed.

> I know there's an RFC for avoiding this but I'll be pleasantly
> surprised if it's widely followed as ipv6 starts taking over the bulk
> of internet traffic for everything.

IPv6 ULA isn't being used for internet traffic, it is intended for
traffic within a site, like company network or a home network.

If 2 companies use IPv6 ULA with random bits, the probability of a
collision is very low if they now interconnect their networks via a
direct connection (without internet).

Internet traffic uses 2000::/3 and fd00::/7 must not be used for
outgoing traffic.



Re: Verison IPv6 -- I want to stick with IPv4 (was Re: ipv6: static ipv6 address with dynamic network address possible?)

2022-08-15 Thread Tim Woodall

On Sun, 14 Aug 2022, David Wright wrote:


On Sun 14 Aug 2022 at 05:35:17 (+), Marco wrote:

Am 13. Aug 2022, um 23:42:17 Uhr schrieb David Wright:


AFAICT the rest of your post is concerned with global IPv6 addresses
rather than local (ULA) ones, which is why the prefix for the home
LAN has to be given to you rather than generated/assigned by yourself.


It is possible to use an additional ULA at home to address computers.
This ULA can be taken to a new provider because it is only valid inside
your network - not on the internet.


Sure, and if Curt had quoted two paragraphs about ULAs instead,
I would have pointed out that the user-generated pseudorandom
global ID within them means that they too are unlike local
IPv4 addresses, ie not fundamentally identical.

A consequence of IPv6 ULAs having a global ID is that it should be
straightforward to merge a number of local sites with independently
assigned addresses, without causing any collisions.

Perhaps that clarifies what I took from Curt's use of the term
"fundamentally identical" with respect to IPv4 local addresses.



Isn't the danger here that everybody starts using fd00::/64. Even for
ipv4, the odds of two sets of private addresses colliding should have
been small...

I know there's an RFC for avoiding this but I'll be pleasantly surprised
if it's widely followed as ipv6 starts taking over the bulk of internet
traffic for everything.



Clearing RAM Caches

2022-08-15 Thread Timothy M Butterworth
When I run `sudo echo 1 > /proc/sys/vm/drop_caches` I receive the following
error: bash: /proc/sys/vm/drop_caches: Permission denied

I have `%sudo   ALL=(ALL:ALL) ALL` in my /etc/sudoers file. All commands
should be allowed for group sudo.

ls -la /proc/sys/vm/drop_caches
--w--- 1 root root 0 Aug 14 16:28 /proc/sys/vm/drop_caches

I tried adding group permissions with `sudo chmod 440
/proc/sys/vm/drop_caches` and receive the following error message chmod:
changing permissions of '/proc/sys/vm/drop_caches': Operation not permitted

If I run `sudo sh -c "/usr/bin/echo 1 > /proc/sys/vm/drop_caches"` it
works.  Why does  `sudo echo 1 > /proc/sys/vm/drop_caches` not work, so
frustrating.

Tim

-- 
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/
⠈⠳⣄⠀⠀