Re: update some testcases(2)

2013-01-13 Thread Lili Nie
Thanks a lot Kamil and Adam for their comments. Welcome more comments and as soon as we have a decision on the changes,the wiki-page will be updated. Thanks, Lili Nie - Original Message - From: "Lili Nie" To: "For testing and quality assurance of Fedora releases" Sent: Th

Fedora 16 updates-testing report

2013-01-13 Thread updates
The following Fedora 16 Security updates need testing: Age URL 1 https://admin.fedoraproject.org/updates/FEDORA-2013-0723/thunderbird-17.0.2-1.fc16 33 https://admin.fedoraproject.org/updates/FEDORA-2012-20156/389-ds-base-1.2.10.24-1.fc16 33 https://admin.fedoraproject.org/updates/FED

Fedora 17 updates-testing report

2013-01-13 Thread updates
The following Fedora 17 Security updates need testing: Age URL 4 https://admin.fedoraproject.org/updates/FEDORA-2013-0459/gnupg-1.4.13-2.fc17 1 https://admin.fedoraproject.org/updates/FEDORA-2013-0685/moin-1.9.6-1.fc17 112 https://admin.fedoraproject.org/updates/FEDORA-2012-14650/tor-

Re: getty@tty1.service (was: 108 seconds to start F18 64)

2013-01-13 Thread Felix Miata
On 2013-01-07 17:04 (GMT-0700) Kevin Fenzi composed: On Mon, 07 Jan 2013 18:55:12 -0500 Felix Miata wrote: I've yet to stumble onto a reliable doc for dealing with that file, which is a symlink to /usr/lib/systemd/system/getty@.service. There is no man page for getty@.service or getty@tty1.se

usb disk or key always have two entries in explorer

2013-01-13 Thread Gianluca Cecchi
Hello, running Fedora 18 with latest updates. When I plug in an usb key or a usb disk I get two entries in file manager as from this screenshot: https://docs.google.com/file/d/0BwoPbcrMv8mvTEw5Sy1JMTk4aEE/edit The first entry if I click gives this error as from this image: https://docs.google.com/

Re: unable to fully boot after deleting home partition

2013-01-13 Thread Andre Robatino
M A Young durham.ac.uk> writes: > Have you checked /etc/fstab? That is the traditional place to put mount > details and I think systemd still uses it, so you may have a dead entry > in that file. Thank you! That was exactly it - there was a line /dev/mapper/fedora-home /home

Re: kernel headers

2013-01-13 Thread Tom London
On Sun, Jan 13, 2013 at 7:05 AM, Christopher A. Williams wrote: > On Sat, 2013-01-12 at 19:32 -0700, Christopher A. Williams wrote: > > > >> ...Looked again at this. It's actually not quite what's needed. It says >> to make a symbolic link from: >> >> /usr/src/linux-3.7/include/generated/uapi/lin

Re: kernel headers

2013-01-13 Thread Christopher A. Williams
On Sat, 2013-01-12 at 19:32 -0700, Christopher A. Williams wrote: > ...Looked again at this. It's actually not quite what's needed. It says > to make a symbolic link from: > > /usr/src/linux-3.7/include/generated/uapi/linux/version.h > > to > > /usr/src/linux-3.7/include/linux/version.h > >

Re: unable to fully boot after deleting home partition

2013-01-13 Thread cornel panceac
2013/1/13 M A Young > On Sun, 13 Jan 2013, Andre Robatino wrote: > > After this, the contents of /home are back in place, and the output of >> vgdisplay, lvdisplay, and fdisk -l look normal. But after rebooting, I get >> >> [ OK ] Started monitoring of LVM2 mirrors, snapshots etc. using >> dme

rawhide report: 20130113 changes

2013-01-13 Thread Fedora Rawhide Report
Compose started at Sun Jan 13 08:15:06 UTC 2013 Broken deps for x86_64 -- [bootconf] bootconf-1.4-6.fc18.noarch requires grub [ember] ember-0.6.3-3.fc19.x86_64 requires libOgreMain.so.1.7.4()(64bit) [epiphany-extensions]

Re: unable to fully boot after deleting home partition

2013-01-13 Thread M A Young
On Sun, 13 Jan 2013, Andre Robatino wrote: After this, the contents of /home are back in place, and the output of vgdisplay, lvdisplay, and fdisk -l look normal. But after rebooting, I get [ OK ] Started monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling. Timed out

Re: unable to fully boot after deleting home partition

2013-01-13 Thread Andre Robatino
> cd / > tar cvf home.tar home > umount home > lvremove /dev/mapper/fedora-home > lvextend -l +100FREE /dev/mapper/fedora-root > resize2fs /dev/mapper/fedora-root > tar xvf home.tar Easy to reproduce in a VM after a minimal install with a large enough HDD that it creates a separate home partition,

Re: test Digest, Vol 107, Issue 46

2013-01-13 Thread Lawrence Graves
On 01/12/2013 10:06 PM, test-requ...@lists.fedoraproject.org wrote: Send test mailing list submissions to test@lists.fedoraproject.org To subscribe or unsubscribe via the World Wide Web, visit https://admin.fedoraproject.org/mailman/listinfo/test or, via email, send a message wi

Re: unable to fully boot after deleting home partition

2013-01-13 Thread Andre Robatino
cornel panceac gmail.com> writes: > afaik systemd wants nofail option for devices that may be missing at boot > time. But isn't that just covering up the problem? It shouldn't be looking for that specific device, since it no longer exists. If I knew where the reference to it was, I could remove

Re: unable to fully boot after deleting home partition

2013-01-13 Thread cornel panceac
2013/1/13 Andre Robatino > Normally I prefer not to have a separate home partition, but forgot to > delete it > during F18 installation. I used the following procedure to get rid of it > and > give the space back to the root partition, while preserving the contents of > /home: > > cd / > tar cvf

unable to fully boot after deleting home partition

2013-01-13 Thread Andre Robatino
Normally I prefer not to have a separate home partition, but forgot to delete it during F18 installation. I used the following procedure to get rid of it and give the space back to the root partition, while preserving the contents of /home: cd / tar cvf home.tar home umount home lvremove /dev/mapp