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 - Dariusz Piatkowski

Pages: 1 ... 47 48 [49] 50 51 ... 89
721
Internet / Re: FF trap in Web Developer => Network function...
« on: December 20, 2019, 10:52:22 pm »
Dave,
Same crash, which I think is good b/c now we have the additional information that was previously missing, please see attached file.

FYI, I went through the process of trying these captures one-by-one (as per my previous post), all resulted in a crash...so I'm thinking it's something at the back-end?

722
Internet / Re: FF trap in Web Developer => Network function...
« on: December 18, 2019, 05:14:14 am »
Thanks Dave...will put it through the paces next!

723
Internet / Re: FF trap in Web Developer => Network function...
« on: December 17, 2019, 08:25:34 pm »
Hey Dave!

...Guess I could rebuild it if you want to post the optimize arguments I used, they'll be under about:buildconfig...

Ohhh...like you didn't know I'be be all over that in a blink...LOL!

Here they are, and big Thank You!

Code: [Select]
about:buildconfig
Build platform
target
i386-pc-os2-emx
Build tools
Compiler Version Compiler flags
gcc.exe 5.5.0 -Wall -Wempty-body -Wpointer-to-int-cast -Wsign-compare -Wtype-limits -Wno-unused -Wcast-align -Zomf -std=gnu99 -fgnu89-inline -fno-strict-aliasing -Zomf -fno-math-errno -pthread
c++ 5.5.0 -idirafter g:/OS2TK45/h -Wall -Wempty-body -Woverloaded-virtual -Wsign-compare -Wwrite-strings -Wno-invalid-offsetof -Wcast-align -fno-exceptions -fno-strict-aliasing -Zomf -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -DNDEBUG -DTRIMMED -g -march=amdfam10 -O2 -fomit-frame-pointer
Configure arguments

--enable-application=browser '--enable-optimize=-mtune=generic -march=pentium-m -O2' '--enable-optimize=-march=amdfam10 -O2' --disable-debug --enable-debug-symbols --disable-tests --enable-os2-high-mem --without-x --enable-system-cairo --enable-system-pixman --with-intl-api --with-system-icu --with-system-zlib --with-system-nss --with-system-nspr --with-system-libvpx --disable-startupcache

Not sure how complex of an undertaking this is, but can you also include the fixes you published for the i686 and pentium4 builds a month ago (or thereabouts)?

In the meantime I'm going to try to separate out the trap to one of the elements in that capture, by default I'm picking up 'All, but that's a combination of:HTML, CSS, JS, HXR, Fonts, Images, Media, Flash & Other. Maybe it's just one of these that's the contributing factor to the crash?

724
Internet / FF trap in Web Developer => Network function...
« on: December 17, 2019, 07:05:16 pm »
FF 45.9, AMD Phenom build that Dave did a while back here.

For years I was running my FF configuration utilizing options that attempted to balance the page renderning speed given the available connection throughput. Well, I moved to Fibre about a year ago and other than a couple of small tweaks I didn't spend much time changing the previous configuration.

