View unanswered posts | View active topics It is currently Wed Jun 19, 2013 3:58 am



Reply to topic  [ 198 posts ]  Go to page Previous  1 ... 10, 11, 12, 13, 14
Zoneminder install DVD 1.24.x (3/7/2011) 
Author Message

Joined: Thu Jul 28, 2011 2:14 pm
Posts: 1
Post Re: Zoneminder install DVD 1.24.x (3/7/2011)
Hi
sorry but im new with linux...
im starting live dvd and it asks me of user and password to log in
What are the default onces??? to log in to ubuntu

I serched full topic but nothing is working.

Mumin50


Thu Jul 28, 2011 2:18 pm
Profile

Joined: Sat Jun 06, 2009 4:40 am
Posts: 24
Post Re: root password
Thanks that worked for me!! :D

I can shell in using my username and password but was unable to get to root stuff.

I did the
sudo passwd
entered my userpassword and now I have access to root.

[sudo] password for user: ******
Enter new UNIX password: ******
Retype new UNIX password: ******
passwd: password updated successfully

then I just typed su
and entered the password I set it to and I am now root!

Source wrote:
Source wrote:
Just a small question, i have tried the DVD Iso from the first post and all works well
Just one question, i need to install some software on the machine after installing it, but do not have the password for root
And when i SU or SUDO no password i try works.
Can someone send me the default (direct install) root/SU password?


nevermind i found that there is no default password for SU/SUDO.
just going to a terminal and typing:
sudo passwd
enter your current user password
then enter twice a new root/su/sudo password, and all was happy.


Sun Feb 19, 2012 10:31 pm
Profile

Joined: Sat Jun 06, 2009 4:40 am
Posts: 24
Post Re:
just a note to thous who want to reset the root password I found its a tad bit diffrent in ubuntu

Code:
# Stop the MySQL Server.

sudo /etc/init.d/mysql stop


# Start the mysqld configuration.

sudo mysqld --skip-grant-tables &


# Login to MySQL as root.

mysql -u root mysql


# Replace YOURNEWPASSWORD with your new password!

UPDATE user SET Password=PASSWORD('YOURNEWPASSWORD') WHERE User='root'; FLUSH PRIVILEGES; exit;



hope that helps some folks


rangerbob wrote:
is it not outlined in a txt file of some sort some place? Cause even if I do manage to reset it I would need to outline it some place?

I am not that familuar with zoneminder yet. I kninda setup a few cameras for a friend and its now off to anouther country. Was hoping I could just do it remotly load diffrent things and maintain it remotly. I downloaded the most recent dvd just days ago. You should you don't have anything I could try.

I could remove the root password I guess I could do that
i dunno I don't work with Ubuntu much more a pure debian guy i just tried to compile the latest many times then gave up and tried your dvd. (awesome i might add) Everything worked out of the box.

would the
mysqld_safe --skip-grant-tables
mysql -u root mysql
mysql -u root
mysql> use mysql;
mysql> UPDATE user SET Password = PASSWORD('NEWPASSWORD') WHERE User = 'root';
mysql> FLUSH PRIVILEGES;
mysql> exit
/etc/init.d/mysql stop

Method work?
(thats what i do on a debian box)


Sun Feb 19, 2012 10:58 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 198 posts ]  Go to page Previous  1 ... 10, 11, 12, 13, 14

Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group