Re: OpenSSL upgraded to 3.0.13

2024-04-04 Thread Damjan Jovanovic
On Thu, Apr 4, 2024 at 9:52 PM Pedro Lino 
wrote:

> Hi Damjan
>
> Thank you for the reply, the macro and detailed instructions!
>
>
> > On 04/04/2024 5:37 PM WEST Damjan Jovanovic  wrote:
> >
> > To get further details:
> >
> > Open the attached "Logging macros" file (we allow attachments on this
> list, right?).
> > Allow macros when prompted.
> > Tools -> Macros -> Run macro, under "Logging macros.ods" expand
> "Standard", select "logging", on the right side select
> "LogWebDavToConsole", and click "Run".
> > Exit OpenOffice.
> > Start OpenOffice from the command line, with output redirected to a
> file, eg:
> > soffice 2>&1 | tee ~/webdav-log.txt
> > Make your WebDav connection. If you used the above command, the command
> line window can be placed side-by-side with OpenOffice, and you can watch
> the logging interactively.
> > When it fails, exit OpenOffice, and attach ~/webdav-log.txt to your
> reply email, after removing any sensitive info (eg. passwords) from the log.
> >
>
> After installing canberra-gtk-module the only line I get in the log is
>
> ** (soffice:12094): WARNING **: 22:36:39.392: Unknown type: GailWindow
>
> which apparently is a long know message, and nothing else.
> The message "Nonexistent object. Nonexistent file" pops up but it is not
> registered in the log.
>
>
OpenOffice has several logging methods, and third-party libraries can also
log. That message apparently came from another logging method, not our one,
because our one has a different format.


> Any ideas? Could this simply be a kernel issue since it works correctly in
> Ubuntu 22.04?
>

- Make sure you run "LogWebDavToConsole" and not one of the other macros.
- You need to test a recent version of trunk, not an older version of
OpenOffice, because we only added that logging method to trunk in May 2022.
- When you run "soffice" from the command line, are you sure the right
version of OpenOffice is being run, the same version you ran that macro in?

On *nix, "internal" OpenSSL is linked statically, and it shouldn't matter
whether it is installed by your distribution or what version is installed.
"System" OpenSSL (configure --with-system-openssl) is linked dynamically. I
think we use "internal" OpenSSL for the Linux binaries.

