9front - general discussion about 9front
 help / color / mirror / Atom feed
* Fu ....
@ 2016-05-10  7:12 kokamoto
  2016-05-10  9:28 ` [9front] Fu Travis Moore
  0 siblings, 1 reply; 12+ messages in thread
From: kokamoto @ 2016-05-10  7:12 UTC (permalink / raw)
  To: 9front

At last, I came up with recent 9front status...
many small or big not insignificant changes were made
during these 3 months.

I'm still using eric's upas system, which becomes a bit
hard to compile because of change of regexp library.

I like eric's upas by two reasons:
1) can remove many spam files at onc action.
2) individual files are stored separately.

The 9front's upas can do those?

Kenji



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9front] Fu ....
  2016-05-10  7:12 Fu kokamoto
@ 2016-05-10  9:28 ` Travis Moore
  2016-05-10 10:39   ` kokamoto
  0 siblings, 1 reply; 12+ messages in thread
From: Travis Moore @ 2016-05-10  9:28 UTC (permalink / raw)
  To: 9front

I think sl may have fixed his version at:

http://plan9.stanleylieber.com/src/nupas.tgz

haven't got around to updating and trying it yet.


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9front] Fu ....
  2016-05-10  9:28 ` [9front] Fu Travis Moore
@ 2016-05-10 10:39   ` kokamoto
  2016-05-10 11:03     ` Travis Moore
  0 siblings, 1 reply; 12+ messages in thread
From: kokamoto @ 2016-05-10 10:39 UTC (permalink / raw)
  To: 9front

Thanks!
I hget the file, and compiled it on my 9front system.
Yes, it compliles very smooth, and I'm now writing this
mail by that commands.

May this mail reach the site...

Kenji



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9front] Fu ....
  2016-05-10 10:39   ` kokamoto
@ 2016-05-10 11:03     ` Travis Moore
  2016-05-10 11:34       ` kokamoto
  0 siblings, 1 reply; 12+ messages in thread
From: Travis Moore @ 2016-05-10 11:03 UTC (permalink / raw)
  To: 9front

glad to hear it works.


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9front] Fu ....
  2016-05-10 11:03     ` Travis Moore
@ 2016-05-10 11:34       ` kokamoto
  2016-05-10 11:36         ` kokamoto
  2016-05-10 12:20         ` cinap_lenrek
  0 siblings, 2 replies; 12+ messages in thread
From: kokamoto @ 2016-05-10 11:34 UTC (permalink / raw)
  To: 9front

> glad to hear it works.

But, It suicided after sending that mail.
I'll see it later.

Kenji



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9front] Fu ....
  2016-05-10 11:34       ` kokamoto
@ 2016-05-10 11:36         ` kokamoto
  2016-05-10 11:42           ` kokamoto
  2016-05-10 12:20         ` cinap_lenrek
  1 sibling, 1 reply; 12+ messages in thread
From: kokamoto @ 2016-05-10 11:36 UTC (permalink / raw)
  To: 9front

> But, It suicided after sending that mail.
> I'll see it later.

??
when I send it from drawterm, it did not suicide...

Kenji



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9front] Fu ....
  2016-05-10 11:36         ` kokamoto
@ 2016-05-10 11:42           ` kokamoto
  0 siblings, 0 replies; 12+ messages in thread
From: kokamoto @ 2016-05-10 11:42 UTC (permalink / raw)
  To: 9front

> when I send it from drawterm, it did not suicide...

test again from a terminal.

Kenji



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9front] Fu ....
  2016-05-10 11:34       ` kokamoto
  2016-05-10 11:36         ` kokamoto
@ 2016-05-10 12:20         ` cinap_lenrek
  2016-05-10 12:30           ` kokamoto
  1 sibling, 1 reply; 12+ messages in thread
From: cinap_lenrek @ 2016-05-10 12:20 UTC (permalink / raw)
  To: 9front

use snap(4) and make a process snapshot. then
try to make a stack trace in acid like:

term% acid <pid>
acid: lstk()

--
cinap


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9front] Fu ....
  2016-05-10 12:20         ` cinap_lenrek
@ 2016-05-10 12:30           ` kokamoto
  2016-05-11  0:31             ` kokamoto
  0 siblings, 1 reply; 12+ messages in thread
From: kokamoto @ 2016-05-10 12:30 UTC (permalink / raw)
  To: 9front

Thanks.

It was because I did not compile sl's nupas for 386.

The terminal used 386 mode this time, and drawterm used
cpu server(running amd64 mode), and right nupas.
Therefore, nupas wored fine from thje drawterm.

Sorry, my easy miss.
I compled the nupas also for 386 objtype.

Thank you sl! for your work.

Kenji



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9front] Fu ....
  2016-05-10 12:30           ` kokamoto
@ 2016-05-11  0:31             ` kokamoto
  2016-05-11  0:42               ` stanley lieber
  0 siblings, 1 reply; 12+ messages in thread
From: kokamoto @ 2016-05-11  0:31 UTC (permalink / raw)
  To: 9front

> It was because I did not compile sl's nupas for 386.

I was confused last night, because much tired to
update my 9front system.

After good sleep, I rechecked the situation, and found
I got compiled sl's nupas for 386, not amd64.
For amd64, old binaries (eric's nupas made usable on
9front  by myself) were copied to the system.

I should do debug the reason, as notified by cinap.
Today, I still have duty(I'm half retired), and will do it
after that.

Kenji



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9front] Fu ....
  2016-05-11  0:31             ` kokamoto
@ 2016-05-11  0:42               ` stanley lieber
  2016-05-12  0:35                 ` kokamoto
  0 siblings, 1 reply; 12+ messages in thread
From: stanley lieber @ 2016-05-11  0:42 UTC (permalink / raw)
  To: 9front

The following should build on 9front (any arch):

        http://9front.org/extra/nupas.tgz

sl


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9front] Fu ....
  2016-05-11  0:42               ` stanley lieber
@ 2016-05-12  0:35                 ` kokamoto
  0 siblings, 0 replies; 12+ messages in thread
From: kokamoto @ 2016-05-12  0:35 UTC (permalink / raw)
  To: 9front

> The following should build on 9front (any arch):
> 
>         http://9front.org/extra/nupas.tgz

Thanks.
I checked this, and found the problem at calling sanembmsg() in fs/mbox.c
where you wrote it has problem in pop.

Now, I just commented out it, and now works fine like this.

Kenji



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-05-12  0:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-10  7:12 Fu kokamoto
2016-05-10  9:28 ` [9front] Fu Travis Moore
2016-05-10 10:39   ` kokamoto
2016-05-10 11:03     ` Travis Moore
2016-05-10 11:34       ` kokamoto
2016-05-10 11:36         ` kokamoto
2016-05-10 11:42           ` kokamoto
2016-05-10 12:20         ` cinap_lenrek
2016-05-10 12:30           ` kokamoto
2016-05-11  0:31             ` kokamoto
2016-05-11  0:42               ` stanley lieber
2016-05-12  0:35                 ` kokamoto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).