Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Dave Yeo

Pages: [1] 2 3 ... 354
1
Internet / Re: otter-browser, Qt5 build
« on: March 30, 2025, 07:41:37 pm »
Hi Martin, wait a little bit while I try to update and build the latest.

Hmm, latest is crashing. Might be a while to figure out why so you might as well upload the version you packaged. Can always update later.
Actually first you should add a link to https://github.com/OtterBrowser/otter-browser where the source resides to otter-browser.txt. Guess I should fork that repository and keep better track of which commit I'm building from :)

2
Internet / Re: otter-browser, Qt5 build
« on: March 30, 2025, 07:23:35 pm »
Hi Martin, wait a little bit while I try to update and build the latest.

3
Setup & Installation / Re: Dooble Qt5
« on: March 28, 2025, 11:58:09 pm »
Try going to Edit-->Settings, the Web button and scroll down to the fonts section and see what is being used. Here it is various Bitsream fonts for most. Try clicking the Reset button then the Apply button, you might have to restart the browser, and see if the listed fonts change or if it helps os2world.

4
Programming / Re: [Classic REXX] Network Map
« on: March 28, 2025, 11:51:00 pm »
Updated

This one runs much faster with,
Code: [Select]
Scan started using env parameters: WOL(1) and NET(1)
Computer (from sockets):  HOST: unknown host ARCAOS-44454C4

Oops, developper error (had deleted a line into the code)

Now, updated
I change UNDEFINEDxxx host name to use UHOST-xxx  with xxx the last @ip qualifier  (my router adds HOST-nnn with nnn an incremental number set to a connected @mac)

Hope it been better.

This one took about 50 seconds to finish,
Code: [Select]
Scan started using env parameters: WOL(1) and NET(1)
Computer (from sockets):  HOST: unknown host ARCAOS-44454C4.lan    192.168.0.106

Uhost-106.lan: 192.168.0.106: 70:20:84:0e:35:53
wake on lan sent:        7020840e35537020840e35537020840e35537020840e ...
> WPS Refreshed for: Uhost-106.lan 192.168.0.106


5
Setup & Installation / Re: Dooble Qt5
« on: March 28, 2025, 05:23:18 pm »
You haven't lxlited qos2.dll have you? Anyways try reinstalling it, otherwise there's something else wrong with your Qt5 install or perhaps more stray DLL's somewhere on your system.
For everyone else, don't lxlite any of the Qt plugins, there's metadata that can be lost.

6
Programming / Re: [Classic REXX] Network Map
« on: March 28, 2025, 03:49:35 pm »
Updated

This one runs much faster with,
Code: [Select]
Scan started using env parameters: WOL(1) and NET(1)
Computer (from sockets):  HOST: unknown host ARCAOS-44454C4

7
Setup & Installation / Re: Dooble Qt5
« on: March 28, 2025, 03:44:57 pm »
Have you looked in popuplog.os2? Try starting it as "dooble 2>&1 | tee dooble.log" and see if anything gets written to dooble.log and if so post it.

8
Programming / Re: [Classic REXX] Network Map
« on: March 28, 2025, 04:36:35 am »
OK, using your version of the script returns,
Code: [Select]
Scan started using env parameters: WOL(1) and NET(1)
Computer (from sockets):  ARCAOS-44454C4.lan      192.168.0.106
ARCAOS-44454C4: 192.168.0.106: 70:20:84:0e:35:53
wake on lan sent:        7020840e35537020840e35537020840e35537020840e35537020840
e35537020840e35537020840e35537020840e35537020840e35537020840e35537020840e3553702
0840e35537020840e35537020840e35537020840e35537020840e3553     

With a 25 second delay between the Computer line and the rest. The line wrap was left. And your last idea shows in the .lan suffix.

9
Setup & Installation / Re: Dooble Qt5
« on: March 27, 2025, 11:16:36 pm »
Try installing one of the RPM packages such as ftp://dry@ftp.os2voice.org/rpm/dooble-2024.11.23-1.oc00.pentium4.rpm which will pull in all needed DLL's, then you can test that build, if everything is fine, just replace the binary with the newer one.
Need to figure out what broke here for building the RPM's, get sys1808's IIRC so a native program instead of a port being called.

10
Programming / Re: [Classic REXX] Network Map
« on: March 27, 2025, 11:08:51 pm »
OK, did that, rebooted to be sure. Still nothing detected by macaddr.cmd unless I have my machine in the hosts file.

Hi Dave,

A last and final suggestion trying to use rexxsocket
Can you give a try adding following codes just under the STC = 

Code: [Select]
    DO
        X = TRANSLATE( 'abcdefghijkl', host.i.macaddr, 'ab:cd:ef:gh:ij:kl' )
        SCT = SockSocket( 'AF_INET', 'SOCK_DGRAM', 'IPPROTO_UDP' );

        /* experimental */
TerminalAddr.!addr=host.i.ipaddr
Call SockGetHostByAddr TerminalAddr.!addr, "TerminalAddr.!"
If strip(TerminalAddr.!name)\='' then do
say "SockGetHost: "||TerminalAddr.!name||':' host.i.ipaddr||':' MAC;
host.i.name = TerminalAddr.!name
End 
/* end experimental */