After trying a WebDav connection, find the process ID (PID) of OpenOffice,
copy /proc/PID/maps somewhere (eg. for PID 1234, run "cp /proc/1234/maps
~/openoffice-maps.txt") and attach that copy, so we can see what libraries
are loaded.


>
> Thanks!
>
> Best,
> Pedro
>

Good luck
Damjan


Re: OpenSSL upgraded to 3.0.13

2024-04-04 Thread Dave Fisher
Hi Pedro,


> On Apr 4, 2024, at 3:14 PM, Pedro Lino  wrote:
> 
> Hi Dave
> 
>> On 04/04/2024 10:59 PM WEST Dave Fisher  wrote:
>> 
>> 
>> Hi -
>> 
>> Maybe this page might help 
>> https://orcacore.com/install-openssl-3-ubuntu-20-04/
> 
> If I have to manually install OpenSSL doesn't that mean that AOO is not using 
> the upgraded OpenSSL?

It may mean that special efforts in packaging are needed to handle older 
versions of Debian/Ubuntu, or we have to change our minimum version for these 
now unsupported operating systems.

> 
> I apologize if my comment does not make sense but as I stated before, I'm not 
> a programmer.

Sure and understood.

Best,
Dave

> 
> Best,
> Pedro
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: OpenSSL upgraded to 3.0.13

2024-04-04 Thread Pedro Lino
Hi Dave

> On 04/04/2024 10:59 PM WEST Dave Fisher  wrote:
> 
>  
> Hi -
> 
> Maybe this page might help 
> https://orcacore.com/install-openssl-3-ubuntu-20-04/

If I have to manually install OpenSSL doesn't that mean that AOO is not using 
the upgraded OpenSSL?

I apologize if my comment does not make sense but as I stated before, I'm not a 
programmer.

Best,
Pedro

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: OpenSSL upgraded to 3.0.13

2024-04-04 Thread Dave Fisher
Hi -

Maybe this page might help https://orcacore.com/install-openssl-3-ubuntu-20-04/

Best,
Dave

> On Apr 4, 2024, at 2:50 PM, Pedro Lino  wrote:
> 
> Hi Damjan
> 
> Thank you for the reply, the macro and detailed instructions!
> 
> 
>> On 04/04/2024 5:37 PM WEST Damjan Jovanovic  wrote:
>> 
>> To get further details:
>> 
>> Open the attached "Logging macros" file (we allow attachments on this list, 
>> right?).
>> Allow macros when prompted.
>> Tools -> Macros -> Run macro, under "Logging macros.ods" expand "Standard", 
>> select "logging", on the right side select "LogWebDavToConsole", and click 
>> "Run".
>> Exit OpenOffice.
>> Start OpenOffice from the command line, with output redirected to a file, eg:
>> soffice 2>&1 | tee ~/webdav-log.txt
>> Make your WebDav connection. If you used the above command, the command line 
>> window can be placed side-by-side with OpenOffice, and you can watch the 
>> logging interactively.
>> When it fails, exit OpenOffice, and attach ~/webdav-log.txt to your reply 
>> email, after removing any sensitive info (eg. passwords) from the log.
>> 
> 
> After installing canberra-gtk-module the only line I get in the log is
> 
> ** (soffice:12094): WARNING **: 22:36:39.392: Unknown type: GailWindow
> 
> which apparently is a long know message, and nothing else.
> The message "Nonexistent object. Nonexistent file" pops up but it is not 
> registered in the log.
> 
> Any ideas? Could this simply be a kernel issue since it works correctly in 
> Ubuntu 22.04?
> 
> Thanks!
> 
> Best,
> Pedro



Re: OpenSSL upgraded to 3.0.13

2024-04-04 Thread Pedro Lino
Hi Damjan
 
Thank you for the reply, the macro and detailed instructions!
 

> On 04/04/2024 5:37 PM WEST Damjan Jovanovic  wrote:
>  
> To get further details:
>  
> Open the attached "Logging macros" file (we allow attachments on this list, 
> right?).
> Allow macros when prompted.
> Tools -> Macros -> Run macro, under "Logging macros.ods" expand "Standard", 
> select "logging", on the right side select "LogWebDavToConsole", and click 
> "Run".
> Exit OpenOffice.
> Start OpenOffice from the command line, with output redirected to a file, eg:
> soffice 2>&1 | tee ~/webdav-log.txt
> Make your WebDav connection. If you used the above command, the command line 
> window can be placed side-by-side with OpenOffice, and you can watch the 
> logging interactively.
> When it fails, exit OpenOffice, and attach ~/webdav-log.txt to your reply 
> email, after removing any sensitive info (eg. passwords) from the log.
> 
 
After installing canberra-gtk-module the only line I get in the log is
 
** (soffice:12094): WARNING **: 22:36:39.392: Unknown type: GailWindow
 
which apparently is a long know message, and nothing else.
The message "Nonexistent object. Nonexistent file" pops up but it is not 
registered in the log.
 
Any ideas? Could this simply be a kernel issue since it works correctly in 
Ubuntu 22.04?
 
Thanks!
 
Best,
Pedro


Re: OpenSSL upgraded to 3.0.13

2024-04-04 Thread Damjan Jovanovic
To get further details:

Open the attached "Logging macros" file (we allow attachments on this list,
right?).
Allow macros when prompted.
Tools -> Macros -> Run macro, under "Logging macros.ods" expand "Standard",
select "logging", on the right side select "LogWebDavToConsole", and click
"Run".
Exit OpenOffice.
Start OpenOffice from the command line, with output redirected to a file,
eg:
soffice 2>&1 | tee ~/webdav-log.txt
Make your WebDav connection. If you used the above command, the command
line window can be placed side-by-side with OpenOffice, and you can watch
the logging interactively.
When it fails, exit OpenOffice, and attach ~/webdav-log.txt to your reply
email, after removing any sensitive info (eg. passwords) from the log.

Regards
Damjan

On Wed, Apr 3, 2024 at 4:31 PM Pedro Lino 
wrote:

> Hi All
>
> I installed the 2024-04-02 trunk Nightly (Thank you Matthias!)
> WebDAV does not seem to be working (at least under Ubuntu 20.04 x64)
>
> Opening an https link to a Webdav folder returns "Nonexistent object.
> Nonexistent file"
>
> Opening the same link in 4.1.15 in the same PC opens the "Authentication
> Required" dialog
>
> Please let me know what I can do to get further details but please
> remember I am not a programmer.
>
> Best,
> Pedro
>
> ~
> > On 04/02/2024 4:38 PM WEST Matthias Seidel 
> wrote:
> >
> >
> > Hi All,
> >
> > Am 01.04.24 um 18:31 schrieb Matthias Seidel:
> > > Hi Pedro,
> > >
> > > Am 01.04.24 um 18:18 schrieb Pedro Lino:
> > >> Hi Matthias
> > >>
> > >>> On 04/01/2024 10:33 AM WEST Matthias Seidel
> > >>>  wrote:
> > >>> And you are right, the buildbot workers are offline for 9 days now...
> > >> Maybe the Bots were celebrating Electric Easter or Digital Fools Day
> ;)
> > >>
> > >>> Somehow this isn't monitored and/or nobody cares. ;-)
> > >> If a message is received when it is successful, then it would require
> > >> a second script to warn when it fails? Is this how it works? Who
> > >> takes of this?
> > >
> > > If there is someone from our project interested in our buildbots
> > > he/she can always look here:
> > >
> > > https://www.openoffice.org/download/devbuilds.html
> > >
> > > And follow the "Summary" link.
> > >
> > > BTW: This "Worker" isn't exclusive for OpenOffice, it builds a lot of
> > > other projects.
> >
> > Correction: Apart from the OpenOffice tasks only one JMeter task is
> > running on that machine and that fails every time.
> >
> > JIRA ticket is now here:
> >
> > https://issues.apache.org/jira/browse/INFRA-25677
> >
> > Regards,
> >
> > Matthias
> >
> > >
> > > Regards,
> > >
> > >Matthias
> > >
> > >>
> > >> Best,
> > >> Pedro
> > >>
> > >> -
> > >> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> > >> For additional commands, e-mail: dev-h...@openoffice.apache.org
> > >>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Logging macros.ods
Description: application/vnd.oasis.opendocument.spreadsheet

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Re: OpenSSL upgraded to 3.0.13

