Patrik Dufresne
Patrik Dufresne
Give me some time to test it end to end in Minarca. I will mark this PR as draft for now.
This is link to #1064 It all depends how we want to solve the error raised by resource_forks detection.. My initial idea was to create this new exclude and use...
@rickysarraf According to my research, platform_profile_choices returns a list of available profiles. The values depend on how ACPI reports the available profiles. The values are different but similar across vendors....
@me21 You need to create a "package.service" file in your debian folder. ``` [Unit] Description=Minarca Web Server Documentation=https://minarca.org/ [Service] ExecStart=/opt/minarca-server/bin/minarca-server User=minarca Group=minarca [Install] WantedBy=multi-user.target ``` In your rule file add...
> What if I need additional files like configuration, libraries, shell scripts?.. I'm not sure to understand your question. Could you clarify ?
@me21 Copying file are done using `debian/package.install` file. Creation of service unit and copying file are both part of Debian build system. Documentation about this is scattered.
I could clearly reproduce the problem like this: ``` $ mkfifo test1 $ python3 >>> import os >>> os.rename('test1','fifo1') Traceback (most recent call last): File "", line 1, in OSError:...
> I understand that you're trying to get ZFS working, but I really hesitate: this is a bug in the file system and this is where it should be fixed,...
> OK, I can live with this approach, but not with simply ignoring it. Do you adapt accordingly your PR? Yes, I will work on a PR with this implementation....
@ericzolf I will need your help on this. I don't understand why my changes is making all the test fail.