| View previous topic :: View next topic |
| Author |
Message |
szymon
Joined: 08 Aug 2008 Posts: 2
|
Posted: Sat Aug 09, 2008 9:48 pm Post subject: smctrl: not found (Ubuntu installation) |
|
|
Hello,
I'm setting up OpenEMM on a Ubuntu machine. I have followed Debian Installation Manual on Wiki and the Ubuntu installation tips on this forum.
I get the following error when I start it:
| Code: | $ ./OpenEMM.sh start
Start /home/openemm/bin/scripts/bav-update.py .. done.
Start /home/openemm/bin/scripts/bav-trigger.py .. done.
Start /home/openemm/bin/scripts/bavd.py .. done.
Start /home/openemm/bin/bav -L INFO .. done.
Start /home/openemm/bin/scripts/update.py bounce account .. done.
/home/openemm/bin/pickdist.sh: 41: xmlback: not found
Start /home/openemm/bin/scripts/pickdist.py .. done.
Stopping obsolete sendmail processes: /home/openemm/bin/mailer.sh: 72: /home/openemm/bin/smctrl: not found
done.
Starting sendmails: listener /home/openemm/bin/mailer.sh: 72: /home/openemm/bin/smctrl: not found
client queue mqueue-client /home/openemm/bin/mailer.sh: 72: /home/openemm/bin/smctrl: not found
admin queue /home/openemm/bin/mailer.sh: 72: /home/openemm/bin/smctrl: not found
mail queue /home/openemm/bin/mailer.sh: 72: /home/openemm/bin/smctrl: not found
done.
Start /home/openemm/bin/scripts/slrtscn.py .. done.
$ Resin httpd start at Sat Aug 9 21:38:39 UTC 2008 |
Not sure why it shows up, since the file is there
| Code: | $ ls -l /home/openemm/bin/smctrl
-rwsr-sr-x 1 root root 18764 Jun 2 07:19 /home/openemm/bin/smctrl
$ file smctrl
smctrl: setuid setgid ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), not stripped
|
Any ideas?
Thanks,
Szymon |
|
| Back to top |
|
 |
ma Site Admin
Joined: 03 Aug 2006 Posts: 512 Location: Munich, Germany
|
Posted: Mon Aug 18, 2008 7:00 pm Post subject: |
|
|
Did you select the installation option with or without Sendmail as SMTP server? _________________ The OpenEMM Team |
|
| Back to top |
|
 |
szymon
Joined: 08 Aug 2008 Posts: 2
|
Posted: Mon Aug 18, 2008 7:48 pm Post subject: |
|
|
ma,
thanks for following up.
The problem lied in the fact that this is 64-bit machine and the binaries were looking for 32-bit libraries (kudos to the sysadmin who hunted this down).
Luckily on Ubuntu there is already a package for Java IA32 compatibility libraries: "ia32-sun-java5-bin" |
|
| Back to top |
|
 |
|