2024-04-04 Thread Pedro Lino
Hi all

Update to my own email:

I installed the same 2024-04-02 trunk Nightly in Ubuntu 22.04 (Thank you again 
Matthias!)
WebDAV does work under Ubuntu 22.04 x64 (but not under Ubuntu 20.04 x64)

Maybe it is related to the kernel in the buildbot?

Best,
Pedro

> On 04/03/2024 5:31 PM WEST Pedro Lino  wrote:
> 
>  
> Hi All
> 
> I installed the 2024-04-02 trunk Nightly (Thank you Matthias!)
> WebDAV does not seem to be working (at least under Ubuntu 20.04 x64)
> 
> Opening an https link to a Webdav folder returns "Nonexistent object. 
> Nonexistent file"
> 
> Opening the same link in 4.1.15 in the same PC opens the "Authentication 
> Required" dialog
> 
> Please let me know what I can do to get further details but please remember I 
> am not a programmer.
> 
> Best,
> Pedro
> 
> ~
> > On 04/02/2024 4:38 PM WEST Matthias Seidel  
> > wrote:
> > 
> >  
> > Hi All,
> > 
> > Am 01.04.24 um 18:31 schrieb Matthias Seidel:
> > > Hi Pedro,
> > >
> > > Am 01.04.24 um 18:18 schrieb Pedro Lino:
> > >> Hi Matthias
> > >>
> > >>> On 04/01/2024 10:33 AM WEST Matthias Seidel 
> > >>>  wrote:
> > >>> And you are right, the buildbot workers are offline for 9 days now...
> > >> Maybe the Bots were celebrating Electric Easter or Digital Fools Day ;)
> > >>
> > >>> Somehow this isn't monitored and/or nobody cares. ;-)
> > >> If a message is received when it is successful, then it would require 
> > >> a second script to warn when it fails? Is this how it works? Who 
> > >> takes of this?
> > >
> > > If there is someone from our project interested in our buildbots 
> > > he/she can always look here:
> > >
> > > https://www.openoffice.org/download/devbuilds.html
> > >
> > > And follow the "Summary" link.
> > >
> > > BTW: This "Worker" isn't exclusive for OpenOffice, it builds a lot of 
> > > other projects.
> > 
> > Correction: Apart from the OpenOffice tasks only one JMeter task is 
> > running on that machine and that fails every time.
> > 
> > JIRA ticket is now here:
> > 
> > https://issues.apache.org/jira/browse/INFRA-25677
> > 
> > Regards,
> > 
> >     Matthias
> > 
> > >
> > > Regards,
> > >
> > >    Matthias
> > >
> > >>
> > >> Best,
> > >> Pedro
> > >>
> > >> -
> > >> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> > >> For additional commands, e-mail: dev-h...@openoffice.apache.org
> > >>
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Next blog post

