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

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/s

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 >>

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

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

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 > Ge

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:

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: 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, be

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

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 th

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

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 dr

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 expla

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 'ec

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 situati

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