Re: umlaut in the Cat on Vbox

2013-04-26 Thread Kevin Fenzi
On Fri, 26 Apr 2013 18:33:18 -0600 Chris Murphy wrote: > So… > > Is anyone else seeing this in something other than Virtual Box, which > I know isn't supported? It's definitely nothing approximating > Schrödinger's Cat. > > https://dl.dropboxusercontent.com/u/3253801/screenshot_herekittykitty.p

umlaut in the Cat on Vbox

2013-04-26 Thread Chris Murphy
So… Is anyone else seeing this in something other than Virtual Box, which I know isn't supported? It's definitely nothing approximating Schrödinger's Cat. https://dl.dropboxusercontent.com/u/3253801/screenshot_herekittykitty.png Chris Murphy -- test mailing list test@lists.fedoraproject.org To

Re: f19alpha, hang "booting a command list"

2013-04-26 Thread Chris Murphy
On Apr 26, 2013, at 6:07 PM, Chris Murphy wrote: > It was a kernel regression that affected EFI Macs. It's been fixed. … fixed with a newer kernel. For Mac users, some/most/all (?) won't be able to test alpha directly on hardware. Chris Murphy -- test mailing list test@lists.fedoraproject.

Fedora 17 updates-testing report

2013-04-26 Thread updates
The following Fedora 17 Security updates need testing: Age URL 295 https://admin.fedoraproject.org/updates/FEDORA-2012-10269/revelation-0.4.14-1.fc17 107 https://admin.fedoraproject.org/updates/FEDORA-2013-0455/fedora-business-cards-1-0.1.beta1.fc17 77 https://admin.fedoraproject.org/up

Re: f19alpha, hang "booting a command list"

2013-04-26 Thread Chris Murphy
On Apr 26, 2013, at 4:58 PM, Felix Miata wrote: > > Same here, and virtually same video card, just on a Dell instead of a Mac, > booting just fine. FYI, in case it may possibly help: It was a kernel regression that affected EFI Macs. It's been fixed. Chris Murphy -- test mailing list test@l

Re: f19alpha, hang "booting a command list"

2013-04-26 Thread Felix Miata
On 2013-04-25 20:49 (GMT-0600) Chris Murphy composed: John Reiser wrote: What does "lspci -nn" say, particularly for the video graphics card? 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation G84 [GeForce 8600M GT] [10de:0407] (rev a1) What does F18 say in syslog /var/log/me

Re: my impressions of F19A, from Radeon testing day

2013-04-26 Thread Ian Pilcher
On 04/25/2013 10:52 PM, Adam Williamson wrote: > I've never quite got the 'being proud of having a keyboard with no Super > key' thing. It's a handy key. But anyway, this is a general introductory > video to GNOME aimed at very new users; if you're geeky enough to have > gone out and carefully sour

Re: my impressions of F19A, from Radeon testing day

2013-04-26 Thread Michael Cronenworth
On 04/25/2013 11:51 PM, DJ Delorie wrote: > I did hit Esc, it didn't work. You want the Enter key. :) -- test mailing list test@lists.fedoraproject.org To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/test

Re: my impressions of F19A, from Radeon testing day

2013-04-26 Thread Rahul Sundaram
Hi On Fri, Apr 26, 2013 at 9:10 AM, Chris Murphy wrote: > > On Apr 25, 2013, at 9:52 PM, Adam Williamson wrote: > > I've never quite got the 'being proud of having a keyboard with no Super > > key' thing. It's a handy key. > > Before today, I've never heard of it. I'm going to guess the Window

Re: my impressions of F19A, from Radeon testing day

2013-04-26 Thread DJ Delorie
> I think this is because it's impossible to build a > non-patent-infringing version, but IMBW. Yeah, I know. > Yeah...'typical for four monitors' is still pretty edge case, y'know =) At the time, it was "typical for one 30" monitor" to buy smaller monitor(s) to go beside it (the 20" rotated ma

Blocker Tracking App Moving to Production

2013-04-26 Thread Tim Flink
The blocker tracking app is moving to production today and the upgrade should be seamless from a users' perspective. I'll send out another email describing the new features once the upgrade is complete, but I wanted to send something out before we actually did the upgrade. For now, the current in

