Summary: | app-portage/pfl: use pfl command without /proc/sys/kernel/random/uuid | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Arisu Tachibana <alicef> |
Component: | Third-Party Tools | Assignee: | Daniel Pielmeier <billie> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugs |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | FreeBSD | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
pfl with no uuid work
pfl without UUID 2.4 ebuild removed sed of python -O |
Description
Arisu Tachibana
![]() ![]() Created attachment 356200 [details, diff]
pfl with no uuid work
Hi, FYI: I have seen this and I will fix this as soon as possible. regards Daniel Created attachment 356784 [details]
pfl without UUID
This is a new version of the PFL data collecting script without UUID.
The UUID was used to generate a unique identifiert to:
a) have unique names on server side after uploading
b) detect troubles on client level at server side
Now the upload process generates it's own unique names. Reason b) was never used by me. Also it is easy for "annoing users" to change the UUID on every run. Thus I decided that the UUID is useless and removed it. File names on client side get generated by tempfile.mkstemp().
@Alice Ferrazzi: Please test the new script and give us a feedback.
@Daniel: tested and working ! (In reply to Daniel from comment #3) > Created attachment 356784 [details] > pfl without UUID > > This is a new version of the PFL data collecting script without UUID. > > The UUID was used to generate a unique identifiert to: > a) have unique names on server side after uploading > b) detect troubles on client level at server side > > Now the upload process generates it's own unique names. Reason b) was never > used by me. Also it is easy for "annoing users" to change the UUID on every > run. Thus I decided that the UUID is useless and removed it. File names on > client side get generated by tempfile.mkstemp(). > > @Alice Ferrazzi: Please test the new script and give us a feedback. Daniel thanks for the new version. Is it possible to create a new version which includes the fix. Created attachment 359966 [details]
2.4 ebuild
Hi, I have finally created the version 2.4 which is available at http://files.portagefilelist.de/ . Ebuild is attached. regards Daniel Created attachment 360206 [details]
removed sed of python -O
new pfl-2.4 ebuild without sed removal of python -O from the cron executable because the python -O command prefix was already removed in the tar.
+*pfl-2.4 (06 Oct 2013) + + 06 Oct 2013; Daniel Pielmeier <billie@gentoo.org> +pfl-2.4.ebuild, + +files/e-file-20110906-portageq.patch: + Version bump. Fixes bug #420111, thanks to Jeroen Roovers for the patch. + Fixed bug #481296, thanks to Alice Ferrazzi for the report and Daniel for the + fix. |