Re: [OpenIndiana-discuss] Firefox problem

2023-05-31 Thread Predrag Zečević via openindiana-discuss

On 5/31/23 15:12, Predrag Zečević wrote:


On 5/31/23 15:06, Bob Friesenhahn wrote:

On Wed, 31 May 2023, Predrag Zečević via openindiana-discuss wrote:


[Parent 1693, IPDL Background] WARNING: fallocate failed to set shm 
size: Invalid argument: file 
/jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-113.0.1/ipc/chromium/src/base/shared_memory_posix.cc:404
[Parent 1693, IPDL Background] WARNING: ftruncate failed to set shm 
size: No space left on device: file 
/jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-113.0.1/ipc/chromium/src/base/shared_memory_posix.cc:407

IPDL protocol error: SharedMemory::Create failed!
Crash Annotation GraphicsCriticalError: |[C0][GFX1-]: 
CompositorBridgeChild receives IPC close with reason=AbnormalShutdown 
(t=2320.83) Exiting due to channel error.


These errors have to do with available disk space (or a problem with 
the temporary file directory) rather than RAM.  The fallocate() 
function does this: "preallocate or deallocate space to a file".  If 
the filesystem (presumably where temporary files reside) does not 
support the pre-allocation capability, or the directory is too full, 
or the file does not exist, then the request will fail.


The ftruncate() error implies that the directory is full.

The mention of a file name 'file' suggests that the software is not 
even using a correct file path and might in fact just be using the 
name 'file'.


Bob


Thanks Bob!

That was good one...

I have found this (in /etc/vfstab, probably added very long time ago, 
only today it has started to "work"):


#device device  mount FS  fsck
mount   mount
#to mount   to fsck point type    pass    at 
boot options
swap    -   /tmp tmpfs   -   
yes size=4096m



I will remove tmpfs size option... and reboot. THen I wil lcheck again 
(tomorrow, most likely).


One more time, thanks for the hint (I was focused on swap only)
Best regards

Forgot this, which confirms it:

:; pfexec /usr/bin/df -hP | grep -E "Filesystem|tmp"
Filesystem Size   Used  Available Capacity  Mounted on
swap 4G  3,99G  6,35M   100%/tmp



--
Predrag Zečević

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Firefox problem

2023-05-31 Thread Predrag Zečević via openindiana-discuss


On 5/31/23 15:06, Bob Friesenhahn wrote:

On Wed, 31 May 2023, Predrag Zečević via openindiana-discuss wrote:


[Parent 1693, IPDL Background] WARNING: fallocate failed to set shm 
size: Invalid argument: file 
/jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-113.0.1/ipc/chromium/src/base/shared_memory_posix.cc:404
[Parent 1693, IPDL Background] WARNING: ftruncate failed to set shm 
size: No space left on device: file 
/jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-113.0.1/ipc/chromium/src/base/shared_memory_posix.cc:407

IPDL protocol error: SharedMemory::Create failed!
Crash Annotation GraphicsCriticalError: |[C0][GFX1-]: 
CompositorBridgeChild receives IPC close with reason=AbnormalShutdown 
(t=2320.83) Exiting due to channel error.


These errors have to do with available disk space (or a problem with the 
temporary file directory) rather than RAM.  The fallocate() function 
does this: "preallocate or deallocate space to a file".  If the 
filesystem (presumably where temporary files reside) does not support 
the pre-allocation capability, or the directory is too full, or the file 
does not exist, then the request will fail.


The ftruncate() error implies that the directory is full.

The mention of a file name 'file' suggests that the software is not even 
using a correct file path and might in fact just be using the name 'file'.


Bob


Thanks Bob!

That was good one...

I have found this (in /etc/vfstab, probably added very long time ago, 
only today it has started to "work"):


#device device  mount 
FS  fsckmount   mount
#to mount   to fsck point 
typepassat boot options
swap-   /tmp 
tmpfs   -   yes size=4096m



I will remove tmpfs size option... and reboot. THen I wil lcheck again 
(tomorrow, most likely).


One more time, thanks for the hint (I was focused on swap only)
Best regards


--
Predrag Zečević

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Firefox problem

