Koozali.org: home of the SME Server

Has this code changed?

Offline cbacani

  • *
  • 111
  • +0/-0
Re: Has this code changed?
« Reply #15 on: February 17, 2015, 02:46:53 AM »
something new has happened. While trying to start the service i get this error code.

-bash: ./sc_serv: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

How can this be. The file is sitting in the directory but is cannot see it, anybody have any ideas.

Offline cbacani

  • *
  • 111
  • +0/-0
Re: Has this code changed?
« Reply #16 on: February 17, 2015, 06:01:26 AM »
bad elf. I took the time to read a lot of information on this web site and found out what was wrong. my code will only run on a i386 based server. After I figured that out re-installed the i386 SME server the system started and ran and it was the elf error that gave me a clue.

Thanks to all that helped me to read the web, and keep up the good work. It is nice to see people helping each other.

Carl

Offline cbacani

  • *
  • 111
  • +0/-0
Re: Has this code changed?
« Reply #17 on: February 17, 2015, 06:02:04 AM »
this is closed  thanks again guys and gals

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Has this code changed?
« Reply #18 on: February 18, 2015, 04:07:07 PM »
When I check status it comes back with down: /service/shoutcast: 0s, want up; run: log: (pid 1845) 277s

That shows that your shoutcast 'run' script is failing immediately. The log file may tell you the reason.

Alternatively, do:

cd /service/shoutcast
sv d .
./run

You will see an error message.