smctrl: not found (Ubuntu installation)

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

szymon
Posts: 2
Joined: Fri Aug 08, 2008 9:04 pm

smctrl: not found (Ubuntu installation)

Post by szymon »

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: Select all

$ ./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: Select all

$  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
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Post by maschoff »

Did you select the installation option with or without Sendmail as SMTP server?
OpenEMM Maintainer
szymon
Posts: 2
Joined: Fri Aug 08, 2008 9:04 pm

Post by szymon »

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"
beachbumdad
Posts: 2
Joined: Fri Jul 12, 2013 12:11 am

Re: smctrl: not found (Ubuntu installation)

Post by beachbumdad »

I'm using Ubuntu 12.04 64 bit and cannot find the correct bin in aptitude. Any help? When entering the command I receive the error:

Couldn't find any package whose name or description matched "ia32-sun-java5-bin"

Thanks in advance,

John
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: smctrl: not found (Ubuntu installation)

Post by maschoff »

Code: Select all

apt-get install ia32-libs
(see chapter 2.2 of OpenEMM Install&Admin Guide)
OpenEMM Maintainer
Post Reply