2023-05-31 Thread Bob Friesenhahn

On Wed, 31 May 2023, Predrag Zečević via openindiana-discuss wrote:


[Parent 1693, IPDL Background] WARNING: fallocate failed to set shm size: 
Invalid argument: file 
/jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-113.0.1/ipc/chromium/src/base/shared_memory_posix.cc:404
[Parent 1693, IPDL Background] WARNING: ftruncate failed to set shm size: No 
space left on device: file 
/jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-113.0.1/ipc/chromium/src/base/shared_memory_posix.cc:407

IPDL protocol error: SharedMemory::Create failed!
Crash Annotation GraphicsCriticalError: |[C0][GFX1-]: CompositorBridgeChild 
receives IPC close with reason=AbnormalShutdown (t=2320.83) Exiting due to 
channel error.


These errors have to do with available disk space (or a problem with 
the temporary file directory) rather than RAM.  The fallocate() 
function does this: "preallocate or deallocate space to a file".  If 
the filesystem (presumably where temporary files reside) does not 
support the pre-allocation capability, or the directory is too full, 
or the file does not exist, then the request will fail.


The ftruncate() error implies that the directory is full.

The mention of a file name 'file' suggests that the software is not 
even using a correct file path and might in fact just be using the 
name 'file'.


Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,http://www.GraphicsMagick.org/
Public Key, http://www.simplesystems.org/users/bfriesen/public-key.txt
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] Firefox problem

2023-05-31 Thread Predrag Zečević via openindiana-discuss

Hi all,

I will appreciate any hint here!

I have plenty of swap (on PC with 16GB RAM):
:; swap -lh
swapfile devswaplo   blocks free
/dev/zvol/dsk/rpool/swap 283,24K   32,00G   31,39G


but yet, firefox-113.0.1 dies with:

[Parent 1693, IPDL Background] WARNING: fallocate failed to set shm 
size: Invalid argument: file 
/jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-113.0.1/ipc/chromium/src/base/shared_memory_posix.cc:404
[Parent 1693, IPDL Background] WARNING: ftruncate failed to set shm 
size: No space left on device: file 
/jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-113.0.1/ipc/chromium/src/base/shared_memory_posix.cc:407

IPDL protocol error: SharedMemory::Create failed!
Crash Annotation GraphicsCriticalError: |[C0][GFX1-]: 
CompositorBridgeChild receives IPC close with reason=AbnormalShutdown 
(t=2320.83) Exiting due to channel error.


Thanks in advance

--
Predrag Zečević

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Firefox problem

2020-11-23 Thread Udo Grabowski (IMK)



On 23.11.20 10:09, Apostolos Syropoulos via openindiana-discuss wrote:

Hello,

Today I tried to visit the following web page

www.wearhouse.shop

and I got the following response:

Secure Connection Failed

The connection to www.wearhouse.shop was interrupted while the page was loading.

     The page you are trying to view cannot be shown because the authenticity 
of the received data could not be verified.
     Please contact the website owners to inform them of this problem.

Learn more…

Report errors like this to help Mozilla identify and block malicious sites

I tried the visit the same cite using Firefox on a Windows 7 VM and it works
just fine. So I guess that the current version of Firefox is too old. Are there
any plans to get a newer version?



No, the domain has expired and points to a domainbroker without any
https option. Therefore the "old" firefox is absolutely right and
the windows version should be hardened...

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] Firefox problem

2020-11-23 Thread Apostolos Syropoulos via openindiana-discuss
Hello,

Today I tried to visit the following web page

www.wearhouse.shop

and I got the following response:

Secure Connection Failed

The connection to www.wearhouse.shop was interrupted while the page was loading.

    The page you are trying to view cannot be shown because the authenticity of 
the received data could not be verified.
    Please contact the website owners to inform them of this problem.

Learn more…

Report errors like this to help Mozilla identify and block malicious sites

I tried the visit the same cite using Firefox on a Windows 7 VM and it works 
just fine. So I guess that the current version of Firefox is too old. Are there
any plans to get a newer version?

Regards,
A.S.

--
Apostolos Syropoulos
Xanthi, Greece

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss