Re: Creating PDF/A from LaTeX source and from existing PDF

2024-07-04 Thread Richard
The first bit is just a warning, not an error. Of course, you could check what has changed in v9.11 that makes this not recommended anymore. Maybe they already handle it internally when you set -dPDFACompatibilityPolicy=1 and the old setting can interfere. But when the output of the validator

Re: Creating PDF/A from LaTeX source and from existing PDF

2024-07-03 Thread jeremy ardley
On 4/7/24 11:10, Stefan Monnier wrote: This might qualify as a bug in your MUA (it can make sense to require a small font for some parts of the message, but it seems this style applies to the whole message, which makes no sense), tho maybe it's due to some particularity of your configuration,

Re: Creating PDF/A from LaTeX source and from existing PDF

2024-07-03 Thread Stefan Monnier
Hi Richard, I don't see any problem because I'm reading this mailing-list from a MUA that's mostly text-only and doesn't try to use variable-size fonts, but looking at the HTML you send I see: > style="font-family:arial,helvetica,sans-serif;font-size:small"> repeated several times. I have no

small font (was: Re: Creating PDF/A from LaTeX source and from existing PDF)

2024-07-03 Thread Max Nikulin
I am in doubts what is more rude: On 04/07/2024 04:02, Richard wrote: Please stop using such a dinky font. There are plenty of old farts trying to read this list. - writing this before an attempt to hijack the thread using an already discussed question, Tell that to your mail

Re: Creating PDF/A from LaTeX source and from existing PDF

2024-07-03 Thread Max Nikulin
On 04/07/2024 04:49, Greg Marks wrote: $gs -dQUIET -dUseCIEColor -sProcessColorModel=DeviceCMYK -sDEVICE=pdfwrite -dPDFACompatibilityPolicy=1 -dCompressFonts=true -dSubsetFonts=true -sFONTPATH=/usr/share/fonts/ -o new.pdf old.pdf [...] The object number and generation number shall be

Re: Creating PDF/A from LaTeX source and from existing PDF

2024-07-03 Thread Greg Marks
> Now, for just random PDFs, this is a bit more tricky, but you can do so > with ghostscript. Now, this sadly doesn't have such a great guide, but > something like this should do the trick, though that's only PDF/A-1 for all > I can tell. If your contractor needs a different version, you'll have

Re: Creating PDF/A from LaTeX source and from existing PDF

2024-07-03 Thread Richard
Well, guess what, I haven't done anything to change the way messages look. The only settings I ever change is how they are displayed to me. And never has anyone ever had an issue with that, in many years. Probably because other people are just not using unusable software. And quite frankly,

Re: Creating PDF/A from LaTeX source and from existing PDF

2024-07-03 Thread Greg Wooledge
On Wed, Jul 03, 2024 at 23:02:16 +0200, Richard wrote: > > > > Please stop using such a dinky font. There are plenty of old farts trying > > to read this list. > > Tell that to your mail program. If it chooses to show you the mail that > way, don't blame me. Everything needed to display it any

Re: Creating PDF/A from LaTeX source and from existing PDF

2024-07-03 Thread Richard
> > Please stop using such a dinky font. There are plenty of old farts trying > to read this list. Tell that to your mail program. If it chooses to show you the mail that way, don't blame me. Everything needed to display it any way you want is there, it just needs to be used. Thunderbird can

Re: Creating PDF/A from LaTeX source and from existing PDF

2024-07-03 Thread Van Snyder
On Wed, 2024-07-03 at 15:31 -0400, e...@gmx.us wrote: > On 7/3/24 15:20, Van Snyder wrote: > > On Wed, 2024-07-03 at 18:38 +0200, Richard wrote: > > > For anything further, you'll have to research yourself as > > > ghostscript > > > is very complex but used by many people. > > > > Please stop

Re: Creating PDF/A from LaTeX source and from existing PDF

2024-07-03 Thread eben
On 7/3/24 15:20, Van Snyder wrote: On Wed, 2024-07-03 at 18:38 +0200, Richard wrote: For anything further, you'll have to research yourself as ghostscript is very complex but used by many people. Please stop using such a dinky font. That's what ctrl-shift-+ is for.

Re: Creating PDF/A from LaTeX source and from existing PDF

2024-07-03 Thread Van Snyder
On Wed, 2024-07-03 at 18:38 +0200, Richard wrote: > For anything further, you'll have to research yourself as ghostscript > is very complex but used by many people. Please stop using such a dinky font. There are plenty of old farts trying to read this list. Can ghostscript convert a PDF

Re: Creating PDF/A from LaTeX source and from existing PDF

2024-07-03 Thread Richard
>From LaTeX, this is quite simple, there's a package for that - as for pretty much everything in the LaTeX world. Googling for just like 10 sec could have given you this great guide: https://webpages.tuni.fi/latex/pdfa-guide.pdf Now, for just random PDFs, this is a bit more tricky, but you can do

Re: Creating PDF/A from LaTeX source and from existing PDF

