Re: After upgrade to 6.9 pkg_add -u throws ListUtil.c error

2021-11-22 Thread pas...@pascallen.nl
Or upgrade to 7.0? No clue what I installed with CPAN -- Met vriendelijke groet, Pascal Huisman President Reagan has noted that there are too many economic pundits and forecasters and has decided on an excess prophets tax. -Oorspronkelijk bericht- Van: Andrew Hewus Fresh Aan: pas...

Re: After upgrade to 6.9 pkg_add -u throws ListUtil.c error

2021-11-22 Thread Andrew Hewus Fresh
On Mon, Nov 22, 2021 at 11:34:44PM +0100, pas...@pascallen.nl wrote: > After a sysupgrade to 6.9 > I try to update the packages but get thrown an error: > > router# pkg_add -Uu > ListUtil.c: loadable library and perl binaries are mismatched (got > handshake key 0xb60, needed 0xec0) This e

After upgrade to 6.9 pkg_add -u throws ListUtil.c error

2021-11-22 Thread pas...@pascallen.nl
After a sysupgrade to 6.9 I try to update the packages but get thrown an error: router# pkg_add -Uu ListUtil.c: loadable library and perl binaries are mismatched (got handshake key 0xb60, needed 0xec0) How can I recover? -- Met vriendelijke groet, Pascal Huisman Win 98 Psychic editi

Bogus possible_clones

2021-11-22 Thread Tomáš Rodr
Hello, After upgrading to 7.0, I'm presented with these three lines after boot: Bogus possible_clones: [ENCODER:45:DAC-45] possible_clones=0xa (full encoder mask=0xf) Bogus possible_clones: [ENCODER:47:TMDS-47] possible_clones=0x9 (full encoder mask=0xf) Bogus possible_clones: [ENCODER:51:TV-51

Re: debugging 500 Internal error in httpd+gunicorn setup

2021-11-22 Thread Sandeep Gupta
Success..sort of. Following path setup seems to work: for httpd: server "www.example.com" { root "/htdocs/www.example.com/" location "/app" {fastcgi socket "/htdocs/www.example.com/run/gunicorn.sock"} } for uvicorn: --bind=unix:/var/www/htdocs/www.example.com/run/gunicorn.sock. The

Weird shutdown behavior

2021-11-22 Thread uxer
Freshly installed `install70.iso` and a few packages, X not launched. `shutdown -r` reboots fine; `halt` halts fine; `shutdown -p now`, `halt -p` and `shutdown now` give problems. On the next power on after `shutdown -p now` or `halt -p`, upon pressing the power button, it starts, fans, LEDs, eve

Re: debugging 500 Internal error in httpd+gunicorn setup

2021-11-22 Thread Sandeep Gupta
I can generate ktrace.out but I am not able to view the output. The command "kdump -f ktrace.out" does not yield any output. On Mon, Nov 22, 2021 at 5:33 PM Peter J. Philipp wrote: > > On Mon, Nov 22, 2021 at 05:18:42PM +0530, Sandeep Gupta wrote: > > Below is my simple httpd.conf entry: > > > >

Re: lm(4) temperature

2021-11-22 Thread Mihai Popescu
> it looks like it goes to the LX memory controller. So it must be the temperature of the board itself, more or less. Looking at the LX Geode processor specs, the memory controller is integrated in the CPU. So looking again at the pins names (AL17, AK17), it looks like there is a diode inside the

Re: lm(4) temperature

2021-11-22 Thread Mihai Popescu
ALIX.1E has schematics available. W83627HF has specifications available too. >From the W83627HF one can see there are 3 ports for temperature monitoring: PIN# | PURPOSE | FUNCTION 102 | VTIN3 | Temperature sensor 3 input (used for CPU2 temperature) 103 | VTIN2 | Temperature sensor 2 input (used

Re: debugging 500 Internal error in httpd+gunicorn setup

2021-11-22 Thread Peter J. Philipp
On Mon, Nov 22, 2021 at 05:18:42PM +0530, Sandeep Gupta wrote: > Below is my simple httpd.conf entry: > > server "www.example.com" { > listen on * port 80 > root "/htdocs/www.example.com/" > location "/app" {fastcgi socket "/run/gunicorn.sock"} > } > > In the background gu

Re: debugging 500 Internal error in httpd+gunicorn setup

2021-11-22 Thread Łukasz Moskała
Dnia 22 listopada 2021 12:48:42 CET, Sandeep Gupta napisał/a: >Below is my simple httpd.conf entry: > >server "www.example.com" { >listen on * port 80 >root "/htdocs/www.example.com/" >location "/app" {fastcgi socket "/run/gunicorn.sock"} >} > >In the background gunicor

debugging 500 Internal error in httpd+gunicorn setup

2021-11-22 Thread Sandeep Gupta
Below is my simple httpd.conf entry: server "www.example.com" { listen on * port 80 root "/htdocs/www.example.com/" location "/app" {fastcgi socket "/run/gunicorn.sock"} } In the background gunicorn server is running. When I access www.example.com/app, I get 500 Internal S

Re: running a process under nologin user

2021-11-22 Thread Sandeep Gupta
That works. Thank you so much. On Mon, Nov 22, 2021 at 1:15 PM Janne Johansson wrote: > > Den mån 22 nov. 2021 kl 06:27 skrev Sandeep Gupta : > > The httpd server runs under user www. In my web deployment setup, the > > httpd server communicates over uWSGI/gunicorn server over unix domain > > soc