Well, having some spare time on my hands at the moment I decided to revisit this (I will do another post on this subject since the results I'm seeing here are very encouraging).

I have been using the 'Web Developer => Network' function to assess the impact various config:about changes have. Specifically how long do various connections take, what's coming out of cache vs. pure fetch.

This approach has worked very well for numeours destinations, however there is a specific site I use rather heavily that always causes a problem in this process however, that being https://www.cbc.ca/news.

Here is a snippet from the crash report:

Code: [Select]
______________________________________________________________________

 Exception Report - created 2019/12/15 00:47:44
______________________________________________________________________

 OS2/eCS Version:  2.45
 # of Processors:  5
 Physical Memory:  3327 mb
 Virt Addr Limit:  2560 mb
 Exceptq Version:  7.11.3-shl (Jul  5 2016)

______________________________________________________________________

 Exception C0000005 - Access Violation
______________________________________________________________________

 Process:  G:\APPS\TCPIP\FIREFOX\FIREFOX.EXE (12/28/2018 21:29:16 279,712)
 PID:      12B (299)
 TID:      01 (1)
 Slot:     BA (186)
 Priority: 200

 Module:   XUL
 Filename: G:\APPS\TCPIP\FIREFOX\XUL.DLL (12/28/2018 21:41:21 36,967,630)
 Address:  005B:9B46ECFF (0001:032EECFF)
 Cause:    Attempted to read from 000000A8
           (not a valid address)

______________________________________________________________________

 Failing Instruction
______________________________________________________________________

 9B46ECE4  SUB ESP, 0x1ec            (81ec ec010000)
 9B46ECEA  MOV ESI, [ESP+0x200]      (8bb424 00020000)
 9B46ECF1  MOV EBX, [ESP+0x204]      (8b9c24 04020000)
 9B46ECF8  MOV EDI, [ESP+0x208]      (8bbc24 08020000)
 9B46ECFF >CMP BYTE [ESI+0x38], 0x0  (807e 38 00)
 9B46ED03  JNZ 0x9b46ed0e            (75 09)
 9B46ED05  CMP BYTE [EBX+0xed], 0x0  (80bb ed000000 00)
 9B46ED0C  JZ  0x9b46ed24            (74 16)

______________________________________________________________________

 Registers
______________________________________________________________________

 EAX : 00000070   EBX  : 2013CD80   ECX : 0019EE7C   EDX  : 00000000
 ESI : 00000070   EDI  : 0019EE7C
 ESP : 0019EC60   EBP  : 0019F0A4   EIP : 9B46ECFF   EFLG : 00210206
 CS  : 005B       CSLIM: FFFFFFFF   SS  : 0053       SSLIM: FFFFFFFF

 EAX : not a valid address
 EBX : read/write memory allocated by LIBCN0
 ECX : read/write memory on this thread's stack
 EDX : not a valid address
 ESI : not a valid address
 EDI : read/write memory on this thread's stack

______________________________________________________________________

 Stack Info for Thread 01
______________________________________________________________________

   Size       Base        ESP         Max         Top
 00100000   001A0000 -> 0019EC60 -> 0011F000 -> 000A0000

______________________________________________________________________

I've attached the full trap file (zipped down to size). Not sure if this trap is readily recognizable, or whether this is one of these "deep in the bowels of the beast" type of a thing... ???

725
Setup & Installation / Re: Partitioning Recommendations
« on: December 14, 2019, 03:19:16 am »
Hi Kev,

Well, I can not provide any hands-on feedback on the proposed layout (all of my stuff is dumped onto a single drive, this is due to historical reasons as my OS/2 install has gone un-reinstalled since literally the days of the original install, as in Warp3).

However, as applicable to the following hardware configuration of 3 storage drives: SSD 250G, HDD1 280G, HDD2 475G, I will say the following:
1) I do have my main OS/2 partition on the SSD drive, that also has a small 55M maintenance pertition, all of this is mirrored on HDD1

2) leftover space on HDD1 is a 'scratch' area...basically storage dumping ground...LOL, stuff I need to toss somewhere that for whatever reason I do not want on my main OS/2 boot drive

3) all of HDD2 is basically a DATA_STORE, meaning things like ISO files, etc.

This is all running JFS, HPFS only exists on a 4G ramdrive (which is the temp space while OS/2 has booted and is running, fast).

If I had to do it all over again, here is what I would do:
1) size up the MAINT partition to give me a runable WPS environment
2) separate the OS partition as per the recommendations you covered
3) build a separate partition that's for programs
4) possibly build a separate partition that's for data

#3 & #4 could go on the same partition, it really depends on how much data movement we are talking about, size of datasets, etc., each configuration will be unqiue.

I use a nifty little utility to build the MAINT partition with, it's called BOOTOS2 and you can find it here => http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/util/system&file=bootos2.zip&backto=%2Fh-search.php%3Fkey%3Dbootos2%26pushbutton%3DSearch.