2024-07-03 Thread tomas
On Wed, Jul 03, 2024 at 11:05:59AM -0400, Henning Follmann wrote: > On Wed, Jul 03, 2024 at 03:36:17PM +0200, to...@tuxteam.de wrote: [...] > > Uh-oh. We set the standards, but won't tell you what they are. > > But they did! They say PDF/A. But you have a point that this maybe is > not enough.

Re: Creating PDF/A from LaTeX source and from existing PDF

2024-07-03 Thread Henning Follmann
On Wed, Jul 03, 2024 at 01:06:56PM +, Ceppo wrote: > I wrote a report with LaTeX, and afterwards discovered it must be > PDF/A-compliant - which wasn't. I found the pdfx LaTeX package and followed > its > instructions, thus obtaining a file that should be PDF/A and pdfinfo > identifies > as

Re: Creating PDF/A from LaTeX source and from existing PDF

2024-07-03 Thread Henning Follmann
On Wed, Jul 03, 2024 at 03:36:17PM +0200, to...@tuxteam.de wrote: > On Wed, Jul 03, 2024 at 01:06:56PM +, Ceppo wrote: > > I wrote a report with LaTeX, and afterwards discovered it must be > > PDF/A-compliant - which wasn't. I found the pdfx LaTeX package and followed > > its > >

Re: Creating PDF/A from LaTeX source and from existing PDF

2024-07-03 Thread Sarunas Burdulis
On 7/3/24 09:06, Ceppo wrote: I wrote a report with LaTeX, and afterwards discovered it must be PDF/A-compliant - which wasn't. I found the pdfx LaTeX package and followed its instructions, thus obtaining a file that should be PDF/A and pdfinfo identifies as such, but my employer's upload form

Re: Creating PDF/A from LaTeX source and from existing PDF

2024-07-03 Thread tomas
On Wed, Jul 03, 2024 at 01:06:56PM +, Ceppo wrote: > I wrote a report with LaTeX, and afterwards discovered it must be > PDF/A-compliant - which wasn't. I found the pdfx LaTeX package and followed > its > instructions, thus obtaining a file that should be PDF/A and pdfinfo > identifies > as

Creating PDF/A from LaTeX source and from existing PDF

2024-07-03 Thread Ceppo
I wrote a report with LaTeX, and afterwards discovered it must be PDF/A-compliant - which wasn't. I found the pdfx LaTeX package and followed its instructions, thus obtaining a file that should be PDF/A and pdfinfo identifies as such, but my employer's upload form thinks isn't. Is pdfinfo reliable

Erreurs gsd-media-keys Unable to get default source

2024-05-15 Thread Charles Plessy
Bonjour à tous, j'ai des tonnes de ceci dans mes logs système: mai 15 17:51:26 bubu gsd-media-keys[2154]: Unable to get default source Copilot m'a dit que c'est la faute à pulseaudio, mais mon système utilise pipewire… Le forum ArchLinux me dit qu'il faut réduire la version de pipewire de

Re: Debian/Xen on ARM: How to identify source of an unhandled SMC call during boot?

2024-02-17 Thread Paul Leiber
Am 31.01.2024 um 23:12 schrieb Tixy: On Wed, 2024-01-31 at 21:59 +0100, hw wrote: On Wed, 2024-01-31 at 08:02 +0100, Paul Leiber wrote: Am 25.01.2024 um 22:28 schrieb Paul Leiber: [...] Some people on xen-devel pointed out to me two unhandled SMC calls in the boot logs which could be the root

Re: Debian/Xen on ARM: How to identify source of an unhandled SMC call during boot?

2024-01-31 Thread Tixy
On Wed, 2024-01-31 at 21:59 +0100, hw wrote: > On Wed, 2024-01-31 at 08:02 +0100, Paul Leiber wrote: > > Am 25.01.2024 um 22:28 schrieb Paul Leiber: > > [...] > > > Some people on xen-devel pointed out to me two unhandled SMC calls in > > > the boot logs which could be the root of the problem. I

Re: Debian/Xen on ARM: How to identify source of an unhandled SMC call during boot?

2024-01-31 Thread Paul Leiber
Am 31.01.2024 um 19:07 schrieb Andrew M.A. Cater: On Wed, Jan 31, 2024 at 08:02:47AM +0100, Paul Leiber wrote: Am 25.01.2024 um 22:28 schrieb Paul Leiber: Paul [1] https://lists.xenproject.org/archives/html/xen-devel/2023-10/msg00796.html [2]

Re: Debian/Xen on ARM: How to identify source of an unhandled SMC call during boot?

2024-01-31 Thread hw
On Wed, 2024-01-31 at 08:02 +0100, Paul Leiber wrote: > Am 25.01.2024 um 22:28 schrieb Paul Leiber: > > Dear Debian user list members, > > > > I am trying to run network related stuff (Samba, Zabbix) on a Raspberry > > Pi 4B in a virtualized environment using Debian Bookworm and Xen. I am > >

Re: Debian/Xen on ARM: How to identify source of an unhandled SMC call during boot?

