India Broadband Forum


Ubuntu Installation Doubts

This is a discussion on Ubuntu Installation Doubts within the Linux forums, part of the Operating Systems category; Stupid question How to login to root without setting root password...

Go Back   India Broadband Forum > Computers > Operating Systems > Linux

India Broadband Forum


                      

Reply

 

LinkBack Thread Tools Display Modes
Old 11-18-08, 02:59 AM   #41
ShAdOwCoN
Guest
 
Posts: n/a
Default

Stupid question

How to login to root without setting root password
  Reply With Quote
Old 11-18-08, 03:01 AM   #42
Aditya
 
smoothvibes's Avatar
 
Join Date: Jul 2008
Location: New Delhi/ London
Posts: 4,914
Rep Power: 11
smoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to all
Send a message via AIM to smoothvibes
Default

you can use terminal and use sudo command for the same
smoothvibes is offline   Reply With Quote
Old 11-18-08, 03:07 AM   #43
ShAdOwCoN
Guest
 
Posts: n/a
Default

like this u mean

sudo psswd root ?

hmmm yeah understood

1 more thing ....... when i logged in to Ubuntu it disconnected my Sify Lan [ and so the internet too] ......... Gonna try again

Last edited by ShAdOwCoN; 11-18-08 at 03:07 AM. Reason: Automerged Doublepost
  Reply With Quote
Old 11-18-08, 03:08 AM   #44
Aditya
 
smoothvibes's Avatar
 
Join Date: Jul 2008
Location: New Delhi/ London
Posts: 4,914
Rep Power: 11
smoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to all
Send a message via AIM to smoothvibes
Default

sure you ubuntu is very much similar to your previous OS
you have already used Linux OS so i don't think you will find it difficult to work on ubuntu
smoothvibes is offline   Reply With Quote
Old 11-18-08, 03:40 AM   #45
ShAdOwCoN
Guest
 
Posts: n/a
Default

No its quiet diff actually ........... In Fedora Root is always enabled even in GUI ....


Anyways i have isloated the error

The Broadband client [ of sify ] has installed succesfully but when i execute sifyconnect it says

Some linked libraries are missing or some thing ..... I think need to install something

Quote:
Originally Posted by mahehellraiser View Post
If the above one fails.....then try this procedure..

download sifyclient other dependencies from http://202.144.65.70:8090/.

You need to have alien before hand

TO download alien type "sudo apt-get install alien"

Then by alien convert the rpm packages into deb

Download the tar.gz file form http://202.144.65.70:8090/

then go to terminal

type tar -xvf sify_bbclient-3.0.tar

go to terminal

there navigate to the folder to which it is extracted
For instance you have done it on the Desktop

Then

open terminal

Type
1) "cd Desktop"
2) "cd sify_bbclient-3.0"
3) "sudo ./install.sh"


This will install the client

Then type in "sifyconnect"

and this will start the sify client



try the above one..

this is what i was trying to do


when error occured

@mahe

hey i think u dont need alien to convert to deb as it is in non rpm format already ?

have nt slept from yest 1:00am..... think ll die if i dont go to bed ..... pingu mod vishnu and mahe pls hang around tomoro eve .... i ll be needing ur help

Last edited by ShAdOwCoN; 11-18-08 at 03:40 AM. Reason: Automerged Doublepost
  Reply With Quote
Old 11-18-08, 03:46 AM   #46
Platinum Member
 
Archer's Avatar
 
Join Date: Aug 2008
Location: Kerala
Posts: 2,824
Rep Power: 6
Archer is a jewel in the roughArcher is a jewel in the roughArcher is a jewel in the rough
Default

Yeah! I will be here. This might help.

To Install Alien.

Code:
sudo apt-get update
sudo apt-get install alien
For converting .rpm to .deb. Copy .rpm file to desktop.

Change directory to desktop

Code:
cd ~/Desktop
Code:
sudo alien -k name-of-rpm-file.rpm
To install .deb.

Code:
sudo dpkg -i name-of-deb-file.deb
Archer is offline   Reply With Quote
Old 11-18-08, 05:46 AM   #47
Aditya
 
smoothvibes's Avatar
 
Join Date: Jul 2008
Location: New Delhi/ London
Posts: 4,914
Rep Power: 11
smoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to allsmoothvibes is a name known to all
Send a message via AIM to smoothvibes
Default

