LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 08-01-2003, 11:17 AM   #16
len
Member
 
Registered: Jun 2003
Distribution: slackware 14
Posts: 143

Rep: Reputation: 15

next phase is to get some user identities, and encrypted passwords. demo cd is ok as root, because you just shut it down, and it's history. but when put on the hard drive, some further configuration issues demand attention. i would like to format and use (mount i suppose?) the swap partition that i created.

btw, i ended up flashing my bios to the latest one, and the cd-rom boot issue seems to have been cleared up. i have duplicate systems, same cd drive booted all my cd's, and the one in question did not. i was lucky enough in locating the bios file (end of life equipt/ oem)- just had to dig a little harder.
 
Old 08-01-2003, 02:10 PM   #17
anjan_bhushan
LQ Newbie
 
Registered: Jul 2003
Distribution: Suse, Mandrake, Redhat, Knoppix ,Solaris, Debian,Vector
Posts: 16

Rep: Reputation: 0
After installing in hardisk
type
su
passwd root
new password <your new password>
confirm password <yournew password>
and your are goot to go
Thanks,
 
Old 08-01-2003, 06:18 PM   #18
len
Member
 
Registered: Jun 2003
Distribution: slackware 14
Posts: 143

Rep: Reputation: 15
Quote:
Originally posted by anjan_bhushan
After installing in hardisk
type
su
passwd root
new password <your new password>
confirm password <yournew password>
and your are goot to go
Thanks,
anjan, thank you- your advice worked.

is it possible to set up a user identity/ account/ password?

when logged in as su/ root, it appears that passwd, or root passwd are the same- at least they both state that new unix passwd created. i tried 2 different passwords, one for passwd root, and one for passwd- i'll try to login. something tells me that the passwd side of things needs some enhancements (how effective it is, i am not sure).


edit: one thing that needs improvement, is id rather have a log in at boot up, and type startx<enter> to get into the GUI. it's still pretty much like the demo cd, though some things are actually saved to the hard disk at this point. i'm still booting up, and using it as the root. i think the passwd is just a remnant, but lacks any effectiveness. i'd hate to create a password only to be fooling myself w/ false security.

Last edited by len; 08-01-2003 at 06:41 PM.
 
Old 08-05-2003, 12:57 PM   #19
anjan_bhushan
LQ Newbie
 
Registered: Jul 2003
Distribution: Suse, Mandrake, Redhat, Knoppix ,Solaris, Debian,Vector
Posts: 16

Rep: Reputation: 0
Thumbs up you are welcome!

Cheers

By default created user is
knoppix to change its password use folowing while you are root

passwd knoppix.

You may also create other user while you are root.Or from some config GUI

from command line

useradd -d <homedir> <login>

then change the passwd using passwd <login> like

if you wanna add my account in your box :-)
useradd -d /home/anjan anjan
passwd anjan
-----------
To see complete options available use
man useradd
Thanks,


Last edited by anjan_bhushan; 08-05-2003 at 01:02 PM.
 
Old 08-05-2003, 01:35 PM   #20
len
Member
 
Registered: Jun 2003
Distribution: slackware 14
Posts: 143

Rep: Reputation: 15
thanks again! i think i'm learning more w/ damnsmall, than any other distro so far.

another question i have, is how do i pull up my /home directory? perhaps this is basic, but using fluxbox, i really can't find a reference to this. perhaps this is due to being a demo distro??? i installed a piece of software that i can't open up. i used mozilla to locate the file, and open it up (it uses java to run), but it's not right in it's behavior. it's partially due the DC project not written for execution from a terminal. if it was, i'd have it running. unless of course i'm doing something wrong due to being a linux newbie, which isn't far from being possible???

edit: i did get some assistance w/ the DC project, and it was a strange need to cd / first before cd'g to the directory that holds the executable. got it running now.

Last edited by len; 08-15-2003 at 04:25 PM.
 
