Problemas conctándome con servidor SOKCS5

2020-08-27 Thread Julian Daich
Hola,

Instalá Dante en un servidor remoto, pero no logro conectarme con
navegadores desde fuera, En /etc/danted.conf
logoutput: /var/log/socks.log
internal: eth0 port = 1080
external: eth0
clientmethod: none
socksmethod: username
# socksmethod: none // for non-authentication
user.notprivileged: nobody

client pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: error connect disconnect
}
client block {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: connect error
}
socks pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
command: bind connect udpassociate
log: error connect disconnect
socksmethod: username
}
socks block {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: connect error
}

sudo ifconfig
eth0: flags=4163  mtu 1460
inet 10.142.0.4  netmask 255.255.255.255  broadcast 10.142.0.4
inet6 fe80::4001:aff:fe8e:4  prefixlen 64  scopeid 0x20
ether 42:01:0a:8e:00:04  txqueuelen 1000  (Ethernet)
RX packets 3500871  bytes 1550265938 (1.4 GiB)
RX errors 0  dropped 0  overruns 0  frame 0
TX packets 3715906  bytes 7482108298 (6.9 GiB)
TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73  mtu 65536
inet 127.0.0.1  netmask 255.0.0.0
inet6 ::1  prefixlen 128  scopeid 0x10
loop  txqueuelen 1  (Local Loopback)
RX packets 791657  bytes 164952326 (157.3 MiB)
RX errors 0  dropped 0  overruns 0  frame 0
TX packets 791657  bytes 164952326 (157.3 MiB)
TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

El puerto 1080 está abierto y desde el servidor cuando hago
curl -x socks5://jdaich:m1ng0@10.142.0.4:1080 ifconfig.co
me devuelve la IP externa como debería ser. Para tratar de conectar
desde fuera escribo la IP externa y el puerto en la configuración de
proxy del cliente.
Traté de cambiar eth0 por la IP estrena en /etc/danted.conf del
servidor, pero da error al arrancar danted.

Saludos,

Julián



-- 
Julian



Re: portal cautivo

2020-08-27 Thread Felix Perez
El vie., 28 de ago. de 2020 a la(s) 00:26, Debia Linux
(debianer...@gmail.com) escribió:
>
> On Thu, Aug 27, 2020 at 1:47 PM Felix Perez  
> wrote:
> >
> > El jue., 27 de ago. de 2020 a la(s) 13:00, Debia Linux
> > (debianer...@gmail.com) escribió:
> > >
> > > Buenos dias lista:
> > >
> > > Quiero hacer un portal cautivo con un servidor pequeño. Espero puedan
> > > darme ideas.
> > >
> > > Tengo un router wifi con acceso libre
> > > Tengo apache2 instalado (ya tengo cargada la web)
> > >
> > > Mi deseo es que al conectarse a la red, automaticamente abra la pagina
> > > web que tengo cargada en el servidor (portal cautivo).
> > >
> > > NO VOY A DAR SERVICIO DE INTERNET, por tanto sera unicamente para la 
> > > intranet.
> > >
> > > He visto varios tutoriales de esasyhotspot y otros semejantes. Pero
> > > creo que no es tan necesario estar usando esas herramientas.
> > >
> > > Quizas lo unico que necesito es (creo) modificar el archivo /etc/hosts
> > > y el dnsmasq.conf (ya tengo instalado dnsmasq).
> > >
> > > Pero para inicio de cuentas, ¿Como podre hacerle para que el que
> > > acceda a la red wifi, automaticamente sea direccionado a la web que
> > > tengo cargada en els ervidor?.
> > >
> > > Alguna idea?
> > >
> > > Gracias
> > >
> > Puedes aclarar que necesitas, especificamente, por lo menos yo no te 
> > entiendo.
>
> Crear un portal cautivo sin usar easyspot ni squid, creo que es
> posible solo configurando las dns o el archivo hosts.
>
> >
> > Para portal cautivo Squid o el mismo Easyhotspot.
> > Y si es para la intranet, en apache puedes definir redirecciones.
> >
> > Insisto no te entiendo que quieres hacer
>
> Te comento que creo que es posible solo usar el router y el servidor
> apache, quizas usar iptables o dnsmasq

Encontré esto, quizás te sirva.
https://www.enmimaquinafunciona.com/pregunta/141371/el-portal-cautivo-de-iptables-redirecciona-http-pero-permite-el-paso-de-https

Y tu router que te dice?

-- 
usuario linux  #274354
normas de la lista:  http://wiki.debian.org/es/NormasLista
como hacer preguntas inteligentes:
http://www.sindominio.net/ayuda/preguntas-inteligentes.html



Re: No irq handler for vector

2020-08-27 Thread Johann Klammer
On 08/27/2020 08:00 PM, john doe wrote:
> Debians,
> 
> I just installed Debian Buster and I'm seeing the following messages at
> boot:
> 
> 
> "[0.005017] do_IRQ: 1.55 No irq handler for vector
> [0.005017] do_IRQ: 2.55 No irq handler for vector
> [0.005017] do_IRQ: 3.55 No irq handler for vector"
> 
> 
> I don't understand what those messages are saying.
> 
> What should I do to correct whatever they are telling me?
> 
> 
> Any feedback is appriciated.
> 
> -- 
> John Doe

Either an unstable power supply in your computer, 
or the rugrats have broken something.

Might also be some part of the box(GPU?) overheating.




Re: portal cautivo

2020-08-27 Thread Debia Linux
On Thu, Aug 27, 2020 at 5:41 PM JavierDebian
 wrote:
