Displaying 6 results from an estimated 6 matches for "durian".
Did you mean:
kurian
2010 Sep 18
0
Theora/ogg help to Durian
Hi All
Open source Durian movie artist asks for help to encode theora ogv version
here ( though exact problem is sound, not video )
http://durian.blender.org/news/3622/
he is apparently not on the list,
so in case you have few words to help him - leave them there on a link
provided.
Regards
Sergey
-------------- next part...
2020 Sep 12
3
Server entering Emergency Shell, but continues fine after pressing Enter
On 9/11/20 4:51 PM, Quinn Comendant wrote:
> Does anyone know what initrd-parse-etc.service does? Or have suggestions how to troubleshoot that unit specifically?
Run "systemctl daemon-reload && echo success" and verify that it reports
success, and not errors.
Check the output of "systemctl status initrd-cleanup" too.
2020 Sep 12
0
Server entering Emergency Shell, but continues fine after pressing Enter
...ctl daemon-reload && echo success
success
[~] sudo systemctl status initrd-cleanup
? initrd-cleanup.service - Cleaning Up and Shutting Down Daemons
Loaded: loaded (/usr/lib/systemd/system/initrd-cleanup.service; static; vendor preset: disabled)
Active: inactive (dead)
Sep 11 23:34:01 durian systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
Sep 11 23:34:01 durian systemd[1]: Stopped Cleaning Up and Shutting Down Daemons.
2020 Sep 12
0
Server entering Emergency Shell, but continues fine after pressing Enter
...tch-root.service; static; vendor preset: disabled)
Active: failed (Result: signal) since Sat 2020-09-12 19:41:13 UTC; 17min ago
Process: 204 ExecStart=/usr/bin/systemctl --no-block --force switch-root /sysroot (code=killed, signal=TERM)
Main PID: 204 (code=killed, signal=TERM)
Sep 12 19:41:13 durian systemd[1]: Starting Switch Root...
But the logs don't show any errors:
[root at myhost ~] journalctl -u initrd-switch-root.service
-- Logs begin at Sat 2020-09-12 19:41:07 UTC, end at Sat 2020-09-12 19:41:19 UTC
Sep 12 19:41:13 durian systemd[1]: Starting Switch Root...
That's it ? jus...
2020 Sep 12
3
Server entering Emergency Shell, but continues fine after pressing Enter
On 9/11/20 5:29 PM, Quinn Comendant wrote:
> Those have always reported success (even before I removed the OnFailure option):
In that case, I'd revert the change you made, unlock the root account so
that you can use the emergency shell, let the system boot to an
emergency shell, and collect the output of "systemctl status
initrd-parse-etc.service" and "journalctl -b
2011 Apr 15
1
[Rcpp-devel] Find number of elements less than some number: Elegant/fastsolution needed
...ogies for cross-posting to the Rcpp-devel list but I am doing so
> because this might make a good example of the usefulness of Rcpp and
> inline.
And RcppArmadillo, as the case may be.
This is a cool little problem. In the examples given, I'd caution
people against comparing apples and durian. The sort(x) is a cost
that should be considered *within* each implementation. I used
Armadillo to sort (src, f4), and get another 100% worth of speedup
that I can't reproducing using R's sort (src1, f1-f3). If i modify
SEXP in-place (and this always confuses me, so I tend to avoid it),
I...