Esxi running macos For selur - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Talk, Talk, Talk (https://forum.selur.net/forum-5.html) +--- Forum: Small Talk (https://forum.selur.net/forum-7.html) +--- Thread: Esxi running macos For selur (/thread-1495.html) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
RE: Esxi running macos For selur - Selur - 21.09.2020 in your screenshot oggenc has the wrong rights, also read my previous post about the rights RE: Esxi running macos For selur - shijan - 21.09.2020 Maybe just keep Hybrid in plain zip/dmg? (21.09.2020, 04:37)l33tmeatwad Wrote: lol... Permissions is not some advanced coder stuff, it's basic user level info. The default should be not to keep permissions if I recall correctly, just wanted to make sure you didn't change that.Yes, totally basic info Any user know that this binary file should be - rwx r-x r-x and that binary file should not be be - rwx r-x r-x RE: Esxi running macos For selur - Selur - 21.09.2020 got it: MacOS/modules folder needs: 755 as rights. sudo chmod 755 modules Cu Selur RE: Esxi running macos For selur - shijan - 21.09.2020 Yes they look different than other folders, so must be a mistake RE: Esxi running macos For selur - Selur - 21.09.2020 So, the main road block seems to be that mplayer&mencoder binaries are quite dated and Hybrid needs binaries with at least
Since MPlayer is used for
:/ Cu Selur RE: Esxi running macos For selur - shijan - 21.09.2020 Xvid encoding Not sure if it affect something but seems luts from https://github.com/FranceBB/LinearTransformation also have two types of different permissions. Also few luts from that collection are missing in Hybrid TimeCube flder. Probably they where updated at github not so long time ago. Also it appears that all that time in my collection was useful app for changing permissions http://lagentesoft.com/batchmod/ P.S. They also have special edition to match Hybrid UI: RE: Esxi running macos For selur - shijan - 21.09.2020 I add Waifu2x-w2xc to "Plugins for Hybrid v2.pkg" test version. Manual installation of that filter is total disaster, but with PKG it now became single click installation. https://drive.google.com/drive/folders/1nHz8jhVx3kMqbcTJ06QchKjVU52YvuZx?usp=sharing RE: Esxi running macos For selur - Selur - 21.09.2020 Quote:P.S. They also have special edition to match Hybrid UI:Good for them, they use the icon in a different way then I do in Hybrid,... So may be you finally found someone who will write you a tool that does what you want with a graphical user interface the way you want it. I'm happy for you. Quote:Not sure if it affect something but seems luts from https://github.com/FranceBB/LinearTransformation also have two types of different permissions.When using the installer, the files need at least read rights for the group that the user is in at is running Hybrid and it's tools. '-rw-r--r--'(0644) should be enough for the files. Quote: Also few luts from that collection are missing in Hybrid TimeCube flder. Probably they where updated at github not so long time ago.Probably, I don't really keep track of them since I don't really use TimeCube that often. FranceBB show cases new LUTs usually over at doom9s (FranceBB LUT Collection-thread). RE: Esxi running macos For selur - shijan - 21.09.2020 dylibs in folders "modules" and "lib" use '-rwx------' Same time other dylibs use '-rwxr-xr-x' Is this also mistake? RE: Esxi running macos For selur - l33tmeatwad - 21.09.2020 It's interesting that the permissions were so messed up, but my guess it that the installer stripped local user permissions out which made it not work because the base permissions were messed up, however it did work for you from the dmg before since your local permissions were maintained. These features would have been broken for other users who downloaded it with the dmg too, but they probably never touched the features that were broken. Anyways, no matter what the issue was, it's good to fix these things before distribution. |