>
>
>
> El 27/8/20 a las 14:00, Debia Linux escribió:
> > Buenos dias lista:
> >
> > Quiero hacer un portal cautivo con un servidor pequeño. Espero puedan
> > darme ideas.
> >
> > Tengo un router wifi con acceso libre
> > Tengo apache2 instalado (ya tengo cargada la web)
> >
> > Mi deseo es que al conectarse a la red, automaticamente abra la pagina
> > web que tengo cargada en el servidor (portal cautivo).
> >
> > NO VOY A DAR SERVICIO DE INTERNET, por tanto sera unicamente para la 
> > intranet.
> >
> > He visto varios tutoriales de esasyhotspot y otros semejantes. Pero
> > creo que no es tan necesario estar usando esas herramientas.
> >
> > Quizas lo unico que necesito es (creo) modificar el archivo /etc/hosts
> > y el dnsmasq.conf (ya tengo instalado dnsmasq).
> >
> > Pero para inicio de cuentas, ¿Como podre hacerle para que el que
> > acceda a la red wifi, automaticamente sea direccionado a la web que
> > tengo cargada en els ervidor?.
> >
> > Alguna idea?
> >
> > Gracias
> >
>
>
> Arma una equipo virtual dentro del servidor, que corra ZeroShell
> https://zeroshell.org/
>
> Y haz que el mismo controle los accesos.
> Los recursos que necesita ZeroShell son insignificantes; para que te des
> una idea, puede correr sobre una Raspberry Pi con una memoria SD.

Perfecto, supongo que se instala como debian... Si eso puede hacer con
una rasper pi... imaginate con una maquina de 160 gb HDD y 2 gigas de
memoria ram...

> La virtualización la podés hacer con qemu y colgar el arranque sobre el
> inicio del sistema.

Esto no lo entiendo quemu es... ¿Una maquina virtual?... no entiendo
bien, no he usado jamas maquinas virtuales, pero supongo que no la
necesito ¿o si?

>
> JAP
>



Re: portal cautivo

2020-08-27 Thread Debia Linux
On Thu, Aug 27, 2020 at 1:47 PM Felix Perez  wrote:
>
> El jue., 27 de ago. de 2020 a la(s) 13:00, Debia Linux
> (debianer...@gmail.com) escribió:
> >
> > Buenos dias lista:
> >
> > Quiero hacer un portal cautivo con un servidor pequeño. Espero puedan
> > darme ideas.
> >
> > Tengo un router wifi con acceso libre
> > Tengo apache2 instalado (ya tengo cargada la web)
> >
> > Mi deseo es que al conectarse a la red, automaticamente abra la pagina
> > web que tengo cargada en el servidor (portal cautivo).
> >
> > NO VOY A DAR SERVICIO DE INTERNET, por tanto sera unicamente para la 
> > intranet.
> >
> > He visto varios tutoriales de esasyhotspot y otros semejantes. Pero
> > creo que no es tan necesario estar usando esas herramientas.
> >
> > Quizas lo unico que necesito es (creo) modificar el archivo /etc/hosts
> > y el dnsmasq.conf (ya tengo instalado dnsmasq).
> >
> > Pero para inicio de cuentas, ¿Como podre hacerle para que el que
> > acceda a la red wifi, automaticamente sea direccionado a la web que
> > tengo cargada en els ervidor?.
> >
> > Alguna idea?
> >
> > Gracias
> >
> Puedes aclarar que necesitas, especificamente, por lo menos yo no te entiendo.

Crear un portal cautivo sin usar easyspot ni squid, creo que es
posible solo configurando las dns o el archivo hosts.

>
> Para portal cautivo Squid o el mismo Easyhotspot.
> Y si es para la intranet, en apache puedes definir redirecciones.
>
> Insisto no te entiendo que quieres hacer

Te comento que creo que es posible solo usar el router y el servidor
apache, quizas usar iptables o dnsmasq
>
>
> --
> usuario linux  #274354
> normas de la lista:  http://wiki.debian.org/es/NormasLista
> como hacer preguntas inteligentes:
> http://www.sindominio.net/ayuda/preguntas-inteligentes.html
>



Trouble with upgrading debian 7 (wheezy)

2020-08-27 Thread R. Ramesh
I finally decided to move from debian 7 to 10. As a first step I wanted 
to upgrade to debian 8 (jesse)


I changed all ftp.us.debian.org part in /etc/apt/sources.list to 
archive.debian.org and tried aptitude update and got the following error
W: GPG error: http://archive.debian.org wheezy Release: The following 
signatures were invalid: KEYEXPIRED 1587841717 KEYEXPIRED 1587841717 
KEYEXPIRED 1587841717 KEYEXPIRED 1587841717 KEYEXPIRED 1587841717 
KEYEXPIRED 1557241909 The following signatures couldn't be verified 
because the public key is not available: NO_PUBKEY 7638D0442B90D010
W: GPG error: http://archive.debian.org wheezy-backports Release: The 
following signatures were invalid: KEYEXPIRED 1587841717 KEYEXPIRED 
1587841717 KEYEXPIRED 1587841717 KEYEXPIRED 1587841717 KEYEXPIRED 
1587841717 The following signatures couldn't be verified because the 
public key is not available: NO_PUBKEY 7638D0442B90D010


So I proceeded to update the keys. I did the following

sudo apt-key list | grep expired
pub 4096R/B98321F9 2010-08-07 [expired: 2017-08-05]
pub 4096R/46925553 2012-04-27 [expired: 2020-04-25]
pub 4096R/65FFB764 2012-05-08 [expired: 2019-05-07]


After that I did

foreach i (B98321F9 46925553 65FFB764)
apt-key adv --keyserver keys.gnupg.net --recv-keys $i
end


It updated the keys, but even after that I got the same error and the 
dates on the expired keys do not change anymore.


What am I missing?

Ramesh



Re: debian-user-digest Digest V2020 #849

2020-08-27 Thread Arthur Wouk
unsubscribe.

