Re: sudo echo 1 > /proc/sys/net/ipv4/ip_forward [was: How to run automatically a script as soon root login]

2024-05-13 Thread Erwan David
Le 13/05/2024 à 19:45, Stefan Monnier a écrit : $ su - Password: # echo 1 > /proc/sys/net/ipv4/ip_forward # ^D logout $ I don't need no stinkin' sudo :-) And if you only have `sudo`, but not the root password, of course: % sudo zsh -l # echo 1 > /proc/sys/net/ipv4/ip_forward #

Re: How to run automatically a script as soon root login

2024-05-13 Thread Erwan David
Le 13/05/2024 à 15:03, Richmond a écrit : Erwan David writes: Le 13/05/2024 à 14:36, Richmond a écrit : I was experimenting, and found this works: sudo xterm -e "echo 1 > hello" It created a file owned by root. But I found I was able to remove it without being root even

Re: How to run automatically a script as soon root login

2024-05-13 Thread Erwan David
sudo exceutes a xterm as root then this xterm executes a shell (as root) and this root shell does the redirection. -- Erwan David

Re: How to run automatically a script as soon root login

2024-05-13 Thread Erwan David
e sudo. For this it is sufficient to  use /etc/sysctl.conf You find in the file shipped by debian # Uncomment the next line to enable packet forwarding for IPv4 #net.ipv4.ip_forward=1 So you just have to uncomment and it will be done at boot time. (You have the ipv6 equivalent in the same file, if needed) -- Erwan David

Re: time_t transitions in testing

2024-05-03 Thread Erwan David
and sometimes patience, it works. -- Erwan David

Re: recent Trixie upgrade removed nfs client

2024-04-30 Thread Erwan David
On Tue, Apr 30, 2024 at 03:51:01PM CEST, Gary Dale said: > I'm running Trixie on an AMD64 system. > > Yesterday after doing my usual morning full-upgrade, I rebooted because > there were a lot of Plasma-related updates. When I logged in, I found I > wasn't connected to my file server shares. I

Re: [HS] Lynx

2024-04-30 Thread Erwan David
complexe pour qui n'est pas un développeur web. -- Erwan David

Re: [HS] Lynx

2024-04-30 Thread Erwan David
. -- Erwan David

Re: LibreOffice removed from Debian

2024-04-18 Thread Erwan David
Le 17/04/2024 à 15:26, Brad Rogers a écrit : On Wed, 17 Apr 2024 15:12:39 +0200 Vincent Lefevre wrote: Hello Vincent, Is there any reason why LibreOffice has been removed from Debian??? https://tracker.debian.org/pkg/libreoffice Has all the info you need, and more. Expect it to be removed

Re: How does the 64bits time_t transition work?

2024-03-20 Thread Erwan David
kage tries to remove other (except wait) ? eg, now in testing upgrading nextcloud-desktop would remove plasma-discover, and fwbuilder would remove cups. -- Erwan David

Re: Question about what package to report bug

2024-03-06 Thread Erwan David
Le 06/03/2024 à 18:19, ke6jti a écrit : Hi, I have a possible kernel regression for a usb-dvb tuner card.  I know the error in dmesg points to kernel : au0828 but I am not sure what package this belongs to.  I think it belongs to v4l(video for linux) but I am still not sure what specific v4l

Re: Timer doing apt update

2024-02-20 Thread Erwan David
Le 20/02/2024 à 12:46, Andy Smith a écrit : Hi, On Tue, Feb 20, 2024 at 08:52:09AM +0100, Erwan David wrote: I use KDE, and I do not know wether discover does an update by itself. I do not thind any setting about this I think it is very likely that KDE has an equivalent to GNOME, which does

Re: Timer doing apt update

2024-02-19 Thread Erwan David
Le 20/02/2024 à 01:58, Andy Smith a écrit : Hi, On Mon, Feb 19, 2024 at 08:35:18PM +0100, Erwan David wrote: Sorry il was packagekit, I made a mistake while writing. If it's packagekit then isn't it going to be some part of your desktop environment? Which desktop environment are you using

Re: Timer doing apt update

2024-02-19 Thread Erwan David
Le 20/02/2024 à 03:20, Max Nikulin a écrit : On 20/02/2024 02:35, Erwan David wrote: Le 19/02/2024 à 18:00, Max Nikulin a écrit :     systemctl disable --now apt-daily.timer apt-daily-upgrade.timer Perhaps it is possible to write a script that will respect connection.metered property set

Re: Timer doing apt update