Old 08-15-2003, 04:22 PM   #21
len
Member
 
Registered: Jun 2003
Distribution: slackware 14
Posts: 143

Rep: Reputation: 15
just a heads up- damn small linux is not ready for prime time w/ a hard drive install. even the guy that created damn small linux states that you do it at your own risk. well i went for it, ran a DC project for 5+ days, and went to reboot to pull up the lan- forget about it- errors all over the place INIT "1", 2-4, ect, some thing about respawning. by the looks of it, it has to do w/ the x server, but i'm not really sure. i would like to get to my DC project data if possible, and send that in for credit. not sure how to mount the hdd.

this is what i did. first it's a p166, /dev/hda1 is dsl 0.4.2 on 540 meg hdd, and now i've slaved a second hdd, which is slackware 9.0 on /dev/hdb. currently using the swap space that i created on /dev/hda2. i had to do this, as the hdd that i installed slackware on is about 1.5gig. i reduced the size of the install, to get it to fit on the 1.5 gig hdd, and turned out to be about 1gig.
anyway, i'm trying to mount hda1 from hdb1. if it was mandrake, it would have hda1 listed under mount, which slackware does not. tried a bunch of terminal commands to mount the drive first, and locate the files w/o anyluck. i did set up a root password on damn small linux partition- not sure if this will be an impediment. other alternative would be to use the dsl demo disk itself to access the h/dev/hda1 partition. can anyone help bail me out? appreciate any constructive input- thanks in advance.
 
Old 08-23-2003, 11:20 AM   #22
len
Member
 
Registered: Jun 2003
Distribution: slackware 14
Posts: 143

Rep: Reputation: 15
Post

tried to boot up damn small 0.4.2, and some how managed to get to the desk top. ran the dc project briefly, and sent my completed WU in. there were comments in the terminal that shouldn't have been there, but i was able to use the terminal. i think i got lucky

Last edited by len; 08-23-2003 at 11:21 AM.
 
Old 08-23-2003, 11:22 AM   #23
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Not sure how I missed this thread but it seems more logical in the Distro forum, so its been moved. Regards.
 
Old 08-31-2003, 04:07 AM   #24
nub47
LQ Newbie
 
Registered: Aug 2003
Posts: 18

Rep: Reputation: 0
What the default root password!

I cant figure out what root is, and i really need to get that damn password (no pun intended) for obvious reasons.
Can anyone help?
 
Old 08-31-2003, 08:25 AM   #25
len
Member
 
Registered: Jun 2003
Distribution: slackware 14
Posts: 143

Rep: Reputation: 15



try at the damn small linux site. it's there:
http://www.damnsmalllinux.org
 
Old 08-31-2003, 04:13 PM   #26
h1tman
Member
 
Registered: Jul 2003
Distribution: Slackware 11
Posts: 439

Rep: Reputation: 30
i mite have to try this
 
Old 10-19-2003, 04:51 PM   #27
slaction
LQ Newbie
 
Registered: Oct 2003
Posts: 1

Rep: Reputation: 0
sound problems on dsl

have an audigy card, says it found it but modprobe says
audigy module not found, have updated my apt, tried alsa, knx-alsa
moved the card, where can I find the audigy module and what folder does it need to be in? I have kernel 2.4.20-xfs, have dl'd the headers and source also, ran alsa config
for emu10k1 also, turned bios pnp off blah blah, i'm sure its something simple right?
 
  


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
Damn Small Linux webwolf70 DamnSmallLinux 2 05-05-2005 05:32 PM
Damn Small Linux Mr. Hill Linux - Newbie 15 02-13-2005 01:18 PM
Damn small linux Lipgirl Linux - General 6 11-27-2003 06:50 AM
Damn Small Linux Nasty Linux - Newbie 2 10-10-2003 11:07 PM
Damn Small Linux Gerardoj Linux - General 1 08-11-2003 04:59 AM

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

All times are GMT -5. The time now is 07:31 AM.

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