@crispyoz Thanks, looked at it again and must have had a finger slip!
Andrew Doherty
@Andrew Doherty
Best posts made by Andrew Doherty
Latest posts made by Andrew Doherty
-
RE: Original Omega
-
RE: Original Omega
@crispyoz I can't get a list of bins there it returns an error and if I try wget http://repo.onion.io.s3.amazonaws.com/omega/images/omega-v0.0.1-b157.bin it errors
-
Original Omega
Does anyone know where I can get hold of the original firmware for the original omega?? I can install the OpenWRT version but was looking to return it to its original state.
-
RE: Install LAMP, FTP and PhpMyAdmin on your Onion Omega
Hi @Boken-Lin , found the problem! I use notepad++ to produce the file in windows when it saves it notepad uses windows line returns. Switching this to unix in edit - EOL conversion it then started to work as expected. Thanks for your help, I hope this helps others in a similar position.
-
RE: Install LAMP, FTP and PhpMyAdmin on your Onion Omega
Nope, tells me it cant find it, everything else starts OK like mysql
-
RE: Install LAMP, FTP and PhpMyAdmin on your Onion Omega
@Boken-Lin said:
>this is my apache file in init.d #!/bin/sh /etc/rc.common
#! /bin/sh /etc/rc.common
START=12USE_PROCD=1
NAME=apache
PROG=/usr/sbin/apachectlstart_service() {
procd_open_instance
procd_set_param command "$PROG" start
procd_close_instance
}stop() {
/usr/sbin/apachectl stop
}reload() {
/usr/sbin/apachectl reload
} -
RE: Install LAMP, FTP and PhpMyAdmin on your Onion Omega
@Josip-Mlakar Autostarting apache. OK this is doing my head in! i create the suggested file and get this error: 'bin/sh: cant open' /etc/rc.common
this file doesnt exist on my system should it? where can i get it?
HELP!!!! -
How Do I Get Apache To Autostart?
I have installed LAMP successfully but have to start Apache server manually at boot. How can I automate this?