> On 08/25/2020 8:12 PM debian-user-digest-requ...@lists.debian.org wrote:
> 
>  
> debian-user-digest Digest Volume 2020 : Issue 849
> 
> Today's Topics:
>   Re: stretch vs iptables auto-start[ Andrew Cater  ]
>   Re: stretch vs iptables auto-start[ Gene Heskett  
> ]
>   Re: Homebuilt NAS: System Drive File  [ David Christensen  ]
>   Re: Continuing problem with malfunct  [ David Christensen  ]
>   Re: Cannot see a process listening o  [ Victor Sudakov  ]
>   Re: Homebuilt NAS: System Drive File  [ Andrei POPESCU  ]
>   Re: Cannot see a process listening o  [ Anssi Saari  ]
>   Re: Homebuilt NAS: System Drive File  [ Patrick Bartek  ]
>   Signal [Was:] Re: Encrypt files on L  [ Celejar  ]
>   Re: Cannot see a process listening o  [ Victor Sudakov  ]
> Start here perhaps? https://wiki.debian.org/nftables
> 
> It should be relatively straightforward to move backward and forwards. 
> Working as a systemd service means that it will start automatically if you're 
> using systemd.
> 
> [When in doubt, check the Debian wiki for a topic - if that's no good, have a 
> quick look at the Arch Linux wiki - as folk who build from source, they're 
> good at documenting how things work.
> 
> All best, as ever,
> 
> Andy C.
> 
> On Mon, Aug 24, 2020 at 8:15 PM deloptes  wrote:
> > Gene Heskett wrote:
> > 
> >   > At the present time I have around 80 rules, all designed to deny the
> >   > network spiders and bots that think they have to mirror my several
> >   > giga-byte site, 2 or 3 times a day.  And that was eating up my bandwidth
> >   > allocation on a slow net connection.
> >   >
> >   > Is there a tut someplace to guide one in converting from iptables to 
> > this
> >   > newer nftables? I'm assumeing its a similar utility.
> > 
> >   Sure, but I have not looked into ... I only read there will be a couple of
> >   years transition period and somehow a compatibility layer is or can be
> >   used.
> > 
> >   Perhaps someone more in this can gives us a detail or a hint to a good
> >   tutorial
> > 
> On Monday 24 August 2020 17:03:13 Andrew Cater wrote:
> 
> > Start here perhaps? https://wiki.debian.org/nftables
> >
> > It should be relatively straightforward to move backward and forwards.
> > Working as a systemd service means that it will start automatically if
> > you're using systemd.
> >
> > [When in doubt, check the Debian wiki for a topic - if that's no good,
> > have a quick look at the Arch Linux wiki - as folk who build from
> > source, they're good at documenting how things work.
> >
> > All best, as ever,
> >
> > Andy C.
> 
> As always. good advice, thanks Andy.
> 
> > On Mon, Aug 24, 2020 at 8:15 PM deloptes  wrote:
> > > Gene Heskett wrote:
> > > > At the present time I have around 80 rules, all designed to deny
> > > > the network spiders and bots that think they have to mirror my
> > > > several giga-byte site, 2 or 3 times a day.  And that was eating
> > > > up my bandwidth allocation on a slow net connection.
> > > >
> > > > Is there a tut someplace to guide one in converting from iptables
> > > > to this newer nftables? I'm assumeing its a similar utility.
> > >
> > > Sure, but I have not looked into ... I only read there will be a
> > > couple of years transition period and somehow a compatibility layer
> > > is or can be used.
> > >
> > > Perhaps someone more in this can gives us a detail or a hint to a
> > > good tutorial
> 
> 
> Cheers, Gene Heskett
> -- 
> "There are four boxes to be used in defense of liberty:
>  soap, ballot, jury, and ammo. Please use in that order."
> -Ed Howdershelt (Author)
> If we desire respect for the law, we must first make the law respectable.
>  - Louis D. Brandeis
> Genes Web page 
> On 2020-08-24 02:40, Jonathan Dowland wrote:
> > On Fri, Aug 21, 2020 at 09:02:05PM -0700, Patrick Bartek wrote:
> >> Opinions?  Suggestions?  Recommendations?
> 
> > But I'd also avoid trying to run / on a flash drive. I just use a
> > logical volume on my NAS storage for the OS. I can't see a reason not
> > to.
> 
> I find it is easier to administer computers when the operating system is 
> on one device/RAID and the data is on another device/RAID (or several, 
> one for each subgroup of data) -- e.g. "separation of concerns".
> 
> 
> David
> On 2020-08-24 10:49, Mick Ab wrote:
> > I am still struggling to solve the problem with the malfunctioning USB 3
> > port on a desktop running Debian.
> > 
> > I would be very grateful if someone could please give useful answers to the
> > following questions :-
> > 
> > (1) Can the desktop be safely rebooted, if needed, given the USB 3 problem?
> 
> If your desktop cannot be safely rebooted, the USB ports are the least 
> of your worries.
> 
> 
> > (2) Can the USB 3 problem be fixed in some way or is the port now
> > permanently unavailable?
> 
> That depends upon your hardware, your operating system, your software, 
> and/or your definition of "fixed".
> 

Re: Qt5 & SQLite

2020-08-27 Thread JavierDebian




El 27/8/20 a las 15:03, Gonzalo Rivero escribió:

estuve mirando este hilo muy por encima, solo decir que para no
complicarte la vida (o tal vez para complicartela), siempre podes
grabar las imágenes o cualquier archivo en el sistema de archivos y que
la base de datos solo guarde las rutas a esos archivos



Sí, eso es posible en todos los sistemas.
Meter una imagen en un campo hace que puedas generar un hash sobre el 
registro para asegurarte que no han modificado los datos "a mano".

Si grabo en un archivo aparte, es más fácil "meterle los dedos".
Las imágenes que pienso guardar son copia electrónica (escaneado PDF) de 
facturas, tickets y comprobantes de compras. O sea, documentos que me 
tengo que asegurar que NADIE LOS TOQUE.


JAP



Re: portal cautivo

2020-08-27 Thread JavierDebian




El 27/8/20 a las 14:00, Debia Linux escribió:

Buenos dias lista:

Quiero hacer un portal cautivo con un servidor pequeño. Espero puedan
darme ideas.

Tengo un router wifi con acceso libre
Tengo apache2 instalado (ya tengo cargada la web)

Mi deseo es que al conectarse a la red, automaticamente abra la pagina
web que tengo cargada en el servidor (portal cautivo).

NO VOY A DAR SERVICIO DE INTERNET, por tanto sera unicamente para la intranet.

He visto varios tutoriales de esasyhotspot y otros semejantes. Pero
creo que no es tan necesario estar usando esas herramientas.

Quizas lo unico que necesito es (creo) modificar el archivo /etc/hosts
y el dnsmasq.conf (ya tengo instalado dnsmasq).

Pero para inicio de cuentas, ¿Como podre hacerle para que el que
acceda a la red wifi, automaticamente sea direccionado a la web que
tengo cargada en els ervidor?.

Alguna idea?

Gracias




Arma una equipo virtual dentro del servidor, que corra ZeroShell
https://zeroshell.org/

Y haz que el mismo controle los accesos.
Los recursos que necesita ZeroShell son insignificantes; para que te des 
una idea, puede correr sobre una Raspberry Pi con una memoria SD.
La virtualización la podés hacer con qemu y colgar el arranque sobre el 
inicio del sistema.


JAP



Re: Debconf vraagje

2020-08-27 Thread Wouter Verhelst
On Thu, Aug 27, 2020 at 10:27:27PM +0200, Paul van der Vlis wrote:
> Het blijkt dat je op de voorpagina moet zijn en "watch the stream"
> drukken. Je krijgt dan echter alleen een stream die je kunt bekijken.
> 
> Jitsi is blijkbaar alleen voor sprekers en "active participants". Die
> krijgen een Jitsi link, maar hoe je een "active participant" kunt worden
> is onduidelijk. Blijkbaar moet je gaan vragen bij het debconf team of de
> spreker. Erg doorzichtig vind ik het nu niet direct...

Het probleem is dat het moeilijk is om een hoog aantal mensen via jitsi
te laten deelnemen. Vandaar.

Je kan de stream volgen, en als je een vraag hebt dan kan je die stellen
via de Etherpad.

Als je écht wilt deelnemen aan de BoF, dan moet je aan de organisator
van de BoF vragen of je kan deelnemen. Het is dan inderdaad aan hen om
je de link te geven.

Je kan natuurlijk ook een shoutout insturen -- dan komt die op de
loop...

-- 
To the thief who stole my anti-depressants: I hope you're happy

  -- seen somewhere on the Internet on a photo of a billboard



Re: Debconf vraagje

2020-08-27 Thread Geert Stappers
On Thu, Aug 27, 2020 at 10:27:27PM +0200, Paul van der Vlis wrote:
> Op 27-08-2020 om 20:07 schreef Paul van der Vlis:
> > Hoi,
> > 
> > Jammergenoeg heb ik al een groot deel van de Debconf gemist. Toch zou ik
> > graag willen snappen hoe het nu functioneert.
> > 
> > Ik heb mezelf aangemeld en kan dus inloggen. Ik zie het programma.
> > Echter nergens een URL naar de Jitsi pagina te vinden.
> > 
> > Nu zou toch dit bezig moeten zijn (tijdverschil 2 uur):
> > https://debconf20.debconf.org/talks/46-leadership-in-debian-bofpanel/
> > Maar ik zie nergens een URL.
> > Wel een link naar Etherpad, waarin ook geen URL te vinden is.
> > 
> 
> Het blijkt dat je op de voorpagina moet zijn en "watch the stream"
> drukken. Je krijgt dan echter alleen een stream die je kunt bekijken.
> 
> Jitsi is blijkbaar alleen voor sprekers en "active participants". Die
> krijgen een Jitsi link, maar hoe je een "active participant" kunt worden
> is onduidelijk. Blijkbaar moet je gaan vragen bij het debconf team of de
> spreker. Erg doorzichtig vind ik het nu niet direct...

Denk "schouwburg",  dus meer mensen in de zaal dan op het toneel.


> Uiteraard lopen ze kans op veel meer mensen die willen meedoen dan
> verwacht. En is dit nogal ad-hoc georganiseerd.

Tja, welke verwachtingen zou je
van een "schouwburgvoorstelling" mogen hebben?


Groeten
Geert Stappers
-- 
Silence is hard to parse



Re: Debconf vraagje

2020-08-27 Thread Paul van der Vlis
Het blijkt dat je op de voorpagina moet zijn en "watch the stream"
drukken. Je krijgt dan echter alleen een stream die je kunt bekijken.

Jitsi is blijkbaar alleen voor sprekers en "active participants". Die
krijgen een Jitsi link, maar hoe je een "active participant" kunt worden
is onduidelijk. Blijkbaar moet je gaan vragen bij het debconf team of de
spreker. Erg doorzichtig vind ik het nu niet direct...

Uiteraard lopen ze kans op veel meer mensen die willen meedoen dan
verwacht. En is dit nogal ad-hoc georganiseerd.

Op 27-08-2020 om 20:07 schreef Paul van der Vlis:
> Hoi,
> 
> Jammergenoeg heb ik al een groot deel van de Debconf gemist. Toch zou ik
> graag willen snappen hoe het nu functioneert.
> 
> Ik heb mezelf aangemeld en kan dus inloggen. Ik zie het programma.
> Echter nergens een URL naar de Jitsi pagina te vinden.
> 
> Nu zou toch dit bezig moeten zijn (tijdverschil 2 uur):
> https://debconf20.debconf.org/talks/46-leadership-in-debian-bofpanel/
> Maar ik zie nergens een URL.
> Wel een link naar Etherpad, waarin ook geen URL te vinden is.
> 
> Groet,
> Paul.
> 
> 

-- 
Paul van der Vlis Linux systeembeheer Groningen
https://www.vandervlis.nl/



Re: non-smart debian phone

2020-08-27 Thread Dan Hitt
On Thu, Aug 6, 2020 at 10:42 PM Rich Morin  wrote:

> Is the screen really a show-stopper?  If not, how about getting a
> PinePhone CE, and running Mobian or postmarketOS on it?
>
>
> https://store.pine64.org/product/pinephone-community-edition-postmarketos-with-convergence-package-limited-edition-linux-smartphone/
>
> -r
>
>
Hi Rich,

Thanks for posting.

So i ended up doing just what i did not want to do, and i'm back in Android
land.  My reason is because the network provider, Mint, offered 3 months at
$15/month, at least as a teaser, and they sold me some screen phone with
android for about $60.

The deal with Mint is they require phones which are "4G LTE and VoLTE
friendly".

So i think my search should have been for the right network, which can
support the kind of device i want (namely, something as close to the free
world as possible).

So next time i search, i hope to do it more intelligently.

dan


Re: No irq handler for vector

2020-08-27 Thread Sven Joachim
On 2020-08-27 19:14 +0100, Brad Rogers wrote:

> On Thu, 27 Aug 2020 19:53:01 +0200
> john doe  wrote:
>
> Hello john,
>
>>What should I do to correct whatever they are telling me?
>
> Seems to be being worked on ATM.

I don't think that is actually the case, the activity in the archlinux
forum notwithstanding.

> See https://bbs.archlinux.org/viewtopic.php?id=256227 for some insight.

There are also bugreports in Fedora and Debian:

https://bugzilla.redhat.com/show_bug.cgi?id=1551605
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912085

> See
> https://unix.stackexchange.com/questions/535199/how-to-deduce-the-nature-of-an-interrupt-from-its-number
> for some quite detailed discussion about the issue.
>
> Short version - you can't do anything.  _Yet_.

I have been seeing these messages for several years on my laptop.  The
good news is that it works fine despite them, but the emergency level
meant that the messages also appeared on the current terminal after
resume from suspend.  I installed an rsyslog filter to stop that.

Cheers,
   Sven



Re: No irq handler for vector

2020-08-27 Thread Brad Rogers
On Thu, 27 Aug 2020 20:41:01 +0200
john doe  wrote:

Hello john,

>Many thanks for the URLs and the short version! :)

To be fair, my eyes started to glaze over, trying to absorb it all.  I
hope I got the gist of it right.

>I appriciated.

No problem, Jon.

-- 
 Regards  _
 / )   "The blindingly obvious is
