* Btrfs snapshot test case failed and crashed GUI @ 2013-02-02 15:16 praneeth u 2013-02-03 19:57 ` Eric Sandeen 0 siblings, 1 reply; 4+ messages in thread From: praneeth u @ 2013-02-02 15:16 UTC (permalink / raw) To: linux-btrfs, Eric Sandeen, Arne Jansen Cc: hemanth kumar, sunil kumar, Chethan Y, ganesh kumar, Kiran Patil I have used opensuse12.2 GNOME Execution procedure i followed. 1) Cloned xfstests and xfsprogs in to xfs_playground, then used commands, make and make install-qa 2) set environment variables, SCRATCH_DEV_POOL"/dev/sda8 /dev/sda9 /dev/sda10" export TEST_DEV=/dev/sda6 export TEST_DIR=/home/praneeth/test export SCRATCH_DEV=/dev/sda7 export SCRATCH_MNT=/home/praneeth/scratch 3) executed script 254. ./check 254 RESULT * failed test 1 of 1. * After next restart of system, GNOME3 interface is missing. * Welcome to emergency mode, use "systemctl default" for default mode and asking for root password. Again after giveing password, same problem persists. IS THIS A BUG or AM I DOING ANY MISTAKES ? -- Praneeth U 9448804728 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Btrfs snapshot test case failed and crashed GUI 2013-02-02 15:16 Btrfs snapshot test case failed and crashed GUI praneeth u @ 2013-02-03 19:57 ` Eric Sandeen 2013-02-04 2:27 ` praneeth u 0 siblings, 1 reply; 4+ messages in thread From: Eric Sandeen @ 2013-02-03 19:57 UTC (permalink / raw) To: praneeth u Cc: linux-btrfs, Arne Jansen, hemanth kumar, sunil kumar, Chethan Y, ganesh kumar, Kiran Patil On 2/2/13 9:16 AM, praneeth u wrote: > I have used opensuse12.2 GNOME > > Execution procedure i followed. > > 1) Cloned xfstests and xfsprogs in to xfs_playground, then used > commands, make and make install-qa > > 2) set environment variables, > SCRATCH_DEV_POOL"/dev/sda8 /dev/sda9 /dev/sda10" > export TEST_DEV=/dev/sda6 > export TEST_DIR=/home/praneeth/test > export SCRATCH_DEV=/dev/sda7 > export SCRATCH_MNT=/home/praneeth/scratch > > 3) executed script 254. > ./check 254 > > RESULT > > * failed test 1 of 1. > * After next restart of system, GNOME3 interface is missing. > * Welcome to emergency mode, use "systemctl default" for default mode > and asking for root password. Again after giveing password, same > problem persists. > > IS THIS A BUG or AM I DOING ANY MISTAKES ? No idea. Running xfstests certainly should not result in a damaged system, though. But we have very little information to go on. Where are your system disks? What is the root fs on your system? What errors did you encounter when you rebooted? Etc. If you told xfstests to use one of your system disks, then you made a mistake. If you didn't, then it sounds like a bug. -Eric > -- > Praneeth U > 9448804728 > ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Btrfs snapshot test case failed and crashed GUI 2013-02-03 19:57 ` Eric Sandeen @ 2013-02-04 2:27 ` praneeth u 2013-02-04 4:22 ` Eric Sandeen 0 siblings, 1 reply; 4+ messages in thread From: praneeth u @ 2013-02-04 2:27 UTC (permalink / raw) To: Eric Sandeen, linux-btrfs Cc: Chethan Y, ganesh kumar, hemanth kumar, Kiran Patil, Arne Jansen, sunil kumar Root fs is ext4. Error after rebooting system is, "Welcome to emergency mode, use "systemctl default" for default mode" (ONLY ROOT CAN LOG IN) only sda is system disk. other disks sdb, sdc, sdd, sde and sdf are 1gb each and formated as btrfs and mounted in home directory. Is mounting in home directory, a problem ? On Mon, Feb 4, 2013 at 1:27 AM, Eric Sandeen <sandeen@redhat.com> wrote: > On 2/2/13 9:16 AM, praneeth u wrote: >> I have used opensuse12.2 GNOME >> >> Execution procedure i followed. >> >> 1) Cloned xfstests and xfsprogs in to xfs_playground, then used >> commands, make and make install-qa >> >> 2) set environment variables, >> SCRATCH_DEV_POOL"/dev/sda8 /dev/sda9 /dev/sda10" >> export TEST_DEV=/dev/sda6 >> export TEST_DIR=/home/praneeth/test >> export SCRATCH_DEV=/dev/sda7 >> export SCRATCH_MNT=/home/praneeth/scratch >> >> 3) executed script 254. >> ./check 254 >> >> RESULT >> >> * failed test 1 of 1. >> * After next restart of system, GNOME3 interface is missing. >> * Welcome to emergency mode, use "systemctl default" for default mode >> and asking for root password. Again after giveing password, same >> problem persists. >> >> IS THIS A BUG or AM I DOING ANY MISTAKES ? > > No idea. > > Running xfstests certainly should not result in a damaged system, > though. > > But we have very little information to go on. > > Where are your system disks? What is the root fs on your system? > What errors did you encounter when you rebooted? Etc. > > If you told xfstests to use one of your system disks, then you > made a mistake. > > If you didn't, then it sounds like a bug. > > -Eric > >> -- >> Praneeth U >> 9448804728 >> > -- Praneeth U 9448804728 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Btrfs snapshot test case failed and crashed GUI 2013-02-04 2:27 ` praneeth u @ 2013-02-04 4:22 ` Eric Sandeen 0 siblings, 0 replies; 4+ messages in thread From: Eric Sandeen @ 2013-02-04 4:22 UTC (permalink / raw) To: praneeth u Cc: Eric Sandeen, linux-btrfs@vger.kernel.org, Chethan Y, ganesh kumar, hemanth kumar, Kiran Patil, Arne Jansen, sunil kumar On Feb 3, 2013, at 8:37 PM, praneeth u <praneethu.u@gmail.com> wrote: > Root fs is ext4. > Error after rebooting system is, > "Welcome to emergency mode, use "systemctl default" for default mode" > (ONLY ROOT CAN LOG IN) > > only sda is system disk. And you used at least some of sda for test, too. Did it overlap? - "SCRATCH_DEV_POOL"/dev/sda8 /dev/sda9 /dev/sda10" export TEST_DEV=/dev/sda6 export TEST_DIR=/home/praneeth/test export SCRATCH_DEV=/dev/sda7 export " > other disks sdb, sdc, sdd, sde and sdf are > 1gb each and formated as btrfs > and mounted in home directory. > > Is mounting in home directory, a problem ? > I don't know. You still haven't really said what problem was encountered on boot.... Eric > On Mon, Feb 4, 2013 at 1:27 AM, Eric Sandeen <sandeen@redhat.com> wrote: >> On 2/2/13 9:16 AM, praneeth u wrote: >>> I have used opensuse12.2 GNOME >>> >>> Execution procedure i followed. >>> >>> 1) Cloned xfstests and xfsprogs in to xfs_playground, then used >>> commands, make and make install-qa >>> >>> 2) set environment variables, >>> SCRATCH_DEV_POOL"/dev/sda8 /dev/sda9 /dev/sda10" >>> export TEST_DEV=/dev/sda6 >>> export TEST_DIR=/home/praneeth/test >>> export SCRATCH_DEV=/dev/sda7 >>> export SCRATCH_MNT=/home/praneeth/scratch >>> >>> 3) executed script 254. >>> ./check 254 >>> >>> RESULT >>> >>> * failed test 1 of 1. >>> * After next restart of system, GNOME3 interface is missing. >>> * Welcome to emergency mode, use "systemctl default" for default mode >>> and asking for root password. Again after giveing password, same >>> problem persists. >>> >>> IS THIS A BUG or AM I DOING ANY MISTAKES ? >> >> No idea. >> >> Running xfstests certainly should not result in a damaged system, >> though. >> >> But we have very little information to go on. >> >> Where are your system disks? What is the root fs on your system? >> What errors did you encounter when you rebooted? Etc. >> >> If you told xfstests to use one of your system disks, then you >> made a mistake. >> >> If you didn't, then it sounds like a bug. >> >> -Eric >> >>> -- >>> Praneeth U >>> 9448804728 > > > > -- > Praneeth U > 9448804728 > -- > To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-02-04 4:22 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-02-02 15:16 Btrfs snapshot test case failed and crashed GUI praneeth u 2013-02-03 19:57 ` Eric Sandeen 2013-02-04 2:27 ` praneeth u 2013-02-04 4:22 ` Eric Sandeen
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.