|
Re: EXTERNAL: Re: [FOSSology] Unpacking .msi Files - Fossology Version 3.8.1
Thank you. Here is the URL:
https://ftp.mozilla.org/pub/firefox/releases/84.0/win64/en-US/Firefox%20Setup%2084.0.msi
Thank you. Here is the URL:
https://ftp.mozilla.org/pub/firefox/releases/84.0/win64/en-US/Firefox%20Setup%2084.0.msi
|
By
D Frye
·
#55
·
|
|
Re: Unpacking .msi Files - Fossology Version 3.8.1
Hi,
please help us a little bit with an example file - an URL to it would be great. I do not have a an *.msi file handy right now and I am not sure if it will be better if you could share the file
Hi,
please help us a little bit with an example file - an URL to it would be great. I do not have a an *.msi file handy right now and I am not sure if it will be better if you could share the file
|
By
Michael C. Jaeger
·
#54
·
|
|
FW: Unpacking .msi Files - Fossology Version 3.8.1
Everyone was so helpful with the issue of unpacking .deb files in the newer version of Fossology. It looks like there’s also an issue with unpacking .msi files. Has anyone identified a fix for
Everyone was so helpful with the issue of unpacking .deb files in the newer version of Fossology. It looks like there’s also an issue with unpacking .msi files. Has anyone identified a fix for
|
By
D Frye
·
#53
·
|
|
Gsoc 2021
Hey everyone ! Hope u are doing well ! My self Akshay and want to contribute in open source community .As i dont want to be in trapped in learning loops i want to implement what i learn by
Hey everyone ! Hope u are doing well ! My self Akshay and want to contribute in open source community .As i dont want to be in trapped in learning loops i want to implement what i learn by
|
By
Akshay Sharma
·
#52
·
|
|
Re: Docker Container Restart Problems
Just a short update. Checking out the repository and building the containers from source works. I think it should also work with the dockerhub container but I guess I'm missing some essential
Just a short update. Checking out the repository and building the containers from source works. I think it should also work with the dockerhub container but I guess I'm missing some essential
|
By
flp@...
·
#51
·
|
|
Re: GSoC 2021
Hello Lasal,
Nice to have you here with us! Under FOSSology, we have 3 projects with which we participate in GSoC. Hopefully we will be selected as an organization this year around as well by
Hello Lasal,
Nice to have you here with us! Under FOSSology, we have 3 projects with which we participate in GSoC. Hopefully we will be selected as an organization this year around as well by
|
By
Gaurav Mishra
·
#50
·
|
|
GSoC 2021
Hello Everyone!!! I am Lasal Jayawardena and I am very happy to join the community.
I am planning to enter the GSoC 2021 and I want to start contributing.
Can anyone give some pointers as to how I can
Hello Everyone!!! I am Lasal Jayawardena and I am very happy to join the community.
I am planning to enter the GSoC 2021 and I want to start contributing.
Can anyone give some pointers as to how I can
|
By
doctor.lasalflair@...
·
#49
·
|
|
Re: Unpacking Debian Files - Fossology Version 3.8.1
Hi Deb,
I haven't run into this problem before. If this is a bug it would be kind of a big regression since a Debian developer helped build FOSSology.
For clarity - you're talking about .deb files?
Hi Deb,
I haven't run into this problem before. If this is a bug it would be kind of a big regression since a Debian developer helped build FOSSology.
For clarity - you're talking about .deb files?
|
By
Jeremiah C. Foster
·
#48
·
|
|
Re: Unpacking Debian Files - Fossology Version 3.8.1
Hello Deb,
Yesterday we merged the PR with the fix. You can compile the latest master or pull the latest docker image from Docker hub with the patch.
With best regards,
Gaurav Mishra
Hello Deb,
Yesterday we merged the PR with the fix. You can compile the latest master or pull the latest docker image from Docker hub with the patch.
With best regards,
Gaurav Mishra
|
By
Gaurav Mishra
·
#47
·
|
|
Re: Unpacking Debian Files - Fossology Version 3.8.1
Thanks for the quick find and fix.
Yes, we did change the base system on which Fossology is running. Our Fossology 3.8.1 instance is deployed to a separate server running Ubuntu 18.04 LTS.
Thanks for the quick find and fix.
Yes, we did change the base system on which Fossology is running. Our Fossology 3.8.1 instance is deployed to a separate server running Ubuntu 18.04 LTS.
|
By
D Frye
·
#46
·
|
|
Re: Unpacking Debian Files - Fossology Version 3.8.1
Hello Frye,
From what I understood with inconsistency in the unpacking, the deb files were not extracted at all and I tried it on my machine and it didn't work.
It seems like the mimetype of .deb
Hello Frye,
From what I understood with inconsistency in the unpacking, the deb files were not extracted at all and I tried it on my machine and it didn't work.
It seems like the mimetype of .deb
|
By
Gaurav Mishra
·
#45
·
|
|
Unpacking Debian Files - Fossology Version 3.8.1
Recently upgraded Fossology to Version 3.8.1. Previous version unpacked and scanned Debian files within FOSS packages; however, seems like new version is not consistently unpacking them. Has anyone
Recently upgraded Fossology to Version 3.8.1. Previous version unpacked and scanned Debian files within FOSS packages; however, seems like new version is not consistently unpacking them. Has anyone
|
By
D Frye
·
#44
·
|
|
Re: Docker Container Restart Problems
/usr/local/etc/fossology/Db.conf on line 4
Did you check the content of the file Db.conf ?
--
Nicolas Toussaint - Open Source Expert
OBS - Orange Business Services - Lyon, France
Tel: +33 608 763
/usr/local/etc/fossology/Db.conf on line 4
Did you check the content of the file Db.conf ?
--
Nicolas Toussaint - Open Source Expert
OBS - Orange Business Services - Lyon, France
Tel: +33 608 763
|
By
Nicolas Toussaint
·
#43
·
|
|
Re: Docker Container Restart Problems
If I downgrade to 9.6 with my docker-compose file, I get the following error:
*** Running postinstall for common actions***
*** Creating user and group ***
NOTE: group 'fossy' already exists,
If I downgrade to 9.6 with my docker-compose file, I get the following error:
*** Running postinstall for common actions***
*** Creating user and group ***
NOTE: group 'fossy' already exists,
|
By
flp@...
·
#42
·
|
|
Re: Docker Container Restart Problems
Hi flp,
I did a quick check on my server, reusing you Dockerfile:
- changing to docker-compose version to 3.3 (because I had to)
- setting POSTGRES_* variables to fossology / fossy / fossy
It looks
Hi flp,
I did a quick check on my server, reusing you Dockerfile:
- changing to docker-compose version to 3.3 (because I had to)
- setting POSTGRES_* variables to fossology / fossy / fossy
It looks
|
By
Nicolas Toussaint
·
#41
·
|
|
Re: Docker Container Restart Problems
Hello flp,
I am not very familiar with docker, so I do not have a good insight on what you do with your custom docker file cited at the end. I checked out current master and executed
Hello flp,
I am not very familiar with docker, so I do not have a good insight on what you do with your custom docker file cited at the end. I checked out current master and executed
|
By
Michael C. Jaeger
·
#40
·
|
|
Docker Container Restart Problems
Hey,
I try to run fossology as docker compose cluster. Unfortunately, it always crashes when I need to restart the fossology container (3.7.0, 3.8.1 or 3.9.0-rc2).
I end up with the following error in
Hey,
I try to run fossology as docker compose cluster. Unfortunately, it always crashes when I need to restart the fossology container (3.7.0, 3.8.1 or 3.9.0-rc2).
I end up with the following error in
|
By
flp@...
·
#39
·
|
|
End of Google Summer of Code - 2020
Hello Everyone,
We would like to congratulateDarshan, Kaushlendra and Ayush for their contributions to FOSSology community. We are very impressed by the overall quality of their work and
Hello Everyone,
We would like to congratulateDarshan, Kaushlendra and Ayush for their contributions to FOSSology community. We are very impressed by the overall quality of their work and
|
By
Shaheem Azmal M MD
·
#38
·
|
|
Re: Not able to upload file >700MB file even after changing values in php.ini file
hello,
ja a quick question: if the uploa dis 1.7Gb and the max mem limit is 1.0 GB then this would be the problem. Pls. try setting the mem limit only few GBs above post max size. (something like
hello,
ja a quick question: if the uploa dis 1.7Gb and the max mem limit is 1.0 GB then this would be the problem. Pls. try setting the mem limit only few GBs above post max size. (something like
|
By
Michael C. Jaeger
·
#37
·
|
|
Not able to upload file >700MB file even after changing values in php.ini file
Hello,
Just started to work on Fossology tool last few days.
I am trying to upload linux5.4.30 component which is around 1.7G and not able to upload the file even after changing
Hello,
Just started to work on Fossology tool last few days.
I am trying to upload linux5.4.30 component which is around 1.7G and not able to upload the file even after changing
|
By
Praba
·
#36
·
|