Re: bindfs for web docroot - is this sane?

2022-10-11 Thread tomas
On Wed, Oct 12, 2022 at 04:09:41PM +1300, Richard Hector wrote: > On 12/10/22 00:26, Dan Ritter wrote: [...] > > The better solution is to use a versioning system -- git is the > > default these days [...] > I agree that a git-based deployment scheme would be good. However, I > understand that

Re: bindfs for web docroot - is this sane?

2022-10-11 Thread tomas
On Wed, Oct 12, 2022 at 03:55:03PM +1300, Richard Hector wrote: > On 11/10/22 22:40, hede wrote: > > On 11.10.2022 10:03 Richard Hector wrote: > > > [...] > > > Then for site developers (who might be contractors to my client) to be > > > able to update teh site, they need read/write access to the

Re: debugging apt-get

2022-10-11 Thread tomas
On Tue, Oct 11, 2022 at 10:35:46PM -0400, Stefan Seefeld wrote: > I'm trying to build a docker image containing a debian package I just > created locally. > > I'm thus running the command `apt-get update && apt-get install -y ./X.deb` > from my dockerfile. This command fails with the message > >

Re: bindfs for web docroot - is this sane?

2022-10-11 Thread Richard Hector
On 12/10/22 00:26, Dan Ritter wrote: Richard Hector wrote: Hi all, I host a few websites, mostly Wordpress. I prefer to have the site files (mostly) owned by an owner user, and php-fpm runs as a different user, so that it can't write its own code. For uploads, those directories are

Re: bindfs for web docroot - is this sane?

2022-10-11 Thread Richard Hector
On 11/10/22 22:40, hede wrote: On 11.10.2022 10:03 Richard Hector wrote: [...] Then for site developers (who might be contractors to my client) to be able to update teh site, they need read/write access to the docroot, but I don't want them all logging in using the same account/credentials.

debugging apt-get