2024-02-19 Thread Erwan David
Le 19/02/2024 à 18:00, Max Nikulin a écrit : On 19/02/2024 14:35, Erwan David wrote: After each boot, the equivalent of apt update is automatically done in background, through policykit (apt database is locked by policykitd). So I think there is a timer triggroing this. I'd like to disable

Timer doing apt update

2024-02-18 Thread Erwan David
to disable this timer, but I did not find it. If someone knws better than me... -- Erwan David

Re: Revenir à la présentation précédente modififier Grub

2024-01-24 Thread Erwan David
systèmes d'exploitations? Debianement votre. Mr.Dominique Simeone Peut-être faut-il réactiver os-prober. Sur les debian récentes, update-grub ne cherche pas les autres OS sur le disque. C'ets une configuration à ajouter. Je ne sais plus comment mais ça devrait permettre de retrouver -- Erwan

Re: Désactiver le contrôle de la mémoire eMMC durant le boot

2023-12-28 Thread Erwan David
Le 28/12/2023 à 08:51, Olivier a écrit : Bonjour, J'ai un PC Acer Swift1 acheté en 2019 avec une mémoire flash 64Go et un emplacement M.2 Sata libre. Il y a quelques semaines, l'ordinateur (sous Win10) a refusé de démarrer car il ne trouvait plus de media pour le faire. J'ai installé une carte

Re: Mails dans corbeille Debian-12

2023-12-21 Thread Erwan David
et la corbeille FileSystem un répertoire contenant des fichiers. -- Erwan David

Re: Problem between kernel 6.5.0-5 (testing) and Realtek NICs ?