2024-01-31 Thread Andrew M.A. Cater
On Wed, Jan 31, 2024 at 08:02:47AM +0100, Paul Leiber wrote: > Am 25.01.2024 um 22:28 schrieb Paul Leiber: > > > > Paul > > > > [1] > > https://lists.xenproject.org/archives/html/xen-devel/2023-10/msg00796.html > > [2] https://developer.arm.com/documentation/den0098/latest/ > > [3] > >

Re: Debian/Xen on ARM: How to identify source of an unhandled SMC call during boot?

2024-01-30 Thread Paul Leiber
Am 25.01.2024 um 22:28 schrieb Paul Leiber: Dear Debian user list members, I am trying to run network related stuff (Samba, Zabbix) on a Raspberry Pi 4B in a virtualized environment using Debian Bookworm and Xen. I am running into reproducible complete system crashes/reboots due to a Xen

Debian/Xen on ARM: How to identify source of an unhandled SMC call during boot?

2024-01-25 Thread Paul Leiber
Dear Debian user list members, I am trying to run network related stuff (Samba, Zabbix) on a Raspberry Pi 4B in a virtualized environment using Debian Bookworm and Xen. I am running into reproducible complete system crashes/reboots due to a Xen watchdog triggering under certain, seemingly

Re: Une distribution Debianesque avec beaucoup de code source et information DWARF de deboguage

2023-11-20 Thread Roberto C . Sánchez
On Mon, Nov 20, 2023 at 12:36:10PM +0100, hamster wrote: > Le 20/11/2023 à 12:18, Basile Starynkevitch a écrit : > > Je cherche une distribution Debian dont la plupart -ou la totalité- des > > paquets sont aussi disponibles sous forme sources, et dont la plupart > > des bibliothèques et

Re: Une distribution Debianesque avec beaucoup de code source et information DWARF de deboguage

2023-11-20 Thread hamster
Le 20/11/2023 à 12:18, Basile Starynkevitch a écrit : Je cherche une distribution Debian dont la plupart -ou la totalité- des paquets sont aussi disponibles sous forme sources, et dont la plupart des bibliothèques et executables ELF sont compilés avec les informations DWARF de debugging (donc,

Une distribution Debianesque avec beaucoup de code source et information DWARF de deboguage

2023-11-20 Thread Basile Starynkevitch
compilés avec -O2 -g) En gros, une distribution Debian "developer-friendly". J'ignore quel est le volume (en gigaoctets) de la majorité du code source des paquets Debian Ou bien dois-je renoncer à Debian et son apt et m'orienter vers archlinux? J'ai trois tera octets de libre sur mon

Version matching in kernel source and patch source?

2023-11-04 Thread Scott Denlinger
I'd like to try to compile my own kernel, using the realtime patch set. At kernel.org, I see that the 6.6 kernel source is 6.6, but the 6.6 realtime patch set is 6.6-rt12. Does that matter, or is it enough that both are given as 6.6? Similarly, if I see that the 6.5 series is at 6.5.10

Re: Linux source 6.1.38 with Debian patches

2023-10-12 Thread Franco Martelli
On 12/10/23 at 17:47, Michael Kjörling wrote: On 12 Oct 2023 17:13 +0200, from martelli...@gmail.com (Franco Martelli): The system seems rock solid with 6.1.38 so I'm looking for the Linux source packages of the kernel 6.1.38 that is a previous kernel release of the current stable distribution

Re: Linux source 6.1.38 with Debian patches

2023-10-12 Thread Michael Kjörling
On 12 Oct 2023 17:13 +0200, from martelli...@gmail.com (Franco Martelli): > The system seems rock solid with 6.1.38 so I'm looking for the Linux source > packages of the kernel 6.1.38 that is a previous kernel release of the > current stable distribution (maybe 12.1) does anybody know wh

Linux source 6.1.38 with Debian patches

2023-10-12 Thread Franco Martelli
but no longer the package (I deleted it after installation... big mistake). The system seems rock solid with 6.1.38 so I'm looking for the Linux source packages of the kernel 6.1.38 that is a previous kernel release of the current stable distribution (maybe 12.1) does anybody know where can I find

Re: How to install the kernel 5.4.14 (source and headers) packages on Debian buster.

2023-09-05 Thread Dominique Dumont
sed on the kernel 5.4 and it is. Infact the > default running kernel is 5.4.14. But for the project that I'm working on,I > also need to install the linux source and the headers packages for the same > kernel (5.4.14),but unfortunately,between the packages I only see versions > 4.19 and 5.10. Is ther

Re: How to install the kernel 5.4.14 (source and headers) packages on Debian buster.

2023-09-02 Thread Mario Marietto
ggestions to fix it ? thanks. On Sat, Sep 2, 2023 at 5:10 AM Max Nikulin wrote: > On 02/09/2023 04:15, Mario Marietto wrote: > > I've got a crazy idea : I see that Ubuntu has a 5.4 kernel source and > > header package. Is there a method or tool to convert these packages to > > d

Re: How to install the kernel 5.4.14 (source and headers) packages on Debian buster.

2023-09-01 Thread Max Nikulin
On 02/09/2023 04:15, Mario Marietto wrote: I've got a crazy idea : I see that Ubuntu has a 5.4 kernel source and header package. Is there a method or tool to convert these packages to debian packages so that I can use them on Debian ? Kernel image from one project and headers+sources from