/ _)radnever immediately apparent"
You're all invited to a party, you don't even have to come
Get The Funk Out - Extreme


pgpVRYmIpeEXa.pgp
Description: OpenPGP digital signature


Re: portal cautivo

2020-08-27 Thread Felix Perez
El jue., 27 de ago. de 2020 a la(s) 13:00, Debia Linux
(debianer...@gmail.com) escribió:
>
> Buenos dias lista:
>
> Quiero hacer un portal cautivo con un servidor pequeño. Espero puedan
> darme ideas.
>
> Tengo un router wifi con acceso libre
> Tengo apache2 instalado (ya tengo cargada la web)
>
> Mi deseo es que al conectarse a la red, automaticamente abra la pagina
> web que tengo cargada en el servidor (portal cautivo).
>
> NO VOY A DAR SERVICIO DE INTERNET, por tanto sera unicamente para la intranet.
>
> He visto varios tutoriales de esasyhotspot y otros semejantes. Pero
> creo que no es tan necesario estar usando esas herramientas.
>
> Quizas lo unico que necesito es (creo) modificar el archivo /etc/hosts
> y el dnsmasq.conf (ya tengo instalado dnsmasq).
>
> Pero para inicio de cuentas, ¿Como podre hacerle para que el que
> acceda a la red wifi, automaticamente sea direccionado a la web que
> tengo cargada en els ervidor?.
>
> Alguna idea?
>
> Gracias
>
Puedes aclarar que necesitas, especificamente, por lo menos yo no te entiendo.