2023-12-07 Thread Erwan David
Le 06/12/2023 à 16:44, Erwan David a écrit : Le 06/12/2023 à 15:55, Erwan David a écrit : After upgrade to 6.5.0-5 (a 6.5.13 kernel in testing), impossible to use the laptop when Realtek card present (in dock). it boots, sddm works but anything which tries to access networking (even the ip

Re: Problem between kernel 6.5.0-5 (testing) and Realtek NICs ?

2023-12-06 Thread Erwan David
Le 06/12/2023 à 15:55, Erwan David a écrit : After upgrade to 6.5.0-5 (a 6.5.13 kernel in testing), impossible to use the laptop when Realtek card present (in dock). it boots, sddm works but anything which tries to access networking (even the ip command) is then blocked It could be the same

Problem between kernel 6.5.0-5 (testing) and Realtek NICs ?

2023-12-06 Thread Erwan David
://discussion.fedoraproject.org/t/kernel-6-5-12-or-later-on-fedora-39-broken-network-on-lenovo-t570/97586/18 I'll try installing the realtek-formware package, but the fedora discussion does not give much hope... -- Erwan David

Re: Systemd timer and sleeping laptop

2023-11-20 Thread Erwan David
Le 20/11/2023 à 13:10, Greg Wooledge a écrit : On Mon, Nov 20, 2023 at 12:48:24PM +0100, Erwan David wrote: What happens when a timer should have been triggered at a time the computer was sleeping ? systemd.timer(5): OnCalendar= [...] When a system

Systemd timer and sleeping laptop

2023-11-20 Thread Erwan David
Hello, What happens when a timer should have been triggered at a time the computer was sleeping ? I see that wit Persitent=true it is triggered at restart when it should have been triggered when the computer was off, but in case of sleep (or deeep sleep) the timer unit is not restarted, so

Re: Password managers

2023-11-13 Thread Erwan David
Le 13/11/2023 à 15:11, Klaus Singvogel a écrit : Erwan David wrote: Note that you may have less dependencies with kpcli (a cli client for keepass password files) I always was peering at kpcli. Do you have any experience switching between the CLI (kpcli) and the GUI (keepassxc) version

Re: Password managers

2023-11-12 Thread Erwan David
Le 12/11/2023 à 16:53, Michael Kjörling a écrit : On 12 Nov 2023 22:07 +0700, from maniku...@gmail.com (Max Nikulin): Having system booted from Debian Live image (assume some disaster), how many packaged have to be installed to get access to passwords stored by KeePassXC? I don't know about

Re: Délai de 25 secondes

2023-11-09 Thread Erwan David
Le 09/11/2023 à 11:34, Seb a écrit : Bonjour ! J'ai installé hier une Debian 12 en remplacement d'une Debian plus ancienne. C'est une installation à partir de zéro, pas une mise à jour. Mon gestionnaire de fenêtres est fvwm. Lorsque je lance pavucontrol (ou xdaliclock, ou firefox), il

Re: Domain name to use on home networks

2023-10-27 Thread Erwan David
Le 27/10/2023 à 18:45, John Hasler a écrit : Erwan writes: Here are the first lines of 'man domainname" : That doesn't help very much with no hint as to what NIS is and that it isn't relevant to DNS. it is said later in the man Don't use the command domainname to get the DNS domain name

Re: Domain name to use on home networks

2023-10-27 Thread Erwan David
Le 27/10/2023 à 18:30, gene heskett a écrit : On 10/27/23 11:45, Greg Wooledge wrote: On Fri, Oct 27, 2023 at 11:25:00AM -0400, gene heskett wrote: Not a systemd luver nor expert. Someone suggested that if I was using dotted names, then I should edit (as sudo) /etc/hostname which I have now

Re: Domain name to use on home networks; was: Bookworm:NetworkManager

2023-10-25 Thread Erwan David
n there are TLDs that are perfectly safe already available, like .home.arpa, and before that, .{corp,home,mail}. Cheers, David. Or if you already have a domain, you can use a subdomain. eg. I have rail.eu.org, and at home it is depot.rail.eu.org -- Erwan David

Re: imposer une IP à une seconde carte réseau

2023-10-17 Thread Erwan David
Le 17/10/2023 à 21:20, Alex PADOLY a écrit : Dans mon cas, cela ne fonctionne pas, je vais reprendre la proposition de Nospam '' Bonsoir sudo ip a add dev sudo ip a -6 add dev # pour une ipv6 L'interface doit être up sudo ip link set up '' Je vais adapter cette solution pour

Re: Configuration inn

2023-10-17 Thread Erwan David
fait TRÈS longtemps que je n'ai pas regardé INN) -- Erwan David

Re: Does debian installer use volume names for LVM?

2023-10-15 Thread Erwan David
Le 15/10/2023 à 10:32, Max Nikulin a écrit : I am curious if debian installer uses volume names in /etc/fstab when LVM is involved (either guided or manual partitioning). In guided partitionning, it uses the /dev/mapper name : here is what the installer put in the fstab of my laptop (/boot

Too much log for sudo.

2023-10-12 Thread Erwan David
I use a script to run borg backup. For it to be able to backup files that only root may read, i use sudo --preserv-env=BORG_REPO,BORG_PASSPHRASE. However I see that in the logs the VALUE of the env variable is loggued. How to change this ?

Re: Letting Windows go: scanning

2023-09-22 Thread Erwan David
Le 21/09/2023 à 23:15, Tom Browder a écrit : On Thu, Sep 21, 2023 at 08:30 Erwan David wrote: ... I have a HP LaserJet Pro MFP m125nw, installing it through hplip, It is seen on network by xsane and I can scan. Just have to install a binary blob each time hplip is upgraded

Re: Letting Windows go: scanning

2023-09-21 Thread Erwan David
can scan. Just have to install a binary blob each time hplip is upgraded, but it is rather straightforward -- Erwan David

Re: Printer HP LaserJet MFP M234sdw 5085B1

2023-09-20 Thread Erwan David
On Wed, Sep 20, 2023 at 04:42:12PM CEST, Reco said: > On Wed, Sep 20, 2023 at 04:01:25PM +0200, Erwan David wrote: > > Le 20/09/2023 à 15:55, Jörg-Volker Peetz a écrit : > > > With this printer CUPS driverless printing works, see > > > https://wiki.debian.org/CUPSD

Re: Printer HP LaserJet MFP M234sdw 5085B1

2023-09-20 Thread Erwan David
maybe there is no need for hplip, maybe there is. One cannot say -- Erwan David

kernel 6.4.0-3 (testing) cannot be installed with virtualbox-dkms

2023-08-24 Thread Erwan David
I had an upgrade failure today, when upgrading kernel to 6.4.0-3 : virtualbox-dkms needs a function which disappeared from kernel headers. I opened the bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050406 -- Erwan David

Re: Swap size in debain 12

2023-08-12 Thread Erwan David
Le 12/08/2023 à 16:24, David Wright a écrit : On Sat 12 Aug 2023 at 15:45:52 (+0200), Erwan David wrote: Installing a new debian 12 I see that the installer setups a 1G swap on a 24G RAM laptop. Is the hibernation out of swap now ? (I chose to have a biigger swap, but I find it strange

Swap size in debain 12

2023-08-12 Thread Erwan David
Installing a new debian 12 I see that the installer setups a 1G swap on a 24G RAM laptop. Is the hibernation out of swap now ? (I chose to have a biigger swap, but I find it strange) -- Erwan David

Re: sauvegardes: Vorta/Borgbackup et Deja-Dup/Duplicity

2023-08-04 Thread Erwan David
Le 04/08/2023 à 16:37, didier gaumet a écrit : Suite à une enfilade récente parlant de sauvegardes, j'avais dit que je regarderais un peu Vorta (GUI frontal de Borgbackup) et Borgbackup (CLI). A l'heure actuelle l'utilise un truc assez équivalent au sens où c'est un couple GUI et CLI qui

Re: Lack of text console?

2023-08-04 Thread Erwan David
Ctrl-Alt-F2? Regards, Or rather Ctrl-Alt-F3, on my trixie (with SDDM) I have tty1 : logs & boot messages tty2 : Graphical session tty3, 4 etc : text sessions. Note that it needs some time after boot before getting the login prompt on text consoles -- Erwan David

Re: [testing] passage du pilote proprio à nouveau

2023-07-31 Thread Erwan David
journal, plus dans .xsession-errors -- Erwan David

Re: Networkmanager en mode console

2023-07-26 Thread Erwan David
me on tape dans le firmware du hardware ça peut très bien complètement bloquer la machine. -- Erwan David

Re: Networkmanager en mode console

2023-07-26 Thread Erwan David
e strict minimum quitte à ce que l'utilisateur lance à la main les services dont il a besoin. que dit systemctk status network-manager.service ? Et s'il n'ets pas lancé systemctl start network-manager.service ? -- Erwan David

Re: Fwd: Imprimante HP Deskjet Plus 4120

2023-07-22 Thread Erwan DAVID
Le 21 juillet 2023 23:13:14 didier gaumet a écrit : Le 21/07/2023 à 20:16, Erwan David a écrit : Le 21/07/2023 à 19:32, didier gaumet a écrit : - absolument rien, lorsque c'est raccordé en USB ou en ethernet Pour ethernet c'est faucx dans le cas général, il n'y a rien à faire *à

Re: Fwd: Imprimante HP Deskjet Plus 4120

2023-07-21 Thread Erwan David
Le 21/07/2023 à 19:32, didier gaumet a écrit : - absolument rien, lorsque c'est raccordé en USB ou en ethernet Pour ethernet c'est faucx dans le cas général, il n'y a rien à faire *à condition que l'ordinateur et l'imprimante soient sur le même résqeau* Et je n'ai pas encore vu UNE SEULE

Re: Why does Debian have code names for releases?

2023-06-27 Thread Erwan David
Le 27/06/2023 à 05:06, Greg Wooledge a écrit : A lot of people who run stable releases use automatic upgrades. This is a thing that will attempt to run "apt update" and "apt upgrade" automatically for you in the background. If you use the "stable" label in your source.list file, and if you

Re: Compiling Virtualbox on "bookworm" [plain text email]

2023-06-20 Thread Erwan David
Le 20/06/2023 à 01:19, Ian Tan a écrit : Hello, Apologies for sending "rich text" of the same email previously. That was an accident. Here should be the plain text now. Due to upstream issues, Virtualbox is not available on bookworm. I have an urgent business use case, that required virtualbox

Re: Ligne de commande

2023-06-12 Thread Erwan David
Le 12/06/2023 à 19:59, Marc Chantreux a écrit : Le Mon, Jun 12, 2023 at 07:37:45PM +0200, Erwan David a écrit : J'aurais plutôt fait sudo sed -i.bak 's/bullseye/bookworm/' /etc/apt/sources.list tu pars du principe que c'est bullseye tout le temps et pas stable de temps en temps. Mais ça

Re: Ligne de commande

2023-06-12 Thread Erwan David
Le 12/06/2023 à 19:33, Marc Chantreux a écrit : Le Mon, Jun 12, 2023 at 05:17:41PM +, Simeone Dominique a écrit : Chers amis, comment ajouter à sources.list la nouvelle deb de Bookworm sans vim et en ligne de commande direct! Tout dépend de ce que tu avais précédement et de ce que tu veux

Re: What does "freeze" mean in Debian?

2023-05-25 Thread Erwan David
Le 25/05/2023 à 10:06, Hans a écrit : Hi folks, just a little thing, I am somehow confused about. I read that debian/testing is now in state "freeze" as the next release is shortly to come. As I running "bookworm" now, I am wondering, that debian/testing (aka bookworm), still gets a lot of

Re: HS: pourquoi les disques SSD sont peu utilisé dans les serveurs

2023-05-11 Thread Erwan David
Le 11/05/2023 à 17:25, steve a écrit : Bonjour, Infomaniak, un des plus gros hébergeurs de Suisse (et le mien, mais c'est hors sujet ici), utilise de plus en plus des SSD sur leurs serveur: https://news.infomaniak.com/ssd-europeen-swissbit/ De plus, ces SSD (de marque Swissbit

Re: HS: pourquoi les disques SSD sont peu utilisé dans les serveurs

2023-04-12 Thread Erwan David
Le 12/04/2023 à 09:34, Alex PADOLY a écrit : Bonjour à tous, Mes précédents messages montrent qu'à des fins de formation, je vais mettre en œuvre une architecture clients /serveur avec Debian Edu. La presse spécialisée indique que les disques durs SSD ont beaucoup de qualité, je l'ai aussi

Re: https://: vs. https://:.

2023-04-11 Thread Erwan David
Le 10/04/2023 à 21:37, Greg Wooledge a écrit : On Mon, Apr 10, 2023 at 12:13:15PM -0700, pe...@easthope.ca wrote: Name: hornby.islandhosting.com Address: 158.69.159.172 As expected, login at https://hornby.islandhosting.com:2096 and at https://mail.easthope.ca:2096 appear equivalent. But

Re: should CLI have a nice UI today?

2023-03-29 Thread Erwan David
Le 29/03/2023 à 16:24, Nicolas George a écrit : to...@tuxteam.de (12023-03-29): Perhaps roughly 3k to 4k years of storing, transmitting and retrieving information in written form have a part in it. It may be a social convention, but by now it runs so deep that I'm convinced you'll find

Re: ssh-add after graphical login

2023-03-23 Thread Erwan David
Le 23/03/2023 à 09:42, Yassine Chaouche a écrit : Hello all, I'd like something to run ssh-add right after I login to my desktop (KDE). ssh-add needs to prompt me for my passphrase, and doesn't need any privileges. What are my options? Best, I  do this way : I create a shell script

Re: PDF on debian

2023-03-09 Thread Erwan David
Le 09/03/2023 à 12:03, Corey Hickman a écrit : I always compose documents in debian via VIM. so if there is a PDF plugin for VIM that would be great. Thanks Not a Vim plugin, but I usually compose documents in markdown in aneditor (be it vim or emacs) then generate a pdf from the markdown

Re: hplip : looking for a workaround

2023-02-24 Thread Erwan David
Le 24/02/2023 à 18:41, Brian a écrit : On Fri 24 Feb 2023 at 18:25:24 +0100, Erwan David wrote: Le 24/02/2023 à 17:45, Brian a écrit : On Wed 22 Feb 2023 at 17:49:13 +0100, Erwan David wrote: Hi, hplip seems to need a dependency, many commands end with   File "/usr/share/hplip

Re: hplip : looking for a workaround

2023-02-24 Thread Erwan David
Le 24/02/2023 à 17:45, Brian a écrit : On Wed 22 Feb 2023 at 17:49:13 +0100, Erwan David wrote: Hi, hplip seems to need a dependency, many commands end with   File "/usr/share/hplip/base/password.py", line 119, in __readAuthType     distro_name = get_distro_std_na

Re: hplip : looking for a workaround

2023-02-24 Thread Erwan David
Le 22/02/2023 à 18:46, Celejar a écrit : On Wed, 22 Feb 2023 17:49:13 +0100 Erwan David wrote: Hi, hplip seems to need a dependency, many commands end with   File "/usr/share/hplip/base/password.py", line 119, in __readAuthType     distro_name = get_distro_std_na

hplip : looking for a workaround

2023-02-22 Thread Erwan David
Hi, hplip seems to need a dependency, many commands end with   File "/usr/share/hplip/base/password.py", line 119, in __readAuthType     distro_name = get_distro_std_name(os_name)   ^^^ NameError: name 'get_distro_std_name' is not defined. Did you mean:

Re: Lien cassé sur le paquet apache2-data dist Bullseye et dépôt officiel http://ftp.debian.org

2023-01-11 Thread Erwan David
Le 11/01/2023 à 12:47, didier gaumet a écrit : Euh, je ne connaissais pas cette couche ICAP(1) mais en gros ton problème me semble venir de là: elle considère (ou a considéré ponctuellement) le paquet Debian en question comme suspect car présentant trop de sous-niveaux d'archive? (1)

Gnome/Kde color correction

2022-12-23 Thread Erwan David
Hello, I have colord-kde installed, in the system settoings I get "You need Gnome Color Management installed in order to calibrate devices" Which package should I install ? I already have ii  colord 1.4.6-2.1    amd64    system service to manage device colour

Re: Missing module in initramfs : haw to know which one, and how to add it.

2022-10-14 Thread Erwan David
Le 14/10/2022 à 09:12, Erwan David a écrit : I got my modules list, I put the list in /etc/iniramfs-tools/modules, update-initramfs -v -u : they are not added to the initrd man initramfs-tools says Modules listed in /etc/initramfs-tools/modules and /usr/share/initramfs-tools/modules.d

Re: Missing module in initramfs : haw to know which one, and how to add it.

2022-10-14 Thread Erwan David
Le 14/10/2022 à 07:30, Erwan David a écrit : Le 14/10/2022 à 07:18, Erwan David a écrit : Hi, Some times ago I went from modules=most to modules=dep in initramfs, because /boot was too small. the machine is a laptop usually standalone but from time to time connected to a dock with external

Re: Missing module in initramfs : haw to know which one, and how to add it.

2022-10-13 Thread Erwan David
Le 14/10/2022 à 07:18, Erwan David a écrit : Hi, Some times ago I went from modules=most to modules=dep in initramfs, because /boot was too small. the machine is a laptop usually standalone but from time to time connected to a dock with external USB keyboard Today at boot : external

Missing module in initramfs : haw to know which one, and how to add it.

2022-10-13 Thread Erwan David
Hi, Some times ago I went from modules=most to modules=dep in initramfs, because /boot was too small. the machine is a laptop usually standalone but from time to time connected to a dock with external USB keyboard Today at boot : external keyboard worked for grub, did not work for

Add route exception in NetworkManager vpn

2022-10-11 Thread Erwan David
Hi, I use a vpn with network manager which routes everything through it. I'd like to add some exceptions for local or not so local ressources that cannot be reached through the VPN. The ideal situation would be to be able to give as gateway for those routes "the default gateway before the VPN

Add route exceptions to a VPN with network manager

2022-10-11 Thread Erwan David
Hi, I use a vpn with network manager which routes everything through it. I'd like to add some exceptions for local or not so local ressources that cannot be reached through the VPN. The ideal situation would be to be able to give as gateway for those routes "the defayukt gateway before the VPN

Re: Okular very slow

2022-10-06 Thread Erwan David
Le 06/10/2022 à 16:40, Kushal Kumaran a écrit : On Thu, Oct 06 2022 at 09:58:02 AM, Erwan David wrote: My okular is very slow at starting. I see that when it starts it mounts an automounted webdav share, and seems to scan it. How can I tell it not to scan anything at start

Okular very slow

2022-10-06 Thread Erwan David
My okular is very slow at starting. I see that when it starts it mounts an automounted webdav share, and seems to scan it. How can I tell it not to scan anything at start ?

Okular very slow : seems to scan webdav mounted share

2022-10-06 Thread Erwan David
My okular is very slow at starting. I see that when it starts it mounts an automounted webdav share, and seems to scan it. How can I tell it not to scan anything at start ?

Re: update-initramfs outside of /boot

2022-10-01 Thread Erwan David
Le 01/10/2022 à 18:25, Felix Miata a écrit : Erwan David composed on 2022-10-01 16:21 (UTC+0200): My /boot is 235 MB (from deb 10 installer), however in testing I now have 56MB initramfs files and update-initramfs cannot work for the 3rd kernel to install (and apt autoremove keeps 2 kernels

Re: update-initramfs outside of /boot

2022-10-01 Thread Erwan David
Le 01/10/2022 à 17:16, Stefan Monnier a écrit : My /boot is 235 MB (from deb 10 installer), however in testing I now have 56MB initramfs files and update-initramfs cannot work for the 3rd kernel to install (and apt autoremove keeps 2 kernels, thus at upgrade there are temporarily 3 kernels).

update-initramfs outside of /boot

2022-10-01 Thread Erwan David
My /boot is 235 MB (from deb 10 installer), however in testing I now have 56MB initramfs files and update-initramfs cannot work for the 3rd kernel to install (and apt autoremove keeps 2 kernels, thus at upgrade there are temporarily 3 kernels). I see that all the files of the initramfs are

Re: Plugin HP

2022-09-30 Thread Erwan David
Le 30/09/2022 à 17:11, MERLIN Philippe a écrit : Le vendredi 30 septembre 2022, 15:42:43 CEST Bureau LxVx a écrit : Bonjour, Sur le pc d'un am et une debian toute fraîche et mise à jour, je ne réussis pas à installer / finaliser le HPLIP. A la fin de l'installation, impossibilité d'imprimer la

Re: Grosse fatigue

2022-09-23 Thread Erwan David
Le 23/09/2022 à 12:42, antoine.valmer a écrit : On Friday 23 September 2022 12:34:01 BERTRAND Joël wrote: Attention, les ports sont renommés automatiquement sauf s'il y a des règles udev spécifiques. Cela fut rigolo au passage de l'ancien système au nouveau (et si j'ai pu récupérer eth1

Re: Postfix rejeter from et to en même temps

2022-09-06 Thread Erwan David
Le 06/09/2022 à 11:33, Wallace a écrit : Bonjour, Sur Postfix j'arrive bien à filtrer les from et les to en fonction de différents critères mais je n'arrive pas à trouver comment filtrer en from et to en même temps. Exemple en to j'ai une boite d'une personne valide donc je ne peux pas la

Re: Resize partitions ext4 /LVM

2022-08-16 Thread Erwan David
Le 16/08/2022 à 16:30, Daniel Caillibaud a écrit : Le 16/08/22 à 16:08, hamster a écrit : mount -o bind /home/docker /var/lib/docker C'est en effet une option, mais je comprend pas bien l'interet de le faire comme ca plutot qu'avec un lien symbolique ? Ça permet d'avoir le "vrai" chemin

Re: *Now* what is starting ssh-agent?

2022-07-26 Thread Erwan David
Le 26/07/2022 à 20:40, Chris Mitchell a écrit : Hi all, I have my own systemd "user" .service unit that I like to use to start ssh-agent the way I want it started, which works fine… except for the neverending game of whack-a-mole tracking down and disabling various legacy workarounds that go

Re: Où se documenter sur une expression comme ${1%/*} dans /bin/sh ?

2022-07-25 Thread Erwan David
On Mon, Jul 25, 2022 at 10:06:28AM CEST, bern said: > Le 2022-07-25 09:49, Olivier a écrit : > > Bonjour, > > > > Dans /etc:dhcp/debug sous Bullseye, j'ai trouvé l'instruction ci-après. > > echo "$(date): entering ${1%/*}, dumping variables." > > > > Cette expression vaut

Re: nft newbie

2022-07-12 Thread Erwan David
Le 12/07/2022 à 22:00, Marco a écrit : Am Tue, 12 Jul 2022 21:17:40 +0200 schrieb : That looks like a sensible strategy to me. It isn't at all, completely blocking incoming ICMP is a very stupid idea. ICMP is used for control messages, e.g. for Path MTU discovery. The only IMCP message that

Re: nft newbie

2022-07-12 Thread Erwan David
Le 12/07/2022 à 17:27, Henning Follmann a écrit : On Tue, Jul 12, 2022 at 11:31:11AM +0100, mick crane wrote: On 2022-07-12 10:33, Gareth Evans wrote: On Tue 12 Jul 2022, at 10:19, Maximiliano Estudies In most cases it's a best practice to configure all chains with _policy drop_ and then add

Re: sleep(1) vs. sync(1) twice before umount(8)

2022-07-10 Thread Erwan David
Le 10/07/2022 à 19:46, fxkl4...@protonmail.com a écrit : On Sun, 10 Jul 2022, David Christensen wrote: On 7/10/22 09:57, fxkl4...@protonmail.com wrote: On Sun, 10 Jul 2022, David Christensen wrote: On 7/10/22 05:55, fxkl4...@protonmail.com wrote: Several decades ago I was taught to type

Re: nft newbie

2022-07-07 Thread Erwan David
Le 07/07/2022 à 10:11, Roger Price a écrit : I looked at the workstation example, but it doesn't even allow access via ssh. On my Debian 11 box I found /usr/share/doc/nftables/examples/workstation.nft which does show how to allow incoming ssh, http and https traffic. Newbie 1: Is it normal

Re: Firewall blocking my new Debian 11 server ports 80 and 443

2022-05-29 Thread Erwan David
Le 29/05/2022 à 13:22, Tom Browder a écrit : On Sun, May 29, 2022 at 05:41 Tom Browder wrote: Does anyone have a good reason for me to NOT install and enable UFW? -Tom  good reason would be that thtere is obviously already something on your server magaing the firewalling. Having 2

Re: [SOLVED] Re: One-user system.

2022-05-06 Thread Erwan David
Le 06/05/2022 à 20:24, Thomas Schmitt a écrit : Hi, Greg Wooledge wrote: I think you're vastly underestimating the average age of subscribers on this list. Huh ? ... What ? ... Age ? ... Whom do you call old ? VIC-20 users don't get old. Since most of the posters here are of over average

Re: wtf just happened to my local staging web server

2022-05-05 Thread Erwan David
Le 04/05/2022 à 19:01, Gary Dale a écrit : My Apache2 file/print/web server is running Bullseye. I had to restart it yesterday evening to replace a disk drive. Otherwise the last reboot was a couple of weeks ago - I recall some updates to Jitsi - but I don't think there were any updates since

Re: disable IPv6 debian

2022-04-15 Thread Erwan David
Le 15/04/2022 à 14:35, wilson a écrit : after doing this, do I need to restart the OS? thanks Reco wrote: The most non-intrusive way of doing it (side effects considered) is: /sbin/sysctl -w net.ipv6.conf.default.disable_ipv6=1 /sbin/sysctl -w net.ipv6.conf.lo.disable_ipv6=0 No. But it

Re: Problème de SMTP

2022-04-15 Thread Erwan David
Le 15/04/2022 à 10:49, ajh-valmer a écrit : On Friday 15 April 2022 09:41:50 Frédéric MASSOT wrote: Le 14/04/2022 à 23:06, ajh-valmer a écrit : Depuis 2 jours, les SMTP refusent tout envoi de mails. smtp.bbox.fr , smtp.free.fr J'utilise le MUA Kmail et c'est idem avec Evolution. Voici le

Re: Paquets installés automatiquement

2022-04-04 Thread Erwan David
Le 04/04/2022 à 10:56, David BERCOT a écrit : Bonjour, J'essaye de gérer mon installation en ne conservant que les paquets strictement nécessaires. Pour cela : 1. je bascule la liste de tous les paquets en mode "auto" (via apt-mark auto) 2. j'installe "manuellement" ceux qui me semblent

Re: Where do you get Virtualbox

2022-04-02 Thread Erwan David
Le 02/04/2022 à 06:17, Pankaj Jangid a écrit : Dan Ritter writes: In any case, you seem to have answered your own question: Oracle is the supplier of virtualbox. If you don't trust them, there are many fine alternatives to virtualbox, most of which are built on the work of kvm, qemu or Xen.

Re: Where do you get Virtualbox

2022-03-31 Thread Erwan David
Le 31/03/2022 à 15:57, The Wanderer a écrit : For myself, the answer is quite simple: I don't. VirtualBox used to make my life easier, but the combination of not being available in Debian testing with the *reasons* why it isn't available there (license-related, last time I checked, if I remember

Where do you get Virtualbox

2022-03-31 Thread Erwan David
virtualbox is available either in Sid, or on Oracl's virtualbox repository. Where do you get it (I am on testing). -- Erwan

Re: Predictable Network Interface Names

2022-03-30 Thread Erwan David
Le 30/03/2022 à 21:15, Brian a écrit : = which goes into some detail. Thanks. Very informative. As the second link says: The resulting reality is that your PCI based names are only stable if you change no hardware in the

Re: Predictable Network Interface Names

2022-03-30 Thread Erwan David
Le 30/03/2022 à 20:39, Greg Wooledge a écrit : Doesn't matter. You can choose a memorable name. The MAC address is simply the data point you place in the config file, so the system knows this is the interface you're talking about. unicorn:~$ cat /etc/systemd/network/10-lan0.link [Match]

Re: Quel(s) serveur(s) DHCP pour 250 LAN de petite taille (/28) ?

2022-03-11 Thread Erwan David
Le 11/03/2022 à 12:48, Olivier a écrit : Bonjour, Je souhaite mettre en place sur une machine Bullseye, un service DHCP traitant 250 réseaux locaux de petite taille (/28 soit 16 adresses) mais chacun avec 1 ou 2 machines connectées, au maximum. 1. Qui a déjà mis en oeuvre ce type de chose ?

Re: apt-key deprecation.

2022-03-05 Thread Erwan David
Le 05/03/2022 à 20:04, Cindy Sue Causey a écrit : On 3/5/22, Erwan David wrote: Hi, When I update my packages I get the warning : W: https://download.virtualbox.org/virtualbox/debian/dists/buster/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see

  1   2   3   4   5   6   7   8   9   10   >