If a name is returned, it should display SockGetHost: ....

No STC= here

11
Programming / Re: [Classic REXX] Network Map
« on: March 27, 2025, 03:21:23 am »
OK, did that, rebooted to be sure. Still nothing detected by macaddr.cmd unless I have my machine in the hosts file.

12
Programming / Re: [Classic REXX] Network Map
« on: March 27, 2025, 02:06:13 am »
Into your router as seen on the picture which I think has the DNS server.
Are you able to set a name to a connected @macaddr under setting ?

No, it doesn't even show my machine, only the ones connected by WiFi. It does figure out the Roku stick

Quote
If yes, set to your ArcaOS @macaddr name to the one you set under config.sys (hostname)

Issue netstat -r and check the default router is your router as seen into the picture.
e.g. My internet box is at 192.168.1.254
   
netstat -r

destination             router                   netmask     metric  flags  intrf

default                192.168.1.254          0.0.0.0           0     UGP  lan0

May be you could use nsupdate to update your server !  not sure it will work, never tried...

Yes, the router is at 192.168.0.1, resolv2 shows 192.168.0.1 as the DNS server. It is a crappy router thingy and doesn't have much that can be changed in the settings. I'm stuck with it as the SIM card is tied to the router thingy as well as the local and only cell tower.
There's another layer of NAT too,
Code: [Select]

WAN IP Address
10.13.117.231

I could change the DNS server by editing resolv2 but I doubt it would make a difference.
Probably have to ping the whole sub-net to find everything connected.

hum!

Into your ZTE MF275R, what do you have set under setting -> connection mode ?
I suppose automatic.
Do you have more available option under manual ?
- e.g. an option to set a specific @ip (and/or hostname) to a @macaddr or any other usefull option ?

Disconnected from the internet, changed to manual, let the router restart. No new settings. Just that I have to manually connect to the internet on the home page, so I switched back to automatic

Quote
Under my box, I added a setting to always use the same @ip (reserved from ip pool address) when my PC @macaddr is requesting a connection (dhcp) - the @ip set is returned to ArcaOS dhcp

Can you give a try and check result:
- tracerte 192.168.0.1
- tracerte 192.168.0.104
- tracerte 192.168.0.xxx (xxx, an other connected equipment)
- tracerte ARCAOS-44454C4

note: TRACERTE, PING can be ignored by some equipment for security issue or else.

I have no such settings, though what my son did was assign himself an IP address not in the DHCP pool after turning off DHCP on his box. You can see on the image I posted earlier how some devices don't have an address. I might do similar.
tracerte works for some addresses, including ARCAOS-44454C4 with one hop, or times out (* * *)

13
Programming / Re: [Classic REXX] Network Map
« on: March 26, 2025, 10:34:27 pm »
Into your router as seen on the picture which I think has the DNS server.
Are you able to set a name to a connected @macaddr under setting ?

No, it doesn't even show my machine, only the ones connected by WiFi. It does figure out the Roku stick

Quote
If yes, set to your ArcaOS @macaddr name to the one you set under config.sys (hostname)

Issue netstat -r and check the default router is your router as seen into the picture.
e.g. My internet box is at 192.168.1.254
   
netstat -r

destination             router                   netmask     metric  flags  intrf

default                192.168.1.254          0.0.0.0           0     UGP  lan0

May be you could use nsupdate to update your server !  not sure it will work, never tried...

Yes, the router is at 192.168.0.1, resolv2 shows 192.168.0.1 as the DNS server. It is a crappy router thingy and doesn't have much that can be changed in the settings. I'm stuck with it as the SIM card is tied to the router thingy as well as the local and only cell tower.
There's another layer of NAT too,
Code: [Select]

WAN IP Address
10.13.117.231

I could change the DNS server by editing resolv2 but I doubt it would make a difference.
Probably have to ping the whole sub-net to find everything connected.

14
Programming / Re: [Classic REXX] Network Map
« on: March 26, 2025, 04:39:10 pm »
Hi!

What is the name returned from a nslookup 192.168.0.106 ?
Is it the one under nostname from config.sys ?

Today, my machines address is 192.168.0.104,
Code: [Select]
H:\tmp>nslookup 192.168.0.104
*** Can't find server name for address 192.168.0.1: Non-existent host/domain
*** Default servers are not available

config.sys has,
Code: [Select]
SET HOSTNAME=ARCAOS-44454C4

15
Programming / Re: Brainstorm: OS/2 on a Different Kernel
« on: March 26, 2025, 04:30:14 pm »
The Presentation Manager would mean mapping PM windows to whatever Linux is using, X11 or Wayland. WPS might be the hardest to support.

How does PM connects to the OS/2 kernel currently? Because I would think that PM only goes through CPI to the kernel, and maybe some other DRIVER$, but the idea will be to make PM run through a different kernel and not necessary linking it to other GUI like X11 or Wayland yet. 

Regards

I don't really know but it has to connect to the video drivers to get access to the frame buffer to create the PM desktop and write/read the framebuffer. Doing things like seamless DOS/WinOS2 support must be tricky too and maybe kernel level.

Pages: [1] 2 3 ... 354