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 4 ... 71
16
Networking / Re: Samba groups are broken
« on: July 24, 2024, 05:54:42 pm »
I am also using password files I created on eCS.

I found that almost all of the user and groups commands will fail.

smbpasswd.exe is called for many user create, edit and delete functions from Samba Users and Groups.

Things work better if I edit smb.conf and change some of the lines to use forward slashes instead of backward slashes.

Code: [Select]
add user script = E:/Programs/samba/usermod.cmd -a "%u"
rename user script = E:/Programs/samba/usermod.cmd -r "%uold" "%unew"
delete user script = E:/Programs/samba/usermod.cmd -x "%u"
add group script = E:/Programs/samba/groupmod.cmd -a "%g"
delete group script = E:/Programs/samba/groupmod.cmd -x "%g"
add user to group script = E:/Programs/samba/groupmod.cmd -j "%g" "%u"
delete user from group script = E:/Programs/samba/groupmod.cmd -l "%g" "%u"
set primary group script = E:/Programs/samba/usermod.cmd -p "%u" "%g"
add machine script = E:/Programs/samba/usermod.cmd -a "%u"

This should not be needed, of course. And groups still doesn't work. Maybe the answer is to move some functions back to an eCS virtual machine.

17
Networking / Re: Samba groups are broken
« on: July 22, 2024, 02:56:47 am »
I'm interested in getting this working as well.

18
Events / Re: Warpstock Europe 2024 Follow Up
« on: June 21, 2024, 02:53:41 am »
I think most of us are using some other operating system to browse the internet at this point. But I've tried quite a few of the platforms and browsers, and it's not like they are so perfect.

Every one of them fails in some situation. Some sites must have MS Edge, some must have Chrome, others Firefox.

I'm a little worried about Arca Noae developing a browser. It's taking a long time just to develop a WiFi driver. Maybe supporting ArcaOS is enough.

19

20
Utilities / Re: K File Wizard
« on: May 26, 2024, 03:23:23 pm »
Both KFileWizard and JFTP fail to connect to SFTP server, hanging in the authentication negotiation. I'm going to try to see if there is some problem with the server configuration.

OK, I tried again after rebooting the server, and now JFTP works with SFTP server. I need to find out why this isn't stable.

21
Hardware / Re: Modern Motherboards - Whats working
« on: May 26, 2024, 03:16:03 pm »

PS/2 ports are on most modern systems dead as doornail. Maybe industrial mainboards (that are sometimes pretty expensive), still tend to have PS/2 ports.
The more modern systems the 8042 PS/2 controller is also going away from the mainboards.

Roderick

Even the latest Lenovo M series desktop has optional PS/2 ports. My particular problem, which is not unique to OS/2, is in supporting access to IBM iSeries and mainframes that still rely on their legacy keyboards. I expect to be able to support PS/2 connected keyboards for a long time to come.

22
Utilities / Re: K File Wizard
« on: May 24, 2024, 11:48:00 pm »
My SFTP server crashed. Your userid appears to be corrupt. I recreated it and sent you a private message.

This is Peter Moylan's SFTP server, and I have tested it only against his SFTP client. I may have crashed the server myself -- I tried a few more things.

23
Hardware / Re: Modern Motherboards - Whats working
« on: May 24, 2024, 11:24:21 pm »
The vast majority of OS/2 users are on commercial computers, not home-made from motherboards.

Any Lenovo M series desktop computer in the last 15 years would work with your requirements -- I've tried pretty much all of them.

You can go with the hobbyist market -- It's more of a hobby than a rational decision. I know several skilled hobbyists inhabit OS/2 World. If building your own computer brings joy, go for it.

You can buy refurbished computers from the many of the major electronics retail websites now.

24
Utilities / Re: K File Wizard
« on: May 22, 2024, 04:41:22 pm »
Quote
@Neil
For a trap, if not a problem of libraries, can I connect to your SFTP server ?

I have sent access details for my SFTP server to the e-mail address in your profile.

25
Utilities / Re: K File Wizard
« on: May 16, 2024, 03:42:48 pm »
I have downloaded openssl-0.9.8zh-os2knix-20151207-runtime.zip from http://bauxite.sakura.ne.jp/software/os2/#openssl.

Once I placed openssl.exe and all the dll files from that package into the KFileWizard directory, the program starts and sees the local drive.

But if I attempt to connect to my local SFTPD (Peter Moylan's SFTPServer) kfw.exe exits with a TRAP.

This is an excerpt from the server log

Code: [Select]
2024-05-16 06:24:14 ******* Transaction logging started or restarted
2024-05-16 06:24:14 Getting configuration data from FTPD.INI
2024-05-16 06:24:14 [I] sftpd 1.2
2024-05-16 06:24:14 exceptq support is present
2024-05-16 06:24:14 listening on all interfaces, port 22
2024-05-16 06:24:14 sftpd 1.2 started.
2024-05-16 06:25:13 529 New client [192.168.46.22]
2024-05-16 06:25:13 529 SSH-2.0-libssh2_1.4.0
2024-05-16 06:25:13 529 diffie-hellman-group14-sha1,ssh-rsa,aes128-ctr,hmac-sha1
2024-05-16 06:25:13 529 Client has started Diffie-Helman exchange

The trap file is attached.

I have installed openssl and openssl-libs from netlabs. I hope that does not interfere.

26
Utilities / K File Wizard
« on: May 15, 2024, 04:34:17 am »
K File Wizard is a file manager for OS/2 integrating file operations of both the local and the remote support FTP and SFTP. K File Wizard was written by KO Myung-Hun.

I downloaded it from HobbesArchive, but when I try to run it, I get the following error:

SYS0002: The system cannot find the file specified. "KCRYPTO"

Does anyone know where kcrypto.dll can be found?

27
Hardware / Re: OS/2 for Industrial Use
« on: May 13, 2024, 03:27:26 pm »
I visited him at his shop a few years ago and sold him an eComStation computer. He seemed very interested in Parallel ports. He makes Automated Test Equipment, but he didn't reveal much about his customers.

28
Networking / Re: VNC to Ubuntu LTS
« on: May 13, 2024, 05:14:16 am »
I don't know what desktop Ubuntu LTS uses.

Interestingly, /bin/startx already has unset DBUS_SESSION_BUS_ADDRESS

29
Networking / Re: VNC to Ubuntu LTS
« on: May 04, 2024, 11:17:26 pm »
This must be the vino server. I didn't install anything, I just enabled VNC in settings. This is Ubuntu LTS 22.04.

30
Networking / Re: VNC to Ubuntu LTS
« on: May 04, 2024, 03:16:08 pm »
So far, I'm using the latest one, VNC by Andrey Vasilkin

Progress: Ubuntu was not saving my password. I was able to log in, but each time I start Ubuntu, I need to set the VNC password. Connection only works from iOS.

Our VNC client is able to authenticate and connect, but the display is the wrong size and always just a black screen.

Pages: 1 [2] 3 4 ... 71