Page 2 of 2

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

Posted: Thu Dec 08, 2011 12:02 am
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

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

Posted: Thu Dec 08, 2011 7:42 am
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".)

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

Posted: Mon Mar 26, 2012 11:50 am
by santhony
Great POST "letsharehowto".

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

Keep up the good work! :D

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

Posted: Thu Apr 19, 2012 12:35 pm
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.