U Server 11.10 64bit, ZM 1.25 source, libjpeg-turbo, Cambozo

Forum for questions and support relating to the 1.25.x releases only.
PowerRanger
Posts: 23
Joined: Thu Oct 23, 2008 7:42 pm

Re: U Server 11.10 64bit, ZM 1.25 source, libjpeg-turbo, Cam

Post by PowerRanger »

I've added these instruction to the wiki, since the instructions for ubuntu server compiling ffmpeg from source didn't work:

http://www.zoneminder.com/wiki/index.ph ... _from_.deb
LWFVoo
Posts: 36
Joined: Thu May 26, 2011 11:02 pm

Re: U Server 11.10 64bit, ZM 1.25 source, libjpeg-turbo, Cam

Post by LWFVoo »

Restart NIC:

Code: Select all

sudo ifdown -a
sudo ifup -a
If someone runs sudo ifdown -a remotely via SSH, they will be locked out until they run sudo ifup -a locally at the Ubuntu server.

This may be a better alternative, although I haven't tried it...

Code: Select all

sudo service network restart
EDIT:
Or this may be better...

Code: Select all

nohup service network restart
(Google "nohup".)
santhony
Posts: 6
Joined: Sat Mar 13, 2010 1:51 pm

Re: U Server 11.10 64bit, ZM 1.25 source, libjpeg-turbo, Cam

Post by santhony »

Great POST "letsharehowto".

Everytime you have posted, it's worked like a charm for me.

Keep up the good work! :D
hschimpf
Posts: 1
Joined: Thu Apr 19, 2012 12:32 pm

Re: U Server 11.10 64bit, ZM 1.25 source, libjpeg-turbo, Cam

Post by hschimpf »

LWFVoo wrote:
letsharehowto wrote:Create root account:

Code: Select all

sudo passwd root
And later do everything with root too.
After success, would it be wise to remove the root account for security reasons? If so, what's the command?

Thanks.
The root user can't be removed. Is the main system user.
Locked