Changes

From SME Server
Jump to navigationJump to search
m
Reverted edits by ReetP (talk) to last revision by Bunkobugsy
Line 1,232: Line 1,232:  
  [smedev]
 
  [smedev]
 
  enabled=0
 
  enabled=0
  MirrorList=<nowiki>http://mirrorlist.contribs.org/mirrorlist/smedev-11</nowiki>
+
  MirrorList=http://mirrorlist.contribs.org/mirrorlist/smedev-11
 
  name=SME Server - dev
 
  name=SME Server - dev
 
  gpgcheck=1
 
  gpgcheck=1
Line 1,238: Line 1,238:  
  [smetest]
 
  [smetest]
 
  enabled=0
 
  enabled=0
  MirrorList=<nowiki>http://mirrorlist.contribs.org/mirrorlist/smetest-11</nowiki>
+
  MirrorList=http://mirrorlist.contribs.org/mirrorlist/smetest-11
 
  name=SME Server - dev
 
  name=SME Server - dev
 
  gpgcheck=1
 
  gpgcheck=1
Line 1,244: Line 1,244:  
  [smeos]
 
  [smeos]
 
  enabled=0
 
  enabled=0
  MirrorList=<nowiki>http://mirrorlist.contribs.org/mirrorlist/smeos-11</nowiki>
+
  MirrorList=http://mirrorlist.contribs.org/mirrorlist/smeos-11
 
  name=SME Server - dev
 
  name=SME Server - dev
 
  gpgcheck=1
 
  gpgcheck=1
Line 1,250: Line 1,250:  
  [smeupdates]
 
  [smeupdates]
 
  enabled=0
 
  enabled=0
  MirrorList=<nowiki>http://mirrorlist.contribs.org/mirrorlist/smeupdates-11</nowiki>
+
  MirrorList=http://mirrorlist.contribs.org/mirrorlist/smeupdates-11
 
  name=SME Server - dev
 
  name=SME Server - dev
 
  gpgcheck=1
 
  gpgcheck=1
Line 1,282: Line 1,282:     
install openfusion 8
 
install openfusion 8
  dnf install <nowiki>http://repo.openfusion.net/centos8-x86_64/openfusion-release-0.8-2.of.el8.noarch.rpm</nowiki>
+
  dnf install http://repo.openfusion.net/centos8-x86_64/openfusion-release-0.8-2<nowiki/>.of.el8.noarch.rpm
 
then
 
then
 
  dnf --enablerepo=* clean all
 
  dnf --enablerepo=* clean all
Line 1,309: Line 1,309:  
   
 
   
 
  unlink  /etc/e-smith/events/post-install/S10init-passwords
 
  unlink  /etc/e-smith/events/post-install/S10init-passwords
  /sbin/e-smith/signal-event post-install
+
  signal-event post-install
 
if you want to avoid the reboot and configure loop for the moment you can do  
 
if you want to avoid the reboot and configure loop for the moment you can do  
 
  passwd admin
 
  passwd admin
Line 1,317: Line 1,317:  
  /sbin/e-smith/db configuration setprop bootstrap-console Restore disabled
 
  /sbin/e-smith/db configuration setprop bootstrap-console Restore disabled
 
then try to configure using console
 
then try to configure using console
  /sbin/e-smith/console
+
  console
 
then to be sure to get sshd back
 
then to be sure to get sshd back
 
  /sbin/e-smith/db configuration setprop  sshd status enabled PermitRootLogin yes access public
 
  /sbin/e-smith/db configuration setprop  sshd status enabled PermitRootLogin yes access public
Line 1,326: Line 1,326:  
  /sbin/e-smith/signal-event  remoteaccess-update
 
  /sbin/e-smith/signal-event  remoteaccess-update
 
then you can  
 
then you can  
  /sbin/e-smith/signal-event post-upgrade; /sbin/e-smith/signal-event reboot;  
+
  signal-event post-upgrade;  
 
+
signal-event-reboot;  
 
or maybe
 
or maybe
 
   
 
   
  /sbin/e-smith/signal-event bootstrap-console-save; /sbin/e-smith/signal event-reboot
+
  signal-event bootstrap-console-save;
 
+
signal-event-reboot
After reboot you should no longer require the full path /sbin/e-smith/signal-event
  −
 
   
<nowiki>##</nowiki> end of the part better on tty than on sshd
 
<nowiki>##</nowiki> end of the part better on tty than on sshd
    
you can also tidy a little
 
you can also tidy a little
 
  dnf remove NetworkManager* --noautoremove
 
  dnf remove NetworkManager* --noautoremove
 +
      Line 1,361: Line 1,360:  
  enabled=1
 
  enabled=1
 
  name=smecontribs11-test
 
  name=smecontribs11-test
  baseurl=<nowiki>http://koji.koozali.org/kojifiles/repos/dist-sme11-contribs-buildlatest/x86_64/</nowiki>
+
  baseurl=http://koji.koozali.org/kojifiles/repos/dist-sme11-contribs-build<nowiki/>/latest/x86_64/
 
  gpgcheck=0
 
  gpgcheck=0
 
  enablegroups=1
 
  enablegroups=1
      −
from there if you are lucky something went up and you can try to test, report as bug, or event create a patch
+
 
 +
from there if you are lucky something went up and you can try to test , report as bug or event create a patch
    
== Notes ==
 
== Notes ==

Navigation menu