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 - Greggory Shaw

Pages: 1 ... 3 4 [5] 6 7 ... 30
61
Applications / Re: Regina REXX vs. OS/2 REXX
« on: January 29, 2017, 02:15:06 am »
According to real programmers embedding it isn't that hard, as such.
Are you sure that you are not mixing up applying and provision here?

Reported to the moderator.


You may want to ask the person that you are reporting, to the exact meaning or intent before reporting a post.

62
Networking / Re: Samba 4.4.x Netdrive plugin for OS/2
« on: December 21, 2016, 04:17:44 pm »

Any chance of a writeup on how to get this working with evfs?

Cheers,

Paul

Sure, I have about 5 or 6 going now but I'll put this out first (both server & client).  But, going on a cruise next week so could be a couple weeks.

If someone could post their command line syntax for EVFS that would be great !  I would like to add that section to the article.


Greggory

63
Applications / Re: REXX libraries 1.1.1 (from Samba 1.3)
« on: December 17, 2016, 08:41:38 pm »
A few thoughts:

Seeing a server but not its shares: This may be a result of disabling the guest account and/or denieing browsing rights to it.

....

I think I found the issue when I use the command: yum install libc libcx libgcc1 cups-libs popt-libs gettext-libs zlib readline

I overwrote Paul version of libcx, my fault.

Samba 1.3 and Paul's Samba client installed and working great (with Win 10 too) !


Thanks

Greggory

64
Networking / Re: Samba 4.4.x Netdrive plugin for OS/2
« on: December 14, 2016, 06:10:23 pm »
Any luck on getting EVFS connecting to Win 10 ? I got NetDrive working.

The commandline syntax for EVFS would be great !!!

Update: I got EVFS working wrong libcx0.dll

So, I'm seeing a different result Paul with libcx0.dll needed the one you provided.


Thank you Paul

Greggory

65
Applications / Re: REXX libraries 1.1.1 (from Samba 1.3)
« on: December 14, 2016, 05:31:55 pm »
...
 On my clients, now the server shows up, but none of the shares do and so I can't mount any of them. Have to keep digging...

Hi David,

I have the same issue of not seeing any shares on my server from my client machine, any luck ?

1) I deleted Samba 3.6.24 with settings and installed 3.6.25 on my media server.  Install samba on a test machine and still a no go on seeing the media server shares.

2) Also on a new install of Samba, I specified a different WORKGROUP name but that wasn't added to the 'smb.conf' file or the NETBIOS of the computer either.

3) No problem accessing Samba 1.3 from Win 10 or an OS/2 machine without Samba 1.3 installed (even tired with Samba 4 client).

4) With the Samba 4 client installed I get the message when trying to access the servers:

Code: [Select]
(Error NT_STATUS_IO_TIMEOUT)

Is anyone else having these problems ?



Thank you to the developers for all the work on Samba everyone
 

66
Applications / Re: REXX libraries 1.1.1 (from Samba 1.3)
« on: December 12, 2016, 01:06:34 am »
Keep getting a 'could not find a valid language file' error when I try starting the Samba Status Monitor ...

David did you fix this error?  I'm getting the same here.

67
Programming / Re: REXX help - check to see if file is present.
« on: December 11, 2016, 10:15:22 pm »
Perhaps something like:
filedate = SPACE( TRANSLATE( STREAM( fileName, "C", "QUERY DATETIME" ),, SPACE( TRANSLATE( XRANGE(),, XRANGE( 0, 9 ) ), 0 ) ), 0 )

//Jan-Erik Lärka

Hi Jan,

Thank you so much for all the help and everyone else that has commented and helped out !!!


Greggory

68
Applications / Re: XWP (xWorkplace) v1.0.11 beta3 Comments
« on: November 28, 2016, 08:58:41 am »
Think I found a bug with splitview, can someone else try this.

Open up a folder with splitview enabled.

Try to copy/move  anoterh folder, the folder with splitview does not show in the  dialog.


Greggory