Re: How to install the kernel 5.4.14 (source and headers) packages on Debian buster.

2023-09-01 Thread Andrew M.A. Cater
On Fri, Sep 01, 2023 at 11:15:38PM +0200, Mario Marietto wrote: > Hello. > > I've got a crazy idea : I see that Ubuntu has a 5.4 kernel source and > header package. Is there a method or tool to convert these packages to > debian packages so that I can use them on Debian ? That's b

Re: How to install the kernel 5.4.14 (source and headers) packages on Debian buster.

2023-09-01 Thread Greg Wooledge
On Fri, Sep 01, 2023 at 11:15:38PM +0200, Mario Marietto wrote: > I've got a crazy idea : I see that Ubuntu has a 5.4 kernel source and > header package. Is there a method or tool to convert these packages to > debian packages so that I can use them on Debian ? That's because I prefer

Re: How to install the kernel 5.4.14 (source and headers) packages on Debian buster.

2023-09-01 Thread Mario Marietto
Hello. I've got a crazy idea : I see that Ubuntu has a 5.4 kernel source and header package. Is there a method or tool to convert these packages to debian packages so that I can use them on Debian ? That's because I prefer Debian over Ubuntu. Thanks. On Fri, Sep 1, 2023 at 10:25 PM Andrew M.A

Re: How to install the kernel 5.4.14 (source and headers) packages on Debian buster.

2023-09-01 Thread Andrew M.A. Cater
sed on the kernel 5.4 and it is. Infact the > default running kernel is 5.4.14. But for the project that I'm working on,I > also need to install the linux source and the headers packages for the same > kernel (5.4.14),but unfortunately,between the packages I only see versions > 4.19 and 5.10. Is ther

How to install the kernel 5.4.14 (source and headers) packages on Debian buster.

2023-09-01 Thread Mario Marietto
working on,I also need to install the linux source and the headers packages for the same kernel (5.4.14),but unfortunately,between the packages I only see versions 4.19 and 5.10. Is there a method to install the sources and headers packages also for the kernel 5.4.14 ? The point is that for the project

Re: Intérêt d’un « NAS » commercial ou open source ?

2023-07-31 Thread Olivier
Un point important est de régulièrement vérifier ses propres procédures de restauration (dans des conditions les plus réalistes possibles). Le dim. 30 juil. 2023 à 12:22, Sébastien Dinot a écrit : > > Sébastien Dinot a écrit : > > > Tu expliques bien les intérêts pour la sauvegarde, mais comment

Re: Intérêt d’un « NAS » commercial ou open source ?

2023-07-30 Thread Sébastien Dinot
Sébastien Dinot a écrit : > > Tu expliques bien les intérêts pour la sauvegarde, mais comment se > > passe une restauration ? > > Très bien. :) Illustration pas plus tard que maintenant, suite à l'effacement accidentel d'un message important reçu vendredi après-midi : # export BORG_RSH="ssh -i

Re: Intérêt d’un « NAS » commercial ou open source ?

2023-07-28 Thread Sébastien Dinot
Michel Verdier a écrit : > Est-ce que tu utilise la version 1 ou la version 2 ? Version 2 sur les machines faisant tourner une Bookworm, version 1 sur celle faisant encore tourner une Bullseye. > Tu expliques bien les intérêts pour la sauvegarde, mais comment se > passe une restauration ? Très

Re: Intérêt d’un « NAS » commercial ou open source ?

2023-07-28 Thread Michel Verdier
Le 28 juillet 2023 Sébastien Dinot a écrit : > La question n'a rien de stupide, tout au contraire ! Il faut commencer par se > poser la question du besoin et des risques contre lesquels on veut se prémunir > afin d'apporter une réponse pertinente et économiquement supportable. J'ai > écrit un

[HS] Re: Intérêt d’un « NAS » commercial ou open source ?

2023-07-28 Thread didier gaumet
Le 28/07/2023 à 13:42, Sébastien Dinot a écrit : [...] Borgbackup, [...] Vorta [...] A une époque, j'avais regardé ça (Vorta en utilisation principale GUI et Borgbackup en utilisation dégradée CLI) ainsi que d'autres et je m'étais fixé sur Déjà-Dup en GUI et Duplicity en CLI. Mais ton

Re: Intérêt d’un « NAS » commercial ou open source ?

2023-07-28 Thread didier gaumet
Le 28/07/2023 à 17:28, RogerT a écrit : Le 28 juil. 2023 à 11:03, didier gaumet a écrit : [...] L'un des points qui me vient à l'esprit, c'est la dépendance: - le fournisseur est-il fiable? Déjà, quelle est son honnêteté? Risque-t-il de voler ou laisser voler par autrui les données de

Re: Intérêt d’un « NAS » commercial ou open source ?

2023-07-28 Thread RogerT
> Le 28 juil. 2023 à 11:03, didier gaumet a écrit : > > Le 28/07/2023 à 03:56, RogerT a écrit : > >> Merci beaucoup pour ton retour très détaillé et illustré. Tu as vraiment >> franchi le pas ! >> Je comprends pourquoi un utilisateur lambda (perso, prof libérale, etc.) >> préférera