2022-10-11 Thread Stefan Seefeld
I'm trying to build a docker image containing a debian package I just created locally. I'm thus running the command `apt-get update && apt-get install -y ./X.deb` from my dockerfile. This command fails with the message ... The following packages have unmet dependencies:  X : Depends: Y (=

Re: Listing .PDFs on web site?

2022-10-11 Thread David Christensen
On 10/10/22 22:16, latin...@vcn.bc.ca wrote: Hello Does somebody know how to get a simple list of PDFs in my Buleyes web site, please? The point is that i do hoticulture guides, and i would like that users get them directly from my site. On 10/11/22 01:59, latin...@vcn.bc.ca wrote: >

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-11 Thread Charles Curley
On Tue, 11 Oct 2022 23:35:48 +0200 Mario Marietto wrote: > > isolinux/menu.cfg > > > > LABEL English (en) > > SAY "Booting English (en)..." > > linux /live/vmlinuz boot=casper APPEND > > file=/cdrom/preseed/preseed.cfg auto=true initrd=/live/initrd.gz > > boot=live components

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-11 Thread Mario Marietto
In the end I found the solution. I've added these lines on top of the file : /home/ziomario/Scrivania/PassT-Cubic/Debian-new/custom-disk/boot/grub/grub.cfg,with this content : menuentry "Debian GNU/Linux Custom (kernel 5.10.0-18-amd64)" { linux /d-i/gtk/vmlinuz APPEND

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-11 Thread Mario Marietto
It is on the file /home/ziomario/Scrivania/PassT-Cubic/Debian-new/custom-disk/boot/grub/grub.cfg,with this content : https://pastebin.ubuntu.com/p/gHwWXPvXB2/ The preseed file is still ignored. Il giorno mer 12 ott 2022 alle ore 00:06 Greg Wooledge ha scritto: > On Tue, Oct 11, 2022 at

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-11 Thread Greg Wooledge
On Tue, Oct 11, 2022 at 11:55:56PM +0200, Mario Marietto wrote: > What is "${loopback}" in the context below ? [...] > insmod play > play 960 440 1 0 4 440 1 > if [ ${iso_path} ] ; then > set loopback="findiso=${iso_path}" > export loopback > fi If this is supposed to be a shell script, that

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-11 Thread Mario Marietto
What is "${loopback}" in the context below ? if loadfont $prefix/font.pf2 ; then set gfxmode=800x600 set gfxpayload=keep insmod efi_gop insmod efi_uga insmod video_bochs insmod video_cirrus insmod gfxterm insmod png terminal_output gfxterm fi if background_image

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-11 Thread Mario Marietto
I've added the string in both config files (menu.cfg and grub.cfg) and then I have rebuilt the ISO with cubic but the preseed file has been ignored by the graphical debian installer. Il giorno mar 11 ott 2022 alle ore 23:17 Mario Marietto < marietto2...@gmail.com> ha scritto: > I'm trying to

Re: Listar .PDFs en sitio web

2022-10-11 Thread estebanmonge
No se porque quieres gastar tu espacio si existe espacio gratuito... Porque no usas Google Drive o algo así? No seas de esos que dice que para que hacerlo fácil si se puede hacer difícil... Get Outlook for AndroidFrom: Marcelo Olcese (Gmail) Sent: Tuesday, October 11, 2022, 1:56 PMTo:

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-11 Thread Mario Marietto
I'm trying to modify them as follows : isolinux/menu.cfg LABEL English (en) SAY "Booting English (en)..." linux /live/vmlinuz boot=casper APPEND file=/cdrom/preseed/preseed.cfg auto=true initrd=/live/initrd.gz boot=live components locales=en_US.UTF-8 quiet splash intel_iommu=on

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-11 Thread Thomas Schmitt
Hi, Mario Marietto wrote: > Finally I found something that's very close to the solution : > https://askubuntu.com/questions/1228909/preseed-config-using-cubic-is-ignored-during-installation If this shall be the solution then the files to change would probably be isolinux/menu.cfg

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-11 Thread Mario Marietto
Finally I found something that's very close to the solution : https://askubuntu.com/questions/1228909/preseed-config-using-cubic-is-ignored-during-installation Il giorno mar 11 ott 2022 alle ore 21:43 Mario Marietto < marietto2...@gmail.com> ha scritto: > Maybe we reach the goal faster if we

RE: Listar .PDFs en sitio web

2022-10-11 Thread Marcelo Olcese (Gmail)
Instalás un Apache y si sabes algo de PHP, podes generar una interface para validar usuarios y bajar luego los PDF's. Más básico sería con Apache pero más "pegriloso". Sldos, Marcelo.- -Mensaje original- De: latin...@vcn.bc.ca [mailto:latin...@vcn.bc.ca] Enviado el: martes, 11 de

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-11 Thread Mario Marietto
Maybe we reach the goal faster if we understand what the "cubic" developer wants us to do by reading the message that appears on top of the preseed tab ? Some step is missed and I'm not able to understand which one : give a look here : https://ibb.co/9N0zL2P Il giorno mar 11 ott 2022 alle ore

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-11 Thread Mario Marietto
I always choose "Graphical Debian Installer" ,but I have to curb your enthusiasm. Yesterday I added the preseed.cfg file inside the /d-i/gtk/initrd.gz file and it has been ignored as well. Il giorno mar 11 ott 2022 alle ore 21:16 Thomas Schmitt ha scritto: > Hi, > > i should have looked into

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-11 Thread Thomas Schmitt
Hi, i should have looked into the boot/grub/grub.cfg file for initrd usage: ... menuentry "Debian GNU/Linux Live (kernel 5.10.0-18-amd64)" { linux /live/vmlinuz-5.10.0-18-amd64 boot=live components splash quiet "${loopback}" initrd /live/initrd.img-5.10.0-18-amd64 } ... many

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-11 Thread Thomas Schmitt
Hi, Mario Marietto wrote: > Does it make sense to insert the preseed file inside this file ? > > /home/ziomario/Scrivania/PassT-Cubic/Debian-new/custom-root/boot/initrd.img-5.10.0-18-amd64 ? > What's the difference between initrd and initrd.img-5.10.0-18-amd64 ? Interesting question. (You

XY Problem (WAS Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image)

2022-10-11 Thread Andrew M.A. Cater
On Tue, Oct 11, 2022 at 06:36:26PM +0200, Mario Marietto wrote: > You entered in a kind of analysis that I'm not able to do without the help > of someone else more skilled than me. I've tried to add the preseed file > even on the initrd file located on the live folder,but it didn't work. I > don't

Re: Listar .PDFs en sitio web

2022-10-11 Thread Ricardo Frydman
Pues ya te lo han indicado: debes montar un servidor Apache o nginx y abrir los puertos para que se acceda desde el exterior El mar, 11 oct 2022 a la(s) 14:54, escribió: > >> Creo que no explique bien, esto es exactamente, lo que me gustaria > >> hacer: > >> > >> https://www.vcn.bc.ca/latincom

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-11 Thread Mario Marietto
Does it make sense to insert the preseed file inside this file ? > /home/ziomario/Scrivania/PassT-Cubic/Debian-new/custom-root/boot/initrd.img-5.10.0-18-amd64 ? What's the difference between initrd and initrd.img-5.10.0-18-amd64 ? Instructions says : Regenerating md5sum.txt cd isofileschmod

Re: Listar .PDFs en sitio web

2022-10-11 Thread latincom
>> Creo que no explique bien, esto es exactamente, lo que me gustaria >> hacer: >> >> https://www.vcn.bc.ca/latincom >> > > Si este es tu sitio web, ya lo tienes hecho, ¿no? > NO, mi intencion es hacerlo en mi servidor Debian, alli solo subi los .pdf y aparecieron por arte de magia! Pero no se

Re : Add route exceptions to a VPN with network manager

2022-10-11 Thread nicolas . patrois
Le 11/10/2022 18:44:04, Michel a écrit : > Voire un defayukt d'aiguillage ;) Dafuk? nicolas patrois : pts noir asocial -- RÉALISME M : Qu'est-ce qu'il nous faudrait pour qu'on nous considère comme des humains ? Un cerveau plus gros ? P : Non... Une carte bleue suffirait...

Re: Add route exception in NetworkManager vpn

2022-10-11 Thread Tim Woodall
On Tue, 11 Oct 2022, Erwan David wrote: 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

Re: Add route exceptions to a VPN with network manager

2022-10-11 Thread Michel
Le 11/10/2022 à 18:20, Fabien R a écrit : > On 11/10/2022 16:05, Erwan David wrote: >> 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

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

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-11 Thread Mario Marietto
You entered in a kind of analysis that I'm not able to do without the help of someone else more skilled than me. I've tried to add the preseed file even on the initrd file located on the live folder,but it didn't work. I don't know what to do further,but you gave me more material to post another

Re: Add route exceptions to a VPN with network manager

2022-10-11 Thread Fabien R
On 11/10/2022 16:05, Erwan David wrote: 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

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-11 Thread Thomas Schmitt
Hi, Mario Marietto wrote: > Can you suggest some other nice places where I can post the > question again ? No. This list here and debian-live are the best places to ask. At least i know of no better ones. If i were in your situation i would try to find out how the software in the initrd is

Re: Listar .PDFs en sitio web

2022-10-11 Thread alfon
> Creo que no explique bien, esto es exactamente, lo que me gustaria hacer: > > https://www.vcn.bc.ca/latincom > Si este es tu sitio web, ya lo tienes hecho, ¿no?

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: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-11 Thread Mario Marietto
Sometimes it happens that no one replied to a specific ML. Anyway I have some experience in linux and freebsd management. I have used Linux,as a hobbyist ,since the 1990's. But it happens rarely. More often happens that inside the IRC channels no one will help. I've always found a lot of bots and

Re: bindfs for web docroot - is this sane?

2022-10-11 Thread Dan Ritter
Richard Hector wrote: > Hi all, > > I host a few websites, mostly Wordpress. > > I prefer to have the site files (mostly) owned by an owner user, and php-fpm > runs as a different user, so that it can't write its own code. For uploads, > those directories are group-writeable. > > Then for site

Re: How to use hw vendor EFI diagnostics ?

2022-10-11 Thread hede
Am 11.10.2022 11:38, schrieb Alain D D Williams: How do I integrate the HP diagnostics into the current EFI ? It should be fine to copy the files to the EFI partition (if not already there) and add some boot entry via efibootmgr (if not already present). Running efibootmgr (as root) without

Re: Listing .PDFs on web site?

2022-10-11 Thread Greg Wooledge
On Tue, Oct 11, 2022 at 01:59:55AM -0700, latin...@vcn.bc.ca wrote: > It is exactly what i would like to do thanks; i could not explain it > correctly: > > https://www.vcn.bc.ca/latincom That's an Index generated by Apache. Based on your email address, this appears to be your own site, so it

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-11 Thread Thomas Schmitt
Hi, Mario Marietto wrote: > I suppose that the ML debian-live is not > active or it is a very very low level of activity. It's what exists in respect to Debian Live ISOs. https://www.debian.org/devel/debian-live/ mentions the bug tracking system, the debian-live mailing list, and an IRC

How to use hw vendor EFI diagnostics ?

2022-10-11 Thread Alain D D Williams
I just got myself a new laptop - the old one broke. It is an HP stream, I wiped MS Windows and installed Linux Mint 21. The machine came with some nice hardware diagnostics, written by/for HP. These could be run without booting MS Windows. I would like to have the ability to run these as they

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image

2022-10-11 Thread Mario Marietto
Nope. My project is not compatible with that. I want to re-distribute the ISO,so if I do that I should keep online a server only for the distribution of the preseed file. This costs money. And furthermore there is something that is not working. Your job should be to understand the reasons and

Re: bindfs for web docroot - is this sane?

2022-10-11 Thread hede
On 11.10.2022 10:03 Richard Hector wrote: [...] Then for site developers (who might be contractors to my client) to be able to update teh site, they need read/write access to the docroot, but I don't want them all logging in using the same account/credentials. [...] Does that sound like a sane

Re: Listar .PDFs en sitio web

2022-10-11 Thread David Guillermo
Tendrás que levantar un ngnix/apache abrir los puertos y listo, sin mucho más. El mar, 11 oct 2022 a las 11:12, escribió: > > > https://developer.mozilla.org/es/docs/Learn/HTML/Introduction_to_HTML/Creating_hyperlinks > > > > El mar, 11 oct 2022 a las 6:57, escribió: > >> > >> Hola > >> > >>

Re: Listing .PDFs on web site?

2022-10-11 Thread latincom
> Hello > > Does somebody know how to get a simple list of PDFs in my Buleyes web > site, please? > > The point is that i do hoticulture guides, and i would like that users get > them directly from my site. > > thanks. > Latincom > It is exactly what i would like to do thanks; i could not explain

Re: Listar .PDFs en sitio web

2022-10-11 Thread latincom
> https://developer.mozilla.org/es/docs/Learn/HTML/Introduction_to_HTML/Creating_hyperlinks > > El mar, 11 oct 2022 a las 6:57, escribió: >> >> Hola >> >> Alguien sabe como poner una serie de .pdf en mi sitio web, uso servidor >> Bulleyes? >> >> La cosa, es que cada vez que distribuyo un pdf;

bindfs for web docroot - is this sane?

2022-10-11 Thread Richard Hector
Hi all, I host a few websites, mostly Wordpress. I prefer to have the site files (mostly) owned by an owner user, and php-fpm runs as a different user, so that it can't write its own code. For uploads, those directories are group-writeable. Then for site developers (who might be contractors

Re: Listing .PDFs on web site?

2022-10-11 Thread DdB
Am 11.10.2022 um 07:16 schrieb latin...@vcn.bc.ca: > Does somebody know how to get a simple list of PDFs in my Buleyes web > site, please? > > The point is that i do hoticulture guides, and i would like that users get > them directly from my site. unclear to me: do you want to generate a website

Re: Listar .PDFs en sitio web

2022-10-11 Thread alfon
https://developer.mozilla.org/es/docs/Learn/HTML/Introduction_to_HTML/Creating_hyperlinks El mar, 11 oct 2022 a las 6:57, escribió: > > Hola > > Alguien sabe como poner una serie de .pdf en mi sitio web, uso servidor > Bulleyes? > > La cosa, es que cada vez que distribuyo un pdf; tengo que