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 - Neil Waldhauer

Pages: [1] 2 3 ... 71
1
I have opened a thread on the VirtualBox forum, and have received some advice

https://forums.virtualbox.org/viewtopic.php?t=112408

They say it's much better to use file sharing. To me, that means using SAMBA server to share OS/2 virtual hard disk. That way, the native browser, word processor, etc can use the OS/2 storage and my OS/2 programs can get at the resulting files.

Shared folders would be easier to use, but making them work fully seems to be difficult. Both versions of the OS/2 Additions are open source. The one Valery created is on Netlabs, and the Oracle is presumably available from Oracle.

2
Using VBoxAddtions-os2-x86-5.0.51.r217, I found the following

I can drag and drop files. If I do, it moves rather than copies files. If a file conflict, it behaves correctly.

Resulting file dates are garbage. Copying a file results in the file in the shared directory with a file date in 2099.

Creating a folder on a shared drive results in a Folder with unusable permissions. You must return to Linux and set the group permissions to read+write to use the folder from OS/2. Dates are screwed up as listed above for files.

Deleting files and folders works.

Lots of warning that extended attributes are not supported.

copying from command line works, even if overwriting, but file dates are still wrong. Both directions seem to work.

3
Internet / Re: HTTPS server?
« on: October 04, 2024, 03:50:29 pm »
I used to run Websphere 1 with Lotus Go. The lack of documentation for OS/2 made it difficult. Supporting https is probably possible. Finding out how to do it might be pretty hard. Would a 20 year-old https still be compatible with today's web browsers?

With a current apache port from Paul, why would you look at anything else?

4
Programming / Re: Classic, Regina, Object and Open Object Rexx
« on: October 03, 2024, 03:48:33 pm »
NetRexx is an implementation of Rexx that runs on a Java virtual machine. The powerful thing about it is that it can access many Java libraries. If you prefer Rexx, but want to write Java programs, NetRexx may be useful.

5
Hardware / Is this WiFi supported?
« on: October 01, 2024, 05:44:19 pm »
I have a USB Wifi dongle.

ID 0bda:c820 Realtek Semiconductor Corp.  (lsusb output attached)



How can I tell if it has a driver under ArcaOS?

6
Host system: Red Hat 9.4 (same behavior also under Windows 11)
I installed the extension pack, and my ArcaOS 5.1 guest system. I shared my home directory.

I can copy files from the shared folder. I can edit files with Lotus SmartSuite (I can save the changes.)

I cannot copy (control drag in WPS) files to the shared folder. When I try the system gives error Sys0266: The specified file was not copied. A file with the new name exists in the shared folder, but it has 0 bytes. (see attachment for error message)

I can move (drag in WPS) a file to the shared folder. If that file already exists in the shared folder, then I get Sys0266 error, otherwise the move succeeds.



7
Events / Re: Warpstock 2024: Coming? Not Coming? Why?
« on: September 11, 2024, 04:12:33 pm »
I try to make it to most Warpstock events, but this year, I'm unable to attend. It is a significant amount to time and money to attend Warpstock -- airfare, hotel, etc.

I think the attraction is to have a bunch of OS/2 users in one room. There is also some sense of announcements and future plans, but that has dwindled over the years.

I helped to put on some virtual Warpstocks, but the limitations of our platform constrain that to an insufficiently engaging experience. I also run BayWarp, a local OS/2 user group that also struggles to find attendees.

8
Virtualization / Re: 64-bit job control in OS/2, via AToF
« on: September 05, 2024, 03:41:04 pm »
I think you should focus more on extending the basic API of OS/2 to 64 bits.

Think about the task of moving 8 GB of memory around a 64-bit memory space.

9
I'll remind people there is an Apache OpenOffice port available here: https://www.bitwiseworks.com/products/ports.php

This thread has drifted way off-topic. Maybe an admin could break it up?

I think it might be interesting to create a 64-bit host program to act as a helper for OS/2. Then some commands could be routed to the 64-bit host, while maintaining the original OS/2 in good condition. Essentially, a 64-bit API could be interpreted by the host. Data would flow between the host and OS/2 with some inter-process communication yet to be determined.

There is still the difficulty of switching between 64-bit and 32-bit operation by the CPU, but at least some 64-bit operations could be fit into existing OS/2.

10
My understanding is that 3.0 is Windows-only. Is that incorrect?

No idea, really. CA Realizer 1.0 predates OS/2 2.0, so certainly 16-bit. CA realizer 3.0 is 1996, so it seems to me the Windows code for 3.0 is likely a port of the OS/2. I'll bet the Windows version runs fine in Odin.

11
CA Realizer 3.0 is 32-bit, and CA Realizer 1.0 is 16-bit. I don't know about version 2.0. If you were targeting OS/2 1.x, 2 GB might still be too large. When I ran OS/2 1.x, an 80 MB drive was "huge".

12
Networking / Re: NetDrive error message
« on: July 31, 2024, 03:24:07 am »
Thank you!

All that was wrong was /A:1 on the UniAud32.Sys line when it wasn't needed. I suppose the error message could have been more helpful, but I removed /A:1, and sound works and I don't see any error message.

13
Networking / NetDrive error message
« on: July 30, 2024, 10:04:38 pm »
When I boot ArcaOS 5.1 my Lenovo ThinkCentre M920, I get the following error from NetDrive:

OSSS32_Initialize: FAILEDpci_register_driver: query_device found fb 8086:a348 class=40380 checking bt87xUnable to attach 32-bit driver.

And yet I can still mount a drive using ArcaMapper.

What does it mean?

14
I keep around a 2nd copy of unzip.exe for these purposes. This one is statically linked, and requires only DOSCALLS, KBDCALLS, VIOCALLS, NLS and MSG.

5-26-09  13:06         248,768    124  unzip.exe

http://www.os2site.com/sw/util/archiver/zip/unz600.exe

The other course could be to update the libpath for the F2 command line to include the needed DLLs.

15
Multimedia / Improvement in Webcam support
« on: July 25, 2024, 03:26:12 pm »
Starting with Arca Noae USB drivers version 12.16, Webcam support is working with USB 3.0 on all the machines/webcams I have available to test. Prior to this version, USB webcams only worked with the USB 2.0 drivers.

The function is nice and fast, and I see no lag with the picture. Laptops with webcams that are attached with USB 3.0 tend to be much higher resolution, probably because they are newer.

I am using WebCam, UVC Webcam Support for OS/2 (ArcaOS, eComStation) by Wim Brul.

Pages: [1] 2 3 ... 71