EDIT
====
Oh...almost forgot, it totally makes sense these days to simply build yourself a bootable USB stick which basically becomes your MAINT partition. I haven't gotten around to doing just that, but that'll probably be my very next project...best to be ready in case the SDD or HDDx take a dump on ya!

726
Applications / Re: WPS - folder refresh failure...
« on: December 08, 2019, 05:27:15 pm »
Well, so a week later I am happy to report that in my case shutting off XWP's Folder Refresh feature has completely addressed the issue I was seeing.

As an added benefit the occasional WPS crashes I was seeing are now also completely gone (that was the trap screen I attached to the previous post).

Anyways, I realize the XWP logic is probably fairly complex - so I'm not just outright knocking the thing - but for what its worth doing away with that feature has resulted in a more stable system here.

727
Applications / Re: WPS - folder refresh failure...
« on: December 01, 2019, 03:00:19 pm »
Hey Doug!

Yes I have seen this - both on folders on a remote machine and folders on local drives. 

My problem was files that I knew to be in a directory were not showing up in WPS.  I have also seen where I drop a folder template on a drive object and the new folder does not appear - even after hitting refresh...

Ahh, good reminder. I had actually responded to your post back then for a slightly different reason, although it may very well be the same reason that's causing me a problem today.

I've had a re-occuring issue with XWP where WPS folders stop populating. In it's most obvious form the WHOLE folder goes blank, nothing shows up and the moment this occurs the whole WPS filesystem object structure is impacted. The only way to fix is to do a Desktop re-start, and if that hangs, well a re-boot is required.

Over the years I have tracked that down to what appears to be the very same crash in XWP. Take a look at the attached capture (all these entries show up in the xwptrap.log file), I shared with Rich Walsh previously (who I believe maintains XWP today). Unfortunately he has not been able to find the root cause.

Anyways, for now given that I suspect the two things I'm seeing here have common root cause I turned OFF XWP's folder refresh option. This means I am relying on the native WPS processing. I hate to say it but so far I haven't ran into a single occurence of either one of the issues I described above. This has only been a couple of days, so far too short of a duration to say this is IT...so more testing is needed.

Oh, btw: I'm seeing this behaviour with ALL file objects, regardless of whether they have EAs or not. In particular the NAS stuff does not have any EAs, b/c the ZyXel box Samba implementation does not support EAs.

728
Applications / WPS - folder refresh failure...
« on: November 29, 2019, 10:48:28 pm »
I'm curious how many of you are running into a situation where the WPS itself does not appear to be showing refreshes of folders?

Let me explain a bit my situation b/c this is a bit more complicated.

My OS/2 box (4.52 SMP) has XWP installed (latest Aug_2019 1.0.13 release). What I am consistently running into is seeing my NAS hosted folders not showing new contents. For example, I have a SYSLOG deamon running on my NAS and collect LOGs from all the PCs on the network on the NAS. On my OS/2 box I have a shadow to the NAS folder where these exist, yet despite the fact that new files are being created in that folder (on the NAS) I often times do not see the matching OS/2 folder refreshes happen. Even if I invoke the 'Refresh Now' option those NEW files never appear.

The NAS is accessed through a Samba share and NetDrive mapping. Yet this is not a samba/netdrive issue (as best as i can tell so far) b/c checking the contents of the NAS folder through CLI clearly shows the NEW files. So at the Samba/netdrive interface level this appears to be fine.

My XWP has the option turned ON to replace the native WPS folder refresh process. As I attempt to track this down I will shut this OFF and monitor.

But back to my original Q: is anyone else seeing something similar to this behaviour?

729
Applications / Re: Gotcha 2.0.0.1
« on: November 28, 2019, 05:53:26 am »
I'm not familiar with Gotcha functionality...but for anyone using that or Embelish or any other apps, why not use PMView?

It has multiple way of doing screen capture...extremely flexible...never let me down in any of my attempts!