2024-04-04 Thread Matthias Seidel

Hi Arrigo,

Am 04.04.24 um 08:20 schrieb Arrigo Marchiori:

Dear All,

On Mon, Apr 01, 2024 at 09:18:07AM +0200, Arrigo Marchiori wrote:

[...]

I prepared a draft on our wiki at [1], so anyone can contribute to the
text.  I am no native English speaker, nor marketing expert... feel
free to correct it!

Can we sort out something in this weekend? It would be great to
publish, say, on April 2nd!

There is now a pull request at [2]. Merging it will cause the post to
be published. As the post is dated 2 April, let us wait until tomorrow.

References:
  
  1: https://cwiki.apache.org/confluence/x/1gniEQ

  2: https://github.com/apache/openoffice-project/pull/11

I pushed commit 6316c11 to the "main" branch of "openoffice-project"
but, apparently, the web site was not published.

Can someone please look into it?


Somehow it didn't build yesterday.

I just committed a small change and now your post is online. To be 
honest, I didn't have a look before my commit, it may be coincidence.


Regards,

   Matthias



Best regards,


smime.p7s
Description: Kryptografische S/MIME-Signatur


Re: Next blog post

2024-04-04 Thread Arrigo Marchiori
Dear All,

On Mon, Apr 01, 2024 at 09:18:07AM +0200, Arrigo Marchiori wrote:

[...]
> > I prepared a draft on our wiki at [1], so anyone can contribute to the
> > text.  I am no native English speaker, nor marketing expert... feel
> > free to correct it!
> > 
> > Can we sort out something in this weekend? It would be great to
> > publish, say, on April 2nd!
> 
> There is now a pull request at [2]. Merging it will cause the post to
> be published. As the post is dated 2 April, let us wait until tomorrow.
> 
> References:
>  
>  1: https://cwiki.apache.org/confluence/x/1gniEQ
>  2: https://github.com/apache/openoffice-project/pull/11

I pushed commit 6316c11 to the "main" branch of "openoffice-project"
but, apparently, the web site was not published.

Can someone please look into it?

Best regards,
-- 
Arrigo

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org