LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 06-09-2005, 02:12 AM   #1
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Rep: Reputation: 35
Help Slackware user try Ubuntu


Ubuntu5.04

How to login as "root"? It didn't ask me for root password during installation.
I can only login as "kornerr", so that I can't even mount my Slackware partitions.

It doesn't have kernel sources? So far I found only *.deb packages, which I know nothing of.

What is a Debian package? Does it contain sources? Can I extract 'em?

Thanks.
 
Old 06-09-2005, 02:14 AM   #2
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Rep: Reputation: 47
You need to use "sudo" to change the root password:
Code:
sudo passwd
 
Old 06-09-2005, 03:25 AM   #3
intense
LQ Newbie
 
Registered: Nov 2003
Location: Belgium
Distribution: Slackware / Ubuntu
Posts: 25

Rep: Reputation: 15
I've been using slackware too for a few years and I installed ubuntu couple of weeks ago.
anyway, if you want to you can create a password for root so you can use su.
open a terminal and type:
Code:
 sudo passwd
then type the password you want for your root account.

greetz
 
Old 06-09-2005, 06:31 AM   #4
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Original Poster
Rep: Reputation: 35
Thanks, scuzzman, intense.
Well, to use sudo, I had to enter root password which I didn't know.
And suprisingly it appeared that Ubuntu've set my root password to "kornerr"

But I'm a bit angry with its "/etc/inittab" where there's only one single user mode to start without GNOME. All multyuser modes seem to start only with X.
Can you tell me how to start multyuser mode without X?

And no one answered yet the question if *.deb packages contain sources. And if I can extract the possible sources.
I want to recompile Ubuntu's standard kernel to fit my needs.

Thanks.
 
Old 06-09-2005, 07:36 AM   #5
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
The sudo command works with your password - I think they did it that way so that you don't need to use Root or it's password.

As far as the kernel goes, you'll need to get (via apt or synaptic) the kernel-sources package and then you should be able to change it as you would in Slackware.
 
Old 06-09-2005, 06:59 PM   #6
codec
Member
 
Registered: Sep 2003
Location: mad.es.eu
Distribution: ubuntu 5.04 knoppix Slack91/10 freebsd51 vector4 redhat9
Posts: 304

Rep: Reputation: 30
take a look of /etc/sudoers
you can see that ubuntu give admin group for root power. You just have to enter your password and that's all.

I am having some weird network problems, so I would also like to enter the "slack" mode to solve the problems. I don't know how to do it yet.

Slackware packages is REALLY easy, Take a look of debian package building:
http://www.ibiblio.org/pub/Linux/doc...ing-HOWTO.html
(Note that it is binary package, I think there are also source package)
 
Old 06-09-2005, 09:13 PM   #7
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Original Poster
Rep: Reputation: 35
I tried to install nVIDIA drivers and failed. It didn't find find kernel sources.
I don't see 'em in Package Manager. To be honest, Mdk9.2 didn't have kernel sources too.
Ubuntu was free at all, even shipping for free.
Although I find Slackware to be constructed much clearly.
I can turn off "hotplug", "pcmcia", etc with no problem in Slack. Here I'm at a loss.
I haven't seen any reason of using Ubuntu instead of Slackware, sorry.
And I don't like packages at all I like sources.

Thanks for help anyway.
 
Old 06-10-2005, 06:21 AM   #8
codec
Member
 
Registered: Sep 2003
Location: mad.es.eu
Distribution: ubuntu 5.04 knoppix Slack91/10 freebsd51 vector4 redhat9
Posts: 304

Rep: Reputation: 30
You can get the nvidia diver from apt. However, it's for the default 386 kernel, if you have fetched the 686 kenrnel. You may need to install the kernel source and nvidia driver manually.

The initial script in ubuntu is more complicated but probably more standard. You may need to take a look or the /etc/init.d.

ubuntu has some problems. in my case, they are.:
1) I have to "adduser cupsys shadow" or else the cups doesn't connect even if the daemon isn't loaded.
2) in one of my client in the local network, it take forever to load because of some mistery of network. have to "ifup eth0" and "ifup lo" manually.
3) nvidia driver only work default kernel and stupid like me take forever to realize it.

I used to fight a lot with things like that in freebsd and slackware so it's ok for me. You can get some answers from ubuntuguide and ubuntuforums. Good luck!

correction in 1) It was because loopback is not configurated

Last edited by codec; 06-10-2005 at 09:48 AM.
 
Old 06-10-2005, 06:00 PM   #9
codec
Member
 
Registered: Sep 2003
Location: mad.es.eu
Distribution: ubuntu 5.04 knoppix Slack91/10 freebsd51 vector4 redhat9
Posts: 304

Rep: Reputation: 30
I found this article extremely helpful, ubuntu would act really weird without the correct setup of network.

http://www.aboutdebian.com/network.htm
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slackware VS Ubuntu d00msweek Slackware 216 07-07-2010 07:45 AM
Does ndiswrapper work with Slackware? I don't want to switch to Ubuntu. rovitotv Slackware 12 10-21-2005 10:47 PM
user/group Vs. SU in ubuntu? ultrablue Linux - Newbie 5 06-07-2005 08:54 AM
Make a root user for Ubuntu dbcoder Linux - Software 17 02-14-2005 01:10 PM
I screwed up user authentication in Ubuntu hypersonic5 Linux - General 3 12-19-2004 10:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 12:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration