Eejit

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by Eejit

  1. Done and works TFFT I was literally pulling my last hair out. I know I tried it as bridge before, that's how I recognized that 172 Ip address meant bridge was enabled. Who knows? The magic linux pixies probably. Thanks so much for your help mate.
  2. I need to set it to bridge? Pretty sure I tried that before.
  3. Yes I am using a cache so I did as you said, it all looks fine until: Installing new version of config file /etc/apache2/mods-available/mpm_prefork.load ... Installing new version of config file /etc/apache2/mods-available/mpm_worker.load ... Installing new version of config file /etc/apache2/mods-available/mpm_event.load ... invoke-rc.d: policy-rc.d denied execution of restart. Setting up apache2-mpm-worker (2.4.7-1ubuntu4.13) ... Setting up php5 (5.5.9+dfsg-1ubuntu4.20) ... *** Running /etc/my_init.d/30_set_base_config.sh... *** Running /etc/my_init.d/40_gen_ssl_keys.sh... generating self-signed keys in /config/keys, you can replace these with your own keys if required Generating a 2048 bit RSA private key Setting up apache2-mpm-worker (2.4.7-1ubuntu4.13) ... Setting up php5 (5.5.9+dfsg-1ubuntu4.20) ... *** Running /etc/my_init.d/30_set_base_config.sh... *** Running /etc/my_init.d/40_gen_ssl_keys.sh... generating self-signed keys in /config/keys, you can replace these with your own keys if required Generating a 2048 bit RSA private key .....................................................................................+++ ...................................................................................+++ writing new private key to '/config/keys/cert.key' ----- Subject Attribute /C has no known NID, skipped *** Running /etc/my_init.d/999_advanced_script.sh... *** Running /etc/rc.local... *** Booting runit daemon... *** Runit started as PID 273 Setting up watches. Watches established. AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down AH00015: Unable to open logs Nov 1 23:47:33 Plex syslog-ng[285]: syslog-ng starting up; version='3.5.3' Action '-D FOREGROUND' failed. The Apache error log may have more information. * Stopping web server apache2
  4. <VirtualHost *:80> DocumentRoot /config/www/ <Directory "/config/www/"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order allow,deny Allow from all </Directory> </VirtualHost> <VirtualHost *:443> ServerName www.example.com SSLEngine on SSLCertificateFile "/config/keys/cert.crt" SSLCertificateKeyFile "/config/keys/cert.key" DocumentRoot /config/www/ <Directory "/config/www/"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order allow,deny Allow from all </Directory> </VirtualHost> That's default.conf (as you will know!) I haven't altered any apache .conf files. I knew it should be straightforward, what on earth could I have done? Everything else is absolutely fine, amazing in fact, considering I was on 5b14 with none of this cool stuff for years up until a month or so ago.
  5. Address already in use! AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down AH00015: Unable to open logs Action '-D FOREGROUND' failed. The Apache error log may have more information. * Stopping web server apache2
  6. I haven't changed the container port, just the host port, it should be redirecting it I understand that. Do I have to do anything else, make a user other than the default root, or something??? It should be simple no? No different to any of the other apps I have installed. Make sure the port isn't in use for anything else, set it to something other than 80, start? When I click show advanced I see the port, and the ports of the other apps. It "should" be working.....
  7. Can anybody help me out, this is driving nuts. I was originally try to install Zoneminder but it kept failing on the apache part. So I tried to install an apache server and get the same error. It always wants to install to port 80 no matter what I put, which unsurprisingly results in address already in use because that's the unraid port. I have read and read and found similar errors elsewhere but nothing really sprang out. I was expecting to find someone else with the same problem on unraid, so it must be something I'm doing wrong (isn't it always). I have other things set up in my docker no problem... plex, homeassistant, mqtt, transmission, nodered.... they all work fine. I can't my head round what's going wrong with apache though, please someone, anyone, before...I....reeee..... anyway I'm sure you know how it is!
  8. Ok I'm glad nobody dignified that with a reply. Just tried renaming .tar to .tgz and all works.
  9. Can anyone help me get Plex installed? I'm totally baffled, I honestly thought this would be the easy bit of building my first unRaid, especially since the install is "is easy, just drop". Last time I looked at Linux was Mandrake many years ago and since it went without a hitch I learned......nothing. First off I'm not understanding why the links given in this thread refer to .tgz files and when I download them they are .tar? I have tried extracting them and not extracting them to my flash/extra folder. I have tried rebooting the server but the plex icon never appears. I have tried the telnet method to installpkg but I get told the file must end in .tgz. Since it must be something really basic I am missing, I am expecting scorn, please heap it on but please educate me !! I built a fresh server with 4.7 then upgraded it to 5b14 when I read that plex needed 5b10. Thanks