730
Networking / Re: OS/2 to Ubuntu: Any options other than Samba?
« on: November 24, 2019, 03:55:51 am »
Hi Ben,

...I would very quickly dump any version of *nix and use OS/2 exclusively if it could handle the two 4Tb drives.

I wonder... is there any hope of that happening? I understand that this is not possible, but, I've heard such things said before. So, I remain  realistically hopeful.[/color]

Have you tried building a logical LVM volume from multiple 2T partitions?

I am not sure if this would work (seeing that JFS is maxed at 2T anyways) but if the issue is a mapping to actual hardware vs logical addressability of the filesystem space then the logical LVM volume approach may work.

731
Applications / FYI - Lotus 1-2-3 and browser setups
« on: November 23, 2019, 08:30:21 pm »
Over the years I have created a pile of Lotus 1-2-3 worksheets. Despite the fact that we have OpenOffice it's been a time consuming task to migrate...subsequently as you can imagine the native Lotus 1-2-3 continues to get a good "work-out"...LOl!  8)

Anyways, recently I was going through some older worksheets which had URL links in them. Since it's been quite some time that I've used these, I came to find out that the old (original I suppose?) Lotus 1-2-3 browser setups were no longer functioning (error msg about missing browser would pop-up when attempting to select a URL). Below is a quick FYI type of a note to those who may be in a similar situation and want to update the Lotus 1-2-3 install to use a new/modern OS/2 browser, FF in my case.

1) the Lotus 1-2-3 readme will point out that you can setup a browser in the following section:

Code: [Select]
======================================
I. INFORMATION ABOUT 1-2-3 RELEASE 1.5
======================================
..snip...
 5. The Default Internet Browser
...snip...

Specifically that '5. The Default Internet Browser' will reference the following:

Code: [Select]
-------------------------------
5. The Default Internet Browser
-------------------------------
The SmartSuite Install program automatically defaults to using
Netscape Navigator as the Internet browser for all of the
SmartSuite applications. You can use the REGRX program to change 
to another Internet browser

Executing that REGRX utility will allow you to configure some SmartSuite options, including the default browser.

Now, back in the day the main browser were:
1) IBM WebExplorer
2) Netscape Navigator

Subsequently, the native SmartSuite REGRX utility will leave you at a proverbial dead-end (unless you do in fact want to use one of these browsers). Alas, do not despair ( ;)) there is a way to get your choice of browser hooked up.

Take a look at the screen capture I did, this is the extended help present in the application on this topic. In short, fire up Registry Editor and head on over to the appropriate registry KEY...either replace the existing one (most likely pointing to Navigator), or create one from scratch.

If you need to create one it'll be something like this (replace my G:\ drive references with your install details): http=>shell=>open=>command=> (Default) => "g:\apps\tcpip\firefox\firefox.exe" "%1"

These setups work for me to invoke FF when a Lotus 1-2-3 cell points to a URL.

732
Applications / Re: XWP and folder file size listing
« on: November 18, 2019, 06:27:40 pm »
roberto, everyone...
I wanted to ask, how do you make the command com show you in an extra long window?...

I actually use something a tad different from what everyone has described so far, although that base OS/2 functionality absolutely works.

In my case I use a little utility called 'sizer', here is a quick help screen:

Code: [Select]
[G:\]sizer

 VIO session sizer   v 0.0.2

 Usage: sizer [-p <filename>] [-aim] [other options]

-p   program_filename   Program to be executed
-a   arguments          Arguments passed to the program (keys, filenames, etc)
-w   dimensions         Set window dimensions as 'columns,rows'
-o   origin             Set window corner position (left, bottom) as 'x,y'
-c                      Place to the center of screen (if -o not used)
-t   title_string       Set title as...
-f   font_size          Set "System VIO" font size as 'width,height'
-i   icon_filename      Set icon
-min                    Start minimized
-max                    Start maximized
-aim                    Aim mode (window corner position as title)
-vd  desktop_number     Place on the virtual desktop numbered as 'x,y'
                        (relative screen shift from the current '0,0' desktop)
