All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] root password for root_fs_slack8.1 image?
@ 2004-04-17  3:52 Christopher J. Pace
  2004-04-17  4:15 ` Steven Elliott
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Christopher J. Pace @ 2004-04-17  3:52 UTC (permalink / raw)
  To: user-mode-linux-devel

Does anyone happen to know the root password for this image?  It isn't
root, none, slack, or anything else I could think of.  Please send to me
personally, as I'm not subscribed to this list.  Thanks to all.


-- 
Christopher J. Pace
System Administrator/Webmaster/Founder
HNSG
http://hnsg.net
ssh://request@hnsg.net


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [uml-devel] root password for root_fs_slack8.1 image?
  2004-04-17  3:52 [uml-devel] root password for root_fs_slack8.1 image? Christopher J. Pace
@ 2004-04-17  4:15 ` Steven Elliott
  2004-04-17  6:23   ` Ali Almahdi
  2004-04-17  6:21 ` Ali Almahdi
  2004-04-17 16:40 ` Henrik Nordstrom
  2 siblings, 1 reply; 5+ messages in thread
From: Steven Elliott @ 2004-04-17  4:15 UTC (permalink / raw)
  To: Christopher J. Pace; +Cc: User Mode Linux Devel

Christopher J. Pace wrote:

>Does anyone happen to know the root password for this image?  It isn't
>root, none, slack, or anything else I could think of.  Please send to me
>personally, as I'm not subscribed to this list.  Thanks to all.
>  
>
I'm not sure what it is (have not tried that one), but you should be 
able to mount the filesystem using the loop device:
    mount -o loop /tmp/slack_fs /mnt/misc
and then edit the password file in order to blank out the password for root:
    cd /mnt/misc/etc
    vi passwd

-- 
-----------------------------------------------------------------------
|          Steven Elliott          |      selliott4@austin.rr.com     |
-----------------------------------------------------------------------



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [uml-devel] root password for root_fs_slack8.1 image?
  2004-04-17  3:52 [uml-devel] root password for root_fs_slack8.1 image? Christopher J. Pace
  2004-04-17  4:15 ` Steven Elliott
@ 2004-04-17  6:21 ` Ali Almahdi
  2004-04-17 16:40 ` Henrik Nordstrom
  2 siblings, 0 replies; 5+ messages in thread
From: Ali Almahdi @ 2004-04-17  6:21 UTC (permalink / raw)
  To: Christopher J. Pace; +Cc: user-mode-linux-devel

Christopher J. Pace wrote:

>Does anyone happen to know the root password for this image?  It isn't
>root, none, slack, or anything else I could think of.  Please send to me
>personally, as I'm not subscribed to this list.  Thanks to all.
>
>
>  
>
You can mount the image using loop back, and change the password....




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [uml-devel] root password for root_fs_slack8.1 image?
  2004-04-17  4:15 ` Steven Elliott
@ 2004-04-17  6:23   ` Ali Almahdi
  0 siblings, 0 replies; 5+ messages in thread
From: Ali Almahdi @ 2004-04-17  6:23 UTC (permalink / raw)
  To: Steven Elliott; +Cc: Christopher J. Pace, User Mode Linux Devel

Steven Elliott wrote:

> Christopher J. Pace wrote:
>
>> Does anyone happen to know the root password for this image?  It isn't
>> root, none, slack, or anything else I could think of.  Please send to me
>> personally, as I'm not subscribed to this list.  Thanks to all.
>>  
>>
> I'm not sure what it is (have not tried that one), but you should be 
> able to mount the filesystem using the loop device:
>    mount -o loop /tmp/slack_fs /mnt/misc
> and then edit the password file in order to blank out the password for 
> root:
>    cd /mnt/misc/etc
>    vi passwd
>
You should change the password in shadow, not in the passwd...

Just change the unreadable text to nothing and the password will be blank..


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [uml-devel] root password for root_fs_slack8.1 image?
  2004-04-17  3:52 [uml-devel] root password for root_fs_slack8.1 image? Christopher J. Pace
  2004-04-17  4:15 ` Steven Elliott
  2004-04-17  6:21 ` Ali Almahdi
@ 2004-04-17 16:40 ` Henrik Nordstrom
  2 siblings, 0 replies; 5+ messages in thread
From: Henrik Nordstrom @ 2004-04-17 16:40 UTC (permalink / raw)
  To: Christopher J. Pace; +Cc: user-mode-linux-devel

On Fri, 16 Apr 2004, Christopher J. Pace wrote:

> Does anyone happen to know the root password for this image?  It isn't
> root, none, slack, or anything else I could think of.  Please send to me
> personally, as I'm not subscribed to this list.  Thanks to all.

A simpler way to change the password than to mess around with loopback 
devices is to boot it with

  rw init=/bin/sh

then change the password to your liking and halt -f to shut down the 
rescue boot.

Regards
Henrik



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-04-17 16:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-17  3:52 [uml-devel] root password for root_fs_slack8.1 image? Christopher J. Pace
2004-04-17  4:15 ` Steven Elliott
2004-04-17  6:23   ` Ali Almahdi
2004-04-17  6:21 ` Ali Almahdi
2004-04-17 16:40 ` Henrik Nordstrom

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.