Jump to content
XPEnology Community

jsg

Rookie
  • Posts

    4
  • Joined

  • Last visited

jsg's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hi, I've got some 4TB Western Digital Reds in my Microserver (N54L) Running Xpenology 4.3 Recently I've got warnings about file system errors on one volume. (I've configured each disk as it's own volume) I'm prompted to do a file system check, which involves a reboot. I click restart now, and then the machine reboots. When I come back into it, I don't see any results etc. I can get to the same prompt by clicking on the volume in storage manager. What can I do to diagnose/fix these issues? Thanks J
  2. Hi, I've got some scripts etc which generate HTML pages. I'd like to have these served by the built in web server, is there an official way to do this? If not, a few pointers on how to change the httpd config to do this would be appreciated. Thanks
  3. Thanks, that worked For anyone interested, here's how I set up to use my gmail account to send email from the command line. ipkg install nail Then set up the config file nano /opt/etc/nail.rc to use gmail by adding the following lines. #configure Gmail SMTP set smtp-use-starttls set from=MYNAME@gmail.com set smtp=smtp.gmail.com:587 set smtp-auth-user=MYNAME@gmail.com set auth-login=MYNAME@gmail.com set smtp-auth-password=MYPASSWORD set ssl-ca-file=/opt/etc/certs/Equifax_Secure_Certificate_Authority.crt The last line specifies the signing certificate used to verify the gmail domain. I created the file /opt/etc/certs/Equifax_Secure_Certificate_Authority.crt And pasted in the following text which I got from http://www.geotrust.com/resources/root_certificates/index.asp -----BEGIN CERTIFICATE----- MIIDIDCCAomgAwIBAgIENd70zzANBgkqhkiG9w0BAQUFADBOMQswCQYDVQQGEwJV UzEQMA4GA1UEChMHRXF1aWZheDEtMCsGA1UECxMkRXF1aWZheCBTZWN1cmUgQ2Vy dGlmaWNhdGUgQXV0aG9yaXR5MB4XDTk4MDgyMjE2NDE1MVoXDTE4MDgyMjE2NDE1 MVowTjELMAkGA1UEBhMCVVMxEDAOBgNVBAoTB0VxdWlmYXgxLTArBgNVBAsTJEVx dWlmYXggU2VjdXJlIENlcnRpZmljYXRlIEF1dGhvcml0eTCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEAwV2xWGcIYu6gmi0fCG2RFGiYCh7+2gRvE4RiIcPRfM6f BeC4AfBONOziipUEZKzxa1NfBbPLZ4C/QgKO/t0BCezhABRP/PvwDN1Dulsr4R+A cJkVV5MW8Q+XarfCaCMczE1ZMKxRHjuvK9buY0V7xdlfUNLjUA86iOe/FP3gx7kC AwEAAaOCAQkwggEFMHAGA1UdHwRpMGcwZaBjoGGkXzBdMQswCQYDVQQGEwJVUzEQ MA4GA1UEChMHRXF1aWZheDEtMCsGA1UECxMkRXF1aWZheCBTZWN1cmUgQ2VydGlm aWNhdGUgQXV0aG9yaXR5MQ0wCwYDVQQDEwRDUkwxMBoGA1UdEAQTMBGBDzIwMTgw ODIyMTY0MTUxWjALBgNVHQ8EBAMCAQYwHwYDVR0jBBgwFoAUSOZo+SvSspXXR9gj IBBPM5iQn9QwHQYDVR0OBBYEFEjmaPkr0rKV10fYIyAQTzOYkJ/UMAwGA1UdEwQF MAMBAf8wGgYJKoZIhvZ9B0EABA0wCxsFVjMuMGMDAgbAMA0GCSqGSIb3DQEBBQUA A4GBAFjOKer89961zgK5F7WF0bnj4JXMJTENAKaSbn+2kmOeUJXRmm/kEd5jhW6Y 7qj/WsjTVbJmcVfewCHrPSqnI0kBBIZCe/zuf6IWUrVnZ9NA2zsmWLIodz2uFHdh 1voqZiegDfqnc1zqcPGUIWVEX/r87yloqaKHee9570+sB3c4 -----END CERTIFICATE----- Hope that helps someone
  4. Hi, I'm pretty new to xpenology. I've so far got ssh set up, and am attempting to set up some rsync cron jobs to do various tasks like backing up etc. I am migrating from a readynas, and on that system there was a command line tool (mailx) which I could use to send me email notifications of completed jobs. Is there any way to get this on xpenology? I don't see it in ipkg Many Thanks J
×
×
  • Create New...