Fedora 19 updates-testing report

2013-04-26 Thread updates
The following Fedora 19 Security updates need testing: Age URL 23 https://admin.fedoraproject.org/updates/FEDORA-2013-4753/microcode_ctl-2.0-3.1.fc19 15 https://admin.fedoraproject.org/updates/FEDORA-2013-5411/php-geshi-1.0.8.11-3.fc19 14 https://admin.fedoraproject.org/updates/FEDORA

Re: f19alpha, hang "booting a command list"

2013-04-26 Thread Chris Murphy
On Apr 26, 2013, at 6:47 AM, Chris Murphy wrote: > > What is the exact kernel F19 is using? Since I can't boot it, and its name on > the stick is just vmlinuz, I can't tell what it is. kernel-3.9.0-0.rc6.git2.3.fc19 Booted the target computer F18/kernel 3.6.11 and installed this kernel, and

Fedora 19 updates-testing report

2013-04-26 Thread updates
The following Fedora 19 Security updates need testing: Age URL 22 https://admin.fedoraproject.org/updates/FEDORA-2013-4753/microcode_ctl-2.0-3.1.fc19 14 https://admin.fedoraproject.org/updates/FEDORA-2013-5411/php-geshi-1.0.8.11-3.fc19 13 https://admin.fedoraproject.org/updates/FEDORA

Re: f19alpha, hang "booting a command list"

2013-04-26 Thread John Reiser
> What is the exact kernel F19 is using? Since I can't boot it, and its name on > the stick is just vmlinuz, I can't tell what it is. "file vmlinuz" prints the kernel version. -- -- test mailing list test@lists.fedoraproject.org To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo

Re: F18, F19 webalizer problem?

2013-04-26 Thread Cristian Sava
On Fri, 2013-04-26 at 08:30 -0500, Chris Adams wrote: > Once upon a time, Jonathan Kamens said: > > This, however, is fine: > > > > [ "$WEBALIZER_CRON" != yes ] > > > > because the quotes ensure that the statement will be evaluated with an > > expression to the left of the != even if the expres

Re: F18, F19 webalizer problem?