ohh vishnu... you are smart man
smoothvibes is offline   Reply With Quote
Old 11-18-08, 06:18 PM   #48
ShAdOwCoN
Guest
 
Posts: n/a
Default

I still cannot connect to internet let me explain


Sify Client has been Successfully installed But

1.)Whenever I log Into Ubuntu It automatically disconnects my Lan Network [which connects me to Sify Server]

2)After installation I try to run Sudo Sifyconnect and get this error message


Quote:
sifyconnect: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory

Please Check the instruction from this site and explain to me what i have not done ?
SifyClient
  Reply With Quote
Old 11-18-08, 06:31 PM   #49
Platinum Member
 
Archer's Avatar
 
Join Date: Aug 2008
Location: Kerala
Posts: 2,824
Rep Power: 6
Archer is a jewel in the roughArcher is a jewel in the roughArcher is a jewel in the rough
Default

I don't know how sify works. But try this. msify - Google Code. You can use a USB drive to transfer file between the OS.
Archer is offline   Reply With Quote
Old 11-18-08, 07:15 PM   #50
Bronze Member
 
cableguy's Avatar
 
Join Date: Sep 2008
Posts: 110
Rep Power: 2
cableguy is on a distinguished road
Default

for the libssl problem this might fix it:

Code:
sudo ln -s /usr/lib/libssl.so.0.9.8 /usr/lib/libssl.so.4
sudo ln -s /usr/lib/libcrypto.so.0.9.8 /usr/lib/libcrypto.so.4
cableguy is offline   Reply With Quote
Old 11-18-08, 09:18 PM   #51
ShAdOwCoN
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by cableguy View Post
for the libssl problem this might fix it:

Code:
sudo ln -s /usr/lib/libssl.so.0.9.8 /usr/lib/libssl.so.4
sudo ln -s /usr/lib/libcrypto.so.0.9.8 /usr/lib/libcrypto.so.4
Does that require Internet ? [what does it do]

Cause i am not conectted to net thru Ubuntu
  Reply With Quote
Old 11-18-08, 09:24 PM   #52
Platinum Member
 
Archer's Avatar
 
Join Date: Aug 2008
Location: Kerala
Posts: 2,824
Rep Power: 6
Archer is a jewel in the roughArcher is a jewel in the roughArcher is a jewel in the rough
Default

Did you tried this ? msify - Google Code.
Archer is offline   Reply With Quote
Old 11-18-08, 09:27 PM   #53
ShAdOwCoN
Guest
 
Posts: n/a
Default

not yet ...... i am tryting to activate the old client i installed ........ pls check that link and tell me if i need to install something else also ....... [for that old linux client]
  Reply With Quote
Old 11-18-08, 09:30 PM   #54
Platinum Member
 
Archer's Avatar
 
Join Date: Aug 2008
Location: Kerala
Posts: 2,824
Rep Power: 6
Archer is a jewel in the roughArcher is a jewel in the roughArcher is a jewel in the rough
Default

I couldn't access that link. The client I posted have some good reviews in Ubuntu forums.
Archer is offline   Reply With Quote
Old 11-18-08, 09:31 PM   #55
Bronze Member
 
cableguy's Avatar
 
Join Date: Sep 2008
Posts: 110
Rep Power: 2
cableguy is on a distinguished road
Default

Quote:
Originally Posted by ShAdOwCoN View Post
Does that require Internet ? [what does it do]

Cause i am not conectted to net thru Ubuntu
Nope doesn't require internet, it creates a symbolic link ( shortcut) to the libssl files on your system. So the program looking for libssl.so.4 is redirected to libssl.so.0.9.8

Though I don't know if openssl files installed on Ubuntu by default

Regarding Archer's suggestion, there are some instructions on how to use it on the site at http://code.google.com/p/msify/wiki/GettingStarted
cableguy is offline   Reply With Quote
Old 11-18-08, 09:50 PM   #56
ShAdOwCoN
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by cableguy View Post
Nope doesn't require internet, it creates a symbolic link ( shortcut) to the libssl files on your system. So the program looking for libssl.so.4 is redirected to libssl.so.0.9.8

Though I don't know if openssl files installed on Ubuntu by default

