00:47
freemint__ has quit [Remote host closed the connection]
00:47
freemint__ has joined #picolisp
02:17
freemint__ has quit [Remote host closed the connection]
02:20
freemint__ has joined #picolisp
02:26
freemint__ has quit [Remote host closed the connection]
02:26
freemint__ has joined #picolisp
03:30
orivej has joined #picolisp
04:04
jibanes has quit [Ping timeout: 246 seconds]
04:05
emacsomancer has quit [Ping timeout: 264 seconds]
04:06
emacsomancer has joined #picolisp
04:11
jibanes has joined #picolisp
04:25
orivej has quit [Ping timeout: 256 seconds]
07:04
rob_w has joined #picolisp
08:29
orivej has joined #picolisp
10:51
tankf33der has joined #picolisp
10:51
<
tankf33der >
hi all
10:52
<
tankf33der >
llvm12 rc1 released and (stem) still failing.
10:54
<
Regenaxer >
Hi tankf33der!
10:54
<
Regenaxer >
You know what exactly fails?
10:54
<
tankf33der >
llvm12 final will be available at march.
10:54
<
tankf33der >
(stem (1 2 3) 2)
10:55
<
Regenaxer >
Strange
10:55
<
tankf33der >
it returns (1 2 3) should (3)
10:55
<
Regenaxer >
nothing special in 'stem' I think
10:56
<
Regenaxer >
only cell operations
11:01
<
Regenaxer >
Would be interesting to know which statement in '_stem' exactly fails
11:01
<
Regenaxer >
This would then also fail in other places
11:06
<
tankf33der >
it only failing with -O3 in opt run
11:07
<
Regenaxer >
I would say this statement fails: (equal (car L) (car P))
11:08
<
Regenaxer >
Equality check of numbers?
11:08
<
tankf33der >
optimizer do something wrong.
11:09
<
Regenaxer >
I see, yes
11:09
<
Regenaxer >
some check in comparison fails
11:09
<
Regenaxer >
ok, nothing we can do
11:10
<
tankf33der >
i will keep eye on llvm
11:10
<
Regenaxer >
If it is not fixed in march, we should file a bug report
11:11
<
Regenaxer >
It is also possible that PilSrc produces some code which is not 100% legal
11:14
<
tankf33der >
all open issues about opt.
11:15
<
Regenaxer >
uh, lots
12:02
<
Regenaxer >
rob_w, concerning our discussion yesterday: I searched around a little, and found the proposal ti install bind9 and add "nameserver 127.0.0.1" to /etc/resolv.conf
12:02
<
Regenaxer >
What do you think?
12:03
<
rob_w >
well then we still need to tell bind9 who the real one is .. i did think of that too, get a alternative resolver to ship around the current
12:04
<
Regenaxer >
So the problem is just postponed
12:04
<
rob_w >
why was that proposed .. did they talk about "your" issue in a sense ?
12:04
<
Regenaxer >
delay in DNS
12:04
<
Regenaxer >
with IPv6 issue
12:05
<
rob_w >
did you safe the quote url ? can i look at it
12:05
<
Regenaxer >
let me find
12:08
<
Regenaxer >
I also tried "add `options timeout:1' to /etc/resolv.conf"
12:08
<
Regenaxer >
but helped only a little
12:09
<
Regenaxer >
was faster sometimes, but still did not succeed at all sometimes
12:11
<
Regenaxer >
To all: This is about the DNS problems I wrote in the mailing list
12:11
<
Regenaxer >
Still only solved via a hack in /etc/hosts
12:11
<
Regenaxer >
rob_w and me experimented a little yesterday by phone
12:12
<
rob_w >
well so this link talks exactly what we talk ...
12:13
<
Regenaxer >
even the 5 seconds match
12:13
<
rob_w >
did the timeout:1 not work correclty too ?
12:13
<
rob_w >
so is your timeout still bigger ?
12:13
<
Regenaxer >
sometimes it did. Reply was 1 sec
12:14
<
Regenaxer >
but I think it failed several times and gave up
12:15
<
Regenaxer >
Does have bind9 its own config? So e.g. put 8.8.8.8 there?
12:15
<
Regenaxer >
Still frustrating
12:15
<
Regenaxer >
DomainFactory should handle it correctly
12:16
<
Regenaxer >
*they* set up the defauld Debian config
12:16
<
Regenaxer >
*default
12:18
<
rob_w >
trying to read into bind9 ...but its a full dns instead of the ip resolv.conf scenario
12:18
<
Regenaxer >
a bit frightening
12:18
<
Regenaxer >
I don't want to start a big machinery
12:19
<
rob_w >
i acatually would love to test the v6 disable once
12:20
<
Regenaxer >
Totally disabling v6 also sounds like a dirty hack
12:21
<
rob_w >
dont say dirty .. it is consequnce .. also to protect against your hosters non-v6 support
12:21
<
Regenaxer >
We should only disable name lookup
12:21
<
Regenaxer >
hmm, true
12:21
<
rob_w >
but i actully want to understand some more internals abour resolv.conf
12:23
<
rob_w >
it is the smallest approach ( and i like those most) .. but there it seems your system finds some broken details
12:24
<
rob_w >
gai.conf is not related to DNS but how the OS presents IP addresses back to applications, if it favors IPv6 or IPv4 first
12:24
<
rob_w >
but your gai.conf is unused , right ?
12:25
<
Regenaxer >
it is empty kind of
12:25
<
Regenaxer >
There is a option "inet6" in "man resolv.conf"
12:26
<
Regenaxer >
though it is deprecated
12:27
<
Regenaxer >
What is an "AAAA query"?
12:27
<
Regenaxer >
not good probably
12:28
<
rob_w >
this is the a actual ipv6 record
12:28
<
rob_w >
inet6 option is maybe a try
12:29
<
rob_w >
it is a "transitional" option to make "old" gethostbyname translate into ipv6 and later get replaced by only getaddrinfo() calls
12:29
<
Regenaxer >
I says "Some programs behave strangely when this option is turned on"
12:29
<
rob_w >
but we would disable that too .. which is your case , right ? we dont have it set
12:30
<
rob_w >
but your problem is actuallyt that scenrio .. it feels like your system prefers v6 ( dies horrible) and then "maybe" v4 dns
12:30
<
Regenaxer >
The /etc/hosts solution is hacky. E also needed to add ftp.debian.de and security.debian.de etc
12:30
<
rob_w >
so someone is doing exactly that priorisation
12:30
freemint__ has quit [Remote host closed the connection]
12:31
freemint__ has joined #picolisp
12:31
<
rob_w >
well we should make some tests with "options debug" .. for a start ;-)
12:32
<
rob_w >
then this resolver should tell us some more about him
12:32
freemint__ has quit [Remote host closed the connection]
12:35
<
rob_w >
thats a good one too .. long answer .. save that url for later use !
12:35
freemint__ has joined #picolisp
12:35
<
rob_w >
i believe that answer contains our goal !
12:36
<
rob_w >
we can chat later on about it ..
12:36
<
rob_w >
single-request-reopen as option , that should be a try, too
12:37
aw- has quit [Quit: Leaving.]
12:38
<
Regenaxer >
Yes, sorry, was interrupted
12:40
<
Regenaxer >
hmm, all that is a mess
12:48
<
Regenaxer >
"options single-request-reopen" ändert nichts
12:48
aw- has joined #picolisp
12:50
<
Regenaxer >
"options single-request-reopen" doesn't help
12:58
<
Regenaxer >
I think first of all we must find the real, exact point that goes wrong
13:05
<
rob_w >
did you also add debug .. then syslog might show more
13:43
<
Regenaxer >
Will do a little later
14:25
<
Regenaxer >
Well, with "options debug" it blocks completely
15:19
<
rob_w >
and no addtional message at all ?
15:19
<
rob_w >
need to check syslog
15:21
<
Regenaxer >
yes, nothing happened in syslog
15:26
<
rob_w >
your resolvd is dirty
15:28
<
Regenaxer >
Dirty in which way?
15:28
<
Regenaxer >
the conf file?
15:33
<
rob_w >
in a ugly way .. why would it do all that
15:39
freemint__ has quit [Remote host closed the connection]
15:40
freemint__ has joined #picolisp
15:50
freeemint has joined #picolisp
15:50
freemint__ has quit [Remote host closed the connection]
16:03
freeemint has quit [Read error: Connection reset by peer]
16:03
freeemint has joined #picolisp
16:07
<
Regenaxer >
I give up for now
16:08
<
Regenaxer >
Let's see what happens
16:31
freemint has joined #picolisp
16:31
freeemint has quit [Read error: Connection reset by peer]
16:33
Seteeri has joined #picolisp
16:57
m_mans has joined #picolisp
17:00
freeemint has joined #picolisp
17:00
freemint has quit [Read error: Connection reset by peer]
17:08
<
Regenaxer >
Hi m_mans!
17:08
<
m_mans >
Regenaxer: how are you?
17:09
<
Regenaxer >
Thanks, fine! :)
17:10
<
m_mans >
Could you suggest, where I can download experimental version with template support?
17:15
<
Regenaxer >
It is already standard
17:15
<
Regenaxer >
in pil21
17:23
<
Regenaxer >
Good if you try and experiment with it!
17:30
freeemint has quit [Remote host closed the connection]
17:31
freeemint has joined #picolisp
17:40
freeemint has quit [Remote host closed the connection]
17:41
freeemint has joined #picolisp
17:49
m_mans has quit [Ping timeout: 246 seconds]
18:15
freemint__ has joined #picolisp
18:15
freeemint has quit [Read error: Connection reset by peer]
18:29
rob_w has quit [Quit: Leaving]
18:54
freemint__ has quit [Ping timeout: 260 seconds]
19:56
orivej has quit [Ping timeout: 260 seconds]
20:18
orivej has joined #picolisp
20:36
dTal_ has joined #picolisp
20:37
libertas_ has joined #picolisp
20:37
root2 has joined #picolisp
20:37
orivej has quit [Ping timeout: 276 seconds]
20:37
emacsoma1 has joined #picolisp
20:40
root__ has quit [Remote host closed the connection]
20:40
emacsomancer has quit [Remote host closed the connection]
20:41
lodsw_ has joined #picolisp
20:42
Seteeri has quit [Remote host closed the connection]
20:42
lodsw has quit [Remote host closed the connection]
20:42
dTal has quit [Write error: Broken pipe]
21:24
freemint__ has joined #picolisp
21:26
_whitelogger has joined #picolisp
21:27
dTal_ is now known as dTal
21:28
freemint__ has quit [Client Quit]
21:32
orivej has joined #picolisp
23:26
aw- has quit [Quit: Leaving.]
23:51
aw- has joined #picolisp