I am still learning about xen, but i have an FC5T2 server that i installed the hypervisor on, downloaded and unpacked the ttylinux image, configured domU for ttylinux as follows: name = "ttylinux" kernel = "/boot/vmlinuz-2.6.12.6-xenU" root = "/dev/sda1 ro" memory = 64 disk = [''file:/home/mweiner/ttylinux,sda1,w''] # Network options # nics=1 # deprecated option vifs = [''1''] dhcp = "off" ip = "10.10.232.70" netmask = "255.255.255.0" gateway = "10.10.232.1" hostname = "vm02.ag.local" extra="3" however, stupidly, when i start up that dom it asks me to login, but i am unsure who to login as and what password. As ttylinux obviously doesnt have any of my normally configured user accounts available to it. Any ideas? Thanks in advance, and i apologize for the ''stupid'' question. Michael Weiner _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Fri, Feb 17, 2006 at 01:23:56PM -0500, MW Mike Weiner (5028) wrote:> however, stupidly, when i start up that dom it asks me to login, but i > am unsure who to login as and what password. As ttylinux obviously > doesnt have any of my normally configured user accounts available to it.Why is this "stupidly"? You''ve just booted another operating system with its own authentication. The docs for the image you downloaded should tell you what the relevant accounts are. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 17 Feb 2006, at 18:23, MW Mike Weiner ((5028)) wrote:> however, stupidly, when i start up that dom it asks me to login, but i > am unsure who to login as and what password. As ttylinux obviously > doesnt have any of my normally configured user accounts available > to it. > > Any ideas?Mount the disk image somewhere then chroot to it and add users / change passwords to your hearts content. Yours, Craig -- Craig Webster | t: +44 (0)131 516 8595 | e: craig@xeriom.net Xeriom.NET | f: +44 (0)131 661 0689 | w: http://xeriom.net _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Andy Smith On Fri, Feb 17, 2006 at 01:23:56PM -0500, MW Mike Weiner (5028) wrote:> however, stupidly, when i start up that dom it asks me to login, but i> am unsure who to login as and what password. As ttylinux obviously > doesnt have any of my normally configured user accounts available toit. Why is this "stupidly"? You''ve just booted another operating system with its own authentication. The docs for the image you downloaded should tell you what the relevant accounts are. -- I was asking the ''stupid" (''stupidly'' above was referring to myself) question because there are no docs with the dist I downloaded. I was basically following this: http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo#Running_Xen Interested in getting gentoo as a guest os, and there is nothing in the ttylinux-xen.bz2 that I can find. I will keep digging Thanks Michael Weiner _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 17 Feb 2006, at 18:31, MW Mike Weiner ((5028)) wrote:> I was asking the ''stupid" (''stupidly'' above was referring to myself) > question because there are no docs with the dist I downloaded. I was > basically following this: > > http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo#Running_Xen > > Interested in getting gentoo as a guest os, and there is nothing in > the > ttylinux-xen.bz2 that I can find. I will keep diggingYou may find it easier to skip ttylinux and just straight on to trying a Gentoo domU -- I had fewer problems getting Gentoo/Debian domUs to work than a ttylinux one. Yours, Craig -- Craig Webster | t: +44 (0)131 516 8595 | e: craig@xeriom.net Xeriom.NET | f: +44 (0)131 661 0689 | w: http://xeriom.net _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Friday 17 February 2006 19:31, MW Mike Weiner (5028) wrote:> From: xen-users-bounces@lists.xensource.com > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Andy Smith > > On Fri, Feb 17, 2006 at 01:23:56PM -0500, MW Mike Weiner (5028) wrote: > > however, stupidly, when i start up that dom it asks me to login, but i > > > > am unsure who to login as and what password. As ttylinux obviously > > doesnt have any of my normally configured user accounts available to > > it. > > Why is this "stupidly"? You''ve just booted another operating system > with its own authentication. The docs for the image you downloaded > should tell you what the relevant accounts are. > -- > I was asking the ''stupid" (''stupidly'' above was referring to myself) > question because there are no docs with the dist I downloaded. I was > basically following this:Has been a while, since I last booted a ttylinux, but have you tried the obvious, stupid passwords? like root/ttylinux or root/root or root/""?> http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo#Running_Xen > > Interested in getting gentoo as a guest os, and there is nothing in the > ttylinux-xen.bz2 that I can find. I will keep diggingOnce you find that password, you should probably update the gentoo-wiki to include it ;) /Ernst _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Ernst Bachmann On Friday 17 February 2006 19:31, MW Mike Weiner (5028) wrote:> From: xen-users-bounces@lists.xensource.com > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Andy Smith > > On Fri, Feb 17, 2006 at 01:23:56PM -0500, MW Mike Weiner (5028) wrote: > > however, stupidly, when i start up that dom it asks me to login, but> > i > > > > am unsure who to login as and what password. As ttylinux obviously > > doesnt have any of my normally configured user accounts available to > > it. > > Why is this "stupidly"? You''ve just booted another operating system > with its own authentication. The docs for the image you downloaded > should tell you what the relevant accounts are. > -- > I was asking the ''stupid" (''stupidly'' above was referring to myself) > question because there are no docs with the dist I downloaded. I was > basically following this:Has been a while, since I last booted a ttylinux, but have you tried the obvious, stupid passwords? like root/ttylinux or root/root or root/""?> http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo#Running_Xen > > Interested in getting gentoo as a guest os, and there is nothing in > the > ttylinux-xen.bz2 that I can find. I will keep diggingOnce you find that password, you should probably update the gentoo-wiki to include it ;) -- THANKS Ernest it was root/root duh - I will get the wiki updated. Thanks again. Michael Weiner _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
From: Craig Webster [mailto:craig@xeriom.net] On 17 Feb 2006, at 18:31, MW Mike Weiner ((5028)) wrote:> I was asking the ''stupid" (''stupidly'' above was referring to myself) > question because there are no docs with the dist I downloaded. I was > basically following this: > > http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo#Running_Xen > > Interested in getting gentoo as a guest os, and there is nothing in > the > ttylinux-xen.bz2 that I can find. I will keep diggingYou may find it easier to skip ttylinux and just straight on to trying a Gentoo domU -- I had fewer problems getting Gentoo/Debian domUs to work than a ttylinux one. --- What stage did you use? Or was there some Gentoo How To you followed somewhere? Thanks and sorry for the bandwidth Michael Weiner _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 17 Feb 2006, at 18:57, MW Mike Weiner ((5028)) wrote:> What stage did you use? Or was there some Gentoo How To you followed > somewhere?Stage 3. Create the disk image by dd if=/dev/zero of=/tmp/hda1.img bs=1 seek=4G count=1 mke2fs -j /tmp/hda1.img dd if=/dev/zero of=/tmp/swap.img bs=1 seek=256M count=1 mkswap /tmp/swap.img Then mount it with mount -o loop -t ext3 /tmp/hda1.img /mnt/gentoo Follow handbook from after "preparing the disks". Your root partition is /dev/hda1 which is written to the file /tmp/hda1.img. Good luck! Yours, Craig -- Craig Webster | t: +44 (0)131 516 8595 | e: craig@xeriom.net Xeriom.NET | f: +44 (0)131 661 0689 | w: http://xeriom.net _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Appreciate the help, pulling stage3 and portage snaps now. Thanks again Michael Weiner This e-mail and any attachments may contain confidential information that is legally privileged. The information is solely for the use of the intended recipient(s); any disclosure, copying, distribution, or other use of this information is strictly prohibited. If you have received this e-mail in error, please notify the sender by return e-mail and delete this message. Thank you. -----Original Message----- From: Craig Webster [mailto:craig@xeriom.net] Sent: Friday, February 17, 2006 2:05 PM To: MW Mike Weiner (5028) Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] ttylinux On 17 Feb 2006, at 18:57, MW Mike Weiner ((5028)) wrote:> What stage did you use? Or was there some Gentoo How To you followed > somewhere?Stage 3. Create the disk image by dd if=/dev/zero of=/tmp/hda1.img bs=1 seek=4G count=1 mke2fs -j /tmp/hda1.img dd if=/dev/zero of=/tmp/swap.img bs=1 seek=256M count=1 mkswap /tmp/swap.img Then mount it with mount -o loop -t ext3 /tmp/hda1.img /mnt/gentoo Follow handbook from after "preparing the disks". Your root partition is /dev/hda1 which is written to the file /tmp/hda1.img. Good luck! Yours, Craig -- Craig Webster | t: +44 (0)131 516 8595 | e: craig@xeriom.net Xeriom.NET | f: +44 (0)131 661 0689 | w: http://xeriom.net _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users