2013-04-26 Thread Chris Adams
Once upon a time, Jonathan Kamens said: > This, however, is fine: > > [ "$WEBALIZER_CRON" != yes ] > > because the quotes ensure that the statement will be evaluated with an > expression to the left of the != even if the expression is just an empty > string. > > This is fine too: > > [ z$WEB

Re: Revised Beta criteria up

2013-04-26 Thread Bruno Wolff III
On Fri, Apr 26, 2013 at 08:47:24 +, "\"Jóhann B. Guðmundsson\"" wrote: My concern is with users with live usb and persistent storage I'm pretty sure they would like to get update notifications. This is a pretty rare case and one for which updates need special handling as the persistan

Re: F18, F19 webalizer problem?

2013-04-26 Thread Cristian Sava
On Fri, 2013-04-26 at 09:09 -0400, Jonathan Kamens wrote: > On 04/26/2013 08:58 AM, Cristian Sava wrote: > > Webalizer is enabled via /etc/sysconfig/webalizer but I don't understand > > why /etc/cron.daily/00webalizer has this line: > > > > [ "z$WEBALIZER_CRON" != "zyes" ] && exit 0 > > > > that

Re: my impressions of F19A, from Radeon testing day

2013-04-26 Thread Chris Murphy
On Apr 25, 2013, at 9:52 PM, Adam Williamson wrote: > I've never quite got the 'being proud of having a keyboard with no Super > key' thing. It's a handy key. Before today, I've never heard of it. I'm going to guess the Windows key, the Super key, and the Command key, are synonyms (nearly the s

Re: F18, F19 webalizer problem?

2013-04-26 Thread Jonathan Kamens
On 04/26/2013 08:58 AM, Cristian Sava wrote: Webalizer is enabled via /etc/sysconfig/webalizer but I don't understand why /etc/cron.daily/00webalizer has this line: [ "z$WEBALIZER_CRON" != "zyes" ] && exit 0 that I think it should be (and it is working this way) [ "$WEBALIZER_CRON" != "yes" ]

F18, F19 webalizer problem?

2013-04-26 Thread Cristian Sava
Hi all, Webalizer is enabled via /etc/sysconfig/webalizer but I don't understand why /etc/cron.daily/00webalizer has this line: [ "z$WEBALIZER_CRON" != "zyes" ] && exit 0 that I think it should be (and it is working this way) [ "$WEBALIZER_CRON" != "yes" ] && exit 0 What is the mistery? C.Sa

Re: f19alpha, hang "booting a command list"

2013-04-26 Thread Chris Murphy
On Apr 25, 2013, at 9:56 PM, John Reiser wrote: > > > Eek! The BIOS-e820 shows a severely fragmented memory map (lines 6 through > 81). It seems to be a consequence of EFI. > Which BIOS manufacturer, and what is the date? Apple Inc. MacBookPro4,1/Mac-F42C89C8, BIOSMBP41.88Z.00C1.B03.0

F-19 Branched report: 20130426 changes

2013-04-26 Thread Fedora Branched Report
Compose started at Fri Apr 26 09:15:13 UTC 2013 Broken deps for x86_64 -- [TurboGears2] TurboGears2-2.1.4-5.fc19.noarch requires python-webob <= 0:1.1.1 [aeolus-conductor] aeolus-conductor-0.10.6-2.fc19.noarch requires ruby(ab

Re: Fedora 19 hardware dependencies

2013-04-26 Thread Michael Schwendt
On Fri, 26 Apr 2013 02:07:53 -0700, Chuck Forsberg WA7KGX N2469R wrote: > Gnuradio took some 500 minutes to compile, but it did > compile and then passed all but one of Gnuradio's tests. Gnuradio is included in the Fedora package collection. Any particular reason to build it yourself? http://koj

rawhide report: 20130426 changes

2013-04-26 Thread Fedora Rawhide Report
Compose started at Fri Apr 26 08:15:40 UTC 2013 Broken deps for x86_64 -- [aeolus-conductor] aeolus-conductor-0.10.6-2.fc19.noarch requires ruby(abi) = 0:1.9.1 [deltacloud-core] deltacloud-core-1.0.5-2.fc19.noarch requires rub

Re: Fedora 19 hardware dependencies

2013-04-26 Thread David
On 4/26/2013 5:07 AM, Chuck Forsberg WA7KGX N2469R wrote: > I finally got Fedora into a 800 MHz 1.5 GB Pentium III using > 721M Apr 24 14:20 Fedora-Live-XFCE-i686-19-Alpha-1.iso. Why? -- David -- test mailing list test@lists.fedoraproject.org To unsubscribe: https://admin.fedoraproject.or

Re: telepathy test day idea

2013-04-26 Thread Igor Gnatenko
Yes I'm joking. But Telepathy is good idea with gnome-online-accounts.. KTP good idea too. I will try to create and plan test day together with adamw and matrix. On Пт., 2013-04-26 at 11:02 +0200, Karel Volný wrote: > hi, > > > Can you plan telepathy test day ? > > I believe this is the document

Fedora 19 hardware dependencies

2013-04-26 Thread Chuck Forsberg WA7KGX N2469R
I finally got Fedora into a 800 MHz 1.5 GB Pentium III using 721M Apr 24 14:20 Fedora-Live-XFCE-i686-19-Alpha-1.iso. The live ISO was profoundly quadratic on this machine, the fastest 32 bit machine I have. Afterwards I had to use a rescue CD to link grub.cfg.rpmnew to grub.cfg to make Fedore bo

Re: telepathy test day idea

2013-04-26 Thread Karel Volný
hi, > Can you plan telepathy test day ? I believe this is the document you're looking for: https://fedoraproject.org/wiki/QA/Test_Days/Create > It works very unstable you're very lucky if you can say "it works" ... guess last time I've tried ktp-call-ui, audio and video went just in one

Re: Revised Beta criteria up

2013-04-26 Thread Jóhann B. Guðmundsson
On 04/24/2013 05:23 PM, Adam Williamson wrote: "but must not do so when running as a live image." <--- makes no sense and should be removed Er? It makes perfect sense. We don't want to encourage people to run a system update when booting live; this will just result in RAM exhaustion. So we d