You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-9Lines changed: 21 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,19 @@ NOTE: While we are not yet out of beta, it is recommended to remove any previous
18
18
19
19
(0) Add your user account to the irix `sys` group - this will allow you to use the sgug `sudo` out of the box with your user password - then you can follow the steps below without additional hoop jumping.
20
20
21
-
(1) Optional - remove any previous sgug-rse installation:
21
+
(1) Ensure your system can cope with long command line buffers (this value or higher):
22
+
23
+
```
24
+
# As root
25
+
su -
26
+
# Show existing value
27
+
systune ncargs
28
+
# Tweak if < 131072
29
+
systune ncargs 131072
30
+
```
31
+
32
+
33
+
(2) Optional - remove any previous sgug-rse installation:
22
34
23
35
```
24
36
# As your user
@@ -28,7 +40,7 @@ rm -rf ~/rpmbuild/RPMS/*
28
40
rm -rf /usr/sgug/*
29
41
```
30
42
31
-
(2) Download the artifacts for the latest version from the github releases tab (assuming they aren't too big).
43
+
(3) Download the artifacts for the latest version from the github releases tab (assuming they aren't too big).
32
44
33
45
You'll find three main archives - and there might be "update" archives too that need to be extracted:
34
46
@@ -40,7 +52,7 @@ sgug-rse-rpms-0.0.5beta.tar.gz
40
52
sgug-rse-rpms-0.0.5betaupdateNUM.tar.gz
41
53
```
42
54
43
-
(3) Extract the selfhoster archive under /usr as root (important, sgug-rse _installation_ files are root owned and managed):
55
+
(4) Extract the selfhoster archive under /usr as root (important, sgug-rse _installation_ files are root owned and managed):
0 commit comments