Para portal cautivo Squid o el mismo Easyhotspot.
Y si es para la intranet, en apache puedes definir redirecciones.

Insisto no te entiendo que quieres hacer


-- 
usuario linux  #274354
normas de la lista:  http://wiki.debian.org/es/NormasLista
como hacer preguntas inteligentes:
http://www.sindominio.net/ayuda/preguntas-inteligentes.html



Re: No irq handler for vector

2020-08-27 Thread john doe

On 8/27/2020 8:14 PM, Brad Rogers wrote:

On Thu, 27 Aug 2020 19:53:01 +0200
john doe  wrote:

Hello john,



Hi there Brad,


What should I do to correct whatever they are telling me?


Seems to be being worked on ATM.

See https://bbs.archlinux.org/viewtopic.php?id=256227 for some insight.

See
https://unix.stackexchange.com/questions/535199/how-to-deduce-the-nature-of-an-interrupt-from-its-number
for some quite detailed discussion about the issue.

Short version - you can't do anything.  _Yet_.



Many thanks for the URLs and the short version! :)

I appriciated.

--
John Doe



Re: No irq handler for vector

2020-08-27 Thread Brad Rogers
On Thu, 27 Aug 2020 19:53:01 +0200
john doe  wrote:

Hello john,

>What should I do to correct whatever they are telling me?