-pl  priority,level     Set priority 'i'dle, 'r'egular, 't'ime-critical or
                        'f'oreground server and level 0...31 as 'p,l'

Attention! Using of -i option will cause program take up additional RAM

Now that in turn allows me to create the following program object for VIO sessions (see attachment).

So as you can tell I still execute cmd.exe from there, but I pass it the col & row counts, the positioning on the screen (if I want it to be in a specific location, maybe PRIMARY vs SECONDARY display, etc.).

All in all, this was a pretty nice utility to deploy.

733
Setup & Installation / Re: Monitor DPMS controls : SNAP config?
« on: November 18, 2019, 05:07:41 am »
Dave,

Interesting, I've been using the same SDK but didn't look into it much as I'm generally not using SNAP, so was just interested in getting the screensaver to build. It does bring up the possibility that the c:\scitech\lib\release\os232\ow10\pm.lib that I'm linking against is not quite right.

Hmm...so how is it that your version of DSS successfully managed to load SNAP and yet mine does not?

Not quite sure what you mean?

Well, you are building the test versions of DSS, and I am certainly able to run it here. The outcome I am seeing is that somehow the DSS codebase you have, having been compiled and linked against the SNAP generated libs is then able to successfully call SNAP functions on my current SNAP build 505 install.

In comparison, even though I can successfully compile the sample code (such as the EDIDTEST project, which is incredibly simple code), I am unable to successfully execute. Therefore, why the failure on my machine to load SNAP drivers when executing my sample EDIDTEST code, and yet no failure when running your test versions of DSS?

734
Setup & Installation / Re: Monitor DPMS controls : SNAP config?
« on: November 17, 2019, 02:32:16 am »
Dave,

Interesting, I've been using the same SDK but didn't look into it much as I'm generally not using SNAP, so was just interested in getting the screensaver to build. It does bring up the possibility that the c:\scitech\lib\release\os232\ow10\pm.lib that I'm linking against is not quite right.

Hmm...so how is it that your version of DSS successfully managed to load SNAP and yet mine does not?

OK, I have the VA365 versions present here, because I have been primarily working with the IBM compiler in all my previous attempts. Therefore, i find the following in the \snap\lib\release\os232\va36 location:

Code: [Select]
Directory of G:\code\source\snap\lib\release\os232\va36

 8-25-18   5:43p     <DIR>         124  .
 8-25-18   5:43p     <DIR>         124  ..
 3-17-09  10:02p     12354           0  gconsole.lib
 3-17-09  10:02p     12277           0  n_ga.lib
 3-17-09  10:02p    104231           0  pm.lib
10-26-06   4:19p        60         124  readme.txt
        6 file(s)     128922 bytes used

...as such, my pm.lib is what should be getting linked when any locally compiled code is attempting to call SNAP APIs, correct?

735
Applications / Re: XWP and folder file size listing
« on: November 16, 2019, 11:09:35 pm »
Guys!

OK, a single general reply to the last series of posts from Doug, Gregg and Rich.

Doug,
I am running the latest publicly available XWP release, that being 1.0.13 Aug_04_2019 build.

Gregg,
Issue still occurs in XWP 1.0.13.

Rich,
Well, I've had Doodle Screen Saver installed for quite some time now. I have been seeing this issue for equally as long as well, only now I decided to post about it given that it is a cosmetic only type of a thing and I really didn't think it was a functional issue that needed prioritization otherwise. Regarding Doodle SS, until recently (last week or so) I was using a pretty old version of that utility. Now I am running the most recent one that Dave Yeo has published for the tester group (AN).

I can concur regarding the following though: when this issue is exhibited, I can open such a file, close it, and immediately refresh the folder at which point in time the formatting is corrected for all folder items. So the fix you spoke of does in fact appear to work, but perhaps as an after-effect.

Pages: 1 ... 47 48 [49] 50 51 ... 89