69
Programming / Re: REXX help - check to see if file is present.
« on: November 27, 2016, 01:43:02 pm »

You should also remember that different locales use different date formats, and you should handle the case where two (or more) backups are done on the same date, so it may be good to include the time too (again, locale makes a difference, although using the 24 hour clock might be best).

Good point on the locales. Problem is that I need Zipboot_Current.zip as a filename too (my lack of programming skills).

I fixed it by using by adding the date to the files and making a copy with the 'Zipboot_Current.zip' name. Guess I should add the 24 hour clock for hourly backups instead of just daily ones.


Thx

70
Applications / Re: XWP (xWorkplace) v1.0.11 beta3 Comments
« on: November 26, 2016, 01:16:41 am »
As to Object Desktop: I have "the good parts" of v1.5 installed but not its folder enhancements. As many times as I've installed XWP on top of it, I've never had any problems. I can only hope that Greggory's problem was a one-time occurrence.

...

Hi Rich,

Folder enhancement seems to be the problem. I just installed XWP on a new install of eCS 2.2 with Object Desktop 2.0 without folder enhancements and XWP installed without problems.

Could you listed the list good parts of Object Desktop that you recommend and further comment on OD and XWP please !


Greggory

71
Applications / Re: XWP (xWorkplace) v1.0.11 beta3 Comments
« on: November 24, 2016, 02:04:48 am »
With Object Desktop 2.0 installed the WPS got caught in a loop after the install the XPS.

After removing OD the install was good, testing now and will try to install OD later.


Looks good so far, thx Rich and all the developers !

Greggory

72
Programming / Re: REXX help - check to see if file is present.
« on: November 23, 2016, 09:00:39 am »
Is there anyway to read the creation date of a file using Rexx and then rename that file adding the date ?

I want to use the file name Ziipboot_Current.zip

and, then change it to Zipboot_20161123.zip on the next backup run.


Or any other suggest on naming conventions for backup on images (Rsyncback/2).


Thanks,

Greggory

73
Applications / Re: RsyncBackup/2 ready for testing !
« on: November 23, 2016, 03:55:27 am »
Finished the 7 day Incremental backup scripts !

They create a current backup /w  7 day increments, just copy to Scripts folder overwrite old ones. I updated the RsyncBackup-v1_1.zip file so you don't need this if you haven't yet downloaded RsyncBackup-v1_1.zip.

Directory structure:

>Home
                >  Home

                >  Mon
                >  Tues
                >  Wed
                            > 20161121
                            > 20161122
                                              > test.txt
                >  Thur
                >  ......


Here's an old article on 7 day Int. backups for a general overview:

http://os2notes.net/os2rsync-incremental.html


Download RsyncBackup/2 here :

http://os2notes.net/files/rbackup/


Here is an older article about RsyncBackup (earlier version):

http://os2notes.net/os2rsync.html


I would definitely like to add some more options ! Any help or suggestions auto delete after 7 days, different sets, exploring --suffix= ?

Note: this creates only one backup file, use --suffix=Time()  to timestamp the files (hourly backups). Time(N) 24 hour time doesn't work (need to remove the colons first, help /w rexx parse code), using total mintues now.

 
Greggory

74
Applications / Re: RsyncBackup/2 ready for testing !
« on: November 22, 2016, 11:06:44 am »
Sorry, I included the wrong ZipBoot.cmd file, I updated the RsyncBackup-v1_1.zip file so you don't need this if you haven't yet downloaded RsyncBackup-v1_1.zip.

Attached is the correct version, it's not a stand alone version it needs RsyncBackup/2.

UPDATE: need to change the working directory for the Zip Boot-Drive WPS object from



E:\PROGRAMS\...\RSYNCBACKUP

to

E:\PROGRAMS\...\RSYNCBACKUP\ZIPBOOT



Greggory

75
Networking / Re: Samba 4.4.x Netdrive plugin for OS/2
« on: November 21, 2016, 10:57:36 pm »
Thx Paul and Doug !

Pages: 1 ... 3 4 [5] 6 7 ... 30