Seems to be being worked on ATM.

See https://bbs.archlinux.org/viewtopic.php?id=256227 for some insight.

See
https://unix.stackexchange.com/questions/535199/how-to-deduce-the-nature-of-an-interrupt-from-its-number
for some quite detailed discussion about the issue.

Short version - you can't do anything.  _Yet_.

-- 
 Regards  _
 / )   "The blindingly obvious is
/ _)radnever immediately apparent"
I hit the ground, boy have I arrived!
The History Of The World (Part 1) - The Damned


pgpu_AehtpZMv.pgp
Description: OpenPGP digital signature


Debconf vraagje

2020-08-27 Thread Paul van der Vlis
Hoi,

Jammergenoeg heb ik al een groot deel van de Debconf gemist. Toch zou ik
graag willen snappen hoe het nu functioneert.

Ik heb mezelf aangemeld en kan dus inloggen. Ik zie het programma.
Echter nergens een URL naar de Jitsi pagina te vinden.

Nu zou toch dit bezig moeten zijn (tijdverschil 2 uur):
https://debconf20.debconf.org/talks/46-leadership-in-debian-bofpanel/
Maar ik zie nergens een URL.
Wel een link naar Etherpad, waarin ook geen URL te vinden is.

Groet,
Paul.


-- 
Paul van der Vlis Linux systeembeheer Groningen
https://www.vandervlis.nl/



Re: Qt5 & SQLite

2020-08-27 Thread Gonzalo Rivero
El mar, 11-08-2020 a las 18:38 -0300, JavierDebian escribió:
> 
> El 7/8/20 a las 18:55, JavierDebian escribió:
> > Buenas tardes.
> > ¿Tienen alguna otra opción mejor, o más simple, o más popular para 
> > trabajar?
> > 
> > Muchas gracias.
> > 
> > JAP
> 
> Buenas tardes.
> 
> Buceando la red, buscando y leyendo, creo que me decanto por
> 
> Qt5 y MariaDB.
> 
> ¿Por qué MariaDB y no otro?
> Pues, según 
> https://db-engines.com/en/system/Firebird%3BMariaDB%3BSQLite
> 
> SQLite no soporta C++
> Firebird está limitado en su escalabilidad
> MariaDB al ser muy compatible con MySQL, facilita la tarea a futuros 
> mantenedores.
> 
> Me queda ver las diferencias de manejo en campos tipo LONGBLOB para 
> archivo de imágenes.
> 
estuve mirando este hilo muy por encima, solo decir que para no
complicarte la vida (o tal vez para complicartela), siempre podes
grabar las imágenes o cualquier archivo en el sistema de archivos y que
la base de datos solo guarde las rutas a esos archivos

> Sigo escuchando sugerencias.
> 
> Gracias por lo que me han ayudado.
> 
> JAP
> 



No irq handler for vector

2020-08-27 Thread john doe

Debians,

I just installed Debian Buster and I'm seeing the following messages at
boot:


"[    0.005017] do_IRQ: 1.55 No irq handler for vector
[    0.005017] do_IRQ: 2.55 No irq handler for vector
[    0.005017] do_IRQ: 3.55 No irq handler for vector"


I don't understand what those messages are saying.

What should I do to correct whatever they are telling me?


Any feedback is appriciated.

--
John Doe



Re: Tomboy dans sid

2020-08-27 Thread François LE GAD

Le 27/08/2020 à 18:27, Yannick a écrit :

Finalement en créant un lige stretch dans le sourcelist je l'ai retrouvé.


Bonjour,
Si tomboy n'est plus maintenu, il risque de tomber en panne à tout 
moment, surtout avec la palanquée de dépendances dont il dépend.
Je pense qu'il est urgent de chercher une solution de rechange et d'y 
recopier tes données.


Treeline, peut-être ?

--
François



portal cautivo

2020-08-27 Thread Debia Linux
Buenos dias lista:

Quiero hacer un portal cautivo con un servidor pequeño. Espero puedan
darme ideas.

Tengo un router wifi con acceso libre
Tengo apache2 instalado (ya tengo cargada la web)

Mi deseo es que al conectarse a la red, automaticamente abra la pagina
web que tengo cargada en el servidor (portal cautivo).

NO VOY A DAR SERVICIO DE INTERNET, por tanto sera unicamente para la intranet.

He visto varios tutoriales de esasyhotspot y otros semejantes. Pero
creo que no es tan necesario estar usando esas herramientas.

Quizas lo unico que necesito es (creo) modificar el archivo /etc/hosts
y el dnsmasq.conf (ya tengo instalado dnsmasq).

Pero para inicio de cuentas, ¿Como podre hacerle para que el que
acceda a la red wifi, automaticamente sea direccionado a la web que
tengo cargada en els ervidor?.

Alguna idea?

Gracias



RE: Consulta apache en debian 9

2020-08-27 Thread Romero, Fernando


-Mensaje original-
De: Camaleón [mailto:noela...@gmail.com]
Enviado el: jueves, 27 de agosto de 2020 12:31
Para: debian-user-spanish@lists.debian.org
Asunto: Re: Consulta apache en debian 9

El 2020-08-27 a las 10:24 -0300, Fernando Romero escribió:

> Tengo un problema con .htaccess en apache, no me lo toma.

¿Qué directiva estás probando en el archivo «.htaccess» dentro del directorio 
«/var/www/html»?