Regarding Archer's suggestion, there are some instructions on how to use it on the site at GettingStarted - msify - Google Code - Getting started with MSify.
Thanks man ! i am sure thats the problem cause ...... It did say something about open ssl thingy ....but i ignored it during installation


Pls check this link and confirm SifyClient
  Reply With Quote
Old 11-18-08, 10:19 PM   #57
Platinum Member
 
Archer's Avatar
 
Join Date: Aug 2008
Location: Kerala
Posts: 2,824
Rep Power: 6
Archer is a jewel in the roughArcher is a jewel in the roughArcher is a jewel in the rough
Default

I tried the link with a proxy: Sorry, this URL is invalid http://202.144.65.70:8090/linuxinstall.html.

Give msify a try. Net access is top priority right ? You can install the original client once you get net connection.
Archer is offline   Reply With Quote
Old 11-18-08, 10:26 PM   #58
ShAdOwCoN
Guest
 
Posts: n/a
Default

Bull **** sify..... wait i ll paste the contents

2. Installation on NON RPM Supported System

a. Download Broadband Client:

Click here to download Sify Broadband Client for Linux OS

b. Installation Steps:

gunzip sify_bbclient-3.0.tar.gz

tar -xvf sify_bbclient-3.0.tar

For more information refer Readme.txt file bundled along with package
3. Launching the Client

Open a terminal from X server

From terminal run the command "sifyconnect"


a. Prerequisite for Linux client


Sify Broadband client for Linux OS works only on windows Manager with any desktop

Sify Broadband client for Linux OS requires openssl0.9.7c or later.

If your system has lower version of openssl or openssl is not intsall, Click here to download openssl0.9.7-0.9.7c

b. Download Broadband Client:

Click here to download Sify Broadband Client for Linux OS

c. Installation Steps:

Note: Plz do not remove the existing lower version of openssl which will affect other programs.

rpm -ivh openssl0.9.7-0.9.7c-52922cl.i386.rpm

rpm -ivh sify_bband-3.0-0.i586.rpm

Last edited by ShAdOwCoN; 11-18-08 at 10:26 PM. Reason: Automerged Doublepost
  Reply With Quote
Old 11-18-08, 10:38 PM   #59
Platinum Member
 
Archer's Avatar
 
Join Date: Aug 2008
Location: Kerala
Posts: 2,824
Rep Power: 6
Archer is a jewel in the roughArcher is a jewel in the roughArcher is a jewel in the rough
Default

I collected data from many places. Not sure it will work.


gunzip sify_bbclient-3.0.tar.gz

Extract to desktop.

In teminal

Login as root user

Code:
su
< your root password >
Install client.

Code:
cd Desktop
cd sifyconnect-3.0-bin/
Code:
sudo ./install.sh
To login/logout.

Code:
sifyconnect-3.0-bin/sifyd
sifyconnect-3.0-bin/sifyconnect --login -------> logging in
sifyconnect-3.0-bin/sifyconnect --logout ------> logging out
Archer is offline   Reply With Quote
Old 11-18-08, 10:48 PM   #60
ShAdOwCoN
Guest
 
Posts: n/a
Default

Compare this with what i did

1) Downloaded that file

2) Booted Ubuntu

3)Extract to sify folder [desktop]

4) Cd Desktop/sify

5) Sudo su
Asked for password
given
logged in as root

6) ./install.sh
Sify Broadband installed successfully

7) sudo sifyconnect
That error that i posted early came .....

So now have to try cable guys ssl thingy


@Cableguy

thanks for that ... Unable to repo u

@Archer

Same case with u and pingu

@mahe

Reped u
  Reply With Quote
Reply

Tags
doubts, installation, operating system, ubuntu, ubuntu 8.10, ubuntu drivers, ubuntu installation

Thread Tools
Display Modes

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Utstarcom doubts mjkrishnan2004 BSNL broadband 3 08-20-08 10:13 AM
Doubts about Rs500 plan strider BSNL broadband 1 06-24-08 06:25 PM
port forwarding/ open dns doubts brothahbrothah BSNL broadband 7 06-06-08 09:46 AM
Want to take MTNL Broadband connection but have doubts.. zion MTNL broadband 2 08-31-07 11:27 PM
I had my doubts but not anymore India Broadband Sify broadband 0 07-28-06 04:09 PM


All times are GMT +5.5. The time now is 11:56 AM.


India Broadband Forum