Re: Intérêt d’un « NAS » commercial ou open source ?

2023-07-28 Thread Sébastien Dinot
Le 2023-07-28 12:06, didier gaumet a écrit : Tu n'es qu'un abject et cruel tortionnaire Diantre, c'est bien la première fois qu'on me qualifie de la sorte, et contre toute attente, je ne le prends même pas mal. ;) tu l'anticipes et tu t'en vantes mais pourtant tu ne dévoiles ta

Re: Intérêt d’un « NAS » commercial ou open source ?

2023-07-28 Thread didier gaumet
Le 28/07/2023 à 11:20, Sébastien Dinot a écrit : [...] J'ai écrit un article à ce sujet sur mon blog : https://www.palabritudes.net/2020/11/21/quelques-reflexions-sur-la-sauvegarde.html Tu n'es qu'un abject et cruel tortionnaire: tu l'anticipes et tu t'en vantes mais pourtant tu ne dévoiles

Re: Intérêt d’un « NAS » commercial ou open source ?

2023-07-28 Thread Sébastien Dinot
...) ? On résout le problème de la confiance en chiffrant les sauvegardes à la source, ce que permet l'outil Borgbackup que j'utilise (mais aussi Restic et d'autres). Je sais que ça a l'air stupide, mais commencer par se demander "des sauvegardes? pour quoi faire (me prémunir de quels ri

Re: Intérêt d’un « NAS » commercial ou open source ?

2023-07-28 Thread Olivier Pavilla
Bonjour - Message de didier gaumet - Date: Fri, 28 Jul 2023 11:02:46 +0200 De: didier gaumet Objet: Re: Intérêt d’un « NAS » commercial ou open source ? À: debian-user-french@lists.debian.org Le 28/07/2023 à 03:56, RogerT a écrit : Merci beaucoup pour ton retour très

Re: Intérêt d’un « NAS » commercial ou open source ?

2023-07-28 Thread didier gaumet
Le 28/07/2023 à 03:56, RogerT a écrit : Merci beaucoup pour ton retour très détaillé et illustré. Tu as vraiment franchi le pas ! Je comprends pourquoi un utilisateur lambda (perso, prof libérale, etc.) préférera acheter un NAS commercial. Il le branche, installe un agent sur son PC et peut

Re: Intérêt d’un « NAS » commercial ou open source ?

2023-07-28 Thread Sébastien Dinot
sous clé au bureau et un autre sur moi (toutes les sauvegardes étant chiffrées à la source par Borgbackup) * Une sauvegarde que je vais mettre en place sur le NAS dont je viens de me doter (il y a encore deux ans, j'avais une autre solution de sauvegarde déportée : une machine m'appartenant

Re: Intérêt d’un « NAS » commercial ou open source ?

2023-07-27 Thread RogerT
Le 7/27/23 à 23:24, Sébastien Dinot a écrit : Bonsoir, Sauf erreur de ma part, la question a déjà été débattue plusieurs fois ici sous une perspective ou une autre. On doit trouver trace des échanges dans les archives. Bonsoir, Oui, mais ça doit faire très longtemps. Voici mon petit

Re: Intérêt d’un « NAS » commercial ou open source ?

2023-07-27 Thread Sébastien Dinot
Bonsoir, Sauf erreur de ma part, la question a déjà été débattue plusieurs fois ici sous une perspective ou une autre. On doit trouver trace des échanges dans les archives. Voici mon petit retour d'expérience personnelle. Au boulot, j'utilise depuis une douzaine d'années des NAS Synology et

Re: Intérêt d’un « NAS » commercial ou open source ?

2023-07-27 Thread ptilou
Le jeudi 27 juillet 2023 à 15:30:04 UTC+2, RogerT a écrit : > > Le 27 juil. 2023 à 15:00, ptilou a écrit : > > > > Bonjour, > > > >> Le jeudi 27 juillet 2023 à 11:20:05 UTC+2, RogerT a écrit : > >> Bonjour, > >> > >> J’ai eu l’occasion de manipuler quelques « NAS » commerciaux (un serveur

Re: Intérêt d’un « NAS » commercial ou open source ?

2023-07-27 Thread RogerT
> Le 27 juil. 2023 à 15:00, ptilou a écrit : > > Bonjour, > >> Le jeudi 27 juillet 2023 à 11:20:05 UTC+2, RogerT a écrit : >> Bonjour, >> >> J’ai eu l’occasion de manipuler quelques « NAS » commerciaux (un serveur >> avec une baie…). Dont qnap et synology (basé sur debian). >> >> Le

Re: Intérêt d’un « NAS » commercial ou open source ?

2023-07-27 Thread ptilou
Bonjour, Le jeudi 27 juillet 2023 à 11:20:05 UTC+2, RogerT a écrit : > Bonjour, > > J’ai eu l’occasion de manipuler quelques « NAS » commerciaux (un serveur avec > une baie…). Dont qnap et synology (basé sur debian). > > Le matériel neuf fait bonne figure. > > Le GUI est censé simplifier

Re: Intérêt d’un « NAS » commercial ou open source ?

2023-07-27 Thread RogerT
en ssh, ça oui. Mais tout est remanié par rapport à debian ! Et il y a plein de choses que tu ne peux pas faire. Ou/et alors au risque de perdre la garantie du fournisseur. Déclencher un script ? Il y a un panneau pour glisser le script (ou un pointeur qui source le script visé). C’est lourding

Re: Intérêt d’un « NAS » commercial ou open source ?

2023-07-27 Thread Frederic Zulian
A mon domicile, j'ai un NAS avec Openmediavault (distribution basée sur Debian). J'ai récupéré une petite tour avec CM, cpu, alim, ... j'y ai mis un petit ssd pour l'OS et 2 HD de 4To (miroring). Certes, il faut faire la configuration mais c'est ce qui fait son intérêt. Au travail tous nos NAS

Re: Intérêt d’un « NAS » commercial ou open source ?

2023-07-27 Thread Gaëtan Perrier
Bonjour, Je ne vais pas répondre à toutes tes interrogations mais juste partager ma toute petite expérience. J'ai un NAS Synology 4 baies (DS918+). Pourquoi avoir choisi un NAS tout fait plutôt que d'en monter un à base d'une debian ? En premier pour l'intégration ! C'est tout petit ça ne

Intérêt d’un « NAS » commercial ou open source ?

2023-07-27 Thread RogerT
Bonjour, J’ai eu l’occasion de manipuler quelques « NAS » commerciaux (un serveur avec une baie…). Dont qnap et synology (basé sur debian). Le matériel neuf fait bonne figure. Le GUI est censé simplifier la vie de l’administrateur, mais de mon expérience la lui complique et le ralentit,

Re: New open source project

2023-06-12 Thread Gregory Seidman
On Mon, Jun 12, 2023 at 12:26:35PM +0200, the2nd wrote: > i am developing an open source OTP authentication server and currently > searching for someone to test it. I hope its okay to ask for this on this > list. > > There is no documentation yet but i can write a step by step gui

New open source project

2023-06-12 Thread the2nd
Hi, i am developing an open source OTP authentication server and currently searching for someone to test it. I hope its okay to ask for this on this list. There is no documentation yet but i can write a step by step guide if someone is interested in testing my project. Installation

Re: How to download source package using only console?

2023-05-15 Thread Alexander V. Makartsev
On 15.05.2023 15:19, Vincent Lefevre wrote: On 2023-05-15 10:25:45 +0500, Alexander V. Makartsev wrote: I see. That explains why I can request source package "golang-github-xenolf-lego/testing" directly and get the right one. So, in my case, I won't be able to reliably get a source

Re: How to download source package using only console?

2023-05-15 Thread Vincent Lefevre
.1-1. You need to fix that. > What is the best approach to fix that? [...] That: [...] > I see. That explains why I can request source package > "golang-github-xenolf-lego/testing" directly and get the right one. > So, in my case, I won't be able to reliably get a source package(-s)

Re: How to download source package using only console?

2023-05-14 Thread Alexander V. Makartsev
-1. You need to fix that. What is the best approach to fix that? Keep in mind, I only need a source package(-s) from "testing". So, just to be safe, "deb" source for "testing" was commented out: $ cat /etc/apt/sources.list | grep -iE "testing" #deb https:/

Re: How to download source package using only console?

2023-05-14 Thread Vincent Lefevre
kport of a package, I sometimes find it > > > difficult > > > to obtain actual source package(-s) from Debian repos using console. > > > Following advice from a wiki page [1], after "apt update", doesn't do it: > > > > > > $ apt source lego/testing >

Re: How to download source package using only console?

2023-05-14 Thread Greg Wooledge
On Sun, May 14, 2023 at 02:17:05PM +0500, Alexander V. Makartsev wrote: > hence why the command was "$ apt source lego/testing" not just "$ apt source > lego". > There is no reason for building a backport package for "stable" using a > source package f

Re: How to download source package using only console?

2023-05-14 Thread Alexander V. Makartsev
On 14.05.2023 10:06, Vincent Lefevre wrote: On 2023-05-14 00:15:39 +0500, Alexander V. Makartsev wrote: Hello, fellow Debian users. When I need to build a backport of a package, I sometimes find it difficult to obtain actual source package(-s) from Debian repos using console. Following advice

Re: How to download source package using only console?

2023-05-13 Thread Vincent Lefevre
On 2023-05-14 00:15:39 +0500, Alexander V. Makartsev wrote: > Hello, fellow Debian users. > > When I need to build a backport of a package, I sometimes find it difficult > to obtain actual source package(-s) from Debian repos using console. > Following advice from a wiki page

How to download source package using only console?

2023-05-13 Thread Alexander V. Makartsev
Hello, fellow Debian users. When I need to build a backport of a package, I sometimes find it difficult to obtain actual source package(-s) from Debian repos using console. Following advice from a wiki page [1], after "apt update", doesn't do it: $ apt source lego/testing

Sat/Sun @Geldrop (Eindhoven, NL): T-DOSE Open Source Event

2023-04-20 Thread J.A. Bezemer
Hi all, This Saturday and Sunday, Debian has a booth at the T-DOSE "Technical Dutch Open Source Event" in Geldrop, The Netherlands. Join us to discuss all things Debian, meet people from other projects, and listen to interesting talks on many subjects. Entrance is free! More i

Re: Missing Input Source - which package to file bug against?

2023-04-09 Thread Pankaj Jangid
Pankaj Jangid writes: > I just discovered that there is no "input source" for Hindi (language) > or Devanagari Script. Which package should I file the bug against? > > In Debian 11.6, the input source was present and switching with > Super+Space was working just fine.

Missing Input Source - which package to file bug against?

2023-04-09 Thread Pankaj Jangid
I just discovered that there is no "input source" for Hindi (language) or Devanagari Script. Which package should I file the bug against? In Debian 11.6, the input source was present and switching with Super+Space was working just fine. I have upgraded to "bookworm"

Source code boost.

2023-03-20 Thread David
Yandex contribute substantially. https://tass.com/economy/1591543 Cheers!

Re: Trying to find the source iso's for debian buster and bookworm

2023-03-05 Thread Cindy Sue Causey
On 3/4/23, davidson wrote: > On Sat, 4 Mar 2023 Keith Christian wrote: >> Several versions back, we could download the source code >> on various iso files for previous and current releases. > >Debian CDs/DVDs archive >https://cdimage.debian.org/cdimage/archive/

Re: Trying to find the source iso's for debian buster and bookworm

2023-03-04 Thread Luna Jernberg
Thats correct buster and bullseye is released bookworm is testing and still being developed for a couple of months more On 3/5/23, davidson wrote: > On Sat, 4 Mar 2023 Keith Christian wrote: >> Several versions back, we could download the source code >> on various iso fil

Re: Trying to find the source iso's for debian buster and bookworm

2023-03-04 Thread davidson
On Sat, 4 Mar 2023 Keith Christian wrote: Several versions back, we could download the source code on various iso files for previous and current releases. Debian CDs/DVDs archive https://cdimage.debian.org/cdimage/archive/ Where can those be found for Buster [...] I would look

Trying to find the source iso's for debian buster and bookworm

2023-03-04 Thread Keith Christian
Several versions back, we could download the source code on various iso files for previous and current releases. Where can those be found for Buster and Bookworm? Several searches turned up nothing. Thanks.

Re: exemple de code source C de logiciel libre utilisant Sqlite3?

2023-02-06 Thread didier gaumet
Le 06/02/2023 à 17:40, Étienne Mollier a écrit : [...] il y a également un exemple simple et efficace d'utilisation de l'API C[1] sur le site officiel du projet sqlite. [1] : https://www.sqlite.org/quickstart.html [...] merci de "nous" ("m'", plutôt) avoir rappelé ce principe de base:

Re: exemple de code source C de logiciel libre utilisant Sqlite3?

2023-02-06 Thread Étienne Mollier
Bonjour Basile, > Le 06/02/2023 à 11:18, Basile Starynkevitch a écrit : > > Je cherche un exemple de code source en C de logiciel libre utilisant > > Sqlite3? didier gaumet, on 2023-02-06: > peut-être regarder là: > https://www.tutorialspoint.com/sqlite/sqlite_c_cpp.htm >

Re: exemple de code source C de logiciel libre utilisant Sqlite3?

2023-02-06 Thread didier gaumet
Le 06/02/2023 à 11:18, Basile Starynkevitch a écrit : Bonjour la liste Je cherche un exemple de code source en C de logiciel libre utilisant Sqlite3? (c'est en rapport indirect avec http://refpersys.org/ ) Librement Avertissement: j'ai juste fait une recherche sur "sample c

exemple de code source C de logiciel libre utilisant Sqlite3?

2023-02-06 Thread Basile Starynkevitch
Bonjour la liste Je cherche un exemple de code source en C de logiciel libre utilisant Sqlite3? (c'est en rapport indirect avec http://refpersys.org/ ) Librement -- Basile Starynkevitch (only mine opinions / les opinions sont miennes uniquement) 92340 Bourg-la-Reine

recherche generateur de code source C aléatoire (mais terminant)

2023-01-03 Thread Basile Starynkevitch
Bonjour la liste, Je cherche un générateur de code C plus ou moins aléatoire (compilable sur Debian), mais qui termine. Pour ma part, je suis en train d'améliorer mon https://github.com/bstarynk/misc-basile/blob/master/manydl.c Il y a plusieurs utilités à de tels code générés: exercer

Re: wget et ping refusent d'utiliser l'adresse source spécifiée

2022-12-16 Thread Olivier
pings émis avec l'IP source par défaut en 192.168.X.Y, et non l'IP dans le réseau 10.90.90.x a stoppé mes investigations. Un point que je n'avais pas mentionné est le suivant: - la machine relais avec laquelle j'essayais de joindre le nouveau switch DLink était membre de deux réseaux disjoints en 10

Re: wget et ping refusent d'utiliser l'adresse source spécifiée

2022-12-15 Thread Pierre Malard
90.90.91 10.90.90.90, >> échoue (pas de réponse) >> >> J'ai pourtant utilisé des dizaines et des dizaines de fois l'option -I >> de ping permettant de spécifier l'adresse ou l'interface source >> utilisée lors du ping. >> >> Avec la commande tshark, j'

Re: wget et ping refusent d'utiliser l'adresse source spécifiée

2022-12-15 Thread Erwann Le Bras
(pas de réponse) J'ai pourtant utilisé des dizaines et des dizaines de fois l'option -I de ping permettant de spécifier l'adresse ou l'interface source utilisée lors du ping. Avec la commande tshark, j'ai: # tshark -f 'ip host 10.90.90.90' -i eno1 Running as user "root" and g

Re: wget et ping refusent d'utiliser l'adresse source spécifiée

2022-12-12 Thread didier gaumet
suite durant le ping. Et l'option -B pourrait peut-être permettre de garder cette adresse durant toute la durée du ping: "[...] -B Do not allow ping to change source address of probes. The address is bound to one selected when ping starts. [...]"

wget et ping refusent d'utiliser l'adresse source spécifiée

2022-12-12 Thread Olivier
10.90.90.91 10.90.90.90, échoue (pas de réponse) J'ai pourtant utilisé des dizaines et des dizaines de fois l'option -I de ping permettant de spécifier l'adresse ou l'interface source utilisée lors du ping. Avec la commande tshark, j'ai: # tshark -f 'ip host 10.90.90.90' -i eno1 Running as user

Re: No emacs source files in Debian testing?

2022-10-05 Thread Dekks Herton
Charles Curley writes: > On Wed, 5 Oct 2022 08:40:14 -0400 > Haines Brown wrote: > >> With an upgrade to testing, I get this warning when I load emacs: >> >> Warning (comp): Cannot look-up eln file as no source file was found >> for /home/haines/.e

Re: No emacs source files in Debian testing?

2022-10-05 Thread Charles Curley
On Wed, 5 Oct 2022 08:40:14 -0400 Haines Brown wrote: > With an upgrade to testing, I get this warning when I load emacs: > > Warning (comp): Cannot look-up eln file as no source file was found > for /home/haines/.emacs.d/elisp/ibus.elc Judging by the location (in your us

No emacs source files in Debian testing?

2022-10-05 Thread Haines Brown
With an upgrade to testing, I get this warning when I load emacs: Warning (comp): Cannot look-up eln file as no source file was found for /home/haines/.emacs.d/elisp/ibus.elc I gather that with emacs version 28 the ibus.el source file is no longer installed, although it must found

Re: Paying Debian contributors (Was Re: Advantages/Disadvantages of Open Source Software)

2022-09-18 Thread riveravaldez
On Thursday, September 15, 2022, Chuck Zmudzinski wrote: > On 9/15/2022 11:46 AM, Andy Smith wrote: >> Hello, >> >> On Wed, Sep 14, 2022 at 10:04:48PM -0400, Chuck Zmudzinski wrote: >> > I am not against giving maintainers like Steve just compensation for the >> > work they do fixing bugs, and by

Re: Paying Debian contributors (Was Re: Advantages/Disadvantages of Open Source Software)

2022-09-16 Thread Chuck Zmudzinski
On 9/16/22 12:05 AM, Maude Summerside wrote: > > On 2022-09-15 17:56, Chuck Zmudzinski wrote: > > On 9/15/2022 11:46 AM, Andy Smith wrote: > >> Hello, > >> > >> On Wed, Sep 14, 2022 at 10:04:48PM -0400, Chuck Zmudzinski wrote: > >>> I am not against giving maintainers like Steve just compensation

Re: Paying Debian contributors (Was Re: Advantages/Disadvantages of Open Source Software)

2022-09-15 Thread Maude Summerside
On 2022-09-15 17:56, Chuck Zmudzinski wrote: > On 9/15/2022 11:46 AM, Andy Smith wrote: >> Hello, >> >> On Wed, Sep 14, 2022 at 10:04:48PM -0400, Chuck Zmudzinski wrote: >>> I am not against giving maintainers like Steve just compensation for the >>> work they do fixing bugs, and by

Re: Paying Debian contributors (Was Re: Advantages/Disadvantages of Open Source Software)

2022-09-15 Thread Chuck Zmudzinski
On 9/15/22 6:29 PM, Lee wrote: > On 9/15/22, Chuck Zmudzinski wrote: > > > > So I have to pay someone lots of money to fix a problem I already know how > > to fix? > > I don't think you really understand my use case very well. > > I surely don't. If you know how to fix whatever why haven't you

Re: Advantages/Disadvantages of Open Source Software (Was Re: Package grub-xen-host breaks PV domains with 11.5 point release)

2022-09-15 Thread Chuck Zmudzinski
rised if the one who reported it gave up on it and switched to Fedora or another distro that has fixed the bug in their distro. It is the kind of bug that can be fixed in *either* the Linux kernel upstream code or in the systemd/udev configuration by the distro. But Debian maintainers are just

  1   2   3   4   5   6   7   8   9   10   >