> Esta es la conf del virtual:
>
> 
> ServerAdmin webmaster@localhost
> ServerName www.midominio.com
> ServerAlias midominio.com
> DocumentRoot /var/www/html/midominio/htdocs
> 
> Options FollowSymLinks
> AllowOverride None
> 
> 
> Options Indexes FollowSymLinks MultiViews
> AllowOverride All
> Order allow,deny
> allow from all
> 
> ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
> 
> AllowOverride None
> Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
> Order allow,deny
> Allow from all
> 
>
> ErrorLog /var/log/midominio/logs/error.log
> # Possible values include: debug, info, notice, warn, error, crit,
> # alert, emerg.
> LogLevel warn
> CustomLog /var/log/midominio/logs/access.log combined
> Alias /doc/ "/usr/share/doc/"
> 
> Options Indexes MultiViews FollowSymLinks
> AllowOverride None
> Order deny,allow
> Deny from all
> Allow from 127.0.0.0/255.0.0.0 ::1/128
> 
> 
>
> Modifique AllowOverride a All, lo tenia en None

Prueba a definir alguna directiva sencilla en el .htaccess, para ver si 
funciona (p. ej., ErrorDocument) ya que la activación de algunos módulos en ese 
archivo pueden necesitar otras acciones adicionales.

Como hacer funcionar “.htaccess” en Apache2 y Debian 9 
https://medium.com/@jclopex/como-hacer-funcionar-htaccess-en-apache2-y-debian-9-28d16b2ef95a

Saludos,

--
Camaleón

Gracias por tu respuesta, lo resolve siguiendo el link que me pasaste.

Saludos

“El contenido del presente mensaje (y sus anexos) es privado, confidencial y de 
exclusivo uso para el destinatario referenciado; es de público conocimiento que 
las comunicaciones por medio de Internet no permiten asegurar ni garantizar la 
confidencialidad de los mensajes transmitidos, así como tampoco su integridad o 
su correcta recepción; es por ello que SOFSE no se responsabiliza de posibles 
perjuicios derivados de la captura, incorporaciones de virus o cualquier otra 
manipulación efectuada por terceros. Las opiniones expresadas en este mensaje y 
en los archivos adjuntos son propias del remitente y no representan la opinión 
o políticas de SOFSE, salvo que se diga expresamente y el remitente se 
encuentre autorizado para ello”


Re: Tomboy dans sid

2020-08-27 Thread Yannick
Le 27/08/2020 à 17:46, Yannick a écrit :
> Bonsoir,
> 
> Je viens de réinstaller une machine neuve sous Debian et j'ai mis comme
> dépôt sid
> 
> Je n'arrive pas à trouver Tomboy et Gnote ne fonctionne pas (se lance
> mais ne s'ouvre pas)
> 
> Merci de me donner une astuce en pas à pas, surtout si terminal, pour
> retrouver Tomboy.
> 
> Amitiés
> 

Finalement en créant un lige stretch dans le sourcelist je l'ai retrouvé.

Merci quand même

Amitiés

-- 
Yannick VOYEAUD
Nul n'a droit au superflu tant que chacun n'a pas son nécessaire
(Camille JOUFFRAY 1841-1924, maire de Vienne)
http://www.voyeaud.org
Créateur CimGenWeb: http://www.francegenweb.org/cimgenweb/
Journées du Logiciel Libre: http://jdll.org
Généalogie en liberté avec Ancestris https://www.ancestris.org




signature.asc
Description: OpenPGP digital signature


Tomboy dans sid

2020-08-27 Thread Yannick
Bonsoir,

Je viens de réinstaller une machine neuve sous Debian et j'ai mis comme
dépôt sid

Je n'arrive pas à trouver Tomboy et Gnote ne fonctionne pas (se lance
mais ne s'ouvre pas)

Merci de me donner une astuce en pas à pas, surtout si terminal, pour
retrouver Tomboy.

Amitiés

-- 
Yannick VOYEAUD
Nul n'a droit au superflu tant que chacun n'a pas son nécessaire
(Camille JOUFFRAY 1841-1924, maire de Vienne)
http://www.voyeaud.org
Créateur CimGenWeb: http://www.francegenweb.org/cimgenweb/
Journées du Logiciel Libre: http://jdll.org
Généalogie en liberté avec Ancestris https://www.ancestris.org




signature.asc
Description: OpenPGP digital signature


Re: Consulta apache en debian 9

2020-08-27 Thread Camaleón
El 2020-08-27 a las 10:24 -0300, Fernando Romero escribió:

> Tengo un problema con .htaccess en apache, no me lo toma.

¿Qué directiva estás probando en el archivo «.htaccess» dentro del 
directorio «/var/www/html»?

> Esta es la conf del virtual:
> 
> 
> ServerAdmin webmaster@localhost
> ServerName www.midominio.com
> ServerAlias midominio.com
> DocumentRoot /var/www/html/midominio/htdocs
> 
> Options FollowSymLinks
> AllowOverride None
> 
> 
> Options Indexes FollowSymLinks MultiViews
> AllowOverride All
> Order allow,deny
> allow from all
> 
> ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
> 
> AllowOverride None
> Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
> Order allow,deny
> Allow from all
> 
> 
> ErrorLog /var/log/midominio/logs/error.log
> # Possible values include: debug, info, notice, warn, error, crit,
> # alert, emerg.
> LogLevel warn
> CustomLog /var/log/midominio/logs/access.log combined
> Alias /doc/ "/usr/share/doc/"
> 
> Options Indexes MultiViews FollowSymLinks
> AllowOverride None
> Order deny,allow
> Deny from all
> Allow from 127.0.0.0/255.0.0.0 ::1/128
> 
> 
> 
> Modifique AllowOverride a All, lo tenia en None

Prueba a definir alguna directiva sencilla en el .htaccess, para ver si
funciona (p. ej., ErrorDocument) ya que la activación de algunos módulos
en ese archivo pueden necesitar otras acciones adicionales.

Como hacer funcionar “.htaccess” en Apache2 y Debian 9
https://medium.com/@jclopex/como-hacer-funcionar-htaccess-en-apache2-y-debian-9-28d16b2ef95a

Saludos,

-- 
Camaleón 



Consulta apache en debian 9

2020-08-27 Thread Fernando Romero
Hola como estan.
Tengo un problema con .htaccess en apache, no me lo toma.
Esta es la conf del virtual:


ServerAdmin webmaster@localhost
ServerName www.midominio.com
ServerAlias midominio.com
DocumentRoot /var/www/html/midominio/htdocs

Options FollowSymLinks
AllowOverride None


Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all

ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/

AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all


ErrorLog /var/log/midominio/logs/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog /var/log/midominio/logs/access.log combined
Alias /doc/ "/usr/share/doc/"

Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
Allow from 127.0.0.0/255.0.0.0 ::1/128



Modifique AllowOverride a All, lo tenia en None

Saludos y gracias


Re: bug: MT7601U Wireless Adapter not work in buster 4 amd

2020-08-27 Thread Matthew Graybosch
On Thu, 27 Aug 2020 03:04:21 + (UTC)
Long Wind  wrote:

> it crash, reboot can also fail
> at first i thought it's hard disk faultlater i realize that it's more
> likely caused by wireless bug i don't have time to file bug report

It looks like this issue has come up before in Buster.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931561

-- 
Matthew Graybosch   https://matthewgraybosch.com
#include  gemini://starbreaker.org
gemini://tanelorn.city
"Out of order?! Even in the future nothing works."



Re: Comment interdire certains sites web à un utilisateur donné ou limiter le temps d'utilisation ?

2020-08-27 Thread G2PC

Le 25/08/2020 à 12:03, Michel Memeteau - EKIMIA a écrit :
>
>
> Le lun. 24 août 2020 à 16:22, Olivier  > a écrit :
>
>
> Le lun. 24 août 2020 à 14:51, Michel Memeteau - EKIMIA
> mailto:m...@ekimia.fr>> a écrit :
>
> Pour le temps d'utilisation
> : https://doc.ubuntu-fr.org/timekpr  ( version next ) 
>
>
> timekpr-next n'est empaqueté que pour Bullseyes
> Ses dépendances telles qu'elles sont listées dans Bulleyes,
> existent dans des versions "très proches" dans Buster.
>
>
> La version pour Focal fonctionnera très bien sur
> buster 
> https://launchpad.net/~mjasnik/+archive/ubuntu/ppa?field.series_filter=focal 
>


Les 3 liens suivants devraient te permettre de faire pas mal de choses
pour commencer :

https://wiki.visionduweb.fr/index.php?title=Sommaire_S%C3%A9curit%C3%A9#Limiter_le_temps_de_connexion_.C3.A0_internet

https://wiki.visionduweb.fr/index.php?title=Sommaire_S%C3%A9curit%C3%A9#Configurer_le_fichier_.2Fetc.2Fhosts

https://wiki.visionduweb.fr/index.php?title=Sommaire_S%C3%A9curit%C3%A9#.2Fetc.2Fhosts.deny



Re: Free, IP fixe et IPv6

2020-08-27 Thread NoSpam

Bonjour

Le 27/08/2020 à 10:16, Klaus Becker a écrit :



Le 24/08/2020 à 18:26, Erwann Le Bras a écrit :

bonjour

pour quel usage l'IP statique?

  * L'IP fixe externe est à demander dans ses paramètres de gestion de
    compte free.fr (https://subscribe.free.fr/login/)
  * L'IP fixe du client se configure sur l'interface de la freebox
    (http://mafreebox.freebox.fr/), réseau local -> DHCP -> baux 
statiques


Au niveau du client, rester en DHCP, vu que c'est la Freebox qui 
poussera la config réseau


amitiés

Erwann



Salut Erwann,

j'ai besoin d'une adresse IP fixe pour mon réseau local, pour gérer 
d'autres ordinateurs à partir de mon ordi principale à moi par ssh ou 
pour y accéder par scp ou ftp.


Chez Free les adresses publiques ipv4 ont toujours été fixes. Ce qui se 
passe actuellement c'est qu'une adresse publique est divisée en 4 par 
range de port (65536 ports / 4 abonnés) ce qui est largement suffisant 
pour faire tourner tes services. Il est toutefois possible dans 
l'interface de demander une IP full stack.


--

Daniel



Re: Free, IP fixe et IPv6

2020-08-27 Thread Klaus Becker




Le 24/08/2020 à 18:26, Erwann Le Bras a écrit :

bonjour

pour quel usage l'IP statique?

  * L'IP fixe externe est à demander dans ses paramètres de gestion de
compte free.fr (https://subscribe.free.fr/login/)
  * L'IP fixe du client se configure sur l'interface de la freebox
(http://mafreebox.freebox.fr/), réseau local -> DHCP -> baux statiques

Au niveau du client, rester en DHCP, vu que c'est la Freebox qui 
poussera la config réseau


amitiés

Erwann



Salut Erwann,

j'ai besoin d'une adresse IP fixe pour mon réseau local, pour gérer 
d'autres ordinateurs à partir de mon ordi principale à moi par ssh ou 
pour y accéder par scp ou ftp.


ciao

Klaus



Re: Download button disabled

2020-08-27 Thread Andrei POPESCU
On Mi, 26 aug 20, 17:37:56, Pierre Frenkiel wrote:
> I try to download a file. I can get, it appears on my window,
> Below, there is "download " but this "button" does nothing
> There is also a recomendation "use apt-get", but I precisely need this
> file to enable the network on my laptop.
> Is there a way to enable this "download' button?

You could start by providing a link to the download page.

Depending on the site it might help if you disable ad/script blocker 
add-ons in your browser.

Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser


signature.asc
Description: PGP signature