From michael.wiktowy at gmail.com Sun Apr 1 00:23:24 2007 From: michael.wiktowy at gmail.com (Michael Wiktowy) Date: Sat, 31 Mar 2007 20:23:24 -0400 Subject: Is it supposed to be possible to run grub-install from the LiveCD with SELinux on? Message-ID: <3e4ec4600703311723x7c591d7avec6c987d0db6bbe7@mail.gmail.com> I am running into a ton of issues trying to get my SiI 3112 RAID1 set booting. If anyone knows of a guide to the required voodoo to have this work, please let me know as the f7test3 installer doesn't quite end up with a bootable system. Among my problems is that fact that SELinux is clobbering grub-install. I get a number of the following errors for a bunch of tmp files, bug or feature?: Summary SELinux is preventing the /sbin/grub from using potentially mislabeled files (/tmp/sh-thd-1175367330 (deleted)). Detailed Description SELinux has denied /sbin/grub access to potentially mislabeled file(s) (/tmp /sh-thd-1175367330 (deleted)). This means that SELinux will not allow /sbin/grub to use these files. It is common for users to edit files in their home directory or tmp directories and then move (mv) them to system directories. The problem is that the files end up with the wrong file context which confined applications are not allowed to access. Allowing Access If you want /sbin/grub to access this files, you need to relabel them using restorecon -v /tmp/sh-thd-1175367330 (deleted). You might want to relabel the entire directory using restorecon -R -v /tmp. Additional Information Source Context user_u:system_r:bootloader_t Target Context user_u:object_r:tmp_t Target Objects /tmp/sh-thd-1175367330 (deleted) [ file ] Affected RPM Packages grub-0.97-13 [application] Policy RPM selinux-policy-2.5.10-2.fc7 Selinux Enabled True Policy Type targeted MLS Enabled True Enforcing Mode Enforcing Plugin Name plugins.home_tmp_bad_labels Host Name localhost.localdomain Platform Linux localhost.localdomain 2.6.20-1.3023.fc7 #1 SMP Sun Mar 25 22:12:02 EDT 2007 i686 athlon Alert Count 1 First Seen Sat 31 Mar 2007 08:15:14 PM EDT Last Seen Sat 31 Mar 2007 08:15:14 PM EDT Local ID cb145cc9-d84a-4900-9f36-71be93a6750f Line Numbers Raw Audit Messages avc: denied { write } for comm="grub" dev=dm-0 egid=0 euid=0 exe="/sbin/grub" exit=0 fsgid=0 fsuid=0 gid=0 items=0 name="grub-install.log.ew4019" path=2F746D702F73682D7468642D31313735333637333330202864656C6574656429 pid=4021 scontext=user_u:system_r:bootloader_t:s0 sgid=0 subj=user_u:system_r:bootloader_t:s0 suid=0 tclass=file tcontext=user_u:object_r:tmp_t:s0 tty=pts0 uid=0 Thanks in advance for any help. /Mike From michal at harddata.com Sun Apr 1 04:34:16 2007 From: michal at harddata.com (Michal Jaegermann) Date: Sat, 31 Mar 2007 22:34:16 -0600 Subject: Is it supposed to be possible to run grub-install from the LiveCD with SELinux on? In-Reply-To: <3e4ec4600703311723x7c591d7avec6c987d0db6bbe7@mail.gmail.com> References: <3e4ec4600703311723x7c591d7avec6c987d0db6bbe7@mail.gmail.com> Message-ID: <20070401043416.GA32462@mail.harddata.com> On Sat, Mar 31, 2007 at 08:23:24PM -0400, Michael Wiktowy wrote: > It is common for users to edit files in > their home directory or tmp directories and then move (mv) them to system > directories. If you do that, and if you are using selinux, then after such move you have to run 'fixfiles' on target directories. Security is always PITA and a bunch of tradeoffs. If some particular tradeoffs are right for you it is only for you to tell. If you want avoid hassles just for an installation you can always run with 'selinux=0' and do 'fixfiles' globally once you are done and you plan to turn on selinux. Michal From caf at omen.com Sun Apr 1 05:23:43 2007 From: caf at omen.com (Chuck Forsberg WA7KGX N2469R) Date: Sat, 31 Mar 2007 22:23:43 -0700 Subject: More on fc7t3 x64 lockup Message-ID: <1175405023.3994.49.camel@omen.com> I was able to get past the previously reported lockup on image transfer to HD by installing from a USB DVD instead of an IDE DVD. But now Fedora x86_64 locks up when fetching information for eth1 -- even when I clear the checkbox for activating either ethernet interface in the install. Asus p5b-e motherboard Core Duo 6400, Realtek GB ethernet, Nvidia 7950gt -- Chuck Forsberg caf at omen.com www.omen.com 503-614-0430 Developer of Industrial ZMODEM(Tm) for Embedded Applications Omen Technology Inc "The High Reliability Software" 10255 NW Old Cornelius Pass Portland OR 97231 FAX 629-0665 From michael.wiktowy at gmail.com Sun Apr 1 05:23:50 2007 From: michael.wiktowy at gmail.com (Michael Wiktowy) Date: Sun, 1 Apr 2007 00:23:50 -0500 Subject: Is it supposed to be possible to run grub-install from the LiveCD with SELinux on? In-Reply-To: <20070401043416.GA32462@mail.harddata.com> References: <3e4ec4600703311723x7c591d7avec6c987d0db6bbe7@mail.gmail.com> <20070401043416.GA32462@mail.harddata.com> Message-ID: <3e4ec4600703312223q694a0314le45831fcf833a955@mail.gmail.com> On 3/31/07, Michal Jaegermann wrote: > If you do that, and if you are using selinux, then after such move > you have to run 'fixfiles' on target directories. > > Security is always PITA and a bunch of tradeoffs. If some > particular tradeoffs are right for you it is only for you to tell. > If you want avoid hassles just for an installation you can always > run with 'selinux=0' and do 'fixfiles' globally once you are done > and you plan to turn on selinux. Yes ... well, I guess what I am wondering is why the command grub-install is doing that and whether it should be. /Mike From guido.ledermann at googlemail.com Sun Apr 1 07:33:35 2007 From: guido.ledermann at googlemail.com (Guido Ledermann) Date: Sun, 01 Apr 2007 09:33:35 +0200 Subject: USB stick not writeable as user In-Reply-To: References: <460EBAF3.1040003@googlemail.com> Message-ID: <460F604F.2080209@googlemail.com> James W. Bennett schrieb: > Yes that is what I have found. Right now can only be mounted in Root. > Test 2 worked the same. I hope this changes. I don't want to go root > to read or write to my usb flash ram. Thanks, I've also found it in bugzilla http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234716 From guido.ledermann at googlemail.com Sun Apr 1 07:50:47 2007 From: guido.ledermann at googlemail.com (Guido Ledermann) Date: Sun, 01 Apr 2007 09:50:47 +0200 Subject: Gnome Screensaver displaying all jpeg on hard disk In-Reply-To: <460EED95.7020000@speakeasy.net> References: <460EED95.7020000@speakeasy.net> Message-ID: <460F6457.9020509@googlemail.com> Carlo Wise schrieb: > Gnome screensaver is displaying all jpeg images on my computer rather > than only the Pictures folder. > > Version: gnome-screensaver-2.18.0-2.fc7 Same here. Did you filed it in bugzilla? Guido From guido.ledermann at googlemail.com Sun Apr 1 08:00:26 2007 From: guido.ledermann at googlemail.com (Guido Ledermann) Date: Sun, 01 Apr 2007 10:00:26 +0200 Subject: USB stick not writeable as user In-Reply-To: References: <460EBAF3.1040003@googlemail.com> Message-ID: <460F669A.50709@googlemail.com> James W. Bennett schrieb: > Yes that is what I have found. Right now can only be mounted in Root. > Test 2 worked the same. I hope this changes. I don't want to go root > to read or write to my usb flash ram. The workaround is rpm -e --nopes gnome-mount yum install gnome-mount From buildsys at redhat.com Sun Apr 1 10:21:42 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Sun, 1 Apr 2007 06:21:42 -0400 Subject: rawhide report: 20070401 changes Message-ID: <200704011021.l31ALgX7006886@hs20-bc2-6.build.redhat.com> Updated Packages: bouncycastle-1.34-3.fc7 ----------------------- * Sat Mar 31 2007 Thomas Fitzsimmons - 1.34-3 - Require java-1.5.0-gcj. * Tue Dec 12 2006 Thomas Fitzsimmons - 1.34-2 - Install bcprov jar and unversioned symlink in /usr/share/java. - Install bcprov symlink in /usr/share/java/gcj-endorsed. - Change release numbering format to X.fc7. - Include new bcprov files in files list. - Import Bouncy Castle 1.34. - Related: rhbz#218794 * Tue Jul 25 2006 Thomas Fitzsimmons - 1.33-3 - Bump release number. filesystem-2.4.5-1.fc7 ---------------------- * Sat Mar 31 2007 Peter Jones - 2.4.5-1 - add /usr/local/share/applications gnome-applets-1:2.18.0-6.fc7 ---------------------------- * Sat Mar 31 2007 Matthias Clasen - 1:2.18.0-6 - Fix the bug-buddy support of the accessx status applet * Sat Mar 31 2007 Matthias Clasen - 1:2.18.0-5 - Add bug-buddy support to the keyboard indicator applet gnome-panel-2.18.0-5.fc7 ------------------------ * Sat Mar 31 2007 Matthias Clasen - 2.18.0-5 - Remove the bug-buddy patch again; fixed better in libgnome gnome-power-manager-2.18.1-2.fc7 -------------------------------- * Sat Mar 31 2007 Matthias Clasen - 2.18.1-2 - Add bug-buddy support to the applets kernel-2.6.20-1.3038.fc7 ------------------------ * Sat Mar 31 2007 David Woodhouse - Move pmac_zilog serial port to proper device numbers (#155895) * Sat Mar 31 2007 Kristian H??gsberg - Add nouveau provides for all sub-packages. libgnome-2.18.0-2.fc7 --------------------- * Sat Mar 31 2007 Matthias Clasen - 2.18.0-2 - Set program name correctly * Tue Mar 13 2007 Matthias Clasen - 2.18.0-1 - Update to 2.18.0 * Tue Feb 27 2007 Matthias Clasen - 2.17.92-1 - Update to 2.17.92 logrotate-3.7.5-3.fc7 --------------------- * Sat Mar 31 2007 Peter Vrabec 3.7.5-3 - add error checking before running prerotate and postrotate scripts lucene-0:1.4.3-1jpp.18 ---------------------- * Sat Mar 31 2007 Thomas Fitzsimmons - 0:1.4.3-1jpp.18 - Require java-1.5.0-gcj for post and postun. mdadm-2.6.1-2.fc7 ----------------- * Sat Mar 31 2007 Doug Ledford - 2.6.1-2 - Oops, missing a dependency in the Makefile * Sat Mar 31 2007 Doug Ledford - 2.6.1-1 - Update to latest upstream version ppc64-utils-0.11-2.fc7 ---------------------- * Sat Mar 31 2007 David Woodhouse - 0.11-2 - Include ps3pf_utils. tmpwatch-2.9.11-1 ----------------- * Sat Mar 31 2007 Miloslav Trmac - 2.9.11-1 - Fix a misleading message in --test Resolves: 234596 - Compress the tarball using bzip2 - Move the cron.daily script to a separate source file Broken deps for s390 ---------------------------------------------------------- systemtap - 0.5.13-1.fc7.s390 requires kernel >= 0:2.6.9-11 systemtap-runtime - 0.5.13-1.fc7.s390 requires kernel >= 0:2.6.9-11 From paul at all-the-johnsons.co.uk Sun Apr 1 12:02:27 2007 From: paul at all-the-johnsons.co.uk (Paul) Date: Sun, 01 Apr 2007 13:02:27 +0100 Subject: Laptop not booting under the 2.6.20-1.3036 kernel Message-ID: <1175428947.3215.42.camel@T7.Linux> Hi, I've installed and updated my son's laptop using the F7T3 dvd and it refuses to boot. It gets past grub, starts to load vmlinuz and then restarts. I've tried nopci and noprobe as command line options but it continually reboots. It's an old laptop - Compaq Presario 1246, but it should be able to handle things. The HD was installed originally on my laptop (x86) and transferred over - I've done this plenty of times in the past. If I put the drive back in my laptop, it boots fine. TTFN Paul -- Sie k?nnen mich aufreizen und wirklich hei? machen! -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From romal at gmx.de Sun Apr 1 12:07:25 2007 From: romal at gmx.de (Robert M. Albrecht) Date: Sun, 01 Apr 2007 14:07:25 +0200 Subject: f6test3 Message-ID: <460FA07D.7040009@gmx.de> Hi, as f6test3 was the last installable Fedora on my machine and I trashed my OS yesterday. Has anyone still an f6test3 iso-image ? It vanished from the mirror-servers. All later Fedoras fail with kernel-panics or other problems. Installing f6t3 and updating to rawhide always worked. cu romal -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 249 bytes Desc: OpenPGP digital signature URL: From gilboad at gmail.com Sun Apr 1 13:27:33 2007 From: gilboad at gmail.com (Gilboa Davara) Date: Sun, 01 Apr 2007 16:27:33 +0300 Subject: F7T3/x86_64 under VMWare anyone? Message-ID: <1175434053.12617.6.camel@gilboa-work-dev.localdomain> Hello all, I'm trying to test the LiveCD installer under VMWare Server (x86_64 host/guest) and Iiveinst is segfualing on me. [1]. [2]. Seems that the LiveCD mptscsiX driver (which works just fine under FC5/6) fails to detect the virtual SCSI disk. Has anyone detected / reported this problem? - Gilboa [1] https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234752 [2] RFE: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234754 From mclasen at redhat.com Sun Apr 1 13:32:58 2007 From: mclasen at redhat.com (Matthias Clasen) Date: Sun, 01 Apr 2007 09:32:58 -0400 Subject: Gnome Screensaver displaying all jpeg on hard disk In-Reply-To: <460F6457.9020509@googlemail.com> References: <460EED95.7020000@speakeasy.net> <460F6457.9020509@googlemail.com> Message-ID: <1175434378.2979.2.camel@localhost.localdomain> On Sun, 2007-04-01 at 09:50 +0200, Guido Ledermann wrote: > Carlo Wise schrieb: > > Gnome screensaver is displaying all jpeg images on my computer rather > > than only the Pictures folder. > > > > Version: gnome-screensaver-2.18.0-2.fc7 > > Same here. Did you filed it in bugzilla? > > Guido > Should be fixed in -3. From jacliburn at bellsouth.net Sun Apr 1 13:04:27 2007 From: jacliburn at bellsouth.net (Jay Cliburn) Date: Sun, 1 Apr 2007 08:04:27 -0500 Subject: More on fc7t3 x64 lockup In-Reply-To: <1175405023.3994.49.camel@omen.com> References: <1175405023.3994.49.camel@omen.com> Message-ID: <20070401080427.0898300f@osprey.hogchain.net> On Sat, 31 Mar 2007 22:23:43 -0700 Chuck Forsberg WA7KGX N2469R wrote: > I was able to get past the previously reported lockup > on image transfer to HD by installing from a USB > DVD instead of an IDE DVD. > > But now Fedora x86_64 locks up when fetching information > for eth1 -- even when I clear the checkbox for activating > either ethernet interface in the install. > > Asus p5b-e motherboard Core Duo 6400, Realtek GB ethernet, > Nvidia 7950gt That motherboard comes with an Attansic L1 onboard gigabit NIC, which should be working in F7T3. Are you saying you've added in a second NIC, and that NIC doesn't work? Is it an RTL8169? From mickeyboa at sbcglobal.net Sun Apr 1 14:09:03 2007 From: mickeyboa at sbcglobal.net (jim tate) Date: Sun, 01 Apr 2007 10:09:03 -0400 Subject: Display resoulution keep changing In-Reply-To: <460FBC9E.1040009@sbcglobal.net> References: <460DAF89.7020502@sbcglobal.net> <460FBC9E.1040009@sbcglobal.net> Message-ID: <460FBCFF.4090900@sbcglobal.net> jim tate wrote: > jim tate wrote: >> Using a ATI 9200SE AGP video adapter, with a 'radeon' driver. >> When I reboot or restart X the resolution keeps changing from >> 1024x768 to 1440x900 >> The monitor setting is a Generic CRT 1024x768, The monitor I'm using >> is a 17" CRT . >> >> Jim >> >> > The system-config-display is setup as to hardware. > > Jim > From fedoratrans at gmail.com Sun Apr 1 14:33:16 2007 From: fedoratrans at gmail.com (Magnus Larsson) Date: Sun, 1 Apr 2007 10:33:16 -0400 Subject: F7T3/x86_64 under VMWare anyone? In-Reply-To: <1175434053.12617.6.camel@gilboa-work-dev.localdomain> References: <1175434053.12617.6.camel@gilboa-work-dev.localdomain> Message-ID: When I upgrade from FC6 it has failed to detect my LVM disks since kernel version 2.6.20.2925 when using latest VmWare Workstation... If I use kernel 2925 it works fine. On 4/1/07, Gilboa Davara wrote: > > Hello all, > > I'm trying to test the LiveCD installer under VMWare Server (x86_64 > host/guest) and Iiveinst is segfualing on me. [1]. [2]. > Seems that the LiveCD mptscsiX driver (which works just fine under > FC5/6) fails to detect the virtual SCSI disk. > > Has anyone detected / reported this problem? > > - Gilboa > [1] https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234752 > [2] RFE: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234754 > > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at miketc.com Sun Apr 1 15:10:34 2007 From: mike at miketc.com (Mike Chambers) Date: Sun, 01 Apr 2007 10:10:34 -0500 Subject: Display resoulution keep changing In-Reply-To: <460FBCFF.4090900@sbcglobal.net> References: <460DAF89.7020502@sbcglobal.net> <460FBC9E.1040009@sbcglobal.net> <460FBCFF.4090900@sbcglobal.net> Message-ID: <1175440234.3383.2.camel@scrappy.miketc.com> On Sun, 2007-04-01 at 10:09 -0400, jim tate wrote: > jim tate wrote: > > jim tate wrote: > >> Using a ATI 9200SE AGP video adapter, with a 'radeon' driver. > >> When I reboot or restart X the resolution keeps changing from > >> 1024x768 to 1440x900 > >> The monitor setting is a Generic CRT 1024x768, The monitor I'm using > >> is a 17" CRT . > >> > >> Jim > >> > >> > > The system-config-display is setup as to hardware. If your using a Generic CRT setting, maybe when running system-config-display you can check the bottom left corner box to show *all* monitors (in the monitor tab obviously), and see if your exact one is there. That might help, as well as making sure your card is the correct one. I used to use the ATI 9000 Radeon Pro and never had a problem like you have, and I selected my monitor from the list instead of a generic one. Good luck, -- Mike Chambers Madisonville, KY "Sex is like air, it's not important unless your not getting any!" From fedora-list at puzzled.xs4all.nl Sun Apr 1 17:16:05 2007 From: fedora-list at puzzled.xs4all.nl (Patrick) Date: Sun, 01 Apr 2007 19:16:05 +0200 Subject: Install using vesa fails with ATI X700 In-Reply-To: <1170692666.6608.52.camel@localhost.localdomain> References: <1170383030.2959.6.camel@speedy.puzzled.xs4all.nl> <1170685333.6608.13.camel@localhost.localdomain> <1170689483.3412.26.camel@speedy.puzzled.xs4all.nl> <1170692666.6608.52.camel@localhost.localdomain> Message-ID: <1175447765.2740.2.camel@guru.puzzled.xs4all.nl> On Mon, 2007-02-05 at 11:24 -0500, Adam Jackson wrote: > On Mon, 2007-02-05 at 16:31 +0100, Patrick wrote: > > On Mon, 2007-02-05 at 09:22 -0500, Adam Jackson wrote: > > > The vesa driver in F7t1 ought to include all the latest fixes. If you > > > can scrape /tmp/ramfs/X.log off the machine at install time after the > > > text mode fallback that would probably tell you why it failed. > > > > I'll give it a try. Do you have any tips for me how I can save that > > file? Is it at that time already possible to copy the file to a usb > > stick or ftp the file to another host? > > Network should be up by that point, or at least configurable. But yes, > USB stick is the other option, and normal mount and cp should be > working. > > It would also be pleasant to see the X log from trying to use the radeon > driver without the MonitorLayout force. I hope we at least see that > there's an LVDS panel attached and are just refusing to set it up for > some reason. Ugh I completely forgot to submit the info you asked for. Just had a look and I can't figure out how to mount the USB stick. Can't even find something similar to /var/log/messages so I know what the USB stick is called. Can you please give me a hint? Thanks, Patrick From fedora-list at puzzled.xs4all.nl Sun Apr 1 17:31:35 2007 From: fedora-list at puzzled.xs4all.nl (Patrick) Date: Sun, 01 Apr 2007 19:31:35 +0200 Subject: Please set bell-style none Message-ID: <1175448695.2740.11.camel@guru.puzzled.xs4all.nl> Hi, As long as I can remember the pc speaker makes a very loud beep noise when either doing tab completion or backspace in a console. Would it be possible to kill this frighteningly loud sound by setting bell-style to none in inputrc? Alternatively, does anyone know how I can kill that annoying beep when in vt2 while running the FC6/F7 DVD? Thanks, Patrick From miles.lane at gmail.com Sun Apr 1 20:54:19 2007 From: miles.lane at gmail.com (Miles Lane) Date: Sun, 1 Apr 2007 13:54:19 -0700 Subject: Why can't root write to /sys/module/ipw2200/parameters/led? Message-ID: [root at hogwarts ~]# echo 1 > /sys/module/ipw2200/parameters/led -bash: /sys/module/ipw2200/parameters/led: Permission denied From david at fubar.dk Sun Apr 1 20:58:50 2007 From: david at fubar.dk (David Zeuthen) Date: Sun, 01 Apr 2007 16:58:50 -0400 Subject: F7t3 x86_64 Live CD tests In-Reply-To: <1175290823.6884.112.camel@metroid.rdu.redhat.com> References: <1175178119.3034.12.camel@aglarond.local> <003501c77273$8b404900$0a01a8c0@jbsys> <1175289303.6884.101.camel@metroid.rdu.redhat.com> <1175290823.6884.112.camel@metroid.rdu.redhat.com> Message-ID: <1175461130.3008.178.camel@zelda.fubar.dk> On Fri, 2007-03-30 at 17:40 -0400, Will Woods wrote: > On Fri, 2007-03-30 at 17:15 -0400, Will Woods wrote: > > On Thu, 2007-03-29 at 19:31 -0700, Jim Bevier wrote: > > > > Also, it would be really nice if ntfs support was enabled for the live cd. > > > > Patent issues with the NTFS code have kept us from shipping that by > > default. Maybe someday. > > To be clearer about this - ntfs-3g is already in FC6 Extras, and it is > (and will be) part of Fedora 7. But it isn't currently on the Prime > spin, or the LiveCD, and we've passed the feature freeze now. So it > might be too late to change that for F7. Not necessarily; it's just a bug that it's not included. For the record, my plans it to make gnome-mount pull it in once the Core/Extras merge is complete. David From rpjday at mindspring.com Sun Apr 1 20:59:06 2007 From: rpjday at mindspring.com (Robert P. J. Day) Date: Sun, 1 Apr 2007 16:59:06 -0400 (EDT) Subject: Why can't root write to /sys/module/ipw2200/parameters/led? In-Reply-To: References: Message-ID: On Sun, 1 Apr 2007, Miles Lane wrote: > [root at hogwarts ~]# echo 1 > /sys/module/ipw2200/parameters/led > -bash: /sys/module/ipw2200/parameters/led: Permission denied because if you look at the source code for ipw2200.c in the kernel source tree, the "led" module parameter is defined as read-only: ... module_param(led, int, 0444); MODULE_PARM_DESC(led, "enable led control on some systems (default 0 off)\n"); ... rday -- ======================================================================== Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://fsdev.net/wiki/index.php?title=Main_Page ======================================================================== From riku.seppala at kymp.net Sun Apr 1 21:03:26 2007 From: riku.seppala at kymp.net (=?ISO-8859-1?Q?Riku_Sepp=E4l=E4?=) Date: Mon, 02 Apr 2007 00:03:26 +0300 Subject: trouble installing f7t3 on hp laptop Message-ID: <46101E1E.6010009@kymp.net> Hello I'm trying to install Fedora 7 test 3 on hp pavilion dv9237eu laptop. I'm installing from a dvd, so when it asks installation method I choose cd-rom. Then I get no driver found, unable to find any devices of the type needed for this installation type. The laptop has nforce 430/410 sata controller. What driver should I select? sata_nv? it's not on the list. Need help. Thanks. :) Riku From michal at harddata.com Sun Apr 1 21:18:14 2007 From: michal at harddata.com (Michal Jaegermann) Date: Sun, 1 Apr 2007 15:18:14 -0600 Subject: Please set bell-style none In-Reply-To: <1175448695.2740.11.camel@guru.puzzled.xs4all.nl> References: <1175448695.2740.11.camel@guru.puzzled.xs4all.nl> Message-ID: <20070401211814.GB29266@mail.harddata.com> On Sun, Apr 01, 2007 at 07:31:35PM +0200, Patrick wrote: > > As long as I can remember the pc speaker makes a very loud beep noise > when either doing tab completion or backspace in a console. Would it be > possible to kill this frighteningly loud sound by setting bell-style to > none in inputrc? It should be, or with 'setterm'. Something like 'setterm -bfreq 0' should do. OTOH a radical way to kill this beeping, regardless through which mechanism something is trying to do that, is with that line: install pcspkr : in /etc/modprobe.conf Michal From mickeyboa at sbcglobal.net Sun Apr 1 21:40:06 2007 From: mickeyboa at sbcglobal.net (jim tate) Date: Sun, 01 Apr 2007 17:40:06 -0400 Subject: Display resoulution keep changing In-Reply-To: <460FBCFF.4090900@sbcglobal.net> References: <460DAF89.7020502@sbcglobal.net> <460FBC9E.1040009@sbcglobal.net> <460FBCFF.4090900@sbcglobal.net> Message-ID: <461026B6.4050604@sbcglobal.net> jim tate wrote: > jim tate wrote: >> jim tate wrote: >>> Using a ATI 9200SE AGP video adapter, with a 'radeon' driver. >>> When I reboot or restart X the resolution keeps changing from >>> 1024x768 to 1440x900 >>> The monitor setting is a Generic CRT 1024x768, The monitor I'm using >>> is a 17" CRT . >>> >>> Jim >>> >>> >> The system-config-display is setup as to hardware. >> >> Jim >> > > Yes, I clicked on the 'all' and selected the make and model of CRT monitor and that corrected the problem. I guess the Generic CRT monitor settings don't work very good. Thanks for your help Jim. From drago01 at gmail.com Sun Apr 1 21:57:17 2007 From: drago01 at gmail.com (dragoran dragoran) Date: Sun, 1 Apr 2007 23:57:17 +0200 Subject: F7t3 x86_64 Live CD tests In-Reply-To: <1175461130.3008.178.camel@zelda.fubar.dk> References: <1175178119.3034.12.camel@aglarond.local> <003501c77273$8b404900$0a01a8c0@jbsys> <1175289303.6884.101.camel@metroid.rdu.redhat.com> <1175290823.6884.112.camel@metroid.rdu.redhat.com> <1175461130.3008.178.camel@zelda.fubar.dk> Message-ID: On 4/1/07, David Zeuthen wrote: > > On Fri, 2007-03-30 at 17:40 -0400, Will Woods wrote: > > On Fri, 2007-03-30 at 17:15 -0400, Will Woods wrote: > > > On Thu, 2007-03-29 at 19:31 -0700, Jim Bevier wrote: > > > > > > Also, it would be really nice if ntfs support was enabled for the > live cd. > > > > > > Patent issues with the NTFS code have kept us from shipping that by > > > default. Maybe someday. > > > > To be clearer about this - ntfs-3g is already in FC6 Extras, and it is > > (and will be) part of Fedora 7. But it isn't currently on the Prime > > spin, or the LiveCD, and we've passed the feature freeze now. So it > > might be too late to change that for F7. > > Not necessarily; it's just a bug that it's not included. For the record, > my plans it to make gnome-mount pull it in once the Core/Extras merge is > complete. you will need to fix or to get someone to fix the fuse/ntfs-3g selinux issues. ( avcs @ mount from fstab and unmount) but works if it started by hand. David > > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From giallu at gmail.com Sun Apr 1 22:15:27 2007 From: giallu at gmail.com (Gianluca Sforna) Date: Mon, 2 Apr 2007 00:15:27 +0200 Subject: F7t3 x86_64 Live CD tests In-Reply-To: <1175461130.3008.178.camel@zelda.fubar.dk> References: <1175178119.3034.12.camel@aglarond.local> <003501c77273$8b404900$0a01a8c0@jbsys> <1175289303.6884.101.camel@metroid.rdu.redhat.com> <1175290823.6884.112.camel@metroid.rdu.redhat.com> <1175461130.3008.178.camel@zelda.fubar.dk> Message-ID: On 4/1/07, David Zeuthen wrote: > > Not necessarily; it's just a bug that it's not included. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234082 From bhanks at bhanks.com Mon Apr 2 00:02:07 2007 From: bhanks at bhanks.com (Brian Hanks) Date: Sun, 1 Apr 2007 19:02:07 -0500 Subject: F7-T3 RAID/LVM Install Failure Message-ID: <001b01c774ba$274aefb0$6401a8c0@wreck> I've been testing Redhat and Fedora releases for longer than I can recall and this one has been the most disappointing. I've tried to install Test1, Test 2, and now Test 3, but all have been unsuccessful. I was simply looking to install this new release on my TEST machine using the exisiting partition scheme. I typically use RAID 1 for /, /boot, and /var. I use RAID 1 with LVM for the remainder. When I install these new releases, I reformat almost everything except for /home and a few of my data partitions. Unfortunately, I can install F7-T3 because the installer doesn't recognize my RAID 1 partitions, nor does it recognize my LVM configuration. Instead, I see /dev/md1 repeated over and over and I see no LVM info. A similar problem was present in the early releases of FC6, but it was fixed relatively quickly. Not so with this latest release. At this point, I'm just hoping that it's fixed before the final spin. -- Brian -------------- next part -------------- An HTML attachment was scrubbed... URL: From jkeating at redhat.com Mon Apr 2 01:08:48 2007 From: jkeating at redhat.com (Jesse Keating) Date: Sun, 1 Apr 2007 21:08:48 -0400 Subject: trouble installing f7t3 on hp laptop In-Reply-To: <46101E1E.6010009@kymp.net> References: <46101E1E.6010009@kymp.net> Message-ID: <200704012108.48483.jkeating@redhat.com> On Sunday 01 April 2007 17:03:26 Riku Sepp?l? wrote: > What driver should I select? sata_nv? it's not on the list. Need help. > Thanks. Try pata_amd ? I'm assuming this is an AMD based laptop? -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From jkeating at redhat.com Mon Apr 2 01:09:41 2007 From: jkeating at redhat.com (Jesse Keating) Date: Sun, 1 Apr 2007 21:09:41 -0400 Subject: F7-T3 RAID/LVM Install Failure In-Reply-To: <001b01c774ba$274aefb0$6401a8c0@wreck> References: <001b01c774ba$274aefb0$6401a8c0@wreck> Message-ID: <200704012109.41428.jkeating@redhat.com> On Sunday 01 April 2007 20:02:07 Brian Hanks wrote: > Instead, > I see /dev/md1 repeated over and over and I see no LVM info. ?A similar > problem was present in the early releases of FC6, but it was fixed > relatively quickly. ?Not so with this latest release. ?At this point, I'm > just hoping that it's fixed before the final spin. ? Is there a bug filed? -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From katzj at redhat.com Mon Apr 2 01:45:48 2007 From: katzj at redhat.com (Jeremy Katz) Date: Sun, 01 Apr 2007 21:45:48 -0400 Subject: F7t3 x86_64 Live CD tests In-Reply-To: References: <1175178119.3034.12.camel@aglarond.local> <003501c77273$8b404900$0a01a8c0@jbsys> Message-ID: <1175478348.3140.28.camel@aglarond.local> On Sat, 2007-03-31 at 00:02 +0200, dragoran dragoran wrote: > how much ram is required for the x86_64 live cd to boot from ram? > i386 works fine; x86_64 got killed by oom... > system was a core2duo laptop with 2gb ram... 2 gigs should be plenty... at the same time, I haven't tried on the x86_64 one. I'll try it out tomorrow at the office Jeremy From katzj at redhat.com Mon Apr 2 01:51:36 2007 From: katzj at redhat.com (Jeremy Katz) Date: Sun, 01 Apr 2007 21:51:36 -0400 Subject: can't install F7T3 off usb hard disk from DVD iso file with boot.iso In-Reply-To: <460E7D92.6060900@redhat.com> References: <200703302230.30380.moschleg@verizon.net> <460E7D92.6060900@redhat.com> Message-ID: <1175478696.3140.31.camel@aglarond.local> On Sat, 2007-03-31 at 08:26 -0700, John Poelstra wrote: > Mark Schlegel wrote: > > I frequently install Fedora by downloading the DVD iso file > > for installation via the boot.iso burned to a CD where the > > DVD image iso file is on a usb hard disk (/dev/sdb1 ) > > On previous fedora's I usually used > > > > boot: linux askmethod > > > > but for FC7T3 it seems you use the menu, and select the top > > row "install or update..." and eventually you get to > > "Installation Method". I selected Hard drive and > > sdb1 as the device (correct for the usb drive with the > > DVD image on it). I used F2 to work into the drive > > to select the DVD file. > > > > I agree. What happened to the "boot:" prompt and can we bring it back? > What was the thought behind removing it? The fact that things were incredibly limited in what we could display in making it easy for people? And it's not like it's hard to add options with the menu. It even says "Press [TAB] to enter options" :-) Jeremy From katzj at redhat.com Mon Apr 2 01:54:10 2007 From: katzj at redhat.com (Jeremy Katz) Date: Sun, 01 Apr 2007 21:54:10 -0400 Subject: Is it supposed to be possible to run grub-install from the LiveCD with SELinux on? In-Reply-To: <3e4ec4600703311723x7c591d7avec6c987d0db6bbe7@mail.gmail.com> References: <3e4ec4600703311723x7c591d7avec6c987d0db6bbe7@mail.gmail.com> Message-ID: <1175478850.3140.33.camel@aglarond.local> On Sat, 2007-03-31 at 20:23 -0400, Michael Wiktowy wrote: > I am running into a ton of issues trying to get my SiI 3112 RAID1 set > booting. If anyone knows of a guide to the required voodoo to have > this work, please let me know as the f7test3 installer doesn't quite > end up with a bootable system. > > Among my problems is that fact that SELinux is clobbering > grub-install. I get a number of the following errors for a bunch of > tmp files, bug or feature?: This looks like a bug in either the SELinux policy or grub. File it against grub and cc both dwalsh AT redhat DOT com and myself and we'll get it fixed up. This is definitely something that *should* work Jeremy From drago01 at gmail.com Mon Apr 2 06:38:44 2007 From: drago01 at gmail.com (dragoran) Date: Mon, 02 Apr 2007 08:38:44 +0200 Subject: F7t3 x86_64 Live CD tests In-Reply-To: <1175478348.3140.28.camel@aglarond.local> References: <1175178119.3034.12.camel@aglarond.local> <003501c77273$8b404900$0a01a8c0@jbsys> <1175478348.3140.28.camel@aglarond.local> Message-ID: <4610A4F4.3000604@gmail.com> Jeremy Katz wrote: > On Sat, 2007-03-31 at 00:02 +0200, dragoran dragoran wrote: > >> how much ram is required for the x86_64 live cd to boot from ram? >> i386 works fine; x86_64 got killed by oom... >> system was a core2duo laptop with 2gb ram... >> > > 2 gigs should be plenty... ok so it seems to be a bug? > at the same time, I haven't tried on the > x86_64 one. I'll try it out tomorrow at the office > > ok > Jeremy > > From buildsys at redhat.com Mon Apr 2 09:43:20 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Mon, 2 Apr 2007 05:43:20 -0400 Subject: rawhide report: 20070402 changes Message-ID: <200704020943.l329hKuP012450@hs20-bc2-6.build.redhat.com> Updated Packages: dhcp-12:3.0.5-27.fc7 -------------------- * Sun Apr 01 2007 David Cantrell - 12:3.0.5-27 - Ensure that Perl and Perl modules are not added as dependencies (#234688) - Reorganize patches by feature/bug per packaging guidelines (#225691) - Move the following files from patches to source files: linux.dbus-example, linux, Makefile.dist, dhcp4client.h, libdhcp_control.h - Compile with -fno-strict-aliasing as ISC coding standards generally don't agree well with gcc 4.x.x * Wed Mar 21 2007 David Cantrell - 12:3.0.5-26 - Fix formatting problems in dhclient man page (#233076). * Mon Mar 05 2007 David Cantrell - 12:3.0.5-25 - Man pages need 0644 permissions (#222572) eog-2.18.0.1-2.fc7 ------------------ * Sun Apr 01 2007 Matthias Clasen - 2.18.0.1-2 - Fix a problem with the svgz patch evince-0.8.0-3.fc7 ------------------ * Sun Apr 01 2007 Matthias Clasen - 0.8.0-3 - Add an explicit --with-print=gtk to configure - Drop libgnomeprintui22 BR glibc-2.5.90-20 --------------- * Sat Mar 31 2007 Jakub Jelinek 2.5.90-20 - assorted NIS+ speedups (#223467) - fix HAVE_LIBCAP configure detection (#178934) - remove /usr/sbin/rpcinfo from glibc-common (#228894) - nexttoward*/nextafter* fixes (BZ#3306) - feholdexcept/feupdateenv fixes (BZ#3427) - speed up fnmatch with two or more * in the pattern gnome-screensaver-2.18.0-3.fc7 ------------------------------ * Sun Apr 01 2007 Matthias Clasen - 2.18.0-3 - Fall back to HOME/Pictures if PICTURES is not set gthumb-2.10.0-3.fc7 ------------------- * Mon Apr 02 2007 Matthias Clasen - 2.10.0-3 - Use the PICTURES user dir as default location for photo import hal-0.5.9-0.git20070401.1.fc7 ----------------------------- * Sun Apr 01 2007 David Zeuthen - 0.5.9-0.git20070401.1 - Rebuild * Sun Apr 01 2007 David Zeuthen - 0.5.9-0.git20070401 - Update to hal 0.5.9rc3 and hal-info-20070401 - Drop Fedora eject patch in favor of new --with-eject build option - Man pages and new tools; notably hal-lock(1) and hal-disable-polling(1) mono-1.2.3-3.fc7 ---------------- * Sun Apr 01 2007 Matthias Clasen - 1.2.3-3 - Fix a spec format error (#210633) words-3.0-11.fc7 ---------------- * Mon Apr 02 2007 Karel Zak - 3.0-11 - cleanup spec file - fix #227216 - Unnecessary BuildRequirement to ncompress Broken deps for s390 ---------------------------------------------------------- systemtap - 0.5.13-1.fc7.s390 requires kernel >= 0:2.6.9-11 systemtap-runtime - 0.5.13-1.fc7.s390 requires kernel >= 0:2.6.9-11 From fct-cornette at insight.rr.com Mon Apr 2 10:51:58 2007 From: fct-cornette at insight.rr.com (Jim Cornette) Date: Mon, 02 Apr 2007 06:51:58 -0400 Subject: f7t3 (kernel panic)? while booting In-Reply-To: <460E6C93.9070904@gmx.de> References: <460E6C93.9070904@gmx.de> Message-ID: <4610E04E.4020109@insight.rr.com> Robert M. Albrecht wrote: > Hi, > > I did a clean reinstall of f7t3 on my machine. > > The Installation was error-free. > > Boot this machine crahes every time: > > ...lots of usb-related stuff > > unable to access resume device(LABEL=SWAP-sda3) > mount: could not finde filesystem /dev/root > setuproot moing /dev failed ... > ... > > switchroot: mount failed: to such file or directory > kernel panic - ny syncing: Attempted to kill init > > And Caps-Lock is blinking :-O > > Any Ideas ? > > cu romal > > The flashing keyboard indicator light sounds like a kernel panic. You might need to try to capture the output to a serial port and capture it through a terminal on another machine via minicom (Linux) or hyperterminal (windows). Then you can submit the output to the developers via bugzilla. Jim -- Work Hard. Rock Hard. Eat Hard. Sleep Hard. Grow Big. Wear Glasses If You Need 'Em. -- The Webb Wilder Credo From bhanks at bhanks.com Mon Apr 2 13:35:48 2007 From: bhanks at bhanks.com (Brian Hanks) Date: Mon, 02 Apr 2007 08:35:48 -0500 Subject: F7-T3 RAID/LVM Install Failure Message-ID: <20070402083548.vn2wk7u3bym8kcoc@64.40.144.142> >>On Sunday 01 April 2007 20:02:07 Brian Hanks wrote: >> Instead, >> I see /dev/md1 repeated over and over and I see no LVM info. =C2=A0A simi= lar >> problem was present in the early releases of FC6, but it was fixed >> relatively quickly. =C2=A0Not so with this latest release. =C2=A0At this = point, I'm >> just hoping that it's fixed before the final spin. =C2=A0 > Is there a bug filed? > =2D-=20 > Jesse Keating > Release Engineer: Fedora Actually, no. I went to do it and I found a pre-existing bug that seemed to cover the exact situation. That said, I just went to look for it again and can't seem to find it. I'll file a new one this evening. -- Brian -------------- next part -------------- An HTML attachment was scrubbed... URL: From clumens at redhat.com Mon Apr 2 14:02:12 2007 From: clumens at redhat.com (Chris Lumens) Date: Mon, 2 Apr 2007 10:02:12 -0400 Subject: F7-T3 RAID/LVM Install Failure In-Reply-To: <001b01c774ba$274aefb0$6401a8c0@wreck> References: <001b01c774ba$274aefb0$6401a8c0@wreck> Message-ID: <20070402140206.GA16460@exeter.boston.redhat.com> > When I install these new releases, I > reformat almost everything except for /home and a few of my data partitions. > Unfortunately, I can install F7-T3 because the installer doesn't recognize > my RAID 1 partitions, nor does it recognize my LVM configuration. Instead, > I see /dev/md1 repeated over and over and I see no LVM info. A similar > problem was present in the early releases of FC6, but it was fixed > relatively quickly. Not so with this latest release. At this point, I'm > just hoping that it's fixed before the final spin. This sounds like something I fixed late last week. Unfortunately it won't be in test3, but if you have the ability to test rawhide, please try it and see if it's better now. If not, please file a bug. - Chris From ajackson at redhat.com Mon Apr 2 13:51:35 2007 From: ajackson at redhat.com (Adam Jackson) Date: Mon, 02 Apr 2007 09:51:35 -0400 Subject: Install using vesa fails with ATI X700 In-Reply-To: <1175447765.2740.2.camel@guru.puzzled.xs4all.nl> References: <1170383030.2959.6.camel@speedy.puzzled.xs4all.nl> <1170685333.6608.13.camel@localhost.localdomain> <1170689483.3412.26.camel@speedy.puzzled.xs4all.nl> <1170692666.6608.52.camel@localhost.localdomain> <1175447765.2740.2.camel@guru.puzzled.xs4all.nl> Message-ID: <1175521895.2910.15.camel@localhost.localdomain> On Sun, 2007-04-01 at 19:16 +0200, Patrick wrote: > Ugh I completely forgot to submit the info you asked for. Just had a > look and I can't figure out how to mount the USB stick. Can't even find > something similar to /var/log/messages so I know what the USB stick is > called. Can you please give me a hint? Run dmesg? Look in /proc/partitions? If all else fails, scp works too. - ajax From ajackson at redhat.com Mon Apr 2 13:57:53 2007 From: ajackson at redhat.com (Adam Jackson) Date: Mon, 02 Apr 2007 09:57:53 -0400 Subject: rawhide report: 20070331 changes In-Reply-To: <4c4ba1530703310907j4efe86fch53a4315bc85fa4b6@mail.gmail.com> References: <200703311005.l2VA5jBb012694@hs20-bc2-6.build.redhat.com> <4c4ba1530703310907j4efe86fch53a4315bc85fa4b6@mail.gmail.com> Message-ID: <1175522273.2910.19.camel@localhost.localdomain> On Sat, 2007-03-31 at 09:07 -0700, Tom London wrote: > xorg-x11-drv-nv-2.0.1-2.fc7 > --------------------------- > * Fri Mar 30 2007 Kristian H?gsberg 2.0.1-2 > - Update nouveau snapshot. > > * Fri Mar 30 2007 Adam Jackson 2.0.1-1 > - nv 2.0.1 > > I'm running 'kernel-PAE', but updating this package forces > installation of 'kernel' package. This is yum's 'shortest-match' algorithm biting you. The new PAE kernel should have the virtual provide for kernel-drm-nouveau as well, but since you don't have it yet, and you didn't ask yum to also update kernel-PAE, it tries to satisfy the Requires by installing a new package. Oh well. Add 'kernel-PAE' to the transaction list and you should be set. - ajax From riku.seppala at kymp.net Mon Apr 2 14:36:15 2007 From: riku.seppala at kymp.net (=?ISO-8859-1?Q?Riku_Sepp=E4l=E4?=) Date: Mon, 02 Apr 2007 17:36:15 +0300 Subject: trouble installing f7t3 on hp laptop In-Reply-To: <200704012108.48483.jkeating@redhat.com> References: <46101E1E.6010009@kymp.net> <200704012108.48483.jkeating@redhat.com> Message-ID: <461114DF.6010503@kymp.net> Jesse Keating wrote: > On Sunday 01 April 2007 17:03:26 Riku Sepp?l? wrote: > >> What driver should I select? sata_nv? it's not on the list. Need help. >> Thanks. >> > > Try pata_amd ? I'm assuming this is an AMD based laptop? > > Yes. pata_amd works, thank you. Unfortunately, I have different problem now with Windows. The laptop came with pre-installed Vista, I have over 130 GB of free space but I can shrink the volume only about 5 GB. I asked HP, it's not a bug it's a feature. Yay. Now waiting for a reply from Microsoft... Riku From mack.sessoms at gmail.com Mon Apr 2 15:05:59 2007 From: mack.sessoms at gmail.com (mack sessoms) Date: Mon, 2 Apr 2007 11:05:59 -0400 Subject: kernel panic after fresh install of fc7-test3, then package updater Message-ID: <455ca6a20704020805l6be8fca8y33e4833a20f83ab8@mail.gmail.com> i get "no volume groups found", volume group "volgroup00" not found, then the kernel panic. this has happened twice, once friday (99 updates available) and once today (125 updates available). each time has been a fresh install from livecd, then updates via package updater. i see this on a desktop system and on a laptop. on a side note, i also noticed that clicking on the reboot button after the "install to hard drive" completes drops me to the desktop, never reboots. I have to go up to the system menu, shutdown, restart. anyone else seeing these? -------------- next part -------------- An HTML attachment was scrubbed... URL: From pribyl at lowlevel.cz Mon Apr 2 15:56:51 2007 From: pribyl at lowlevel.cz (Adam Pribyl) Date: Mon, 2 Apr 2007 17:56:51 +0200 (CEST) Subject: kernel panic after fresh install of fc7-test3, then package updater In-Reply-To: <455ca6a20704020805l6be8fca8y33e4833a20f83ab8@mail.gmail.com> References: <455ca6a20704020805l6be8fca8y33e4833a20f83ab8@mail.gmail.com> Message-ID: On Mon, 2 Apr 2007, mack sessoms wrote: > i get "no volume groups found", volume group "volgroup00" not found, then > the kernel panic. this has happened twice, once friday (99 updates > available) and once today (125 updates available). each time has been a > fresh install from livecd, then updates via package updater. i see this on > a desktop system and on a laptop. I think there is still something wrong with mkinitrd and new IDE drivers structure. In past here it was explained that one should not update e.g. FC6 to F7 because this change, it seems is also applies to F7TX updates. I am still far from understnading why this happens and mkinitrd creates "invalid" initrd. But I really would like to, because I fear this will be really common problem with F7 comming. (I had to drop F7TX installation for that reason too as new kernel installation deleted the only working one and I was not able to create initrd for any existing kernel.) Adam Pribyl From twaugh at redhat.com Mon Apr 2 16:19:03 2007 From: twaugh at redhat.com (Tim Waugh) Date: Mon, 2 Apr 2007 12:19:03 -0400 Subject: Fedora Core 6 Test Update: cups-1.2.10-2.fc6 Message-ID: <200704021619.l32GJ3jq000883@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-239 2007-04-02 --------------------------------------------------------------------- Product : Fedora Core 6 Name : cups Version : 1.2.10 Release : 2.fc6 Summary : Common Unix Printing System Description : The Common UNIX Printing System provides a portable printing layer for UNIX?? operating systems. It has been developed by Easy Software Products to promote a standard printing solution for all UNIX vendors and users. CUPS provides the System V and Berkeley command-line interfaces. --------------------------------------------------------------------- Update Information: New version. --------------------------------------------------------------------- * Mon Apr 2 2007 Tim Waugh 1:1.2.10-2 - Don't clear printer-state-reasons after job completion (STR #2323). * Thu Mar 29 2007 Tim Waugh - LSPP: Updated patch for line-wrapped labels (bug #228107). * Tue Mar 20 2007 Tim Waugh 1:1.2.10-1 - 1.2.10. * Fri Mar 16 2007 Tim Waugh 1:1.2.9-1 - 1.2.9. * Wed Mar 14 2007 Tim Waugh 1:1.2.8-5 - Applied patch for STR #2288 (bug #231992). * Tue Mar 6 2007 Tim Waugh 1:1.2.8-4 - Use new log file if logrotate rotates the logs (bug #215023). * Fri Mar 2 2007 Tim Waugh 1:1.2.8-3 - Updated LSPP patch (bug #229673). * Mon Feb 26 2007 Tim Waugh 1:1.2.8-2 - Applied fix for STR #2264 (bug #230116). * Wed Feb 14 2007 Tim Waugh 1:1.2.8-1 - 1.2.8. * Wed Jan 24 2007 Tim Waugh 1:1.2.7-1.8 - Try another fix for bug #219330 (STR #2179). --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ be060f9145b740d6dbebd2c8fa03474d04217cc4 SRPMS/cups-1.2.10-2.fc6.src.rpm be060f9145b740d6dbebd2c8fa03474d04217cc4 noarch/cups-1.2.10-2.fc6.src.rpm 69a08c7a09846bd4912b819202c0e6c033503a21 ppc/cups-devel-1.2.10-2.fc6.ppc.rpm a471ce5e117f80cedbec9ae232fb3535bc98c897 ppc/cups-1.2.10-2.fc6.ppc.rpm dca22127087fcc12d30bcfcd22790986088eb568 ppc/debug/cups-debuginfo-1.2.10-2.fc6.ppc.rpm 233a3b18175d4ad5e5278b6d97f0d267403c4579 ppc/cups-libs-1.2.10-2.fc6.ppc.rpm bc24ea57a37636540212715ace17f238c3ddbf11 ppc/cups-lpd-1.2.10-2.fc6.ppc.rpm 3898002aa42e96ff12182e319c804f0fda9d0024 x86_64/cups-devel-1.2.10-2.fc6.x86_64.rpm 7fd4f0bdcfd119bec54d564eea3eb31b358899f2 x86_64/cups-libs-1.2.10-2.fc6.x86_64.rpm 03e6c769482045004128bbe21a23174d8ba9b80b x86_64/cups-1.2.10-2.fc6.x86_64.rpm c88875956a1850b87ec4ac0e028541df2c584515 x86_64/debug/cups-debuginfo-1.2.10-2.fc6.x86_64.rpm 092c0815b727c400de678d3889511e2c15895083 x86_64/cups-lpd-1.2.10-2.fc6.x86_64.rpm 16760b9640fac0902622f5af61139208656f8f00 i386/cups-lpd-1.2.10-2.fc6.i386.rpm 1e6218df330d5dabf1d77d36006448687944d87a i386/cups-libs-1.2.10-2.fc6.i386.rpm 7efeeee0d37efd2e7e7fdb281817e0c3ab1fca3e i386/cups-devel-1.2.10-2.fc6.i386.rpm 7fd575756bdca7229aeb6a4a5cda1087cf668306 i386/cups-1.2.10-2.fc6.i386.rpm 58b092b9e73755002035df681995574ea2e0b13a i386/debug/cups-debuginfo-1.2.10-2.fc6.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From dcantrell at redhat.com Mon Apr 2 16:20:51 2007 From: dcantrell at redhat.com (dcantrell at redhat.com) Date: Mon, 2 Apr 2007 12:20:51 -0400 Subject: Fedora Core 6 Test Update: dhcp-3.0.5-4.fc6 Message-ID: <200704021620.l32GKprH001769@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-396 2007-04-02 --------------------------------------------------------------------- Product : Fedora Core 6 Name : dhcp Version : 3.0.5 Release : 4.fc6 Summary : DHCP (Dynamic Host Configuration Protocol) server and relay agent. Description : DHCP (Dynamic Host Configuration Protocol) is a protocol which allows individual devices on an IP network to get their own network configuration information (IP address, subnetmask, broadcast address, etc.) from a DHCP server. The overall purpose of DHCP is to make it easier to administer a large network. The dhcp package includes the ISC DHCP service and relay agent. To use DHCP on your network, install a DHCP service (or relay agent), and on clients run a DHCP client daemon. The dhcp package provides the ISC DHCP service and relay agent. --------------------------------------------------------------------- Update Information: The dhcp-3.0.5-3.fc6 package had a dependency on /usr/bin/perl because of certain files present in the contrib directory under /usr/share/dhcp-3.0.5. The files are still present, but the package has been modified so it does not automatically require Perl anymore. Users who want to experiment with or modify the contrib scripts can still do that, just know that Perl is no longer required by the package. --------------------------------------------------------------------- * Sun Apr 1 2007 David Cantrell - 12:3.0.5-4 - Make sure rpm doesn't pick up dependencies for contrib/ms2isc/Registry.pm in the /usr/share/doc/dhcp-3.0.5 directory (#234688) * Thu Mar 1 2007 David Cantrell - 12:3.0.5-3 - Prevent package dependency on Win32API::Registry Perl module * Thu Mar 1 2007 David Cantrell - 12:3.0.5-2 - Include contrib/ subdirectory in /usr/share/doc (#230476) - Remove invalid ja_JP.eucJP man pages from /usr/share/doc --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ e3d0e29ac743eb01efcd9d1f7a0938428ce2cc9d SRPMS/dhcp-3.0.5-4.fc6.src.rpm e3d0e29ac743eb01efcd9d1f7a0938428ce2cc9d noarch/dhcp-3.0.5-4.fc6.src.rpm d987c1f914a5ea712b699011990aaa61f69e6a5d ppc/dhcp-devel-3.0.5-4.fc6.ppc.rpm 8ca10e4be686e705c5708ff8a70240ad89514f7d ppc/dhcp-3.0.5-4.fc6.ppc.rpm d6dbd45a2ee828b528f77b44d84642d3406d5763 ppc/debug/dhcp-debuginfo-3.0.5-4.fc6.ppc.rpm b114c5aed034b394df268d67ec728583c9a4089f ppc/libdhcp4client-devel-3.0.5-4.fc6.ppc.rpm fefd7240b2f5964e15d1ce1ee9e32c69165d59b6 ppc/libdhcp4client-3.0.5-4.fc6.ppc.rpm 347c51677d16d1448377c7e21a8b9a2743e83db2 ppc/dhclient-3.0.5-4.fc6.ppc.rpm 06369f96a4a65c373b879e0daa62f6cb4e556ddb x86_64/dhcp-devel-3.0.5-4.fc6.x86_64.rpm e574a58c7dd0a75b6a74541276575c4da5037ff4 x86_64/dhclient-3.0.5-4.fc6.x86_64.rpm f75861a6828ab0587b482fe989f69790c4d51c27 x86_64/dhcp-3.0.5-4.fc6.x86_64.rpm e5984668f2feb5dfb1f94bae00325547584712e2 x86_64/libdhcp4client-devel-3.0.5-4.fc6.x86_64.rpm e33958d84fefa7aca04a6ac0db1fc032e2b39004 x86_64/libdhcp4client-3.0.5-4.fc6.x86_64.rpm 1f31390e6fe788186f4598508a621c4c7800e563 x86_64/debug/dhcp-debuginfo-3.0.5-4.fc6.x86_64.rpm 4fd3b64045531ce08a9237f5f63ded3977b3517f i386/libdhcp4client-devel-3.0.5-4.fc6.i386.rpm 1bb30b916868864c20f7799f35ddf2faeeba49e2 i386/dhclient-3.0.5-4.fc6.i386.rpm d1d5858d9c5244d6abdf794daf4a94335bf7acec i386/dhcp-devel-3.0.5-4.fc6.i386.rpm 7e165267e1cbafa9f89da8f8589f5dd3ddbf2023 i386/dhcp-3.0.5-4.fc6.i386.rpm 6239d1d029082c787f5e1e96cf9a39c248a44836 i386/debug/dhcp-debuginfo-3.0.5-4.fc6.i386.rpm 91ccf00fc62fd5c28214aff36758b4a24f7ae95c i386/libdhcp4client-3.0.5-4.fc6.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From romieu at fr.zoreil.com Mon Apr 2 21:08:22 2007 From: romieu at fr.zoreil.com (Francois Romieu) Date: Mon, 2 Apr 2007 23:08:22 +0200 Subject: More on fc7t3 x64 lockup In-Reply-To: <1175405023.3994.49.camel@omen.com> References: <1175405023.3994.49.camel@omen.com> Message-ID: <20070402210822.GA23484@electric-eye.fr.zoreil.com> Chuck Forsberg WA7KGX N2469R : [...] > But now Fedora x86_64 locks up when fetching information > for eth1 -- even when I clear the checkbox for activating > either ethernet interface in the install. It would be interesting to know if it is the same bug as: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=231269 If so it should be fixed by patch #0001 at: http://www.fr.zoreil.com/linux/kernel/2.6.x/2.6.21-rc5/r8169-20070402 -- Ueimor From romal at gmx.de Mon Apr 2 21:37:38 2007 From: romal at gmx.de (Robert M. Albrecht) Date: Mon, 02 Apr 2007 23:37:38 +0200 Subject: kernel panic after fresh install of fc7-test3, then package updater In-Reply-To: <455ca6a20704020805l6be8fca8y33e4833a20f83ab8@mail.gmail.com> References: <455ca6a20704020805l6be8fca8y33e4833a20f83ab8@mail.gmail.com> Message-ID: <461177A2.10304@gmx.de> mack sessoms schrieb: > i get "no volume groups found", volume group "volgroup00" not found, > then the kernel panic. this has happened twice, once friday (99 > updates available) and once today (125 updates available). each time > has been a fresh install from livecd, then updates via package > updater. i see this on a desktop system and on a laptop. > on a side note, i also noticed that clicking on the reboot button > after the "install to hard drive" completes drops me to the desktop, > never reboots. I have to go up to the system menu, shutdown, > restart. anyone else seeing these? Hi, I get this directly after installing. The problem on my system is caused by anaconda or the kernel loading the wrong drivers for storage devices. cu romal From bhanks at bhanks.com Tue Apr 3 03:24:42 2007 From: bhanks at bhanks.com (Brian Hanks) Date: Mon, 02 Apr 2007 22:24:42 -0500 Subject: F7-T3 RAID/LVM Install Failure Message-ID: <1175570682.10783.3.camel@frisco.int.bhanks.com> > > > When I install these new releases, I > > reformat almost everything except for /home and a few of my > data partitions. > > Unfortunately, I can install F7-T3 because the installer > doesn't recognize > > my RAID 1 partitions, nor does it recognize my LVM > configuration. Instead, > > I see /dev/md1 repeated over and over and I see no LVM info. > A similar > > problem was present in the early releases of FC6, but it was > fixed > > relatively quickly. Not so with this latest release. At > this point, I'm > > just hoping that it's fixed before the final spin. > > This sounds like something I fixed late last week. > Unfortunately it > won't be in test3, but if you have the ability to test > rawhide, please > try it and see if it's better now. If not, please file a bug. > > - Chris I just finished a successful Rawhide install with all full RAID and LVM capability. It's fixed. Thanks Chris. -- Brian From tcallawa at redhat.com Tue Apr 3 05:12:51 2007 From: tcallawa at redhat.com (Tom "spot" Callaway) Date: Tue, 03 Apr 2007 00:12:51 -0500 Subject: [ANNOUNCE] Aurora SPARC Linux Build 2.98 (Beta 1 for 3.0) Message-ID: <1175577171.3531.131.camel@localhost.localdomain> The Aurora SPARC Linux project is proud to finally present Build 2.98 to the world. This is a BETA release, for what will become 3.0. Here are some of the key features in this release: - Fedora Core 6 based tree of packages (some things are newer) - Support for Niagara hardware (Sun T1000, T2000) - gcc-4.1.1 - gnome 2.16 - KDE 3.5.5 - kernel 2.6.20 (with patches!) - Full support for LVM at installtime (no more crashes!) Like all BETAs, this one has some bugs. Here are the ones we know about: - CDROM installs on sparc32 hardware don't work. If you're installing to a sparc32 system, netboot. - Smartd seems to make systems using the esp.ko SCSI driver very very unhappy. If your system is esp based, we highly recommend that you disable the smartd service in single-user before fully booting after install. - cpuspeed seems to hardlock some sparc64 systems (the V120 is an example). Again, if your system locks up at cpuspeed, we suggest that you disable the cpuspeed service in single-user mode. - Parted was doing incorrect things in previous Aurora releases. This is the source of the odd cylinder-head error messages that have popped up in the past. Sometimes these error messages are harmless, sometimes they are not. Either way, you can get rid of them by booting to rescue mode, then, at the shell prompt, run: dd if=/dev/zero of=/dev/$DRIVE bs=1M count=1 Where $DRIVE is your harddrive, likely sda or hda. Then, reinstall. The errors will vanish (for good!). Be aware that running this command will wipe out all the data and partitions on that disk. - E10000 systems are not yet supported. :/ - Some headless serial installs are not getting the proper getty entries added to have a serial console. If this happens to you, please let us know, as we're not really sure why this is happening (it doesn't happen on all systems in testing). - Most IDE based SPARC systems need to boot with ide=nodma. Specifically, Ultra 5/10 and Sun Blade 100s need this for sure. - While all apps are compiled with support for SELinux, it is disabled in both sparc32 and sparc64 kernels, because it doesn't work right. At all. It prevents the system from booting. If you find other bugs, please report them at http://bugzilla.auroralinux.org/ If you install 2.98 on a system, success or fail, we wanna know! Please take a moment and add your system to the table on our wiki: http://wiki.auroralinux.net/wiki/Build2.98TestMatrix You can download the files from our primary location: ftp://ibiblio.org/pub/linux/distributions/aurora/build-2.98 http://distro.ibiblio.org/pub/linux/distributions/aurora/build-2.98/ The mirror sites should pick it up in a few hours/days, depending on whether they still remember that we exist. :) Many thanks to the folks in #aurora on freenode for their help in getting this release out, and a special thanks to Dennis Gilmore for all of the infrastructure work that made this release possible. ~spot From buildsys at redhat.com Tue Apr 3 10:11:19 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Tue, 3 Apr 2007 06:11:19 -0400 Subject: rawhide report: 20070403 changes Message-ID: <200704031011.l33ABJEx017885@hs20-bc2-6.build.redhat.com> Updated Packages: ConsoleKit-0.2.1-0.git20070204.fc7 ---------------------------------- * Mon Apr 02 2007 David Zeuthen - 0.2.1-0.git20070402 - Update to git snapshot to get a lot of bug fixes - Use libX11 rather than gtk2 to verify X11 sessions; update BR and R - Split X11-using bits into a new subpackage ConsoleKit-x11 (#233982) - Use correct location for PAM module on 64-bit (#234545) - Build developer documentation and put them in ConsoleKit-docs boost-1.33.1-13.fc7 ------------------- * Mon Apr 02 2007 Benjamin Kosnik 1.33.1-13 - (#225622: Merge Review: boost) Change static to devel-static. busybox-1:1.2.2-7.fc7 --------------------- * Mon Apr 02 2007 Ivana Varekova - 1:1.2.2-7 - Resolves: 234769 busybox ls does not work without a tty control-center-1:2.18.0-6.fc7 ----------------------------- * Mon Apr 02 2007 Matthias Clasen - 2.18.0-6 - Ellipsize sound devices in the sound capplet coreutils-6.9-2.fc7 ------------------- * Mon Apr 02 2007 Karsten Hopp 6.9-2 - /bin/mv in %post requires libselinux cups-1:1.2.10-3.fc7 ------------------- * Mon Apr 02 2007 Tim Waugh 1:1.2.10-3 - Don't clear printer-state-reasons after job completion (STR #2323). * Thu Mar 29 2007 Tim Waugh - Small improvement for AF_UNIX auth patch. evolution-2.10.0-7.fc7 ---------------------- * Mon Apr 02 2007 Matthew Barnes - 2.10.0-7.fc7 - Add patch for RH bug #231767 (allow mail-notification to build). * Fri Mar 30 2007 Matthew Barnes - 2.10.0-6.fc7 - Revise patch for GNOME bug #362638 (deprecate EThread). evolution-data-server-1.10.0-5.fc7 ---------------------------------- * Mon Apr 02 2007 Matthew Barnes - 1.10.0-5.fc7 - Make the new ESourceComboBox widget work properly (RH bug #234760). gnome-bluetooth-0.8.0-4.fc7 --------------------------- * Mon Apr 02 2007 Matthias Clasen - 0.8.0-4 - Remove unncessary gconfd killing from scripts (#224561) gnome-games-1:2.18.0-4.fc7 -------------------------- * Mon Apr 02 2007 Ray Strode - 1:2.18.0-4 - Add minimum version to gnome-python2-desktop buildreq (bug 234892) gnome-screensaver-2.18.0-6.fc7 ------------------------------ * Mon Apr 02 2007 Matthias Clasen - 2.18.0-6 - Hide Power Preferences button if gnome-power-manager is not installed * Mon Apr 02 2007 Ray Strode - 2.18.0-5 - require mouse grab to lock screensaver (bug 197452) * Mon Apr 02 2007 Matthias Clasen - 2.18.0-4 - Remove the hardwired /etc/skel/Pictures, since we are now using xdg-user-dirs gpm-1.20.1-82.fc7 ----------------- * Mon Apr 02 2007 Tomas Janousek - 1.20.1-82 - updated inputattach.c to 1.24 from cvs, fixes #231635 hal-0.5.9-1.fc7 --------------- * Mon Apr 02 2007 David Zeuthen - 0.5.9-1 - Update to upstream release 0.5.9 and hal-info 20070402 * Mon Apr 02 2007 David Zeuthen - 0.5.9-0.git20070401.2 - Split hal package into hal and hal-libs (#231200) - Fix hal-device-manager ownership (#234696) jsch-0:0.1.28-1jpp.6 -------------------- * Tue Apr 03 2007 Ben Konrath - 0:0.1.28-1jpp.6 - Add OSGi Manifest to jar. - Disable aot-compile-rpm on ia64. kernel-2.6.20-1.3040.fc7 ------------------------ * Mon Apr 02 2007 Dave Jones - 2.6.21-rc5-git9 * Mon Apr 02 2007 Jeremy Katz - improvements for module lists * Sat Mar 31 2007 David Woodhouse - Move pmac_zilog serial port to proper device numbers (#155895) libselinux-2.0.9-1.fc7 ---------------------- * Tue Mar 27 2007 Dan Walsh - 2.0.9-1 - Upgrade to upstream * Merged class/av string conversion and avc_compute_create patch from Eamon Walsh. logwatch-7.3.4-3.fc7 -------------------- * Mon Apr 02 2007 Ivana Varekova 7.3.4-3 - Resolves: 234767 Unmatched Entries in mails since sysklogd 1.4.2-3/#223573 mc-1:4.6.1a-44.20070124cvs.fc7 ------------------------------ * Mon Apr 02 2007 Jindrich Novy 4.6.1a-44 - fix unowned directories (#233880) * Thu Feb 15 2007 Jindrich Novy 4.6.1a-43 - display free space correctly for multiple filesystems (#225153) (thanks to Tomas Heinrich for patch) - fix up configs * Fri Feb 09 2007 Jindrich Novy 4.6.1a-42 - update to new CVS snapshot pciutils-2.2.4-2.fc7 -------------------- * Mon Apr 02 2007 Harald Hoyer - 2.2.4-2 - added alpha to multilib patch (#231790) - specfile cleanup - Resolves: rhbz#231790 * Fri Jan 26 2007 Harald Hoyer - 2.2.4-1 - version 2.2.4 - truncate long device names (#205948) - Resolves: rhbz#205948 pcmciautils-014-7.fc7 --------------------- * Mon Apr 02 2007 Harald Hoyer - 014-7 - removed Provides, because it would conflict (#234504) - Resolves: rhbz#234504 * Fri Mar 23 2007 Harald Hoyer - 014-6 - specfile cleanup * Mon Jul 17 2006 Jesse Keating - 014-5 - rebuild - change br sysfsutils-devel to libsysfs-devel procps-3.2.7-11.fc7 ------------------- * Tue Apr 03 2007 Karel Zak 3.2.7-11 - fix #234546 - 'w' doesn't give correct information about what's being run. - fix #228870 - process `sysctl' is using deprecated sysctl - cleanup spec file psmisc-22.3-2.fc7 ----------------- * Thu Mar 01 2007 Karel Zak 22.3-2 - fix #214214 - killall misbehavior (prelink, etc) qt-1:3.3.8-3.fc7 ---------------- * Mon Apr 02 2007 Than Ngo - 1:3.3.8-3.fc7 - apply patches to fix Qt UTF-8 overlong sequence decoding vulnerability QPopupMenu aware of Xinerama a regression in QProgress::writeToStdin() redhat-rpm-config-8.0.45-14.fc7 ------------------------------- * Tue Apr 03 2007 Jon Masters 8.0.45-14 - Rebased all previous patches (since java fix introduced offset). - Added Fedora per-release macros to platforms section of macros. Further debate may see these move elsewhere in the ordering. rhgb-0.17.3-1.fc7 ----------------- * Wed Mar 21 2007 Matthias Clasen - 0.17.3-1 - Fix some more small color issues selinux-policy-2.5.11-1.fc7 --------------------------- * Mon Mar 26 2007 Dan Walsh 2.5.11-1 - Update to upstream spamassassin-3.2.0-0.3.rc1.fc7 ------------------------------ * Mon Apr 02 2007 Warren Togami 3.2.0-0.3.rc1 - 3.2.0 rc1 system-config-printer-0.7.62-1.fc7 ---------------------------------- * Mon Apr 02 2007 Tim Waugh 0.7.62-1 - 0.7.62: - Use standard icon for admin tool desktop file. - Fixed env path in Python scripts. - Applet: stop running when the session ends. - Prevent a traceback in the SMB browser (bug #225351). - 'Manage print jobs' desktop file. tetex-3.0-37.fc7 ---------------- * Mon Apr 02 2007 Jindrich Novy 3.0-37 - texdoc now searches in $TEXDOCS instead of $TEXMF/doc (#232769) words-3.0-12.fc7 ---------------- * Mon Apr 02 2007 Karel Zak - 3.0-12 - fix #226542 - Merge Review: words xorg-x11-drv-nv-2.0.1-3.fc7 --------------------------- * Mon Apr 02 2007 Kristian H??gsberg - 2.0.1-3 - Add nv patches to nouveau too. xorg-x11-proto-devel-7.2-7.fc7 ------------------------------ * Mon Apr 02 2007 Adam Jackson 7.2-7 - inputproto 1.4.1 xorg-x11-xinit-1.0.2-18.fc7 --------------------------- * Mon Apr 02 2007 David Zeuthen 1.0.2-18 - Man pages are now in section 1, not in section 1x * Mon Apr 02 2007 David Zeuthen 1.0.2-17 - Also BR xorg-x11-util-macros since we autoreconf * Mon Apr 02 2007 David Zeuthen 1.0.2-16 - Add ConsoleKit support (#233183) Broken deps for s390 ---------------------------------------------------------- systemtap - 0.5.13-1.fc7.s390 requires kernel >= 0:2.6.9-11 systemtap-runtime - 0.5.13-1.fc7.s390 requires kernel >= 0:2.6.9-11 From jacliburn at bellsouth.net Tue Apr 3 12:17:33 2007 From: jacliburn at bellsouth.net (Jay Cliburn) Date: Tue, 03 Apr 2007 07:17:33 -0500 Subject: rawhide report: 20070328 changes In-Reply-To: <1175164822.32658.22.camel@vader.jdub.homelinux.org> References: <200703282318.l2SNIOQf023334@hs20-bc2-6.build.redhat.com> <20070328202516.753d30bd@osprey.hogchain.net> <1175164822.32658.22.camel@vader.jdub.homelinux.org> Message-ID: <461245DD.6060208@bellsouth.net> Josh Boyer wrote: > On Wed, 2007-03-28 at 20:25 -0500, Jay Cliburn wrote: >> On Wed, 28 Mar 2007 19:18:24 -0400 >> buildsys at redhat.com wrote: >> >>> kernel-2.6.20-1.3024.fc7 >>> ------------------------ >>> * Wed Mar 28 2007 David Woodhouse >>> - Add Efika (mpc52xx) Ethernet driver >>> - Crappy workaround for sysfs/uevent problems (#227893) >>> - Fix IPv6 failure with NetworkManager (#234067) >>> >>> * Sun Mar 25 2007 Dave Jones >>> - 2.6.21-rc5 >>> >>> * Sun Mar 25 2007 Dave Jones >>> - 2.6.21-rc4-git11 >> I get an oops with this kernel when the r8169 module is modprobed on >> an x86_64 rawhide system with an Intel-based mainboard. The RTL8169 >> NIC is PCI card thrown into the system for testing purposes. >> >> I thought for sure I'd already seen this reported on lkml, but I can't >> seem to find it. > > Bugzilla it this time so it doesn't get lost again please. > > josh > Patch already available. http://marc.info/?l=linux-netdev&m=117554753729183&w=2 From katzj at redhat.com Tue Apr 3 16:10:11 2007 From: katzj at redhat.com (Jeremy Katz) Date: Tue, 3 Apr 2007 12:10:11 -0400 Subject: Fedora Core 6 Test Update: yum-3.0.5-2.fc6 Message-ID: <200704031610.l33GABcL006112@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-402 2007-04-03 --------------------------------------------------------------------- Product : Fedora Core 6 Name : yum Version : 3.0.5 Release : 2.fc6 Summary : RPM installer/updater Description : Yum is a utility that can check for and automatically download and install updated RPM packages. Dependencies are obtained and downloaded automatically prompting the user as necessary. --------------------------------------------------------------------- Update Information: This update fixes a minor bug noticed upon the release of the prior yum update. --------------------------------------------------------------------- * Mon Apr 2 2007 Jeremy Katz - 3.0.5-2 - add patch from Ville Skytt?? to fix installs with virtual provides (#234807) * Mon Mar 19 2007 Jeremy Katz - 3.0.5-1 - update to 3.0.5 (#231549, #231535, #231202) * Wed Mar 7 2007 Jeremy Katz - 3.0.4-1 - update to 3.0.4 (#229917, #221166, #222835, #224879, #224292, #221770) --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ c38bb6c0443f97d5e3b137f93dbf3bf503288b08 SRPMS/yum-3.0.5-2.fc6.src.rpm c38bb6c0443f97d5e3b137f93dbf3bf503288b08 noarch/yum-3.0.5-2.fc6.src.rpm 58b6438ee02ac680ebed033071c5935f90a9c0da ppc/yum-updatesd-3.0.5-2.fc6.noarch.rpm 0706296f15606127de8cf87ce7ffb80de9111a0b ppc/yum-3.0.5-2.fc6.noarch.rpm 58b6438ee02ac680ebed033071c5935f90a9c0da x86_64/yum-updatesd-3.0.5-2.fc6.noarch.rpm 0706296f15606127de8cf87ce7ffb80de9111a0b x86_64/yum-3.0.5-2.fc6.noarch.rpm 58b6438ee02ac680ebed033071c5935f90a9c0da i386/yum-updatesd-3.0.5-2.fc6.noarch.rpm 0706296f15606127de8cf87ce7ffb80de9111a0b i386/yum-3.0.5-2.fc6.noarch.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From rnorwood at redhat.com Tue Apr 3 16:10:40 2007 From: rnorwood at redhat.com (Robin Norwood) Date: Tue, 3 Apr 2007 12:10:40 -0400 Subject: Fedora Core 6 Test Update: perl-XML-Twig-3.29-1.fc6 Message-ID: <200704031610.l33GAeKq006250@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-403 2007-04-03 --------------------------------------------------------------------- Product : Fedora Core 6 Name : perl-XML-Twig Version : 3.29 Release : 1.fc6 Summary : A perl module for processing huge XML documents in tree mode Description : This module provides a way to process XML documents. It is build on top of XML::Parser. XML::Twig offers a tree interface to the document, while allowing you to output the parts of it that have been completely processed. It allows minimal resource (CPU and memory) usage by building the tree only for the parts of the documents that need actual processing, through the use of the twig_roots and twig_print_outside_roots options. --------------------------------------------------------------------- Update Information: Update to the latest XM::Twig - 3.29. --------------------------------------------------------------------- * Sun Apr 1 2007 Robin Norwood - 3.29-1 - Resolves: rhbz#230037 - New version: 3.29 - Remove obsolete patch --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ e92a069d41ea284d0ccfb19f836dbc03763c5abd SRPMS/perl-XML-Twig-3.29-1.fc6.src.rpm e92a069d41ea284d0ccfb19f836dbc03763c5abd noarch/perl-XML-Twig-3.29-1.fc6.src.rpm 49881ae77324e553ccd998403ed7e5b2dab4f017 ppc/perl-XML-Twig-3.29-1.fc6.noarch.rpm 49881ae77324e553ccd998403ed7e5b2dab4f017 x86_64/perl-XML-Twig-3.29-1.fc6.noarch.rpm 49881ae77324e553ccd998403ed7e5b2dab4f017 i386/perl-XML-Twig-3.29-1.fc6.noarch.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From mbarnes at redhat.com Tue Apr 3 16:11:40 2007 From: mbarnes at redhat.com (Matthew Barnes) Date: Tue, 3 Apr 2007 12:11:40 -0400 Subject: [SECURITY] Fedora Core 5 Test Update: evolution-2.6.3-2.fc5 Message-ID: <200704031611.l33GBeqs006682@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-404 2007-04-03 --------------------------------------------------------------------- Product : Fedora Core 5 Name : evolution Version : 2.6.3 Release : 2.fc5 Summary : GNOME's next-generation groupware suite Description : Evolution is the GNOME mailer, calendar, contact manager and communications tool. The tools which make up Evolution will be tightly integrated with one another and act as a seamless personal information-management tool. --------------------------------------------------------------------- Update Information: This update fixes a security flaw that allowed a specially crafted shared memo to execute arbitrary code. --------------------------------------------------------------------- * Mon Apr 2 2007 Matthew Barnes - 2.6.3-2.fc5 - CVE-2007-1002 (Shared memo categories format string vulnerability) * Mon Aug 7 2006 Matthew Barnes - 2.6.3-1.fc5.5 - Rebuild * Fri Aug 4 2006 Matthew Barnes - 2.6.3-1.fc5.4 - Require evolution-data-server 1.6.3. * Wed Aug 2 2006 Matthew Barnes - 2.6.3-1.fc5.3 - Remove evo-calendar-print-with-pango-7.patch (fixed upstream). - Remove patch for RH bug #150458 (fixed upstream). - Clean up spec file, renumber patches. * Wed Aug 2 2006 Matthew Barnes - 2.6.3-1.fc5.2 - Remove patch for RH bug #167157, as it fixed it the wrong way. * Wed Aug 2 2006 Matthew Barnes - 2.6.3-1.fc5.1 - Update to 2.6.3 - No longer packaging unused patches. * Sat Jul 29 2006 Matthew Barnes - 2.6.2-1.fc5.7 - Add patch for RH bug #167157. * Wed Jun 7 2006 Matthias Clasen - 2.6.2-1.fc5.6 - Rebuild * Tue Jun 6 2006 Jesse Keating - 2.6.2-1.fc5.5 - Bump eds version requires * Tue Jun 6 2006 Adam Jackson - 2.6.2-1.fc5.3 - ExcludeArch on s390{,x} because it's broken, and it's not shipped in FC5 on those arches anyway. * Tue Jun 6 2006 Adam Jackson - 2.6.2-1.fc5.2 - Rebuild to hopefully fix build deps. * Tue May 30 2006 Matthew Barnes - 2.6.2-1.fc5.1 - Update to 2.6.2 - Remove NSS/NSPR chunk from evolution-2.5.2-no-gnome-common.patch (fixed upstream) and rename to version 2.6.2. --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/5/ 662408065469ffc487c9f19043045b0cd774da12 SRPMS/evolution-2.6.3-2.fc5.src.rpm 662408065469ffc487c9f19043045b0cd774da12 noarch/evolution-2.6.3-2.fc5.src.rpm e0f1cc58b8592b543853b885a0772944d433466b ppc/evolution-devel-2.6.3-2.fc5.ppc.rpm d563c18571e185a77c6d4a5acddd6689a1756254 ppc/evolution-2.6.3-2.fc5.ppc.rpm 98494fb483c4a0d2df362e160b94e0ab92041da9 ppc/debug/evolution-debuginfo-2.6.3-2.fc5.ppc.rpm 1d0255cdd71ae289c8bd2f3ad6d0eea869545213 x86_64/evolution-2.6.3-2.fc5.x86_64.rpm ea1f71e054e77a0f4d897d0fb4bae62502c66242 x86_64/debug/evolution-debuginfo-2.6.3-2.fc5.x86_64.rpm 346502e75c01a0ed437738e725b53c8456794d29 x86_64/evolution-devel-2.6.3-2.fc5.x86_64.rpm c1860d68174f14709b8690d8f9ebfc8132fca7c2 i386/debug/evolution-debuginfo-2.6.3-2.fc5.i386.rpm 94f7c929a61e51d302a060e7306b6dfa0e6e07df i386/evolution-devel-2.6.3-2.fc5.i386.rpm 3e02a353ce3fd4dad70a97b17626ae8990dfa217 i386/evolution-2.6.3-2.fc5.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From dwalsh at redhat.com Tue Apr 3 20:12:46 2007 From: dwalsh at redhat.com (Daniel Walsh) Date: Tue, 3 Apr 2007 16:12:46 -0400 Subject: Fedora Core 6 Test Update: selinux-policy-2.4.6-49.fc6 Message-ID: <200704032012.l33KCkeY030492@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-406 2007-04-03 --------------------------------------------------------------------- Product : Fedora Core 6 Name : selinux-policy Version : 2.4.6 Release : 49.fc6 Summary : SELinux policy configuration Description : SELinux Reference Policy - modular. --------------------------------------------------------------------- * Tue Mar 27 2007 Dan Walsh 2.4.6-49 - Change init_daemon_domain(netlabel_mgmt_t,netlabel_mgmt_exec_t) - to init_system_domain(netlabel_mgmt_t,netlabel_mgmt_exec_t) Resolves: #233313 - Add fuse support for ntfs * Tue Mar 20 2007 Dan Walsh 2.4.6-47 - Allow sysadm_r to transition to netlabel_mgmt Resolves: #233313 - Allow kudzu to setup init correctly so getty will work Resolves: #225443 * Tue Mar 20 2007 Dan Walsh 2.4.6-46 - Allow cyrus_t to user kerberos - Allow cyrus_t to send mail - Allow saslauthd_t to user kerberos * Fri Mar 9 2007 Dan Walsh 2.4.6-45 - Allow setkey to search racoon_conf - Allow ccs to create tmp files Resolves: #231021 * Fri Mar 9 2007 Dan Walsh 2.4.6-44 - Fix use of hi_reserved_port_t * Tue Mar 6 2007 Dan Walsh 2.4.6-43 - Add amtu policy for MLS Resolves: #231021 -Additional paths for cups --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ 836f6642b986ed37e1be5c6e8aa75a906b48c2b6 SRPMS/selinux-policy-2.4.6-49.fc6.src.rpm 836f6642b986ed37e1be5c6e8aa75a906b48c2b6 noarch/selinux-policy-2.4.6-49.fc6.src.rpm 8664492724ec6d4b65de288f8b455ebe1dfa4a36 ppc/selinux-policy-mls-2.4.6-49.fc6.noarch.rpm b77362015e22881b9dfec454113f9027b70eeadd ppc/selinux-policy-devel-2.4.6-49.fc6.noarch.rpm 0bd0c490ce613144e45b973a22f5497bf36a225e ppc/selinux-policy-targeted-2.4.6-49.fc6.noarch.rpm c8e9a3cab1694ab37f63b9abdf0c187c266f5f2c ppc/selinux-policy-strict-2.4.6-49.fc6.noarch.rpm 5ebcdcdc2a3adca5289888853a840b39fd00258f ppc/selinux-policy-2.4.6-49.fc6.noarch.rpm 8664492724ec6d4b65de288f8b455ebe1dfa4a36 x86_64/selinux-policy-mls-2.4.6-49.fc6.noarch.rpm b77362015e22881b9dfec454113f9027b70eeadd x86_64/selinux-policy-devel-2.4.6-49.fc6.noarch.rpm 0bd0c490ce613144e45b973a22f5497bf36a225e x86_64/selinux-policy-targeted-2.4.6-49.fc6.noarch.rpm c8e9a3cab1694ab37f63b9abdf0c187c266f5f2c x86_64/selinux-policy-strict-2.4.6-49.fc6.noarch.rpm 5ebcdcdc2a3adca5289888853a840b39fd00258f x86_64/selinux-policy-2.4.6-49.fc6.noarch.rpm 8664492724ec6d4b65de288f8b455ebe1dfa4a36 i386/selinux-policy-mls-2.4.6-49.fc6.noarch.rpm b77362015e22881b9dfec454113f9027b70eeadd i386/selinux-policy-devel-2.4.6-49.fc6.noarch.rpm 0bd0c490ce613144e45b973a22f5497bf36a225e i386/selinux-policy-targeted-2.4.6-49.fc6.noarch.rpm c8e9a3cab1694ab37f63b9abdf0c187c266f5f2c i386/selinux-policy-strict-2.4.6-49.fc6.noarch.rpm 5ebcdcdc2a3adca5289888853a840b39fd00258f i386/selinux-policy-2.4.6-49.fc6.noarch.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From mclasen at redhat.com Tue Apr 3 21:37:40 2007 From: mclasen at redhat.com (Matthias Clasen) Date: Tue, 3 Apr 2007 17:37:40 -0400 Subject: Fedora Core 6 Test Update: gtk2-2.10.8-3.fc6 Message-ID: <200704032137.l33LbeEl029339@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-410 2007-04-03 --------------------------------------------------------------------- Product : Fedora Core 6 Name : gtk2 Version : 2.10.8 Release : 3.fc6 Summary : The GIMP ToolKit (GTK+), a library for creating GUIs for X Description : GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off tools to complete application suites. --------------------------------------------------------------------- Update Information: The search support in the GTK+ filechooser was causing applications to crash. Also, the GTK+ cups print backend did not support raw printers. Both issues are fixed in this update. --------------------------------------------------------------------- * Tue Apr 3 2007 Matthias Clasen - 2.10.8-3 - Apply a patch to make raw printers work (#219806) * Tue Jan 30 2007 Matthias Clasen - 2.10.8-2 - Fix filechooser search support (#225149) * Wed Jan 17 2007 Matthias Clasen - 2.10.8-1 - Update to 2.10.8 --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ e9fb40b3ec6909d95d66fb01548ac11949443986 SRPMS/gtk2-2.10.8-3.fc6.src.rpm e9fb40b3ec6909d95d66fb01548ac11949443986 noarch/gtk2-2.10.8-3.fc6.src.rpm 44a45f2dbf3cefedd8938cecd96665405e958a78 ppc/gtk2-2.10.8-3.fc6.ppc.rpm 749ac8b0cd468df81be7fb94d884dcda715d9264 ppc/gtk2-devel-2.10.8-3.fc6.ppc.rpm f615edf308529eaa14b7a5f443316acbe8dbaf18 ppc/debug/gtk2-debuginfo-2.10.8-3.fc6.ppc.rpm a03bcafb7c21a11c2ca79b47709d021aa1c54da8 x86_64/gtk2-devel-2.10.8-3.fc6.x86_64.rpm d61980286e801f76b0f2b6b4157c56d92ae70a20 x86_64/debug/gtk2-debuginfo-2.10.8-3.fc6.x86_64.rpm 6a7e02525b2498d3b9d73d46608205abc0969f52 x86_64/gtk2-2.10.8-3.fc6.x86_64.rpm 39228a83bac874167b15d24e794cd72d6e24cc2b i386/gtk2-2.10.8-3.fc6.i386.rpm 4d6512adce64534398bc54781ef14b7fba9068b6 i386/gtk2-devel-2.10.8-3.fc6.i386.rpm b1073b36ae5236b1e247abb7ee76dc3e4a69b1f7 i386/debug/gtk2-debuginfo-2.10.8-3.fc6.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From olivares14031 at yahoo.com Tue Apr 3 23:12:22 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Tue, 3 Apr 2007 16:12:22 -0700 (PDT) Subject: Need to select a driver to install fc7-test2 Message-ID: <20070403231222.6042.qmail@web52611.mail.re2.yahoo.com> Dear all, I am having a new problem. I am trying to install FC 7 Test 2 from DVD, I know Test 3 has come out, but I was going to yum update anyway. Anyhow I am asked that I need a driver, when the dvd loads it gives sata_nv but then asks for one. I have never had this problem before. The machine's hard drive went out, but since has new one and I want to help in testing. I have tried some of the drivers listed but none have worked. The machine is an ASUS with 768 MB of Ram The following is lspci from slax, please suggest which drivers to use. root at slax:~# lspci 00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different version?) (rev a2) 00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev a2) 00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev a2) 00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev a2) 00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev a2) 00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev a2) 00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4) 00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2) 00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4) 00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4) 00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4) 00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1) 00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio Controler (MCP) (rev a1) 00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3) 00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2) 00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev a2) 01:08.0 Modem: ALi Corporation SmartLink SmartPCI561 56K Modem 02:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1) root at slax:~# Regards, Antonio ____________________________________________________________________________________ Looking for earth-friendly autos? Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center. http://autos.yahoo.com/green_center/ From jreiser at BitWagon.com Tue Apr 3 23:43:52 2007 From: jreiser at BitWagon.com (John Reiser) Date: Tue, 03 Apr 2007 16:43:52 -0700 Subject: Need to select a driver to install fc7-test2 In-Reply-To: <20070403231222.6042.qmail@web52611.mail.re2.yahoo.com> References: <20070403231222.6042.qmail@web52611.mail.re2.yahoo.com> Message-ID: <4612E6B8.1090100@BitWagon.com> > I am having a new problem. I am trying to install > FC 7 Test 2 from DVD, ... Anyhow I am asked > that I need a driver, when the dvd loads it gives > sata_nv but then asks for one. Try pata_amd . -- From olivares14031 at yahoo.com Wed Apr 4 00:00:04 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Tue, 3 Apr 2007 17:00:04 -0700 (PDT) Subject: Need to select a driver to install fc7-test2 Message-ID: <20070404000004.7106.qmail@web52602.mail.re2.yahoo.com> ----- Original Message ---- From: John Reiser To: For testers of Fedora Core development releases Sent: Tuesday, April 3, 2007 6:43:52 PM Subject: Re: Need to select a driver to install fc7-test2 > I am having a new problem. I am trying to install > FC 7 Test 2 from DVD, ... Anyhow I am asked > that I need a driver, when the dvd loads it gives > sata_nv but then asks for one. Try pata_amd . -- -- fedora-test-list mailing list fedora-test-list at redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list Thanks!! It is working. It took a while though. The installer ran a weird message like a kernel oops, cpu something, but it is installing nonetheless. Tomorrow hopefully, I'll report back upon the installation and hopefully the update to test3 via yum. Regards, Antonio ____________________________________________________________________________________ Finding fabulous fares is fun. Let Yahoo! FareChase search your favorite travel sites to find flight and hotel bargains. http://farechase.yahoo.com/promo-generic-14795097 From caf at omen.com Wed Apr 4 05:08:34 2007 From: caf at omen.com (Chuck Forsberg WA7KGX N2469R) Date: Tue, 03 Apr 2007 22:08:34 -0700 Subject: Evolution Broken Message-ID: <1175663314.4205.6.camel@omen.com> The latest yum update broke evolution. The contacts page appears normally new > to can't see any of the contacts. -- Chuck Forsberg caf at omen.com www.omen.com 503-614-0430 Developer of Industrial ZMODEM(Tm) for Embedded Applications Omen Technology Inc "The High Reliability Software" 10255 NW Old Cornelius Pass Portland OR 97231 FAX 629-0665 From caf at omen.com Wed Apr 4 05:12:02 2007 From: caf at omen.com (Chuck Forsberg WA7KGX N2469R) Date: Tue, 03 Apr 2007 22:12:02 -0700 Subject: grubby error Message-ID: <1175663522.4205.11.camel@omen.com> The last two kernel upgrades for x86-64 have elicited grubby complaint about a bad or missing template. The grub.conf file was not updated. I tried manually adding lies for the *40 kernel but the system doesn't work properly. Reverting back to the *17 kernel which does work. -- Chuck Forsberg caf at omen.com www.omen.com 503-614-0430 Developer of Industrial ZMODEM(Tm) for Embedded Applications Omen Technology Inc "The High Reliability Software" 10255 NW Old Cornelius Pass Portland OR 97231 FAX 629-0665 From camilo at mesias.co.uk Wed Apr 4 09:38:07 2007 From: camilo at mesias.co.uk (Cam) Date: Wed, 04 Apr 2007 10:38:07 +0100 Subject: FC6 -> FC7t3 upgrade can lead to incorrect grub config Message-ID: <461371FF.2030501@mesias.co.uk> Hi I tried to upgrade a FC6 machine to FC7t3 using the DVD. Anaconda didn't find the grub config. I asked it to make a new installation of grub and the resulting menu.lst had incorrect numbers for the HD, eg. (1,2) instead of (0,2). The symptoms were: grub menu behaved erratically (unable to edit boot commands); grub wasn't able to load a kernel, and the machine reset continually. I used the rescue disc to boot and edited the menu.lst to (0,x) instead of (1,x) throughout, and the FC7t3 install was fine. Is this a known problem or should I put it into BZ? I couldn't find anything relevant in BZ last night. -Cam -- camilo at mesias.co.uk <-- From buildsys at redhat.com Wed Apr 4 10:02:12 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Wed, 4 Apr 2007 06:02:12 -0400 Subject: rawhide report: 20070404 changes Message-ID: <200704041002.l34A2C8d025515@hs20-bc2-6.build.redhat.com> New package rpcbind Universal Addresses to RPC Program Number Napper Updated Packages: anaconda-11.2.0.44-1 -------------------- * Tue Apr 03 2007 Jeremy Katz - 11.2.0.44-1 - Clean up depsolve callback to work with yum depsolver - More live CD fixing * Tue Apr 03 2007 David Cantrell - 11.2.0.43-1 - Correctly detect if there are no more mirrors to try (clumens, #232639) - Display size and model info per disk in PartitionTypeWindow in textw - Support fetching kickstart files from HTTP URLs that require login information (bnocera at redhat.com, #194247) - Improve CongratulationWindow.getScreen (katzj) - Add missing import to livecd.py (katzj) - Use correct syntax for hal-lock (katzj) - Don't traceback in cases where there are no drives (katzj, #234697) - Add fec_mpc52xx, ps3_storage, and gelic_net (#220009) - Display IP address of the VNC server (#234747) - Add OSA layer 2 support for System Z (bhinson at redhat.com, #233376) - Import constants in backend.py (clumens, #234782) - Add netxen_nic driver (clumens, #230245) autofs-1:5.0.1-7 ---------------- * Tue Apr 03 2007 Ian Kent - 5.0.1-7 - fix "null" domain netgroup match for "-hosts" map. automake16-1.6.3-12 ------------------- * Tue Apr 03 2007 Karsten Hopp 1.6.3-12 - buildrequire texinfo for makeinfo bluez-utils-3.9-2.fc7 --------------------- * Tue Jan 30 2007 David Woodhouse 3.9-2 - Handle HUP or ERR results from poll() instead of looping (#232813) control-center-1:2.18.0-7.fc7 ----------------------------- * Tue Apr 03 2007 Matthias Clasen - 2.18.0-7 - Fix a problem with the previous patch cups-1:1.2.10-4.fc7 ------------------- * Tue Apr 03 2007 Tim Waugh 1:1.2.10-4 - Relay printer-state-message values in the IPP backend (STR #2109). dbus-python-0.80.2-3.fc7 ------------------------ * Tue Apr 03 2007 David Zeuthen - 0.80.2-3 - Rebuild * Tue Apr 03 2007 David Zeuthen - 0.80.2-2 - Don't examine args for functions declared METH_NOARGS (#235017) dosfstools-2.11-8.fc7 --------------------- * Tue Apr 03 2007 Jeremy Katz - 2.11-8 - add dosfslabel (originally by Peter Jones) esc-1.0.1-2.fc7 --------------- * Tue Apr 03 2007 Jack Magne - 1.0.0-2 evince-0.8.0-5.fc7 ------------------ * Tue Apr 03 2007 Matthias Clasen - 0.8.0-5 - Add an explicit --vendor="", to pacify older desktop-file-utils * Sun Apr 01 2007 Matthias Clasen - 0.8.0-4 - Add an explicit BR for gnome-icon-theme (#234780) evolution-2.10.0-9.fc7 ---------------------- * Tue Apr 03 2007 Matthew Barnes - 2.10.0-9.fc7 - Require libxml2-devel in evolution-devel package (RH bug #235056). - Add libxml-2.0 requirement to evolution-plugin-2.10.pc. * Tue Apr 03 2007 Matthew Barnes - 2.10.0-8.fc7 - Revise patch for GNOME bug #419524 to fix RH bug #235082 (crash in initial account setup wizard). gdbm-1.8.0-27.fc7 ----------------- * Tue Apr 03 2007 Ondrej Dvoracek - 1.8.0-27 - made install-info use in scriptlets safe (#223688) ghostscript-8.15.4-2.fc7 ------------------------ * Tue Apr 03 2007 Tim Waugh 8.15.4-2 - Fixed configuration file locations (bug #233966). * Wed Mar 14 2007 Tim Waugh 8.15.4-1 - 8.15.4. * Thu Jan 25 2007 Tim Waugh 8.15.3-7 - dvipdf script fixes (bug #88906). - Moved libijs.so and libgs.so into devel package (bug #203623). gnome-panel-2.18.0-6.fc7 ------------------------ * Tue Apr 03 2007 Ray Strode - 2.18.0-6 - update the clock after timezone changes (bug 230832) gnome-volume-manager-2.17.0-5.fc7 --------------------------------- * Tue Apr 03 2007 Matthias Clasen - 2.17.0-5 - Add an explicit --vendor argument to pacify older desktop-file-utils java-1.5.0-gcj-1.5.0.0-12.fc7 ----------------------------- * Tue Apr 03 2007 Thomas Fitzsimmons - 1.5.0.0-12 - Obsolete gnu-crypto, gnu-crypto-sasl-jdk1.4 and jessie in base package. - Obsolete gnu-crypto-javadoc in javadoc subpackage. krb5-1.6-3 ---------- * Tue Apr 03 2007 Nalin Dahyabhai 1.6-3 - add patch to correct unauthorized access via krb5-aware telnet daemon (#229782, CVE-2007-0956) - add patch to fix buffer overflow in krb5kdc and kadmind (#231528, CVE-2007-0957) - add patch to fix double-free in kadmind (#231537, CVE-2007-1216) * Thu Mar 22 2007 Nalin Dahyabhai - back out buildrequires: keyutils-libs-devel for now * Thu Mar 22 2007 Nalin Dahyabhai 1.6-2 - add buildrequires: on keyutils-libs-devel to enable use of keyring ccaches, dragging keyutils-libs in as a dependency man-pages-2.43-12.fc7 --------------------- * Mon Apr 02 2007 Steve Dickson 2.43-12 - Remove the rpcinfo man page (#228894). * Fri Mar 16 2007 Ivana Varekova 2.43-11 - Resolves: 230899 Error in the man-pages.spec file: incorrect encoding convertation * Mon Mar 12 2007 Ivana Varekova 2.43-10 - change the default buildroot metacity-2.18.0-2.fc7 --------------------- * Tue Apr 03 2007 Matthias Clasen - 2.18.0-2 - Split off a devel package (#203547) - Some spec file cleanups (#21573) nautilus-cd-burner-2.18.0-2.fc7 ------------------------------- * Tue Apr 03 2007 Matthias Clasen - 2.18.0-2 - Add an explicit --vendor, to pacify older desktop-file-utils nfs-utils-1:1.0.12-4.fc7 ------------------------ * Tue Apr 03 2007 Steve Dickson 1.0.12-4 - Replace portmap dependency with an rpcbind dependency (bz 228894) openoffice.org-1:2.2.0-14.3 --------------------------- * Tue Mar 27 2007 Caolan McNamara - 1:2.2.0-14.3 - Resolves: rhbz#233944 openoffice.org-2.2.0.ooo75790.sc.pa-IN.translate.patch - add aliases for the english autocorrect files - drop old themes to save space and need for translations of their names - combine more DSOs, the speed improvement is not immediately compelling but is at least startup time neutral and saves a meg in size for just core + writer + http://people.redhat.com/caolanm/speed/CombinedDSO.ods policycoreutils-2.0.7-9.fc7 --------------------------- * Tue Apr 03 2007 Dan Walsh 2.0.7-9 - Fix polgen.py to not generate udp rules on tcp input rhgb-0.17.4-1.fc7 ----------------- * Tue Apr 03 2007 Ray Strode - 0.17.4-1 - Fix some descriptions. Patch by Baris Cicek bug 143954 selinux-policy-2.5.11-2.fc7 --------------------------- * Tue Apr 03 2007 Dan Walsh 2.5.11-2 - Allow syslog-ng to read /var - Allow locate to getattr on all filesystems - nscd needs setcap sinjdoc-0.5-4.fc7 ----------------- * Tue Apr 03 2007 Thomas Fitzsimmons - 0.5-4 - Obsolete gjdoc. syslinux-3.36-2.fc7 ------------------- * Tue Apr 03 2007 Florian La Roche - 3.36-2 - add upstream patch from 3.3x branch system-config-bind-4.0.2-6.fc7 ------------------------------ * Tue Apr 03 2007 Ondrej Dvoracek - 4.0.2-6 - Corrected rndc key labels - Resolves #219795 - Corrected DNSSEC key record column - Resolves #219798 * Tue Apr 03 2007 Ondrej Dvoracek - 4.0.2-5 - Added SSHFP Resource record - Resolves #205689 - Corrected some typos in strings - Resolves #232054 * Tue Jan 23 2007 Martin Stransky - 4.0.2-4 - reworked version check - added check for child processes (#216584) tcl-1:8.4.13-15.fc7 ------------------- * Tue Apr 03 2007 Marcela Maslanova - 1:8.4.13-15 - cleaning spec tzdata-2007e-1.fc7 ------------------ * Tue Apr 03 2007 Petr Machata - 2007e-1 - Upstream 2007e - Syria switched to summer time at Mar/29. - Honduras will not enter DST this year. xsane-0.994-1.fc7 ----------------- * Tue Apr 03 2007 Nils Philippsen - 0.994-1 - version 0.994 (#235038) ypbind-3:1.19-8.fc7 ------------------- * Tue Apr 03 2007 Steve Dickson - 3:1.19-8 - Replace portmap dependency with an rpcbind dependency (bz 228894) Broken deps for s390 ---------------------------------------------------------- systemtap - 0.5.13-1.fc7.s390 requires kernel >= 0:2.6.9-11 systemtap-runtime - 0.5.13-1.fc7.s390 requires kernel >= 0:2.6.9-11 From ndbecker2 at gmail.com Wed Apr 4 12:16:38 2007 From: ndbecker2 at gmail.com (Neal Becker) Date: Wed, 04 Apr 2007 08:16:38 -0400 Subject: openoffice.org-writer 1:2.0.4-5.5.10@x86_64 can't open MS doc format? Message-ID: This used to work. It doesn't anymore. I have openoffice.org and all relevant parts installed. Attempting to open a MS doc file, now it tries to open as ASCII. I don't know what broke it - I'm guessing it's the current openoffice.org version that's at fault. Anyone else? From dmack at juniper.net Wed Apr 4 15:18:32 2007 From: dmack at juniper.net (David Mack) Date: Wed, 4 Apr 2007 08:18:32 -0700 Subject: FC7T3: rpcinfo missing? Message-ID: <7DCDA0F058071B49AED9D3D7886C41BE094D2BE9@muon.jnpr.net> Sorry if this has been discussed extensively before, but FC7T3 seems not to have the rpcinfo command available. In FC6 it was in the glibc-common rpm. ypbind attempts to invoke /usr/sbin/rpcinfo and can't find it, which is breaking NIS. Is this a bug or am I missing something? Thanks, Dave From jkeating at redhat.com Wed Apr 4 15:21:01 2007 From: jkeating at redhat.com (Jesse Keating) Date: Wed, 4 Apr 2007 11:21:01 -0400 Subject: FC7T3: rpcinfo missing? In-Reply-To: <7DCDA0F058071B49AED9D3D7886C41BE094D2BE9@muon.jnpr.net> References: <7DCDA0F058071B49AED9D3D7886C41BE094D2BE9@muon.jnpr.net> Message-ID: <200704041121.04661.jkeating@redhat.com> On Wednesday 04 April 2007 11:18:32 David Mack wrote: > Sorry if this has been discussed extensively before, but FC7T3 seems not > to have the rpcinfo command available. In FC6 it was in the glibc-common > rpm. ypbind attempts to invoke /usr/sbin/rpcinfo and can't find it, > which is breaking NIS. Is this a bug or am I missing something? Should be in the rpcbind package that landed in rawhide today. -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From drago01 at gmail.com Wed Apr 4 15:41:25 2007 From: drago01 at gmail.com (dragoran dragoran) Date: Wed, 4 Apr 2007 17:41:25 +0200 Subject: Fedora Core 6 Test Update: selinux-policy-2.4.6-49.fc6 In-Reply-To: <200704032012.l33KCkeY030492@int-mx1.corp.redhat.com> References: <200704032012.l33KCkeY030492@int-mx1.corp.redhat.com> Message-ID: On 4/3/07, Daniel Walsh wrote: > > --------------------------------------------------------------------- > Fedora Test Update Notification > FEDORA-2007-406 > 2007-04-03 > --------------------------------------------------------------------- > > Product : Fedora Core 6 > Name : selinux-policy > Version : 2.4.6 > Release : 49.fc6 > Summary : SELinux policy configuration > Description : > SELinux Reference Policy - modular. > > --------------------------------------------------------------------- > > * Tue Mar 27 2007 Dan Walsh 2.4.6-49 > - Change init_daemon_domain(netlabel_mgmt_t,netlabel_mgmt_exec_t) > - to init_system_domain(netlabel_mgmt_t,netlabel_mgmt_exec_t) > Resolves: #233313 > - Add fuse support for ntfs I have tested this and it works fine thx! not only the ntfs-3g problem is gone but also other fuse filesystems (like sshfs) are no longer unlabeled -------------- next part -------------- An HTML attachment was scrubbed... URL: From michael.wiktowy at gmail.com Wed Apr 4 15:55:25 2007 From: michael.wiktowy at gmail.com (Michael Wiktowy) Date: Wed, 4 Apr 2007 11:55:25 -0400 Subject: Is it supposed to be possible to run grub-install from the LiveCD with SELinux on? In-Reply-To: <1175478850.3140.33.camel@aglarond.local> References: <3e4ec4600703311723x7c591d7avec6c987d0db6bbe7@mail.gmail.com> <1175478850.3140.33.camel@aglarond.local> Message-ID: <3e4ec4600704040855t3f43039epaa09aa2f874b3b29@mail.gmail.com> On 4/1/07, Jeremy Katz wrote: > On Sat, 2007-03-31 at 20:23 -0400, Michael Wiktowy wrote: > > I am running into a ton of issues trying to get my SiI 3112 RAID1 set > > booting. If anyone knows of a guide to the required voodoo to have > > this work, please let me know as the f7test3 installer doesn't quite > > end up with a bootable system. > > > > Among my problems is that fact that SELinux is clobbering > > grub-install. I get a number of the following errors for a bunch of > > tmp files, bug or feature?: > > This looks like a bug in either the SELinux policy or grub. File it > against grub and cc both dwalsh AT redhat DOT com and myself and we'll > get it fixed up. > > This is definitely something that *should* work Done. Filed against SELinux policy even though it may be the grub-install script doing things it shouldn't. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235215 I really like that SELinux problem notifier. It makes it very easy to report these problems or temporarily fix them yourself. /Mike From mbarnes at redhat.com Wed Apr 4 16:16:55 2007 From: mbarnes at redhat.com (Matthew Barnes) Date: Wed, 04 Apr 2007 12:16:55 -0400 Subject: Evolution Broken In-Reply-To: <1175663314.4205.6.camel@omen.com> References: <1175663314.4205.6.camel@omen.com> Message-ID: <1175703415.20714.8.camel@baloo.boston.redhat.com> On Tue, 2007-04-03 at 22:08 -0700, Chuck Forsberg WA7KGX N2469R wrote: > The latest yum update broke evolution. > The contacts page appears normally new > to can't see any > of the contacts. It's a small goof in a new widget I wrote. Should be fixed in the next evolution-data-server update (-6.fc7). In the meantime, if you have a second address book (just create a local dummy one if you don't), switch to it and then switch back and you should see your contacts. Sorry for the inconvenience. Matthew Barnes From idht4n at hotmail.com Wed Apr 4 17:57:12 2007 From: idht4n at hotmail.com (David L) Date: Wed, 04 Apr 2007 10:57:12 -0700 Subject: stack trace addr2line Message-ID: I played with a f7-test3 live CD for a few minutes and had the power statistics app crash. Bug buddy allowed me to send a bug report to the gnome folks which they said was more or less useless in this case because there were no debugging symbols. They asked me to get a stack trace with debugging symbols, but I think the automatic bug reporting process should be fixed to allow developers to get useful stack traces without having users jump through hoops. Does Fedora have a way to turn a stack trace from an app in a release into useful debugging info for the developer? They mentioned that Ubuntu is working toward a better solution with their Apport ( https://wiki.ubuntu.com/Apport ) system. Does Fedora have something similar? FYI, this particular bug report history is at: http://bugzilla.gnome.org/show_bug.cgi?id=425384 David _________________________________________________________________ Interest Rates Fall Again! $430,000 Mortgage for $1,399/mo - Calculate new payment http://www.lowermybills.com/lre/index.jsp?sourceid=lmb-9632-18679&moid=7581 From sundaram at fedoraproject.org Wed Apr 4 18:03:03 2007 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Wed, 04 Apr 2007 23:33:03 +0530 Subject: stack trace addr2line In-Reply-To: References: Message-ID: <4613E857.1030006@fedoraproject.org> David L wrote: > > I played with a f7-test3 live CD for a few minutes and had the power > statistics app crash. Bug buddy allowed me to send a bug report to > the gnome folks which they said was more or less useless in this case > because there were no debugging symbols. They asked me to get a stack > trace with debugging symbols, but I think the automatic bug reporting > process should be fixed to allow developers to get useful stack traces > without having users jump through hoops. > > Does Fedora have a way to turn a stack trace from an app in a release > into useful debugging info for the developer? See http://fedoraproject.org/wiki/StackTraces Rahul From caolanm at redhat.com Wed Apr 4 18:58:55 2007 From: caolanm at redhat.com (Caolan McNamara) Date: Wed, 04 Apr 2007 19:58:55 +0100 Subject: stack trace addr2line In-Reply-To: References: Message-ID: <1175713136.11479.4.camel@localhost.localdomain> On Wed, 2007-04-04 at 10:57 -0700, David L wrote: > I played with a f7-test3 live CD for a few minutes and had the power > statistics app crash. Bug buddy allowed me to send a bug report to > the gnome folks which they said was more or less useless in this case > because there were no debugging symbols. They asked me to get a stack > trace with debugging symbols, but I think the automatic bug reporting > process should be fixed to allow developers to get useful stack traces > without having users jump through hoops. > > Does Fedora have a way to turn a stack trace from an app in a release > into useful debugging info for the developer? Well, I have a home-brewed solution for mapping the OOo stripped backtraces (in the format you get in the crash dialog) back to the source lines... http://people.redhat.com/caolanm/ooocvs/ooomapstack C. From nphilipp at redhat.com Wed Apr 4 20:39:51 2007 From: nphilipp at redhat.com (Nils Philippsen) Date: Wed, 4 Apr 2007 16:39:51 -0400 Subject: Fedora Core 6 Test Update: xsane-0.994-2.fc6 Message-ID: <200704042039.l34KdpTu004013@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-411 2007-04-04 --------------------------------------------------------------------- Product : Fedora Core 6 Name : xsane Version : 0.994 Release : 2.fc6 Summary : X Window System front-end for the SANE scanner interface Description : XSane is an X based interface for the SANE (Scanner Access Now Easy) library, which provides access to scanners, digital cameras, and other capture devices. XSane is written in GTK+ and provides control for performing the scan and then manipulating the captured image. --------------------------------------------------------------------- Update Information: I plan to make this update final within a week. --------------------------------------------------------------------- * Wed Apr 4 2007 Nils Philippsen - 0.994-2 - save prefs when EULA is accepted to ensure that EULA is only shown once at startup (#233645) * Tue Apr 3 2007 Nils Philippsen - 0.994-1 - version 0.994 (#235038) * Fri Mar 30 2007 Nils Philippsen - 0.993-2 - fix summaries and buildroot, don't remove buildroot on %prep, mark dirs and config files, don't reference %buildroot in %build, use double-% in changelog entries (#226658) * Fri Mar 2 2007 Nils Philippsen - 0.993-1 - version 0.993 (#230706) * Wed Oct 25 2006 Nils Philippsen - 0.991-4 - fix typo in scriptlet (#212063) --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ f97e5cedf833fee9e64aac88b040f8546dfc1532 SRPMS/xsane-0.994-2.fc6.src.rpm f97e5cedf833fee9e64aac88b040f8546dfc1532 noarch/xsane-0.994-2.fc6.src.rpm 43736230e694b2d446851edeb30c34f3663769b4 ppc/debug/xsane-debuginfo-0.994-2.fc6.ppc.rpm 5b91e68e2e330add7c8da05c36fd6286b407a0bd ppc/xsane-0.994-2.fc6.ppc.rpm bbec7176e7e691d5758db80db78370f1bb43c67f ppc/xsane-gimp-0.994-2.fc6.ppc.rpm 2b0ee377464e762d0adfb7a0aa8c28ca82accb2b x86_64/debug/xsane-debuginfo-0.994-2.fc6.x86_64.rpm 5652767530f6045a4894edaf6983864ffe1ebf77 x86_64/xsane-gimp-0.994-2.fc6.x86_64.rpm c8201f44f3a2384ad0902e72d731fa1552f2fa0a x86_64/xsane-0.994-2.fc6.x86_64.rpm 2f306aef205ccd1ef5c40a19ff204bbd5a58ca2b i386/xsane-0.994-2.fc6.i386.rpm 31e5b4685033f6903145d15c12a9798d01eebce5 i386/debug/xsane-debuginfo-0.994-2.fc6.i386.rpm 7764b44e98da97887fa7ba34b51b573940c98776 i386/xsane-gimp-0.994-2.fc6.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From bhuffman at graze.net Wed Apr 4 20:39:50 2007 From: bhuffman at graze.net (Brian C. Huffman) Date: Wed, 4 Apr 2007 16:39:50 -0400 Subject: gdesklets included? Message-ID: <17554730.841175719190264.JavaMail.root@graze.net> 2 Things: 1) I see in the GNOME 2.18 gdesklets are included.? Will they be in Fedora 7? 2) I also see in the Release Notes that native mp3 support will be included.? Will that also be provided? Thanks, Brian From jkeating at redhat.com Wed Apr 4 20:46:07 2007 From: jkeating at redhat.com (Jesse Keating) Date: Wed, 4 Apr 2007 16:46:07 -0400 Subject: gdesklets included? In-Reply-To: <17554730.841175719190264.JavaMail.root@graze.net> References: <17554730.841175719190264.JavaMail.root@graze.net> Message-ID: <200704041646.07609.jkeating@redhat.com> On Wednesday 04 April 2007 16:39:50 Brian C. Huffman wrote: > 2) I also see in the Release Notes that native mp3 support will be > included.? Will that also be provided? No. -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From sundaram at fedoraproject.org Wed Apr 4 20:46:03 2007 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Thu, 05 Apr 2007 02:16:03 +0530 Subject: gdesklets included? In-Reply-To: <17554730.841175719190264.JavaMail.root@graze.net> References: <17554730.841175719190264.JavaMail.root@graze.net> Message-ID: <46140E8B.5060908@fedoraproject.org> Brian C. Huffman wrote: > 2 Things: > > 1) I see in the GNOME 2.18 gdesklets are included. Will they be in Fedora 7? gdesklets has already been in Fedora for a long time. # yum info gdesklets > 2) I also see in the Release Notes that native mp3 support will be included. Will that also be provided? I am not sure that's the case. MP3 codecs won't be in Fedora by default but see http://fedoraproject.org/wiki/Releases/FeatureCodecBuddy Rahul From bhuffman at graze.net Wed Apr 4 20:53:01 2007 From: bhuffman at graze.net (Brian C. Huffman) Date: Wed, 4 Apr 2007 16:53:01 -0400 Subject: gdesklets included? Message-ID: <920249.901175719981867.JavaMail.root@graze.net> Jesse Keating wrote: > > On Wednesday 04 April 2007 16:39:50 Brian C. Huffman wrote: > > 2) I also see in the Release Notes that native mp3 support will be > > included.? Will that also be provided? > > No. This probably isn't a fair question since I haven't done my research, but is it for the same reason as before.? I found this tidbit: "Fedora won't ship MP3-capable software because the Fraunhofer Institute's patent license terms are not compatible with the GPL." However, now that Fluendo is providing mp3 decoding for free, is this still the case? Thanks, Brian From bhuffman at graze.net Wed Apr 4 20:58:21 2007 From: bhuffman at graze.net (Brian C. Huffman) Date: Wed, 4 Apr 2007 16:58:21 -0400 Subject: gdesklets included? In-Reply-To: <46140E8B.5060908@fedoraproject.org> Message-ID: <13386664.911175720301662.JavaMail.root@graze.net> Rahul Sundaram wrote: > > Brian C. Huffman wrote: > > 2 Things: > > > > 1) I see in the GNOME 2.18 gdesklets are included.??Will they be in Fedora 7? > > gdesklets has already been in Fedora for a long time. > > # yum info gdesklets I see it in the "extras" repository in FC6, but FC7 is doing away with that split concept and I don't see the gdesklets package in ftp://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/os/Fedora From sundaram at fedoraproject.org Wed Apr 4 21:00:09 2007 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Thu, 05 Apr 2007 02:30:09 +0530 Subject: gdesklets included? In-Reply-To: <920249.901175719981867.JavaMail.root@graze.net> References: <920249.901175719981867.JavaMail.root@graze.net> Message-ID: <461411D9.4080909@fedoraproject.org> Brian C. Huffman wrote: > Jesse Keating wrote: >> On Wednesday 04 April 2007 16:39:50 Brian C. Huffman wrote: >>> 2) I also see in the Release Notes that native mp3 support will be >>> included. Will that also be provided? >> No. > > This probably isn't a fair question since I haven't done my research, but is it for the same reason as before. I found this tidbit: "Fedora won't ship MP3-capable software because the Fraunhofer > Institute's patent license terms are not compatible with the GPL." > > However, now that Fluendo is providing mp3 decoding for free, is this still the case? Yes. It is. See http://www.fluendo.com/resources/fluendo_mp3.php Rahul From jkeating at redhat.com Wed Apr 4 20:58:58 2007 From: jkeating at redhat.com (Jesse Keating) Date: Wed, 4 Apr 2007 16:58:58 -0400 Subject: gdesklets included? In-Reply-To: <920249.901175719981867.JavaMail.root@graze.net> References: <920249.901175719981867.JavaMail.root@graze.net> Message-ID: <200704041658.58645.jkeating@redhat.com> On Wednesday 04 April 2007 16:53:01 you wrote: > However, now that Fluendo is providing mp3 decoding for free, is this still > the case? Fluendo has signed an agreement that allows them to distribute the codec. However you cannot REdistribute that codec. Therefor it is not acceptable in Fedora, as all of Fedora must be redistributable. -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From sundaram at fedoraproject.org Wed Apr 4 21:04:56 2007 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Thu, 05 Apr 2007 02:34:56 +0530 Subject: gdesklets included? In-Reply-To: <13386664.911175720301662.JavaMail.root@graze.net> References: <13386664.911175720301662.JavaMail.root@graze.net> Message-ID: <461412F8.5090100@fedoraproject.org> Brian C. Huffman wrote: > Rahul Sundaram wrote: >> Brian C. Huffman wrote: >>> 2 Things: >>> >>> 1) I see in the GNOME 2.18 gdesklets are included. Will they be in Fedora 7? >> gdesklets has already been in Fedora for a long time. >> >> # yum info gdesklets > > I see it in the "extras" repository in FC6, but FC7 is doing away with that split concept and I don't see the gdesklets package in > > ftp://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/os/Fedora Core and Extras are not merged yet so you need to look in extras-devel instead of devel. http://download.fedora.redhat.com/pub/fedora/linux/extras/development/i386/repoview/gdesklets.html You could have easily checked the presence of the package in the repository with yum. The merge is in progress now. http://fedoraproject.org/wiki/Infrastructure/CoreExtrasMerge Rahul From martin.sourada at seznam.cz Wed Apr 4 21:06:59 2007 From: martin.sourada at seznam.cz (Martin Sourada) Date: Wed, 04 Apr 2007 23:06:59 +0200 Subject: gdesklets included? In-Reply-To: <461411D9.4080909@fedoraproject.org> References: <920249.901175719981867.JavaMail.root@graze.net> <461411D9.4080909@fedoraproject.org> Message-ID: <46141373.6000606@seznam.cz> I don't understand very much to the legal issues concerning mp3 and don't mind it is not in Fedora by default. But I wonder, since lame mp3 implementation [1] is licensed under LGPL, are there any other licensing/legal/other issues blocking such an implementation? Thanks, Martin References [1] http://lame.sourceforge.net/index.php Rahul Sundaram napsal(a): > Brian C. Huffman wrote: >> Jesse Keating wrote: >>> On Wednesday 04 April 2007 16:39:50 Brian C. Huffman wrote: >>>> 2) I also see in the Release Notes that native mp3 support will be >>>> included. Will that also be provided? >>> No. >> >> This probably isn't a fair question since I haven't done my research, >> but is it for the same reason as before. I found this tidbit: "Fedora >> won't ship MP3-capable software because the Fraunhofer >> Institute's patent license terms are not compatible with the GPL." >> >> However, now that Fluendo is providing mp3 decoding for free, is this >> still the case? > > Yes. It is. See http://www.fluendo.com/resources/fluendo_mp3.php > > Rahul > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 249 bytes Desc: OpenPGP digital signature URL: From sundaram at fedoraproject.org Wed Apr 4 21:10:47 2007 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Thu, 05 Apr 2007 02:40:47 +0530 Subject: gdesklets included? In-Reply-To: <46141373.6000606@seznam.cz> References: <920249.901175719981867.JavaMail.root@graze.net> <461411D9.4080909@fedoraproject.org> <46141373.6000606@seznam.cz> Message-ID: <46141457.6070005@fedoraproject.org> Martin Sourada wrote: > I don't understand very much to the legal issues concerning mp3 and don't mind > it is not in Fedora by default. But I wonder, since lame mp3 implementation [1] > is licensed under LGPL, are there any other licensing/legal/other issues > blocking such an implementation? Yes. Patent Issues. http://fedoraproject.org/wiki/Multimedia/MP3 Rahul Ps: Don't top post. From martin.sourada at seznam.cz Wed Apr 4 21:14:16 2007 From: martin.sourada at seznam.cz (Martin Sourada) Date: Wed, 04 Apr 2007 23:14:16 +0200 Subject: gdesklets included? In-Reply-To: <46141457.6070005@fedoraproject.org> References: <920249.901175719981867.JavaMail.root@graze.net> <461411D9.4080909@fedoraproject.org> <46141373.6000606@seznam.cz> <46141457.6070005@fedoraproject.org> Message-ID: <46141528.10207@seznam.cz> Rahul Sundaram napsal(a): > Martin Sourada wrote: >> I don't understand very much to the legal issues concerning mp3 and >> don't mind >> it is not in Fedora by default. But I wonder, since lame mp3 >> implementation [1] >> is licensed under LGPL, are there any other licensing/legal/other issues >> blocking such an implementation? > > Yes. Patent Issues. > > http://fedoraproject.org/wiki/Multimedia/MP3 > > Rahul Thanks, I forgot the damn software patents. I am glad they are not in EU... > > Ps: Don't top post. > I'm sorry. I will try my best not to do it again. :-) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 249 bytes Desc: OpenPGP digital signature URL: From caf at omen.com Wed Apr 4 21:42:49 2007 From: caf at omen.com (Chuck Forsberg WA7KGX N2469R) Date: Wed, 04 Apr 2007 14:42:49 -0700 Subject: Xvnc/gnome broken Message-ID: <1175722969.3973.7.camel@omen.com> The recent updates to x86_64 have broken vncserver's usefulness. I have been using the following line in rc.local to start a vnc window. Under fc7t3 this would generate a vnc share that displayed the correct background but no icons and no right click menu. Sometimes I could get a proper vnc share by restarting vncserver, but the latest yum upgrades seem to have broken that too. su -l caf -c "vncserver -geometry 1850x1100 -depth 24" -- Chuck Forsberg caf at omen.com www.omen.com 503-614-0430 Developer of Industrial ZMODEM(Tm) for Embedded Applications Omen Technology Inc "The High Reliability Software" 10255 NW Old Cornelius Pass Portland OR 97231 FAX 629-0665 From yabraham2 at gmail.com Thu Apr 5 00:35:20 2007 From: yabraham2 at gmail.com (yonas Abraham) Date: Wed, 4 Apr 2007 20:35:20 -0400 Subject: Echo icon theme gone? Message-ID: <47324ed80704041735v5fbc3ca1hc546c29ded7fa61a@mail.gmail.com> my up2dated fc7t2 system, suddenly all the icons changed to the default Gnome icons. when I go to System-->Preferences--> Look and Feel --> Theme, I can't seem to find the original fc7t2 icons ( Echo icon theme)?? any change? From grgoffe at yahoo.com Thu Apr 5 01:01:04 2007 From: grgoffe at yahoo.com (George R Goffe) Date: Wed, 4 Apr 2007 18:01:04 -0700 (PDT) Subject: A problem with a package that yum wants to update. Message-ID: <515197.67290.qm@web90415.mail.mud.yahoo.com> Howdy, I presume you guys are aware of this problem? Is this the right group to email this kind of stuff? Regards, George... yum update Loading "installonlyn" plugin Loading "kernel-module" plugin Loading "allowdowngrade" plugin Loading "fastestmirror" plugin Loading "tsflags" plugin Loading "downloadonly" plugin Loading "fedorakmod" plugin Loading "changelog" plugin Loading "skip-broken" plugin Loading "priorities" plugin Loading "protectbase" plugin Setting up Update Process Setting up repositories Loading mirror speeds from cached hostfile Reading repository metadata in from local files 0 packages excluded due to repository priority protections 0 packages excluded due to repository protections Resolving Dependencies /usr/lib/yum-plugins/kernel-module.py:61: DeprecationWarning: getHdrList() will go away in a future version of Yum. for hdr in conduit.getRpmDB().getHdrList(): --> Populating transaction set with selected packages. Please wait. ---> Package ghc66-gtk2hs.x86_64 0:0.9.11-1.fc6 set to be updated --> Running transaction check --> Processing Dependency: ghc66-gtk2hs = 0.9.10.2-0.1.fc6 for package: ghc66-gtk2hs-mozembed --> Finished Dependency Resolution Error: Missing Dependency: ghc66-gtk2hs = 0.9.10.2-0.1.fc6 is needed by package ghc66-gtk2hs-mozembed ===== _/_/_/_/ _/_/_/_/ _/_/_/_/ _/_/_/ _/_/_/_/ _/_/_/_/ ----- _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/ _/_/_/_/ _/ _/ _/_/_/ _/ _/_/ _/_/_/_/ ----- _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/_/_/ _/_/_/_/ _/_/_/_/ _/ _/ _/_/_/_/ _/_/_/_/ ----- "It's not what you know that hurts you, It's what you know that ain't so." Will Rogers ____________________________________________________________________________________ It's here! Your new message! Get new email alerts with the free Yahoo! Toolbar. http://tools.search.yahoo.com/toolbar/features/mail/ From mschwendt.tmp0701.nospam at arcor.de Thu Apr 5 07:21:59 2007 From: mschwendt.tmp0701.nospam at arcor.de (Michael Schwendt) Date: Thu, 5 Apr 2007 09:21:59 +0200 Subject: A problem with a package that yum wants to update. In-Reply-To: <515197.67290.qm@web90415.mail.mud.yahoo.com> References: <515197.67290.qm@web90415.mail.mud.yahoo.com> Message-ID: <20070405092159.980714fd.mschwendt.tmp0701.nospam@arcor.de> On Wed, 4 Apr 2007 18:01:04 -0700 (PDT), George R Goffe wrote: > Howdy, > > I presume you guys are aware of this problem? > > Is this the right group to email this kind of stuff? > > Regards, > > George... > > yum update > Loading "installonlyn" plugin > Loading "kernel-module" plugin > Loading "allowdowngrade" plugin > Loading "fastestmirror" plugin > Loading "tsflags" plugin > Loading "downloadonly" plugin > Loading "fedorakmod" plugin > Loading "changelog" plugin > Loading "skip-broken" plugin > Loading "priorities" plugin > Loading "protectbase" plugin > Setting up Update Process > Setting up repositories > Loading mirror speeds from cached hostfile > Reading repository metadata in from local files > 0 packages excluded due to repository priority protections > 0 packages excluded due to repository protections > Resolving Dependencies > /usr/lib/yum-plugins/kernel-module.py:61: DeprecationWarning: getHdrList() will go > away in a future version of Yum. > > for hdr in conduit.getRpmDB().getHdrList(): > --> Populating transaction set with selected packages. Please wait. > ---> Package ghc66-gtk2hs.x86_64 0:0.9.11-1.fc6 set to be updated > --> Running transaction check > --> Processing Dependency: ghc66-gtk2hs = 0.9.10.2-0.1.fc6 for package: > ghc66-gtk2hs-mozembed > --> Finished Dependency Resolution > Error: Missing Dependency: ghc66-gtk2hs = 0.9.10.2-0.1.fc6 is needed by package ghc66-gtk2hs-mozembed > It is in the broken deps report, too. Looks like the last update released has taken away the -mozembed package without obsoleting it, and since the previous release is still in the repository, it's broken: %changelog * Thu Mar 22 2007 Jens Petersen - 0.9.11-1 - update to 0.9.11 release - disably mozembed for now since the firefox minor version keeps changing (#223880) From stefmanos at gmail.com Thu Apr 5 07:17:16 2007 From: stefmanos at gmail.com (Stephanos Manos) Date: Thu, 05 Apr 2007 10:17:16 +0300 Subject: copying from nfs4 problem Message-ID: Hi I'm running a fully updated rawhide and i have a strange problem. When trying to copy a folder (.evolution) from a nfs4 mount the copy procedure hangs for ever and the mounted tree is unaccessible. If i boot with the xen kernel then there is no problem. The copy finishes ok. For the copy I'm using mc Has anyone seen this problem? Regards Stephanos From buildsys at redhat.com Thu Apr 5 10:43:02 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Thu, 5 Apr 2007 06:43:02 -0400 Subject: rawhide report: 20070405 changes Message-ID: <200704051043.l35Ah2V1016931@hs20-bc2-6.build.redhat.com> Removed package gimp-print Updated Packages: anaconda-11.2.0.45-1 -------------------- * Wed Apr 04 2007 Jeremy Katz - 11.2.0.45-1 - More live changes to fix installing from the live image running from RAM or a USB stick. Note: requires a livecd created with livecd-tools >= 006 - Make the end button Close for the live case (#225168) - Unmount installed filesystems at the end of the live install - Fix an autopart bug (clumens, #235279) aspell-en-50:6.0-7.fc7 ---------------------- * Fri Mar 30 2007 Ivana Varekova - 50:6.0-7 - add version to obstolete flag * Thu Mar 29 2007 Ivana Varekova - 50:6.0-5 - add documentation - change license tag * Thu Mar 29 2007 Ivana Varekova - 50:6.0-4 - update default buildroot aspell-nl-51:0.1e-4.fc7 ----------------------- * Fri Mar 30 2007 Ivana Varekova -51:0.1e-4 - add nl_affix.dat * Fri Mar 30 2007 Ivana Varekova - 51:0.1e-3 - use configure script to create Makefile - update default buildroot - some minor spec changes bzip2-1.0.4-10.fc7 ------------------ * Wed Apr 04 2007 Ivana Varekova 1.0.4-10 - change libz.a permissions * Wed Apr 04 2007 Ivana Varekova 1.0.4-9 - remove useless -p compiz-0.3.6-7.fc7 ------------------ * Wed Apr 04 2007 Kristian H??gsberg - 0.3.6-7 - Fix typo in ./configure option. * Wed Apr 04 2007 Kristian H??gsberg - 0.3.6-6 - Add place and clone plugins to default plugin list. concurrent-0:1.3.4-5jpp.1.fc7 ----------------------------- * Fri Mar 16 2007 Permaine Cheung - 0:1.3.4-5jpp.1 - Merge with upstream version, update with the correct src tar ball cups-1:1.2.10-5.fc7 ------------------- * Wed Apr 04 2007 Tim Waugh 1:1.2.10-5 - Send D-BUS QueueChanged signal on printer state changes. dbus-glib-0.73-1.fc7 -------------------- * Wed Apr 04 2007 Matthias Clasen - 0.73-1 - Update to 0.73 (#233631) - Drop upstreamed patches evolution-2.10.0-10.fc7 ----------------------- * Wed Apr 04 2007 Matthew Barnes - 2.10.0-10.fc7 - Add patch for GNOME bug #352713 (improve folder tree updates). * Tue Apr 03 2007 Matthew Barnes - 2.10.0-9.fc7 - Require libxml2-devel in evolution-devel package (RH bug #235056). - Add libxml-2.0 requirement to evolution-plugin-2.10.pc. * Tue Apr 03 2007 Matthew Barnes - 2.10.0-8.fc7 - Revise patch for GNOME bug #419524 to fix RH bug #235082 (crash in initial account setup wizard). evolution-data-server-1.10.0-6.fc7 ---------------------------------- * Wed Apr 04 2007 Matthew Barnes - 1.10.0-6.fc7 - Revise patch for GNOME bug #417999 (another ESourceComboBox goof). gcc-4.1.2-8 ----------- * Tue Apr 03 2007 Jakub Jelinek 4.1.2-8 - update from gcc-4_1-branch (-r123245:123462) - PRs target/31137, target/31380 - libjava fixes (PRs classpath/31302, classpath/31303, libgcj/29869) - java Proxy fix (Andrew Haley, #234836) - deque::erase fix (Steve LoBasso, Paolo Carlini, #234515) - fix java font rendering (Francis Kung, #231818) - fix a regression caused by C++ visibility fixes (Jason Merrill, PR c++/31187) - use hidden visibility for non-native java private methods (Andrew Haley) gnome-panel-2.18.0-8.fc7 ------------------------ * Wed Apr 04 2007 Ray Strode - 2.18.0-8 - fix invalid read and potentially fix 234544 * Wed Apr 04 2007 Ray Strode - 2.18.0-7 - Allow users to correct desktop launchers when given an error initially (bug 233015) hal-cups-utils-0.6.6-1.fc7 -------------------------- * Wed Apr 04 2007 Tim Waugh 0.6.6-1 - Prevent a traceback in hal_lpadmin (bug #232733). hplip-1.7.2-4.fc7 ----------------- * Wed Apr 04 2007 Tim Waugh 1.7.2-4 - Clear the media-empty-error printer state. * Wed Apr 04 2007 Tim Waugh 1.7.2-3 - Fixed typo in marker-supply-low patch. * Wed Apr 04 2007 Tim Waugh 1.7.2-2 - Split out a gui sub-package (bug #193661). - Build requires sane-backends-devel (bug #234813). iptraf-3.0.0-6.fc7 ------------------ * Wed Apr 04 2007 Marcela Maslanova - 3.0.0-6 - merge review, add logrotate file - rhbz#225907 jakarta-commons-lang-0:2.1-6jpp.1.fc7 ------------------------------------- * Thu Mar 29 2007 Permaine Cheung - 0:2.1-6jpp.1 - Merge from upstream and rpmlint cleanup kernel-2.6.20-1.3045.fc7 ------------------------ * Wed Apr 04 2007 Dave Jones - 2.6.21-rc5-git12 * Wed Apr 04 2007 Dave Jones - Silence noisy power management printk's * Wed Apr 04 2007 Dave Jones - Disable PCI MSI and MMCONFIG by default (cebbert) lftp-3.5.10-2.fc7 ----------------- * Wed Apr 04 2007 Maros Barabas - 3.5.10-2 - Merge review fix - Resolves #225984 * Wed Apr 04 2007 Maros Barabas - 3.5.10 - Upgrade to 3.5.10 from upstream logwatch-7.3.4-4.fc7 -------------------- * Wed Apr 04 2007 Ivana Varekova 7.3.4-4 - Resolves 234875 logwatch warns about ntpd startup messages mesa-6.5.2-9.fc7 ---------------- * Wed Apr 04 2007 Adam Jackson 6.5.2-9 - mesa-6.5.2-bindcontext-paranoia.patch: Paper over a crash when doBindContext fails, to avoid, for example, crashing the server when using tdfx but without glide3 installed. newt-0.52.6-2.fc7 ----------------- * Wed Apr 04 2007 Miroslav Lichvar - 0.52.6-2 - fix entry scrolling (#234829) - fix multibyte character handling in entry * Fri Mar 02 2007 Miroslav Lichvar - 0.52.6-1 - add newtSetColor() to allow changing individual colors - add newtPopWindowNoRefresh() (patch by Forest Bond) - move static library to -static subpackage, spec cleanup (#226195) (patch by Jason Tibbitts) * Wed Jan 31 2007 Miroslav Lichvar - 0.52.5-1 - provide option to change text of buttons (#126768) - don't add escape key to hot keys by default (#216157) - fix cursor position in checkboxtree, radio button and checkbox - don't force monochrome terminals to output colors - highlight active compact button on monochrome terminals - update translations from debian redhat-artwork-5.0.12-3.fc7 --------------------------- * Wed Apr 04 2007 Than Ngo - 5.0.12-3 - fix broken symlink rhgb-0.17.5-1.fc7 ----------------- * Tue Apr 03 2007 Ray Strode - 0.17.5-1 - don't bail if /etc/mtab isn't around. Patch by Jeremy Katz , bug 235146. rhythmbox-0.10.0-2.fc7 ---------------------- * Wed Apr 04 2007 - Bastien Nocera - 0.10.0-2.fc7 - Use multiple CPUs to build, the upstream bug is fixed now * Wed Apr 04 2007 - Bastien Nocera - 0.10.0-1.fc7 - Update to the stable branch 0.10.0, fixes a large number of crashers - Add patch for xdg-user-dirs support scim-1.4.5-12.fc7 ----------------- * Wed Apr 04 2007 Jens Petersen - 1.4.5-12 - add X-GNOME-PersonalSettings category to scim-setup.desktop (#234167) - also use desktop-file-install instead of scim-setup-desktop-file.patch to remove Applications category selinux-policy-2.5.11-4.fc7 --------------------------- * Wed Apr 04 2007 Dan Walsh 2.5.11-4 - Fixes for samba domain controller. - Allow ConsoleKit to look at ttys * Tue Apr 03 2007 Dan Walsh 2.5.11-3 - Fix interface call totem-2.18.1-1.fc7 ------------------ * Wed Apr 04 2007 - Bastien Nocera - 2.18.1-1 - New upstream version with plenty of bug fixes uucp-1.07-15.fc7 ---------------- * Wed Apr 04 2007 Lukas Vrabel 1.07-15 - fix crashes with SIGFPE (#150978) (from Wolfgang Ocker) vsftpd-2.0.5-16.fc7 ------------------- * Wed Apr 04 2007 Maros Barabas - 2.0.5-16 - Merge review: - fix using %{_var}, %{_sbindir} and %{_sysconfigdir} macros for files and install - fix BuildRoot - dropped usermod, openssl & pam requirement vte-0.16.0-4.fc7 ---------------- * Wed Apr 04 2007 Ray Strode 0.16.0-4 - Add upstream patch from ickle to fix unicode input crash (#235160) xorg-x11-drv-i810-1.6.5-17.fc7 ------------------------------ * Wed Apr 04 2007 Adam Jackson 1.6.5-17 - xf86-video-intel-1.9.94 (RC4). Adds support for 965GM. - i810.xinf: Point 965GM support at the intel driver since it's not present in old i810. xsane-0.994-2.fc7 ----------------- * Wed Apr 04 2007 Nils Philippsen - 0.994-2 - save prefs when EULA is accepted to ensure that EULA is only shown once at startup (#233645) yum-3.1.6-1.fc7 --------------- * Wed Apr 04 2007 Jeremy Katz - 3.1.6-1 - update to 3.1.6 * Thu Mar 22 2007 James Bowes - 3.1.5-1 - update to 3.1.5 * Wed Mar 07 2007 Jeremy Katz - 3.1.4-1 - update to 3.1.4 yum-metadata-parser-1.0.4-1.fc7 ------------------------------- * Wed Apr 04 2007 Jeremy Katz - 1.0.4-1 - update to 1.0.4 Broken deps for ia64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ia64 requires gimp-print >= 0:4.2.0 Broken deps for ppc64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ppc64 requires gimp-print >= 0:4.2.0 Broken deps for s390 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.s390 requires gimp-print >= 0:4.2.0 systemtap - 0.5.13-1.fc7.s390 requires kernel >= 0:2.6.9-11 systemtap-runtime - 0.5.13-1.fc7.s390 requires kernel >= 0:2.6.9-11 Broken deps for x86_64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.x86_64 requires gimp-print >= 0:4.2.0 Broken deps for i386 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.i386 requires gimp-print >= 0:4.2.0 Broken deps for s390x ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.s390x requires gimp-print >= 0:4.2.0 Broken deps for ppc ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ppc requires gimp-print >= 0:4.2.0 From drago01 at gmail.com Thu Apr 5 11:55:12 2007 From: drago01 at gmail.com (dragoran) Date: Thu, 05 Apr 2007 13:55:12 +0200 Subject: FC6 -> FC7t3 upgrade can lead to incorrect grub config In-Reply-To: <461371FF.2030501@mesias.co.uk> References: <461371FF.2030501@mesias.co.uk> Message-ID: <4614E3A0.2040508@gmail.com> Cam wrote: > Hi > > I tried to upgrade a FC6 machine to FC7t3 using the DVD. Anaconda > didn't find the grub config. I asked it to make a new installation of > grub and the resulting menu.lst had incorrect numbers for the HD, eg. > (1,2) instead of (0,2). > > The symptoms were: grub menu behaved erratically (unable to edit boot > commands); grub wasn't able to load a kernel, and the machine reset > continually. > > I used the rescue disc to boot and edited the menu.lst to (0,x) > instead of (1,x) throughout, and the FC7t3 install was fine. > > Is this a known problem or should I put it into BZ? I couldn't find > anything relevant in BZ last night. > are you using IDE drives? It may be related to the move to the newer libata based IDE drivers. go fill a bug (and include info about your hd setup) > -Cam > From drago01 at gmail.com Thu Apr 5 12:02:24 2007 From: drago01 at gmail.com (dragoran) Date: Thu, 05 Apr 2007 14:02:24 +0200 Subject: gdesklets included? In-Reply-To: <461412F8.5090100@fedoraproject.org> References: <13386664.911175720301662.JavaMail.root@graze.net> <461412F8.5090100@fedoraproject.org> Message-ID: <4614E550.9050005@gmail.com> Rahul Sundaram wrote: > > You could have easily checked the presence of the package in the > repository with yum. The merge is in progress now. > > http://fedoraproject.org/wiki/Infrastructure/CoreExtrasMerge > thx for this link Rahul > Rahul > > > From camilo at mesias.co.uk Thu Apr 5 12:30:28 2007 From: camilo at mesias.co.uk (Cam) Date: Thu, 05 Apr 2007 13:30:28 +0100 Subject: FC6 -> FC7t3 upgrade can lead to incorrect grub config In-Reply-To: <4614E3A0.2040508@gmail.com> References: <461371FF.2030501@mesias.co.uk> <4614E3A0.2040508@gmail.com> Message-ID: <4614EBE4.7000901@mesias.co.uk> dragoran > are you using IDE drives? It may be related to the move to the newer > libata based IDE drivers. > go fill a bug (and include info about your hd setup) Thanks for the reply, I have: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235327 I hope that is enough info, if not I will try to provide whatever is needed. Cheers, -Cam -- camilo at mesias.co.uk <-- From drago01 at gmail.com Thu Apr 5 11:53:18 2007 From: drago01 at gmail.com (dragoran) Date: Thu, 05 Apr 2007 13:53:18 +0200 Subject: Where are the blocker bugs? Message-ID: <4614E32E.70602@gmail.com> I want to mark some bugs as F7 blocker but I can't find the bugnumber of the blocker bug using bugzilla search... So the question is: Where are the blockerbugs and how can I find them in the future? (wiki?) From arch at tuparks.com Thu Apr 5 13:45:45 2007 From: arch at tuparks.com (Arch Willingham) Date: Thu, 5 Apr 2007 09:45:45 -0400 Subject: FC7 Test 3 - look and feel - good job Message-ID: <6B74CFE2B2A0B748BB3DC16E04769786275B8E@hall.tup.com> In the FWIW category, the new colors, look and feel of FC7 test 3 look great. I have it running on four machines...compliments to the chefs! Arch From gerrytool at gmail.com Thu Apr 5 14:57:48 2007 From: gerrytool at gmail.com (Gerry Tool) Date: Thu, 5 Apr 2007 09:57:48 -0500 Subject: F7Test3: dropped to login screen (maybe German only?) In-Reply-To: <4ee84c5f0703300209i713adc1ej4961dd7dace0ed1d@mail.gmail.com> References: <4ee84c5f0703300112n708805eo4370dc8d43a214aa@mail.gmail.com> <20070330102715.4ee24041@localhost.localdomain> <4ee84c5f0703300209i713adc1ej4961dd7dace0ed1d@mail.gmail.com> Message-ID: On 3/30/07, Guido Ledermann wrote: > > Thanks, but the effect I've mentioned is not that the I stuck in some > X-Session. The login screen appears right after the first reboot! You are > then not asked about Selinux, firewall, time, create first user etc. If you, > at that point, do a yum update and reboot, then everything works fine. > > 2007/3/30, Sebastian Vahl : > > > > Am Fri, 30 Mar 2007 10:12:18 +0200 > > schrieb "Guido Ledermann" : > > > > > After installing F7Test3 i386 I was not asked about Firewall, Selinux > > > etc. I could not add any user or something like that. Is that may > > > caused by this "plural" bug that also hits system-config-user when > > > you install F7 in German? > > > > > > I have not read about this issue from our English testers, yet. Are > > > there any German installers who can validate my suspicions? > > > Sebastian, maybe? > > > > > > Guido > > > > Yes. I've also seen that before (also in english version and also > > in gnome version AFAIR): After rebooting, firstboot won't start and X is > > > > only starting with the cross on grey ground. After hitting CTRL+ALT+DEL > > kdm shows up. When I reboot then, firstboot is starting normal. > > I guessed that this is caused by nv (there was an issue discussed > > earlier on this list). But I haven't had the time to look into this > > further. > > > > Sebastian > > > I found this occurred when I selected Virtualization packages during customization, but not on a subsequent install without the virtualization packages. Updating with the first install was also painfully slow, but good with no virtualization. Gerry -------------- next part -------------- An HTML attachment was scrubbed... URL: From fedora at leemhuis.info Thu Apr 5 15:00:36 2007 From: fedora at leemhuis.info (Thorsten Leemhuis) Date: Thu, 05 Apr 2007 17:00:36 +0200 Subject: Where are the blocker bugs? In-Reply-To: <4614E32E.70602@gmail.com> References: <4614E32E.70602@gmail.com> Message-ID: <46150F14.8040306@leemhuis.info> dragoran schrieb: > I want to mark some bugs as F7 blocker but I can't find the bugnumber of > the blocker bug using bugzilla search... > So the question is: > Where are the blockerbugs https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=FC7Blocker https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=FC7Target > and how can I find them in the future? (wiki?) For example: http://fedoraproject.org/wiki/QA/7/Test3TreeTesting Maybe having a more obvious place for them might be better. Cu thl From david at lovesunix.net Thu Apr 5 15:11:46 2007 From: david at lovesunix.net (David Nielsen) Date: Thu, 05 Apr 2007 17:11:46 +0200 Subject: Where are the blocker bugs? In-Reply-To: <4614E32E.70602@gmail.com> References: <4614E32E.70602@gmail.com> Message-ID: <1175785906.3225.9.camel@dawkins> tor, 05 04 2007 kl. 13:53 +0200, skrev dragoran: > I want to mark some bugs as F7 blocker but I can't find the bugnumber of > the blocker bug using bugzilla search... > So the question is: > Where are the blockerbugs and how can I find them in the future? (wiki?) There are meta bugs in bugzilla called FC7Blocker and FC7Target (and similarly for FE). - David Nielsen -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Dette er en digitalt underskrevet brevdel URL: From gerrytool at gmail.com Thu Apr 5 15:26:12 2007 From: gerrytool at gmail.com (Gerry Tool) Date: Thu, 5 Apr 2007 10:26:12 -0500 Subject: gcalctool still not in F7Test3 Message-ID: I have pointed this out at each test cycle and received a response that it was overlooked and would be added. I have not tried the live CD, but it is not on the prime DVD. Gerry -------------- next part -------------- An HTML attachment was scrubbed... URL: From jkeating at redhat.com Thu Apr 5 15:39:39 2007 From: jkeating at redhat.com (Jesse Keating) Date: Thu, 5 Apr 2007 11:39:39 -0400 Subject: gcalctool still not in F7Test3 In-Reply-To: References: Message-ID: <200704051139.40053.jkeating@redhat.com> On Thursday 05 April 2007 11:26:12 Gerry Tool wrote: > I have pointed this out at each test cycle and received a response that it > was overlooked and would be added. > > I have not tried the live CD, but it is not on the prime DVD. Did you ever file a bug? (: I added it to comps this time around, although I thought I had before. -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From gerrytool at gmail.com Thu Apr 5 15:50:36 2007 From: gerrytool at gmail.com (Gerry Tool) Date: Thu, 5 Apr 2007 10:50:36 -0500 Subject: gcalctool still not in F7Test3 In-Reply-To: <200704051139.40053.jkeating@redhat.com> References: <200704051139.40053.jkeating@redhat.com> Message-ID: On 4/5/07, Jesse Keating wrote: > > On Thursday 05 April 2007 11:26:12 Gerry Tool wrote: > > I have pointed this out at each test cycle and received a response that > it > > was overlooked and would be added. > > > > I have not tried the live CD, but it is not on the prime DVD. > > Did you ever file a bug? (: No, because each time you responded quickly that you would add it. Do you want me to file a bug this time? I added it to comps this time around, although I thought I had before. > > -- > Jesse Keating > Gerry -------------- next part -------------- An HTML attachment was scrubbed... URL: From wwoods at redhat.com Thu Apr 5 16:22:07 2007 From: wwoods at redhat.com (Will Woods) Date: Thu, 05 Apr 2007 12:22:07 -0400 Subject: Echo icon theme gone? In-Reply-To: <47324ed80704041735v5fbc3ca1hc546c29ded7fa61a@mail.gmail.com> References: <47324ed80704041735v5fbc3ca1hc546c29ded7fa61a@mail.gmail.com> Message-ID: <1175790127.6884.163.camel@metroid.rdu.redhat.com> On Wed, 2007-04-04 at 20:35 -0400, yonas Abraham wrote: > my up2dated fc7t2 system, suddenly all the icons changed to the > default Gnome icons. when I go to System-->Preferences--> Look and > Feel --> Theme, I can't seem to find the original fc7t2 icons ( Echo > icon theme)?? any change? The Echo icons are still there - just hit "Customize" in the theme program, and you can switch the icon set back to "Echo". However, I'm not really sure why the default changed to GNOME (and why it hasn't been switched back yet). Anyone? -w -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From jim at jbsys.com Thu Apr 5 16:25:00 2007 From: jim at jbsys.com (Jim Bevier) Date: Thu, 5 Apr 2007 09:25:00 -0700 Subject: mount: could not find filesystem '/dev/root' Message-ID: <00aa01c7779e$f596b020$0a01a8c0@jbsys> Then Kernel panic - not syncing: Attempted to kill init! This was an ASUS k8v se delux with AMD 3400 processor. It was running FC6 and rawhide (up to date as of 4/3). I replaced the motherboad with an ASUS MSN-plus SLI with an AMD X2 4600. I can boot FC6 with not problems and see the two pata drives on the system. There are no SATA drives and the controller is disabled in the bios. I can also boot the FC7t3 live dvd and it work great, but the old rawhide will not boot. What can I do to get it to boot again? Why will it not find the root filesystem? I need some help, please. Jim From guido.ledermann at googlemail.com Thu Apr 5 17:40:30 2007 From: guido.ledermann at googlemail.com (Guido Ledermann) Date: Thu, 05 Apr 2007 19:40:30 +0200 Subject: F7 Test3 USB drives are not mounted (again...) Message-ID: <4615348E.6000204@googlemail.com> Hello, after my last update, the USB drives aren't mounted automatically any more. I don't even see there icons in the panel to mount/unmount them. I now use gnome-mount.i386 0:0.5-4.fc7. Can anyone confirm this? Guido From wwoods at redhat.com Thu Apr 5 18:04:28 2007 From: wwoods at redhat.com (Will Woods) Date: Thu, 05 Apr 2007 14:04:28 -0400 Subject: F7 Test3 USB drives are not mounted (again...) In-Reply-To: <4615348E.6000204@googlemail.com> References: <4615348E.6000204@googlemail.com> Message-ID: <1175796268.6884.198.camel@metroid.rdu.redhat.com> On Thu, 2007-04-05 at 19:40 +0200, Guido Ledermann wrote: > after my last update, the USB drives aren't mounted automatically any > more. I don't even see there icons in the panel to mount/unmount them. I > now use gnome-mount.i386 0:0.5-4.fc7. Should be fixed with selinux-policy-targeted-2.5.11-4.fc7, available in today's rawhide. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235062 -w -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From guido.ledermann at googlemail.com Thu Apr 5 18:11:51 2007 From: guido.ledermann at googlemail.com (Guido Ledermann) Date: Thu, 05 Apr 2007 20:11:51 +0200 Subject: F7 Test3 USB drives are not mounted (again...) In-Reply-To: <1175796268.6884.198.camel@metroid.rdu.redhat.com> References: <4615348E.6000204@googlemail.com> <1175796268.6884.198.camel@metroid.rdu.redhat.com> Message-ID: <46153BE7.3010709@googlemail.com> Will Woods schrieb: > On Thu, 2007-04-05 at 19:40 +0200, Guido Ledermann wrote: > >> after my last update, the USB drives aren't mounted automatically any >> more. I don't even see there icons in the panel to mount/unmount them. I >> now use gnome-mount.i386 0:0.5-4.fc7. > > Should be fixed with selinux-policy-targeted-2.5.11-4.fc7, available in > today's rawhide. > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235062 Well, SELinux is disabled on my machine. Would this new policy fix this anyway? Guido From wwoods at redhat.com Thu Apr 5 18:33:38 2007 From: wwoods at redhat.com (Will Woods) Date: Thu, 05 Apr 2007 14:33:38 -0400 Subject: F7 Test3 USB drives are not mounted (again...) In-Reply-To: <46153BE7.3010709@googlemail.com> References: <4615348E.6000204@googlemail.com> <1175796268.6884.198.camel@metroid.rdu.redhat.com> <46153BE7.3010709@googlemail.com> Message-ID: <1175798018.6884.205.camel@metroid.rdu.redhat.com> On Thu, 2007-04-05 at 20:11 +0200, Guido Ledermann wrote: > Will Woods schrieb: > > On Thu, 2007-04-05 at 19:40 +0200, Guido Ledermann wrote: > > > >> after my last update, the USB drives aren't mounted automatically any > >> more. I don't even see there icons in the panel to mount/unmount them. I > >> now use gnome-mount.i386 0:0.5-4.fc7. > > > > Should be fixed with selinux-policy-targeted-2.5.11-4.fc7, available in > > today's rawhide. > > > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235062 > > > Well, SELinux is disabled on my machine. Would this new policy fix this > anyway? Hmm, probably not. Does the drive appear if you plug it in after logging in? -w -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From jkeating at redhat.com Thu Apr 5 19:07:34 2007 From: jkeating at redhat.com (Jesse Keating) Date: Thu, 5 Apr 2007 15:07:34 -0400 Subject: Wiki outage Message-ID: <200704051507.34608.jkeating@redhat.com> We're experiencing some technical difficulties with the systems serving the wiki. It is temporarily unavailable. -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From guido.ledermann at googlemail.com Thu Apr 5 19:07:28 2007 From: guido.ledermann at googlemail.com (Guido Ledermann) Date: Thu, 05 Apr 2007 21:07:28 +0200 Subject: F7 Test3 USB drives are not mounted (again...) In-Reply-To: <1175798018.6884.205.camel@metroid.rdu.redhat.com> References: <4615348E.6000204@googlemail.com> <1175796268.6884.198.camel@metroid.rdu.redhat.com> <46153BE7.3010709@googlemail.com> <1175798018.6884.205.camel@metroid.rdu.redhat.com> Message-ID: <461548F0.3040405@googlemail.com> Will Woods schrieb: > Hmm, probably not. Sigh... > Does the drive appear if you plug it in after logging in? No. I can see it in /var/log/messages but nothing more happens. No mount in /media, no icon on the desktop, not even in the panel. Maybe I should wait for the next updates. If they don't fix it I'll file a bug. But what makes me wonder is that it seems to me, that I'm the only one with this problem. I'm just installing another computer with F7Test3 to verify if is just me or if it's a general problem. Guido From jkeating at redhat.com Thu Apr 5 19:26:45 2007 From: jkeating at redhat.com (Jesse Keating) Date: Thu, 5 Apr 2007 15:26:45 -0400 Subject: Wiki outage In-Reply-To: <200704051507.34608.jkeating@redhat.com> References: <200704051507.34608.jkeating@redhat.com> Message-ID: <200704051526.46027.jkeating@redhat.com> On Thursday 05 April 2007 15:07:34 Jesse Keating wrote: > We're experiencing some technical difficulties with the systems serving the > wiki. ?It is temporarily unavailable. And we should be back up again. -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From drago01 at gmail.com Thu Apr 5 19:25:30 2007 From: drago01 at gmail.com (dragoran dragoran) Date: Thu, 5 Apr 2007 21:25:30 +0200 Subject: mount: could not find filesystem '/dev/root' In-Reply-To: <00aa01c7779e$f596b020$0a01a8c0@jbsys> References: <00aa01c7779e$f596b020$0a01a8c0@jbsys> Message-ID: On 4/5/07, Jim Bevier wrote: > > Then > Kernel panic - not syncing: Attempted to kill init! > > This was an ASUS k8v se delux with AMD 3400 processor. It was running FC6 > and rawhide (up to date as of 4/3). I replaced the motherboad with an > ASUS > MSN-plus SLI with an AMD X2 4600. I can boot FC6 with not problems and > see > the two pata drives on the system. There are no SATA drives and the > controller is disabled in the bios. I can also boot the FC7t3 live dvd > and > it work great, but the old rawhide will not boot. What can I do to get it > to boot again? Why will it not find the root filesystem? > > I need some help, please. try booting into rescue mode and rebuild the initrd Jim > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jorton at redhat.com Thu Apr 5 19:51:31 2007 From: jorton at redhat.com (Joe Orton) Date: Thu, 5 Apr 2007 15:51:31 -0400 Subject: [SECURITY] Fedora Core 6 Test Update: php-5.1.6-3.5.fc6 Message-ID: <200704051951.l35JpVeN003512@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-415 2007-04-05 --------------------------------------------------------------------- Product : Fedora Core 6 Name : php Version : 5.1.6 Release : 3.5.fc6 Summary : The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor) Description : PHP is an HTML-embedded scripting language. PHP attempts to make it easy for developers to write dynamically generated webpages. PHP also offers built-in database integration for several commercial and non-commercial database management systems, so writing a database-enabled webpage with PHP is fairly simple. The most common use of PHP coding is probably as a replacement for CGI scripts. The php package contains the module which adds support for the PHP language to Apache HTTP Server. --------------------------------------------------------------------- Update Information: This update fixes a number of security issues in PHP. --------------------------------------------------------------------- * Thu Apr 5 2007 Joe Orton 5.1.6-3.5.fc6 - add security fixes for CVE-2007-0455, CVE-2007-1001, CVE-2007-1285, CVE-2007-1583, CVE-2007-1718 (#235364) - package /usr/share/php (#225434) * Fri Feb 16 2007 Joe Orton 5.1.6-3.4.fc6 - add security fixes for: CVE-2007-0906, CVE-2007-0907, CVE-2007-0908, CVE-2007-0909, CVE-2007-0910, CVE-2007-0988 (#228011) - package /usr/share/php and append to default include_path (#225434) - add php(api), php(zend-abi) provides (#221302) - fix magic file used by mime-magic (Kir Kolyshkin, #177926) --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ 19559bc5e1ff78b23df4f27f102dabbd5f47fac0 SRPMS/php-5.1.6-3.5.fc6.src.rpm 19559bc5e1ff78b23df4f27f102dabbd5f47fac0 noarch/php-5.1.6-3.5.fc6.src.rpm 8605e77b657ed02a08783dc8aa81beb5223e3b72 ppc/php-xml-5.1.6-3.5.fc6.ppc.rpm a73ec35bca7a137ce41c5475a754e2ebfa81ba75 ppc/php-xmlrpc-5.1.6-3.5.fc6.ppc.rpm 9664c21153149087cb699b0ecdd28f66b19164c7 ppc/php-mbstring-5.1.6-3.5.fc6.ppc.rpm 5ba4376c191c2f99c7113d357ad50b5548458ee3 ppc/php-odbc-5.1.6-3.5.fc6.ppc.rpm 98cd7ecf755a51267792111e2e38d2f59da67e57 ppc/php-bcmath-5.1.6-3.5.fc6.ppc.rpm 07b3151ce2b81dce45ea4775324a4da43452e59e ppc/php-cli-5.1.6-3.5.fc6.ppc.rpm 3692ae86aa344570c2ebb29c065a39f9100055be ppc/php-pgsql-5.1.6-3.5.fc6.ppc.rpm 11e48133a5e06c3fb84377dab9a6b31b61bf62cf ppc/php-snmp-5.1.6-3.5.fc6.ppc.rpm b5a7b4a4d12f704a43ad6a7caf09ba45e950aed7 ppc/php-pdo-5.1.6-3.5.fc6.ppc.rpm d004f5231eb4eb2ce1519900e3cfe544ba96d971 ppc/php-dba-5.1.6-3.5.fc6.ppc.rpm 258125ee98c4f3f817a8202e1bd9ea4cf3c5af4a ppc/php-devel-5.1.6-3.5.fc6.ppc.rpm f01c707fdb851adce8cd11c4c10bd4b50fcf45d2 ppc/php-soap-5.1.6-3.5.fc6.ppc.rpm e0b76ac182020ed33b80409ff475fac7a28fcf64 ppc/php-mysql-5.1.6-3.5.fc6.ppc.rpm 5406ec342e7d2db4a4d897184e69a343033e7c8a ppc/debug/php-debuginfo-5.1.6-3.5.fc6.ppc.rpm 7b161759058e4a5532ce4a09a99039ee444c2710 ppc/php-ldap-5.1.6-3.5.fc6.ppc.rpm f7d2334db57d0ea99294f8318c697dc0b8308779 ppc/php-ncurses-5.1.6-3.5.fc6.ppc.rpm 493810e3aa3c6fa09340bdb80cf09763e59c5c31 ppc/php-5.1.6-3.5.fc6.ppc.rpm 7d70e95e8b092f56ff51c4b36791152fa9e414a8 ppc/php-imap-5.1.6-3.5.fc6.ppc.rpm 5d280094a0692581fb293a6e1bcfef254b29402d ppc/php-common-5.1.6-3.5.fc6.ppc.rpm 9db025152ee748347ec3225b6b7e751e9e98dc0e ppc/php-gd-5.1.6-3.5.fc6.ppc.rpm a7a1ee59b401411fb2fb595db7847ab1dc6290e0 x86_64/php-common-5.1.6-3.5.fc6.x86_64.rpm b153f8564c3ad0ea31e11490a27c7563b27a155c x86_64/php-cli-5.1.6-3.5.fc6.x86_64.rpm ef203f750381bb71270b46640deeb787e247c86d x86_64/php-xml-5.1.6-3.5.fc6.x86_64.rpm b372f9222357f6b8c293dd75c4363ba04b7b5a1d x86_64/debug/php-debuginfo-5.1.6-3.5.fc6.x86_64.rpm 7c98f95ff06359610c2d355b6b815428ed0617cd x86_64/php-gd-5.1.6-3.5.fc6.x86_64.rpm 61cf14ed704ebbd0a2e9da10521ac3df8ae09074 x86_64/php-5.1.6-3.5.fc6.x86_64.rpm 6f8fd8e744817a5f6b24eeb41f03003745c3cf5d x86_64/php-imap-5.1.6-3.5.fc6.x86_64.rpm 2df43a930f480f07bf0cc51d9c45d009abd0649c x86_64/php-snmp-5.1.6-3.5.fc6.x86_64.rpm d337c06785c4b7c5b17028bfe81b2446fbb2a5b1 x86_64/php-bcmath-5.1.6-3.5.fc6.x86_64.rpm 98b540eb87b846e1774b5ff42d22d1cbe5b4da91 x86_64/php-soap-5.1.6-3.5.fc6.x86_64.rpm 1e7a78535cd2148f6169246c0b7f61ccb88ac64a x86_64/php-xmlrpc-5.1.6-3.5.fc6.x86_64.rpm d0535f2450ae29464638a083bc6ea7dfa3471d56 x86_64/php-pgsql-5.1.6-3.5.fc6.x86_64.rpm bb7825e4721ff4ec9cb75b33270590c4aaf8e37f x86_64/php-odbc-5.1.6-3.5.fc6.x86_64.rpm 6d2e6d456f4332b431a1c8eb982e862fbf49d493 x86_64/php-devel-5.1.6-3.5.fc6.x86_64.rpm d18e21c884c468f3e0de75fc14151620098ffe8b x86_64/php-pdo-5.1.6-3.5.fc6.x86_64.rpm 32f7a5f20ff7f08f5d81199150adda39a00af0ab x86_64/php-ncurses-5.1.6-3.5.fc6.x86_64.rpm 66dfbf3b4881c0cae0cad59d02c7e8db6d569eef x86_64/php-dba-5.1.6-3.5.fc6.x86_64.rpm 54b79e96c0b7778139b363e85bb1be5a41ec0452 x86_64/php-mbstring-5.1.6-3.5.fc6.x86_64.rpm f3772d9abaa121b19161b4df6e3eb3d16b20e5a4 x86_64/php-mysql-5.1.6-3.5.fc6.x86_64.rpm ce757eb3d18598856ebdda4f02f738aa1b766c5c x86_64/php-ldap-5.1.6-3.5.fc6.x86_64.rpm 10edde1dd64c8385fda943b79a3f66bb0040adb3 i386/php-pgsql-5.1.6-3.5.fc6.i386.rpm 07997e3c22fc8286fc409d515c68ac29fc98a3b9 i386/php-snmp-5.1.6-3.5.fc6.i386.rpm e3cfd73ef0f28abb7fbb3f46385add524e8c54e5 i386/php-mysql-5.1.6-3.5.fc6.i386.rpm b72dec2f20fd88cfa8fb1da22fef7965edc2e4a3 i386/php-ncurses-5.1.6-3.5.fc6.i386.rpm 49c631308ff6aedee7d53bf424d7e83afffaf60f i386/php-imap-5.1.6-3.5.fc6.i386.rpm 76451966acc35c09d8b36a38279c4de2f0e7bae2 i386/debug/php-debuginfo-5.1.6-3.5.fc6.i386.rpm c5ee532f7790243e4ce59b6dd1bc64613769a0c3 i386/php-odbc-5.1.6-3.5.fc6.i386.rpm 5bf3c8d54e313b9e50931bd8e19b69d9b7e42318 i386/php-devel-5.1.6-3.5.fc6.i386.rpm 71bc4fc71e4d029d07692a0bb94ce993a73a1570 i386/php-common-5.1.6-3.5.fc6.i386.rpm d57942d9274b387a8c7dd9736cb145a443ea35a5 i386/php-xml-5.1.6-3.5.fc6.i386.rpm 0147a14633762143e275ee248364e48410dabe01 i386/php-dba-5.1.6-3.5.fc6.i386.rpm 8742f671708468b3608bf6775731add3bc9b2af1 i386/php-5.1.6-3.5.fc6.i386.rpm ebd91355fa146342de4f6c8ac9b47019fc0718f4 i386/php-ldap-5.1.6-3.5.fc6.i386.rpm d144b7ae76aed03647b2c8646e9fd838d7cd58ec i386/php-pdo-5.1.6-3.5.fc6.i386.rpm 892296ad61dbc1a18a08758156a96a4f84555422 i386/php-xmlrpc-5.1.6-3.5.fc6.i386.rpm 6c44bfebbcefb1f7ed98d34c2c4849f3e211f1d1 i386/php-soap-5.1.6-3.5.fc6.i386.rpm 6195938a7be7c265c5032b77aa5dcec4e690a088 i386/php-gd-5.1.6-3.5.fc6.i386.rpm 9e08ee0acb4d7f7d14d5489fe54180cacd3077d4 i386/php-bcmath-5.1.6-3.5.fc6.i386.rpm c30323a6aca2f5365e263881c50edb3322b68ca7 i386/php-mbstring-5.1.6-3.5.fc6.i386.rpm 8fb0b7bfef0ecf89d606d07e96afd93e6ed826ab i386/php-cli-5.1.6-3.5.fc6.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From cebbert at redhat.com Thu Apr 5 19:54:03 2007 From: cebbert at redhat.com (Chuck Ebbert) Date: Thu, 5 Apr 2007 15:54:03 -0400 Subject: Fedora Core 6 Test Update: kernel-2.6.20-1.2943.fc6 Message-ID: <200704051954.l35Js3ig004353@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-416 2007-04-05 --------------------------------------------------------------------- Product : Fedora Core 6 Name : kernel Version : 2.6.20 Release : 1.2943.fc6 Summary : The Linux kernel (the core of the Linux operating system) Description : The kernel package contains the Linux kernel (vmlinuz), the core of any Linux operating system. The kernel handles the basic functions of the operating system: memory allocation, process allocation, device input and output, etc. --------------------------------------------------------------------- Update Information: Update to final 2.6.20.4: http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.20.4 2.6.20.5-rc1 (+) and two post-rc1 fixes (++): + [CIFS] Allow reset of file to ATTR_NORMAL when archive bit not set + [CIFS] reset mode when client notices that ATTR_READONLY is no longer set + [CRYPTO] api: scatterwalk_copychunks() fails to advance through scatterlist ++ crypto api bugfix: scatterwalk advance uses wrong quantity + [DCCP] getsockopt: Fix DCCP_SOCKOPT_[SEND,RECV]_CSCOV + dvb-core: fix several locking related problems + DVB: fix nxt200x rf input switching + DVB: isl6421: don't reference freed memory + FRA_{DST,SRC} are le16 for decnet + generic_serial: fix decoding of baud rate + i2o: block IO errors on i2o disk + ide: clear bmdma status in ide_intr() for ICHx controllers (revised #4) + ide: remove clearing bmdma status from cdrom_decode_status() (rev #4) + ide: revert "ide: fix drive side 80c cable check, take 2" for now + ieee1394: dv1394: fix CardBus card ejection + [IPV6]: Fix routing round-robin locking. + jmicron: make ide jmicron driver play nice with libata ones + libata bugfix: HDIO_DRIVE_TASK ++ libata bugfix: HDIO_DRIVE_TASK also preserve the LBA bit + libata: clear TF before IDENTIFYing + [libata] sata_mv: don't touch reserved bits in EDMA config register + [libata] sata_mv: Fix 50xx irq mask + [NET]: Fix fib_rules compatibility breakage + [NET_SCHED]: cls_basic: fix NULL pointer dereference + [NET]: Correct accept(2) recovery after sock_attach_fd() + [NET_SCHED]: Fix ingress locking + [PPP]: Don't leak an sk_buff on interface destruction. + sata_nv: delay on switching between NCQ and non-NCQ commands + [SPARC]: sparc64 gcc-4.2.0 20070317 -Werror failure + UML - fix epoll + UML - Fix static linking + uml: fix unreasonably long udelay + UML - host VDSO fix + UML - use correct register file size everywhere + V4L: Fix SECAM handling on saa7115 + V4L: msp_attach must return 0 if no msp3400 was found + V4L: radio: Fix error in Kbuild file + V4L: saa7146: Fix allocation of clipping memory + [VIDEO] ffb: Fix two DAC handling bugs. Additional changes/patches: + enable the marvell PATA driver + Disable PCI MSI and MMCONFIG by default, add options to enable them + dm-crypt: disable barriers + ide: use proper error recovery + mmap: don't spam logs + nfs: allow 64-bit cookies + iee80211_softmac: check if interface running before assert + i82875_edac: unhide PCI device + GFS2: update to latest upstream + Xen: numerous bugfixes: see changelog + enable backwards-compatible /proc firewall entries + enable CONFIG_SECURITY_NETWORK_XFRM + UDF: allow files >1GB + dvb: autoload the cx88 driver + dvb: autoload the bt8xx driver + sky2: transmit timeout fixes + msix: flush writes to control registers + bluetooth: Quirk for broadcom device --------------------------------------------------------------------- * Wed Apr 4 2007 Markus Armbruster - Xen kernel profiling fix is broken, back it out. * Tue Apr 3 2007 Chuck Ebbert 1.2942 - 2.6.20.5-rc1 plus two fixes for broken -rc1 patches. - Remove patches that are now in 20.5-rc1. - 2106: move firmware timeout patch to here. - 2107: Disable PCI MSI and MMCONFIG by default, add options to enable them. * Mon Apr 2 2007 Markus Armbruster - Xen kernel: >4G guest fix (Steven Rostedt ) fix nosegneg detection (Rik van Riel ) Use swiotlb mask for coherent mappings too (Herbert Xu ) Fix potential grant entry leaks on error (Herbert Xu ) Fix agp on x86_64 under Xen (Stephen C. Tweedie ) netback: Reenable TX queueing and drop pkts after timeout (Herbert Xu ) make ballooning work right (Rik van Riel ) Fix xen swiotlb for b44 module (Stephen C. Tweedie ) Copy shared data before verification (Herbert Xu ) Properly close block frontend on non-existant file (Glauber de Oliveira Costa ) blkback: Fix potential grant entry leaks on error (Rik van Riel ) blkback: Copy shared data before verification (Rik van Riel) netback: Fix wrap to zero in transmit credit scheduler. (Herbert Xu ) fix 2TB overflow in virtual disk driver (Rik van Riel ) blkback: Fix first_sect check. (Rik van Riel ) make netfront device permanent (Glauber de Oliveira Costa ) fix iSCSI root oops on x86_64 xen domU (Rik van Riel ) Avoid touching the watchdog when gone for too long (Glauber de Oliveira Costa ) fix profiling (Rik van Riel ) privcmd: Range-check hypercall index. (Herbert Xu ) Fix spinlock bad magic when removing xennet device (Chris Lalancette ) - Add PACKET_AUXDATA cmsg (Herbert Xu ) * Fri Mar 30 2007 Jarod Wilson - Overhaul ordering of build/don't build flag setting, such that nothing set at the top gets overridden later in the spec - Add support for --with/--without build flags as an alternative way to disable/enable specific builds - Add %buildid define to make it easier/more obvious how to tag a one-off build * Thu Mar 29 2007 Chuck Ebbert - 1413: GFS2 update - enable kernel options: CONFIG_NF_CONNTRACK_PROC_COMPAT (#234174) CONFIG_SECURITY_NETWORK_XFRM (requested for LSPP) - added patches 1819 - 1823: 2.6.20.5 DVB patches from maintainer 1824 : bt8xx autoload 1825 : i2o block driver (#228946) 1826 : classifier null deref 1827 : ide error recovery 1828 : mmap don't spam logs 1829 : net scheduler locking 1830 : NFS allow 64bit cookies 1831 : softmac (#234320) 1832 : bluetooth quirk (#230534) 1833 : firmware timeout 1834 : udf patches from -mm 1835 : i82875p edac pci unhide * Mon Mar 26 2007 Chuck Ebbert - 2.6.20.4, which adds: fix for audit deadlock (#232845) fix for SCSI tape wrong block size (#224120) - added test patches 1800 thru 1818 1800, 1801: CIFS (#221081) 1802, 1803: DVB cx88 (#233416) 1804 : ide drive speed (#232147, #216374) 1806, 1807: sata_mv (#232811) 1808 : sky2 timeouts (#227420) 1809, 1810: ich7 (#216374) 1811, 1818: jmicron sata (#224680, #230838) 1812 : libata clear tf (#232991) 1815 : msix interrupts (#225399) 1817 : sata_nv NCQ (#232895) * Wed Mar 21 2007 Markus Armbruster - Xen hypervisor: Enable Xen booting on machines with > 64G (Chris Lalancette ) fix TLB flushing in shadow pagetable mode (Rik van Riel ) quick fix for Cannot allocate memory (Steven Rostedt ) Register PIT handlers to the correct domain (Herbert Xu ) Replace inappropriate domain_crash_synchronous use (Herbert Xu ) Make HVM hypercall table NR_hypercalls entries big. (Herbert Xu ) >4G guest fix (Steven Rostedt ) emulate PIT channels for vbios support (Stephen C. Tweedie ) Race condition concerning VLAPIC interrupts (Bhavana Nagendra ) emulation for accesses faulting on a page boundary (Stephen C. Tweedie ) make ballooning work right (xen part) (Rik van Riel ) HVM crashes on IA32e SMP (Glauber de Oliveira Costa ) Fix for SMP Xen guest slow boot issue on AMD systems (Bhavana Nagendra ) Fix xen swiotlb for b44 module (xen part) (Stephen C. Tweedie ) upstream patches to make Windows Vista work (Steven Rostedt) AMD-V HVM fix for Windows hibernate (Bhavana Nagendra ) fix vcpu hotplug statistics (Rik van Riel ) xen pae >4GB patch (Don Zickus) AMD-V HVM windows guest boot menu timer issue (Steven Rostedt) * Mon Mar 19 2007 Dave Jones - Change how 'ignore quiet boot option' is done to a CONFIG option. This will allow having it ignored in the -debug kernels, but honoured in the production kernels whilst allowing to build from the same source tree. * Mon Mar 19 2007 Dave Jones - Only enable sleep-in-irq debugging in the -debug build. * Mon Mar 19 2007 Dave Jones - Add Marvell PATA driver. (#213424) * Mon Mar 19 2007 Chuck Ebbert - new utrace patch from roland - removed (now in utrace patch) 16: linux-2.6-ptrace-natural-clone.patch * Sun Mar 18 2007 Chuck Ebbert - fixed typo in Xen patch - 2.6.20.4 queue (24 patches) - removed (now in 20.4 queue): 1806: linux-2.6-20_hrtimer_prevent_dos.patch 1807: linux-2.6-20_nfs_getattr_check_isreg.patch 1808: linux-2.6-20_pi_futex_state_locking.patch 1794: linux-2.6-20_ia64_chip_mask.patch (Prarit) * Fri Mar 16 2007 Dave Jones - Add driver for USB EHCI debug cables. * Fri Mar 16 2007 Chuck Ebbert - new version of patch for BZ #232600: 2200: linux-2.6-sata-promise-pata-ports.patch - added: 1800: linux-2.6-20.4-adjust-legacy-ide-resource-setting.patch 1801: linux-2.6-20.4-fix-another-null-deref-in-ipv6.patch 1802: linux-2.6-20.4-fix-rtm_to_ifaddr-error-return.patch 1803: linux-2.6-20.4-netlabel-cipso_std_bug.patch 1804: linux-2.6-20.4-nfnetlink_log-refcounting.patch 1805: linux-2.6-20.4-SCSI-gdth-fix-oops.patch 1806: linux-2.6-20_hrtimer_prevent_dos.patch 1807: linux-2.6-20_nfs_getattr_check_isreg.patch 1808: linux-2.6-20_pi_futex_state_locking.patch * Thu Mar 15 2007 Chuck Ebbert - added 16: linux-2.6-ptrace-natural-clone.patch 206: linux-2.6-20_x86_64_xapic_8_bit_dest.patch * Wed Mar 14 2007 Juan Quintela - make brew happy with new changeset. * Wed Mar 14 2007 Juan Quintela - Enable xen again & update all the xen patches to 2.6.20.2. * Tue Mar 13 2007 Chuck Ebbert - 2.6.20.3 - added 205: linux-2.6-x86_64_edac_update.patch --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ bcda05a0b87898036f795470083acb327bf73627 SRPMS/kernel-2.6.20-1.2943.fc6.src.rpm bcda05a0b87898036f795470083acb327bf73627 noarch/kernel-2.6.20-1.2943.fc6.src.rpm 6bfc59c92df5503d2dd3f373ef5da0f978137d31 ppc/kernel-devel-2.6.20-1.2943.fc6.ppc.rpm 83d7996163d37f3dee3905b111516acbb15c4d34 ppc/debug/kernel-smp-debuginfo-2.6.20-1.2943.fc6.ppc.rpm 4d452a93ac8eea75c6af0c69372d65b4e1548348 ppc/debug/kernel-debuginfo-2.6.20-1.2943.fc6.ppc.rpm 251922e4c1261a2e4ac6ae7389c6e195917a48df ppc/debug/kernel-debuginfo-common-2.6.20-1.2943.fc6.ppc.rpm ec88f8e134bf136e0bc4772fea7737b0ede769f4 ppc/kernel-smp-2.6.20-1.2943.fc6.ppc.rpm 8d282bc454992fffdcebeb3d08186cfdcc7c4419 ppc/kernel-smp-devel-2.6.20-1.2943.fc6.ppc.rpm 0b298b636e19109d9ed4dda041d67cb9751ac79e ppc/kernel-headers-2.6.20-1.2943.fc6.ppc.rpm 1b280814a2a1209050cad15fb06c3509987edb88 ppc/kernel-2.6.20-1.2943.fc6.ppc.rpm fe150225a9bbf3c849c61b6d9a9c3a738229e72d ppc/kernel-doc-2.6.20-1.2943.fc6.noarch.rpm bbb7ab1f6ec1c28e70b09294adfde116cf4290e4 x86_64/kernel-xen-devel-2.6.20-1.2943.fc6.x86_64.rpm d5959e7d26c6fb2525dfc04e70e08e35d1b0d25c x86_64/kernel-kdump-2.6.20-1.2943.fc6.x86_64.rpm 2c6c8b980bfa9ad2bd35b5562f3baf8e8edf8c56 x86_64/debug/kernel-xen-debuginfo-2.6.20-1.2943.fc6.x86_64.rpm 3703f6194dc108203e0329a9bc0e0d0aeb53ca4f x86_64/kernel-debug-2.6.20-1.2943.fc6.x86_64.rpm e986287ff8a4892f2895eb4034cec27996700249 x86_64/kernel-kdump-devel-2.6.20-1.2943.fc6.x86_64.rpm 483a53e5b2a76b24f498d1027768eb41e7028160 x86_64/kernel-devel-2.6.20-1.2943.fc6.x86_64.rpm f4e6b1d1b4d9bbcf4a9745ae4700f153d3dea776 x86_64/kernel-debug-devel-2.6.20-1.2943.fc6.x86_64.rpm e4cc5920d1bc00a300d40b782ac2ebea3e3ce58b x86_64/debug/kernel-debuginfo-common-2.6.20-1.2943.fc6.x86_64.rpm 21b31b116e18d2b6550c16dc3ef2d283fbd30e51 x86_64/debug/kernel-debuginfo-2.6.20-1.2943.fc6.x86_64.rpm 0840f70d657b686ad87bedce999bbf1f0ba84286 x86_64/kernel-headers-2.6.20-1.2943.fc6.x86_64.rpm aea8abfb9bbdcc91a0280c8f03c24fcfa17147f0 x86_64/debug/kernel-debug-debuginfo-2.6.20-1.2943.fc6.x86_64.rpm 3f766380500c2d43b9f6a5b01ccff809aadecd11 x86_64/debug/kernel-kdump-debuginfo-2.6.20-1.2943.fc6.x86_64.rpm 4ba552cd12c0922e06decc43983ec2735b8fc66b x86_64/kernel-2.6.20-1.2943.fc6.x86_64.rpm f26df9f5d4b4aa6e5e2d8e64d1926e9e6ea05995 x86_64/kernel-xen-2.6.20-1.2943.fc6.x86_64.rpm fe150225a9bbf3c849c61b6d9a9c3a738229e72d x86_64/kernel-doc-2.6.20-1.2943.fc6.noarch.rpm 6e621720125532f265d4a16ad85baf9d8d5e0256 i386/kernel-headers-2.6.20-1.2943.fc6.i386.rpm e34265510346b7b437f8cc2559e287a709f4cd06 i386/debug/kernel-debuginfo-2.6.20-1.2943.fc6.i586.rpm 4f5c04c35dde08a97d702c7d861811541ef68b2a i386/kernel-2.6.20-1.2943.fc6.i586.rpm 29bfd678e021439570a4012a8c9ed97719147b58 i386/kernel-devel-2.6.20-1.2943.fc6.i586.rpm b7a13b2fe21d3b7beabd55f6bc622327ee74b319 i386/debug/kernel-debuginfo-common-2.6.20-1.2943.fc6.i586.rpm 075273eee84a3decc4ec025bd444e8a7ad49de5b i386/kernel-debug-2.6.20-1.2943.fc6.i686.rpm 517f8bb767b71935933da152a8feef11111bc1d7 i386/debug/kernel-PAE-debuginfo-2.6.20-1.2943.fc6.i686.rpm 4cd7c8267a999a71b6a1b8ab39d030a13fdd3e76 i386/kernel-kdump-devel-2.6.20-1.2943.fc6.i686.rpm 5ea9a9f824cc2679b82f9342e245f55edbc4b661 i386/kernel-PAE-debug-devel-2.6.20-1.2943.fc6.i686.rpm 5f0f38ce4c8b2870e6d35543afb25d070ab1f084 i386/kernel-xen-2.6.20-1.2943.fc6.i686.rpm 1fb8a0c812e23a246b6a8c283e573ce800bbe9c3 i386/kernel-debug-devel-2.6.20-1.2943.fc6.i686.rpm cc7b803ec19b3c4e99920a0226c1886a97547723 i386/kernel-kdump-2.6.20-1.2943.fc6.i686.rpm 2a44cdd079cb9bc2f8d36d689de4a919644ae9f0 i386/kernel-PAE-2.6.20-1.2943.fc6.i686.rpm 69001a4f318d65558a843e92011f8c6a35f28054 i386/debug/kernel-xen-debuginfo-2.6.20-1.2943.fc6.i686.rpm a9e53721bff12557710eaf82d2074c3b1c849686 i386/kernel-PAE-devel-2.6.20-1.2943.fc6.i686.rpm 23040f46dd43e689da2a77554a08c5bcd4ec31e0 i386/debug/kernel-debug-debuginfo-2.6.20-1.2943.fc6.i686.rpm deed18f6cc5b56887b12a6b29d132e73f2b1ed16 i386/kernel-2.6.20-1.2943.fc6.i686.rpm 5d3f4bdeefaa5faec2df97c6a5d6cd0a908cbba2 i386/debug/kernel-debuginfo-2.6.20-1.2943.fc6.i686.rpm 2ea85862c569fb02cfbf16fedaeb8fd58bc66c6b i386/kernel-devel-2.6.20-1.2943.fc6.i686.rpm 764e30dc63559b98412a8493f53d71775a131ee1 i386/kernel-xen-devel-2.6.20-1.2943.fc6.i686.rpm e4090e179ade189ae5f1a154df8821771472b7ec i386/kernel-PAE-debug-2.6.20-1.2943.fc6.i686.rpm 2de40ac9ba1bd8f41dd610bb60ed8346c312437f i386/debug/kernel-kdump-debuginfo-2.6.20-1.2943.fc6.i686.rpm 8e8c032008ad43739ef1ff14510984f538c0459f i386/debug/kernel-PAE-debug-debuginfo-2.6.20-1.2943.fc6.i686.rpm 021bb6cece008c46078d58e7322cf7261ce488b3 i386/debug/kernel-debuginfo-common-2.6.20-1.2943.fc6.i686.rpm fe150225a9bbf3c849c61b6d9a9c3a738229e72d i386/kernel-doc-2.6.20-1.2943.fc6.noarch.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From cebbert at redhat.com Thu Apr 5 20:04:00 2007 From: cebbert at redhat.com (Chuck Ebbert) Date: Thu, 5 Apr 2007 16:04:00 -0400 Subject: Fedora Core 5 Test Update: kernel-2.6.20-1.2311.fc5 Message-ID: <200704052004.l35K40e1009042@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-417 2007-04-05 --------------------------------------------------------------------- Product : Fedora Core 5 Name : kernel Version : 2.6.20 Release : 1.2311.fc5 Summary : The Linux kernel (the core of the Linux operating system) Description : The kernel package contains the Linux kernel (vmlinuz), the core of any Linux operating system. The kernel handles the basic functions of the operating system: memory allocation, process allocation, device input and output, etc. --------------------------------------------------------------------- Update Information: Update to final 2.6.20.4: http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.20.4 2.6.20.5-rc1 (+) and two post-rc1 fixes (++): + [CIFS] Allow reset of file to ATTR_NORMAL when archive bit not set + [CIFS] reset mode when client notices that ATTR_READONLY is no longer set + [CRYPTO] api: scatterwalk_copychunks() fails to advance through scatterlist ++ crypto api bugfix: scatterwalk advance uses wrong quantity + [DCCP] getsockopt: Fix DCCP_SOCKOPT_[SEND,RECV]_CSCOV + dvb-core: fix several locking related problems + DVB: fix nxt200x rf input switching + DVB: isl6421: don't reference freed memory + FRA_{DST,SRC} are le16 for decnet + generic_serial: fix decoding of baud rate + i2o: block IO errors on i2o disk + ide: clear bmdma status in ide_intr() for ICHx controllers (revised #4) + ide: remove clearing bmdma status from cdrom_decode_status() (rev #4) + ide: revert "ide: fix drive side 80c cable check, take 2" for now + ieee1394: dv1394: fix CardBus card ejection + [IPV6]: Fix routing round-robin locking. + jmicron: make ide jmicron driver play nice with libata ones + libata bugfix: HDIO_DRIVE_TASK ++ libata bugfix: HDIO_DRIVE_TASK also preserve the LBA bit + libata: clear TF before IDENTIFYing + [libata] sata_mv: don't touch reserved bits in EDMA config register + [libata] sata_mv: Fix 50xx irq mask + [NET]: Fix fib_rules compatibility breakage + [NET_SCHED]: cls_basic: fix NULL pointer dereference + [NET]: Correct accept(2) recovery after sock_attach_fd() + [NET_SCHED]: Fix ingress locking + [PPP]: Don't leak an sk_buff on interface destruction. + sata_nv: delay on switching between NCQ and non-NCQ commands + [SPARC]: sparc64 gcc-4.2.0 20070317 -Werror failure + UML - fix epoll + UML - Fix static linking + uml: fix unreasonably long udelay + UML - host VDSO fix + UML - use correct register file size everywhere + V4L: Fix SECAM handling on saa7115 + V4L: msp_attach must return 0 if no msp3400 was found + V4L: radio: Fix error in Kbuild file + V4L: saa7146: Fix allocation of clipping memory + [VIDEO] ffb: Fix two DAC handling bugs. Additional changes/patches: + enable the marvell PATA driver + Disable PCI MSI and MMCONFIG by default, add options to enable them + dm-crypt: disable barriers + ide: use proper error recovery + mmap: don't spam logs + nfs: allow 64-bit cookies + iee80211_softmac: check if interface running before assert + i82875_edac: unhide PCI device + GFS2: update to latest upstream + Xen: numerous bugfixes: see changelog --------------------------------------------------------------------- * Wed Apr 4 2007 Chuck Ebbert 1.2311 - 2.6.20.5-rc1 plus two fixes for broken -rc1 patches. - additional post 2.6.20.5 patches (1800-1805) * Wed Apr 4 2007 Markus Armbruster - Xen kernel profiling fix is broken, back it out. * Tue Apr 3 2007 Chuck Ebbert 1.2309 - 2.6.20.4 final. - Add Marvell PATA driver. - 1782: Disable PCI MSI and MMCONFIG by default, add options to enable them. - 1413: GFS2 update. * Tue Apr 3 2007 Markus Armbruster - Add PACKET_AUXDATA cmsg (Herbert Xu ) - Xen kernel: >4G guest fix (Steven Rostedt ) fix nosegneg detection (Rik van Riel ) Use swiotlb mask for coherent mappings too (Herbert Xu ) Fix potential grant entry leaks on error (Herbert Xu ) Fix agp on x86_64 under Xen (Stephen C. Tweedie ) netback: Reenable TX queueing and drop pkts after timeout (Herbert Xu ) make ballooning work right (Rik van Riel ) Fix xen swiotlb for b44 module (Stephen C. Tweedie ) Copy shared data before verification (Herbert Xu ) Properly close block frontend on non-existant file (Glauber de Oliveira Costa ) blkback: Fix potential grant entry leaks on error (Rik van Riel ) blkback: Copy shared data before verification (Rik van Riel) netback: Fix wrap to zero in transmit credit scheduler. (Herbert Xu ) fix 2TB overflow in virtual disk driver (Rik van Riel ) blkback: Fix first_sect check. (Rik van Riel ) make netfront device permanent (Glauber de Oliveira Costa ) fix iSCSI root oops on x86_64 xen domU (Rik van Riel ) Avoid touching the watchdog when gone for too long (Glauber de Oliveira Costa ) fix profiling (Rik van Riel ) privcmd: Range-check hypercall index. (Herbert Xu ) Fix spinlock bad magic when removing xennet device (Chris Lalancette ) - Xen hypervisor: Enable Xen booting on machines with > 64G (Chris Lalancette ) fix TLB flushing in shadow pagetable mode (Rik van Riel ) quick fix for Cannot allocate memory (Steven Rostedt ) Register PIT handlers to the correct domain (Herbert Xu ) Replace inappropriate domain_crash_synchronous use (Herbert Xu ) Make HVM hypercall table NR_hypercalls entries big. (Herbert Xu ) >4G guest fix (Steven Rostedt ) emulate PIT channels for vbios support (Stephen C. Tweedie ) Race condition concerning VLAPIC interrupts (Bhavana Nagendra ) emulation for accesses faulting on a page boundary (Stephen C. Tweedie ) oprofile on Intel CORE (Glauber de Oliveira Costa ) make ballooning work right (xen part) (Rik van Riel ) HVM crashes on IA32e SMP (Glauber de Oliveira Costa ) Fix for SMP Xen guest slow boot issue on AMD systems (Bhavana Nagendra ) Fix xen swiotlb for b44 module (xen part) (Stephen C. Tweedie ) upstream patches to make Windows Vista work (Steven Rostedt) AMD-V HVM fix for Windows hibernate (Bhavana Nagendra ) fix vcpu hotplug statistics (Rik van Riel ) xen pae >4GB patch (Don Zickus) AMD-V HVM windows guest boot menu timer issue (Steven Rostedt) * Sun Mar 18 2007 Chuck Ebbert - fixed typo in Xen patch - 2.6.20.4 queue (24 patches) - removed (now in 20.4 queue): 1806: linux-2.6-20_hrtimer_prevent_dos.patch 1807: linux-2.6-20_nfs_getattr_check_isreg.patch 1808: linux-2.6-20_pi_futex_state_locking.patch 1794: linux-2.6-20_ia64_chip_mask.patch (Prarit) * Fri Mar 16 2007 Dave Jones - Add driver for USB EHCI debug cables. * Fri Mar 16 2007 Chuck Ebbert - new version of patch for BZ #232600: 2200: linux-2.6-sata-promise-pata-ports.patch - added: 1800: linux-2.6-20.4-adjust-legacy-ide-resource-setting.patch 1801: linux-2.6-20.4-fix-another-null-deref-in-ipv6.patch 1802: linux-2.6-20.4-fix-rtm_to_ifaddr-error-return.patch 1803: linux-2.6-20.4-netlabel-cipso_std_bug.patch 1804: linux-2.6-20.4-nfnetlink_log-refcounting.patch 1805: linux-2.6-20.4-SCSI-gdth-fix-oops.patch 1806: linux-2.6-20_hrtimer_prevent_dos.patch 1807: linux-2.6-20_nfs_getattr_check_isreg.patch 1808: linux-2.6-20_pi_futex_state_locking.patch * Thu Mar 15 2007 Chuck Ebbert - Added: 206: linux-2.6-20_x86_64_xapic_8_bit_dest.patch * Wed Mar 14 2007 Juan Quintela - make brew happy with new changeset. * Wed Mar 14 2007 Juan Quintela - Enable xen again & update all the xen patches to 2.6.20.2. * Tue Mar 13 2007 Chuck Ebbert - 2.6.20.3 - added 205: linux-2.6-x86_64_edac_update.patch * Sun Mar 11 2007 Chuck Ebbert - 2.6.20.2 - 2.6.20.3-rc1 - removed (now in -stable): 1787: linux-2.6-net_bcm43xx_1GB_DMA_fix.patch 1792: linux-2.6-cardman_buffer_overflow.patch (CVE-2007-0005) 1793: linux-2.6-nf_conntrack_fix_cleanup.patch 1794: linux-2.6-x86_64_survive_no_irq_for_vector.patch - updated linux-2.6-gfs2-update.patch (Steve Whitehouse) - added 1792: linux-2.6-20_git-serio-keyboard.patch 1794: linux-2.6-20_ia64_chip_mask.patch (Prarit) * Wed Mar 7 2007 Chuck Ebbert - 2.6.20.2-rc1 - Additional fixes: 1787: linux-2.6-net_bcm43xx_1GB_DMA_fix.patch 1790: linux-2.6-jfs_fix_deadlock.patch 1791: linux-2.6-git-serio-1e4865f8d469b1.patch 1792: linux-2.6-cardman_buffer_overflow.patch (CVE-2007-0005) 1793: linux-2.6-nf_conntrack_fix_cleanup.patch 1794: linux-2.6-x86_64_survive_no_irq_for_vector.patch * Thu Feb 22 2007 Dave Jones - Drop verbose BUG() debug patch * Tue Feb 20 2007 Dave Jones - restore START_ARRAY ioctl. * Tue Feb 20 2007 Chuck Ebbert - Add patch 2.6.20.1 (CVE-2007-0772) - Bugfixes (including those from Feb 18) (NOTE: These may have been reported on FC6) two patches for "No handler for vector" (BZ #225399) usbnet oops (BZ #228231) hda_intel no sound with si3054 codec (BZ #228879) two iee1394 fixes swiotlb bugfix two raid5/raid6 bugfixes jfs deadlock fix net xfrm audit log oops fix Bcm43xx 30-bit DMA fix (BZ #213556) disable MSI in the forcedeth driver * Sun Feb 18 2007 Chuck Ebbert - add 2.6.20 fixes * Thu Feb 15 2007 Chuck Ebbert - rebase to linux kernel 2.6.20 * Sat Feb 10 2007 Chuck Ebbert - add missing "provides" for debug-devel packages - clean up some other "provides" things - add fixes for RHBZ#211672 (CIFS) and RHBZ#227802 (8139too) * Wed Feb 7 2007 Chuck Ebbert - add missing debug-devel and smp-debug-devel sections * Wed Feb 7 2007 Chuck Ebbert - fix up x86_64 Xen build * Tue Feb 6 2007 Chuck Ebbert - disable Tux - add another GFS2 update - add crypto key collision patch (CVE-2007-0006) * Mon Feb 5 2007 Dave Jones - Reenable Tux. * Mon Feb 5 2007 Chuck Ebbert - 2.6.19.3 - updated mirrors: refer to ftp2.kernel.org until kernel.org problems are fixed * Sun Feb 4 2007 Dave Jones - 2.6.19.3rc1 * Sat Feb 3 2007 Dave Jones - Disable kdump options in non-kdump kernels. * Thu Feb 1 2007 Chuck Ebbert - Added i586 optimized AES and Blowfish modules to the i686 config - Fixed .cvsignore * Wed Jan 31 2007 Markus Armbruster - The previous cset folded the Xen paravirt framebuffer patch into linux-2.6-xen.patch, and commented out the obsoleted patch files. Remove them. * Wed Jan 31 2007 Chuck Ebbert - Update to 2.6.19.2 * Tue Jan 30 2007 Markus Armbruster - Update Xen paravirt framebuffer patch to upstream xen-unstable changeset 13066, less changeset 12680, because that breaks with console=tty console=xvc. Also change default domU console back to /dev/xcv0. This changes the protocol to the one accepted upstream. - Add compatibility with guests running our initial protocol. - Update Xen console major/minor to lanana.org-assigned numbers. * Wed Dec 20 2006 Dave Jones - Update to 2.6.18.6 final (no changes since rc2) - Reenable squashfs (#220293) * Fri Dec 15 2006 Dave Jones - 2.6.18.6rc2 * Wed Dec 13 2006 Dave Jones - squashfs robustness fixes from Phillip Lougher. - lower max CPU count for x86-64 to 64 CPUs. * Thu Dec 7 2006 Juan Quintela - update xen to 2.6.18.5. - Fix bug 211986 on xen eventchn (Glaubert). * Tue Dec 5 2006 Dave Jones - 2.6.18.5 - Disable auto-apic patch, it needs more thought. - Enable sonypi driver for 586 kernels. (#218434) * Tue Nov 21 2006 Juan Quintela - Update xen to 2.6.18.3. * linux-2.6.18-xen changeset: 36186:053cdad40903 * xen-3.0.3-testing changeset: 11774:52ae8dd4bc75 * linux-2.6-xen-3.0.3 changeset: 22949:4281f5246814 * Mon Nov 20 2006 Dave Jones - 2.6.18.3 - Fix CIFS mount failure when domain not specified (#211753) - Avoid null pointer dereference in SATA Promise. (#199142) * Fri Nov 17 2006 Dave Jones - Fix up fallout from disabling utrace. * Fri Nov 17 2006 Juan Quintela - merge xen missing bits from FC6 kernel. * Thu Nov 16 2006 Dave Jones - Fix up error handling in HFS. (MOKB-14-11-2006) * Thu Nov 16 2006 Juan Quintela - Update xen HV to 3.0.3_0 (cset 11774). - Update xen kernel patch to 3.0.3_0: * linux-2.6.18-xen changeset: 36182:c6ef4b521aef * xen-3.0.3-testing changeset: 11774:52ae8dd4bc75 * linux-2.6-xen-3.0.3 changeset: 22949:4281f5246814 * Thu Nov 16 2006 Dave Jones - Fix squashfs corruption bug. (#211237) - Drop experimental utrace from FC5. * Fri Nov 10 2006 Juan Quintela - disable XEN_FRAMEBUFFER & XEN_KEYBOARD. * Fri Nov 10 2006 Dave Jones - Xen grant table operations security fix. - Disable W1 (#195825) * Thu Nov 9 2006 Dave Jones - Change HZ to 1000 for increased accuracy. (Except in Xen, where it stays at 250 for now). - TTY locking fixes. - splice : Must fully check for FIFO - Fix potential NULL dereference in sys_move_pages - ISO9660 __find_get_block_slow() denial of service CVE-2006-5757 - Fix up oops in cramfs when encountering corrupt images. - E1000 suspend/resume fixes. - Set CIFS preferred IO size. (#214607) * Mon Nov 6 2006 Roland McGrath - New utrace patch: fix locking snafu crash on second engine attach. * Sun Nov 5 2006 Dave Jones - Suspend/Resume fixes for forcedeth. (#187653) * Sat Nov 4 2006 Dave Jones - 2.6.18.2 * Thu Nov 2 2006 Dave Jones - Nuke broken lazy execshield xen patch. - Use heuristics to determine whether to enable lapic on i386. * Wed Nov 1 2006 Dave Jones - 2.6.18.2-rc1 * Tue Oct 31 2006 Dave Jones - Fix UFS mounts on x86-64 (#209921) - Fix problem where USB storage isn't seen on reboot. (#212191) * Sun Oct 29 2006 Dave Jones - More ext3 robustness fixes. - Include more verbose BUG() data - x86_64: Fix up C3 timer latency. * Sat Oct 21 2006 Dave Jones - Reenable NCPFS (#211325, #203663) - Netpoll fixes. (#199295) * Fri Oct 20 2006 Dave Jones - Fix autofs creating bad dentries in NFS mount. (#211206, #211207) - Fix softlockup with ips driver. (#196437) - Further exec-shield improvements. - Fix lockup with sky2 driver. (#202203) * Thu Oct 19 2006 Dave Jones - Export copy_4K_page for ppc64 (#211410) - Attempt to fix CIFS bug (#211070) * Wed Oct 18 2006 Dave Jones - Fix up aic7xxx SBLKCTL register handling (#211251) - Disable SECMARK by default. (#211115) - Disable some extra debugging stuff that crept in. - Remove broken VIA quirk that prevented booting on some EPIAs (#211298) * Tue Oct 17 2006 Dave Jones - Silence noisy boot-time messages. (#180606) - Workaround gcc bug with weak symbols (#191458) - Don't let speedstep-smi register on mobile Pentium4 (#204477) * Sat Oct 14 2006 Dave Jones - Fix jbd crash with 1KB block size filesystems. * Sat Oct 14 2006 Dave Jones [2.6.18-1.2200.fc5] - 2.6.18.1 * Tue Oct 10 2006 Dave Jones - DWARF2 unwinder fixes. - Various lockdep fixes. - Sync various other patches from the FC6 kernel. * Sun Oct 1 2006 Dave Jones - Drop the STICKY tag from acpi-cpufreq, it breaks suspend/resume. * Fri Sep 29 2006 Dave Jones - Execshield improvements. (Bart Oldeman) - Disable PM_DEBUG * Thu Sep 28 2006 Roland McGrath - utrace typo fix for x86-64 watchpoints (#207467) * Thu Sep 28 2006 Dave Jones - Fix ISAPNP messages on ppc32. (#207641) * Thu Sep 28 2006 Dave Jones - Another day, another round of lockdep fixes. - Align kernel data segment to page boundary. (#206863) * Thu Sep 28 2006 Steven Whitehouse - New GFS2 patch * Thu Sep 28 2006 Dave Jones - Fix "kernel BUG at fs/buffer.c:2789!" bug * Wed Sep 27 2006 Dave Jones - yet more lockdep fixes. - Fix a problem with XFS & the inode diet patches. - Fix rpc_pipefs umount oops - Enable alternative TCP congestion algorithms. * Tue Sep 26 2006 Dave Jones - Enable serverworks IDE driver for x86-64. - More lockdep fixes. * Mon Sep 25 2006 Jarod Wilson - Make kernel packages own initrd files * Mon Sep 25 2006 John W. Linville - Add periodic work fix for bcm43xx driver * Sat Sep 23 2006 Dave Jones - Disable dgrs driver. * Thu Sep 21 2006 Dave Jones - reiserfs: make sure all dentry refs are released before calling kill_block_super - Fix up some compile warnings * Thu Sep 21 2006 Juan Quintela - re-enable xen. - update xen: * linux-2.6 changeset: 34294:dc1d277d06e0 * linux-2.6-xen-fedora changeset: 36184:47c098fdce14 * xen-unstable changeset: 11540:9837ff37e354 - update xen HV to changeset: 11540:9837ff37e354 - xen HV printf rate limit (rostedt). * Wed Sep 20 2006 Dave Jones - 2.6.18 - i965 AGP suspend support. - AGP x8 fixes. * Tue Sep 19 2006 Juan Quintela - updated xen configs to sync with rawhide ones (don't be afraid, xen0/xenU still around). - xen update. * linux-2.6 changeset: 34228:ea3369ba1e2c * linux-2.6-xen-fedora changeset: 36109:eefcfd07d102 * linux-2.6-xen changeset: 22905:d8ae02f7df05 * xen-unstable changeset: 11460:1ece34466781ec55f41fd29d53f6dafd208ba2fa * Mon Sep 18 2006 Dave Jones - Bring back 586smp - Fix RTC lockdep bug. (Peter Zijlstra) * Mon Sep 18 2006 Juan Quintela - xen HV update (cset 11470:2b8dc69744e3). * Sun Sep 17 2006 Juan Quintela - xen update: * linux-2.6 changeset: 34228:ea3369ba1e2c * linux-2.6-xen-fedora changeset: 36107:47256dbb1583 * linux-2.6-xen changeset: 22905:d8ae02f7df05 * xen-unstable changeset: 11460:1ece34466781ec55f41fd29d53f6dafd208ba2fa * Sun Sep 17 2006 Dave Jones - Rebase to 2.6.18rc7-git2 * Mon Sep 11 2006 Dave Jones [2.6.17-1.2187_FC5] - Add quirk for Samsung mp3 player. (#198128) * Sun Sep 10 2006 Dave Jones - Fix up mismerge in USB storage driver. * Sat Sep 9 2006 Dave Jones - 2.6.17.13 * Fri Sep 8 2006 Dave Jones - 2.6.17.12 * Thu Aug 24 2006 Jarod Wilson - update to 2.6.17.11 * Tue Aug 22 2006 Bill Nottingham - update to 2.6.17.10?? * Tue Aug 15 2006 Juan Quintela - linux-2.6-xen update * linux-2.6.17-xen cset changeset: 29033:e6adb54afb96 * linux-2.6-xen cset 22813:80c2ccf5c330 - s/xen_version/xen_hv_cset/ as Fedora. - update xen hv to cset 11061. * Mon Aug 7 2006 Mike Christie - Drop iscsi update patch. * Mon Aug 7 2006 Dave Jones - 2.6.17.8 * Fri Aug 4 2006 Dave Jones - Fix split lock patch for 64bit. * Fri Aug 4 2006 Dave Jones [2.6.17-1.2171_FC5] - 2.6.17.8rc1 * Wed Aug 2 2006 Dave Jones - Readd patch to allow 460800 baud on 16C950 UARTs * Sat Jul 29 2006 Dave Jones - Silence noisy SCSI ioctl. (#200638) * Fri Jul 28 2006 Dave Jones - 2.6.17.7 * Thu Jul 27 2006 Rik van Riel - reduce hypervisor stack use with -O2, this really fixes bug (#198932) * Tue Jul 25 2006 Rik van Riel - disable debug=y hypervisor build option because of stack overflow (#198932) * Tue Jul 25 2006 Dave Jones - Enable serio_raw (#199387) * Sun Jul 16 2006 Dave Jones - Support up to 4GB in the 586 kernel again. * Sun Jul 16 2006 Dave Jones - 2.6.17.6 * Fri Jul 14 2006 Dave Jones - Reenable SMC NIC driver. * Tue Jul 11 2006 Dave Jones - 2.6.17.4 - Disable split pagetable lock * Sat Jul 8 2006 Juan Quintela - enable CONFIG_CRASH on xen kernels. - enable CONFIG_PCIDEV_BACKEND on xen kernels. - make BLKDEV_FRONTEND a module on xen kernels. - rebase with linux-2.6-xen-fedora 28918. - Update to xen-unstable HV cset 10508. - xen: credit scheduler is the default now. * Wed Jul 5 2006 Dave Jones - Get rid of stack backtrace on panic, which in most cases actually caused a loss of info instead of a gain. * Tue Jul 4 2006 Juan Quintela - new merge with xen upstream. - xen kernel don't require xen userland. - new xen kernel (same as rawhide one) with PAE support. - removed xen0-PAE & xenU-PAE (see xen kernel). * Fri Jun 30 2006 Dave Jones - 2.6.17.3 - 2.6.17.2 - Fix the ALSA list_add bug. * Mon Jun 26 2006 Dave Jones - Enable fake PCI hotplug driver. (#190437) - Enable gameport/joystick on i586 builds. (#196581) * Sat Jun 24 2006 Dave Jones - Enable profiling for 586 kernels. * Fri Jun 23 2006 Dave Jones - Make 'quiet' work again. * Tue Jun 20 2006 Dave Jones [2.6.17-1.2139_FC5] - Rebuild with slab debug off. * Tue Jun 20 2006 Dave Jones [2.6.17-1.2138_FC5] - 2.6.17.1 * Sun Jun 18 2006 Dave Jones - 2.6.17 - Only print info about SMP alternatives on SMP kernels. * Tue Jun 6 2006 Dave Jones [2.6.16-1.2133_FC5] - Add a PPC64 kdump kernel. * Mon Jun 5 2006 Dave Jones [2.6.16-1.2132_FC5] - 2.6.16.20 * Thu Jun 1 2006 Dave Jones - Reenable Xen builds. * Tue May 30 2006 Dave Jones - 2.6.16.19 * Sun May 28 2006 Dave Jones - Fix unresolved symbol. (#193333) * Sat May 27 2006 Dave Jones - Improve list corruption debugging patch. * Fri May 26 2006 Dave Jones - Remove xenU initrd's when kernel is removed. * Fri May 26 2006 Juan Quintela - Remove ARCH=xen reminiscences on spec file --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/5/ 2709e85681724cefbb647be5a8276a737cbc2425 SRPMS/kernel-2.6.20-1.2311.fc5.src.rpm 2709e85681724cefbb647be5a8276a737cbc2425 noarch/kernel-2.6.20-1.2311.fc5.src.rpm 57a828887288e1f4e75be647b32648793da9c6cd ppc/kernel-smp-2.6.20-1.2311.fc5.ppc.rpm 9c52d8aa087deab670058d2d3805e11144a0e7fd ppc/kernel-2.6.20-1.2311.fc5.ppc.rpm fdcf056f7e8bd1bb09134243470fe1f8850cbb39 ppc/debug/kernel-debuginfo-2.6.20-1.2311.fc5.ppc.rpm 42c06f7ea6acc273149b65cae4372a4e5fff9d33 ppc/kernel-smp-devel-2.6.20-1.2311.fc5.ppc.rpm 5844da9c986e90df20c30cb1a81d6a02b7fe28ba ppc/kernel-devel-2.6.20-1.2311.fc5.ppc.rpm c42ebf01cb7fa227accb63b883e6fe586901d858 ppc/kernel-doc-2.6.20-1.2311.fc5.noarch.rpm 9142547263c752a238fb822bc7a51634b5d47676 x86_64/kernel-xen-devel-2.6.20-1.2311.fc5.x86_64.rpm dcef50e976579ea84264171a8efcf73ffe9a2920 x86_64/kernel-devel-2.6.20-1.2311.fc5.x86_64.rpm 329d864b2a2b3dc51fbf65b900a9d1bbef26fa7a x86_64/kernel-2.6.20-1.2311.fc5.x86_64.rpm 56c2c9a775b24e1fcddd02e5fed6915448687b94 x86_64/debug/kernel-debuginfo-2.6.20-1.2311.fc5.x86_64.rpm c0fcd9ac26500cbad6d974f1d051c447c55a8378 x86_64/kernel-xenU-devel-2.6.20-1.2311.fc5.x86_64.rpm fb27d017d08c9bba4e0771ace972164834bb071c x86_64/kernel-kdump-devel-2.6.20-1.2311.fc5.x86_64.rpm ea2ff7ec2f410d116fdc0753078843d4ba76b263 x86_64/kernel-xen0-2.6.20-1.2311.fc5.x86_64.rpm 6d516a028c8f57d8cf959c412d8007477b1281ee x86_64/kernel-debug-2.6.20-1.2311.fc5.x86_64.rpm b016180f0f9322503b0d29657a00096beee1ba40 x86_64/kernel-xenU-2.6.20-1.2311.fc5.x86_64.rpm edcd32d28072088e6e00312a9ce4f771950a7fae x86_64/kernel-debug-devel-2.6.20-1.2311.fc5.x86_64.rpm af40b85a7883f6815ac9fdc9046f6777e6af98b8 x86_64/kernel-kdump-2.6.20-1.2311.fc5.x86_64.rpm c9460fdc05a4c872a5fd233215af8b7b293f396a x86_64/kernel-xen0-devel-2.6.20-1.2311.fc5.x86_64.rpm 04182708e5c27d18ed1038f0f8ccf0bbd0b30651 x86_64/kernel-xen-2.6.20-1.2311.fc5.x86_64.rpm c42ebf01cb7fa227accb63b883e6fe586901d858 x86_64/kernel-doc-2.6.20-1.2311.fc5.noarch.rpm 072263b727e40c35441b9a9d6d1ebb2cf5df04c7 i386/debug/kernel-debuginfo-2.6.20-1.2311.fc5.i386.rpm 5fd30f2238e7ae226432464bff98ba6aa483b195 i386/kernel-2.6.20-1.2311.fc5.i586.rpm 1be4cb5456d6d5bda34519be6d904539224dd263 i386/kernel-devel-2.6.20-1.2311.fc5.i586.rpm 04ee0cfe9f460d513d36d776d0850a458f14676d i386/debug/kernel-debuginfo-2.6.20-1.2311.fc5.i586.rpm 38e7045c195ee2bb6169e41ce35e7df32fb324df i386/kernel-smp-2.6.20-1.2311.fc5.i586.rpm 123d24a087f2f20fbded250d9de2405511246d4c i386/kernel-smp-devel-2.6.20-1.2311.fc5.i586.rpm 6a603a1b10ad03e5aad6e0fe2ef2a1d106d68052 i386/debug/kernel-debuginfo-2.6.20-1.2311.fc5.i686.rpm 1b68b8ddb1492f9ab8862bb582384c107f510711 i386/kernel-xen0-devel-2.6.20-1.2311.fc5.i686.rpm da7fbeb76c91e18fe60151cf12cd4c0cc35e9a84 i386/kernel-devel-2.6.20-1.2311.fc5.i686.rpm bdad6c5d66a7e3ff70c09bb245d00c5c36be64f6 i386/kernel-xenU-devel-2.6.20-1.2311.fc5.i686.rpm 30bf2683ac364ba57c9a979922b6c6bbbf417e04 i386/kernel-kdump-2.6.20-1.2311.fc5.i686.rpm 232e8a272646cff99211c01de95d91104e109594 i386/kernel-debug-2.6.20-1.2311.fc5.i686.rpm c9bdb8bf5f3cc51a699609c951b0fe12723c68ef i386/kernel-smp-2.6.20-1.2311.fc5.i686.rpm 9639396e5594a541f1567792f0569368ebbcef2a i386/kernel-xen0-2.6.20-1.2311.fc5.i686.rpm 9cc733c1fa296f9aa00e8684a4fbec0442f89849 i386/kernel-smp-debug-devel-2.6.20-1.2311.fc5.i686.rpm 6972a1d8c459ead59a07901a5d3365460d5c7588 i386/kernel-xen-devel-2.6.20-1.2311.fc5.i686.rpm 40b1cba9eee227327a7c080ecaa8b25b0e13e321 i386/kernel-2.6.20-1.2311.fc5.i686.rpm 62f49355a4beb5b91f0c1a0cdaf7c24263053b48 i386/kernel-kdump-devel-2.6.20-1.2311.fc5.i686.rpm 137ba9a84d00a5b35fda5160a722701ab904de2d i386/kernel-xenU-2.6.20-1.2311.fc5.i686.rpm 857e51d18dc398323a9634f3a9cef4a462e3be66 i386/kernel-xen-2.6.20-1.2311.fc5.i686.rpm d0ff40c98f9f37df3bacc0595dadea08dcb7dcaa i386/kernel-smp-devel-2.6.20-1.2311.fc5.i686.rpm 79d49a57fb34ee839506a2fa3c2c8cf1b16fd474 i386/kernel-smp-debug-2.6.20-1.2311.fc5.i686.rpm c5222f887933c8bffb1461efccce012df8c9782a i386/kernel-debug-devel-2.6.20-1.2311.fc5.i686.rpm c42ebf01cb7fa227accb63b883e6fe586901d858 i386/kernel-doc-2.6.20-1.2311.fc5.noarch.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From gerrytool at gmail.com Thu Apr 5 20:18:29 2007 From: gerrytool at gmail.com (Gerry Tool) Date: Thu, 5 Apr 2007 15:18:29 -0500 Subject: F7 Test3 USB drives are not mounted (again...) In-Reply-To: <461548F0.3040405@googlemail.com> References: <4615348E.6000204@googlemail.com> <1175796268.6884.198.camel@metroid.rdu.redhat.com> <46153BE7.3010709@googlemail.com> <1175798018.6884.205.camel@metroid.rdu.redhat.com> <461548F0.3040405@googlemail.com> Message-ID: On 4/5/07, Guido Ledermann wrote: > > Will Woods schrieb: > > Hmm, probably not. > Sigh... > > > Does the drive appear if you plug it in after logging in? > No. I can see it in /var/log/messages but nothing more happens. No mount > in /media, no icon on the desktop, not even in the panel. > > Maybe I should wait for the next updates. If they don't fix it I'll file > a bug. > > But what makes me wonder is that it seems to me, that I'm the only one > with this problem. I'm just installing another computer with F7Test3 to > verify if is just me or if it's a general problem. > > Guido > I can mount mine, with gnome-mount-0.5-4.fc7, but cannot write to it. I have SELinux disabled. Gerry -------------- next part -------------- An HTML attachment was scrubbed... URL: From drago01 at gmail.com Thu Apr 5 20:20:18 2007 From: drago01 at gmail.com (dragoran dragoran) Date: Thu, 5 Apr 2007 22:20:18 +0200 Subject: F7 Test3 USB drives are not mounted (again...) In-Reply-To: References: <4615348E.6000204@googlemail.com> <1175796268.6884.198.camel@metroid.rdu.redhat.com> <46153BE7.3010709@googlemail.com> <1175798018.6884.205.camel@metroid.rdu.redhat.com> <461548F0.3040405@googlemail.com> Message-ID: On 4/5/07, Gerry Tool wrote: > > On 4/5/07, Guido Ledermann wrote: > > > > Will Woods schrieb: > > > Hmm, probably not. > > Sigh... > > > > > Does the drive appear if you plug it in after logging in? > > No. I can see it in /var/log/messages but nothing more happens. No mount > > in /media, no icon on the desktop, not even in the panel. > > > > Maybe I should wait for the next updates. If they don't fix it I'll file > > a bug. > > > > But what makes me wonder is that it seems to me, that I'm the only one > > with this problem. I'm just installing another computer with F7Test3 to > > verify if is just me or if it's a general problem. > > > > Guido > > > > I can mount mine, with gnome-mount-0.5-4.fc7, but cannot write to it. I > have SELinux disabled. try rpm -e --nodeps gnome-mount yum install gnome-mount Gerry > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From olivares14031 at yahoo.com Thu Apr 5 23:48:00 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Thu, 5 Apr 2007 16:48:00 -0700 (PDT) Subject: hdparm returns HDIO_SET_DMA failed: Inappropriate ioctl for device Message-ID: <20070405234800.98448.qmail@web52610.mail.re2.yahoo.com> Following the advice below Make sure the DMA is enabled for your DVD-ROM, otherwise playback will be 'jumpy'. [root at localhost ~]# hdparm -d1 /dev/scd0 /dev/scd0: setting using_dma to 1 (on) HDIO_SET_DMA failed: Inappropriate ioctl for device [root at localhost ~]# hdparm -d1 /dev/cdrom /dev/cdrom: setting using_dma to 1 (on) HDIO_SET_DMA failed: Inappropriate ioctl for device [root at localhost ~]# The cdrom device is no longer /dev/hdX where X can be any letter and now by using k3b I found out that scd0 is the new name. This reminds me of FreeBSD, the new naming conventions. The hard drive now is /dev/sdX where X , yes I saw this before no worries. What does this "Inappropriate ioctl for device" mean? Regards, Antonio ____________________________________________________________________________________ It's here! Your new message! Get new email alerts with the free Yahoo! Toolbar. http://tools.search.yahoo.com/toolbar/features/mail/ From olivares14031 at yahoo.com Thu Apr 5 23:50:41 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Thu, 5 Apr 2007 16:50:41 -0700 (PDT) Subject: Bootup takes longer on rawhide Message-ID: <20070405235041.305.qmail@web52610.mail.re2.yahoo.com> Dear all, Is it me, but now bootup takes longer with new ata0.?? messages at the beginning and that UTA.?? was not found retrying. Booting takes longer than before? Regards, Antonio ____________________________________________________________________________________ Food fight? Enjoy some healthy debate in the Yahoo! Answers Food & Drink Q&A. http://answers.yahoo.com/dir/?link=list&sid=396545367 From olivares14031 at yahoo.com Fri Apr 6 00:42:08 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Thu, 5 Apr 2007 17:42:08 -0700 (PDT) Subject: Bootup takes longer on rawhide Message-ID: <20070406004208.5375.qmail@web52609.mail.re2.yahoo.com> ----- Original Message ---- From: Antonio Olivares To: fedora-test-list at redhat.com Sent: Thursday, April 5, 2007 6:50:41 PM Subject: Bootup takes longer on rawhide Dear all, Is it me, but now bootup takes longer with new ata0.?? messages at the beginning and that UTA.?? was not found retrying. Booting takes longer than before? Regards, Antonio ____________________________________________________________________________________ Food fight? Enjoy some healthy debate in the Yahoo! Answers Food & Drink Q&A. http://answers.yahoo.com/dir/?link=list&sid=396545367 -- fedora-test-list mailing list fedora-test-list at redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list To follow up on my own post. Here's part of what shows up scsi1: pata_amd ?? qctimeout(cmd ? ) ata2.00: ATAPI; max UDMA/33 ata2.01: ATAPI configured for UDMA ata2.00: configured for UDMA ata2.01: failed to recover some devices, retrying in 5 secs ata2.00: failed to set xfermode (err_mask = 0x4) ata2.01: limiting speed to UDMA/33:P103 ____________________________________________________________________________________ Be a PS3 game guru. Get your game face on with the latest PS3 news and previews at Yahoo! Games. http://videogames.yahoo.com/platform?platform=120121 From olivares14031 at yahoo.com Fri Apr 6 00:44:13 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Thu, 5 Apr 2007 17:44:13 -0700 (PDT) Subject: denied avcs for rawhide how to troubleshoot Message-ID: <20070406004413.6009.qmail@web52609.mail.re2.yahoo.com> [olivares at localhost ~]$ cat /etc/fedora-release Fedora release 6.92 (Rawhide) drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver audit(1175819529.255:4): avc: denied { create } for pid=975 comm="create_floppy_d" name="fd0u1440" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file audit(1175819529.255:5): avc: denied { create } for pid=975 comm="create_floppy_d" name="fd0u1680" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file audit(1175819529.255:6): avc: denied { create } for pid=975 comm="create_floppy_d" name="fd0u1722" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file audit(1175819529.255:7): avc: denied { create } for pid=975 comm="create_floppy_d" name="fd0u1743" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file audit(1175819529.255:8): avc: denied { create } for pid=975 comm="create_floppy_d" name="fd0u1760" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file audit(1175819529.255:9): avc: denied { create } for pid=975 comm="create_floppy_d" name="fd0u1920" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file audit(1175819529.255:10): avc: denied { create } for pid=975 comm="create_floppy_d" name="fd0u1840" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file audit(1175819529.255:11): avc: denied { create } for pid=975 comm="create_floppy_d" name="fd0u1600" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file audit(1175819529.255:12): avc: denied { create } for pid=975 comm="create_floppy_d" name="fd0u360" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file audit(1175819529.255:13): avc: denied { create } for pid=975 comm="create_floppy_d" name="fd0u720" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file audit(1175819529.255:14): avc: denied { create } for pid=975 comm="create_floppy_d" name="fd0u820" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file audit(1175819529.255:15): avc: denied { create } for pid=975 comm="create_floppy_d" name="fd0u830" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file audit(1175819529.255:16): avc: denied { create } for pid=975 comm="create_floppy_d" name="fd0u1040" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file audit(1175819529.255:17): avc: denied { create } for pid=975 comm="create_floppy_d" name="fd0u1120" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file audit(1175819529.255:18): avc: denied { create } for pid=975 comm="create_floppy_d" name="fd0u800" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file ____________________________________________________________________________________ 8:00? 8:25? 8:40? Find a flick in no time with the Yahoo! Search movie showtime shortcut. http://tools.search.yahoo.com/shortcuts/#news From gerrytool at gmail.com Fri Apr 6 02:16:41 2007 From: gerrytool at gmail.com (Gerry Tool) Date: Thu, 5 Apr 2007 21:16:41 -0500 Subject: macromedia flash plugin Message-ID: Where can one obtain an rpm for the current flash plugin that works with Firefox on F7T3? Thanks. Gerry -------------- next part -------------- An HTML attachment was scrubbed... URL: From jim at jbsys.com Fri Apr 6 03:40:55 2007 From: jim at jbsys.com (Jim Bevier) Date: Thu, 5 Apr 2007 20:40:55 -0700 Subject: Fw: mount: could not find filesystem '/dev/root' Message-ID: <001401c777fd$61d7c3b0$0a01a8c0@jbsys> ----- Original Message ----- From: "Jim Bevier" To: Sent: Thursday, April 05, 2007 9:25 AM Subject: mount: could not find filesystem '/dev/root' > Then > Kernel panic - not syncing: Attempted to kill init! > > This was an ASUS k8v se delux with AMD 3400 processor. It was running FC6 > and rawhide (up to date as of 4/3). I replaced the motherboad with an > ASUS MSN-plus SLI with an AMD X2 4600. I can boot FC6 with not problems > and see the two pata drives on the system. There are no SATA drives and > the controller is disabled in the bios. I can also boot the FC7t3 live > dvd and it work great, but the old rawhide will not boot. What can I do > to get it to boot again? Why will it not find the root filesystem? > > I need some help, please. > > Jim From gerrytool at gmail.com Fri Apr 6 04:05:21 2007 From: gerrytool at gmail.com (Gerry Tool) Date: Fri, 6 Apr 2007 00:05:21 -0400 Subject: Live Cd and AbiWord Message-ID: I just downloaded the Live CD and tried it out. I was surprised to see AbiWord as the word processor. Just as it has been doing in the first two test cycles, it immediately crashes. It seems like it would have been preferable to not include any word processor instead of one that can't work. I can't find the abiword package on the Prime DVD. Gerry -------------- next part -------------- An HTML attachment was scrubbed... URL: From david at lovesunix.net Fri Apr 6 04:21:47 2007 From: david at lovesunix.net (David Nielsen) Date: Fri, 06 Apr 2007 06:21:47 +0200 Subject: Live Cd and AbiWord In-Reply-To: References: Message-ID: <1175833307.3209.13.camel@dawkins> fre, 06 04 2007 kl. 00:05 -0400, skrev Gerry Tool: > I just downloaded the Live CD and tried it out. I was surprised to > see AbiWord as the word processor. Just as it has been doing in the > first two test cycles, it immediately crashes. It seems like it would > have been preferable to not include any word processor instead of one > that can't work. > > I can't find the abiword package on the Prime DVD. Abiword is in extras, I doubt it available on the Prime DVD. As for the crash that is a known issue, it has been happening since Test1 but still remains unfixed. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=227192 - David -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Dette er en digitalt underskrevet brevdel URL: From kagesenshi.87 at gmail.com Fri Apr 6 05:12:48 2007 From: kagesenshi.87 at gmail.com (Hikaru Amano) Date: Fri, 6 Apr 2007 13:12:48 +0800 Subject: macromedia flash plugin In-Reply-To: References: Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm using the one from http://macromedia.mplug.org/ works well w/o problem On 4/6/07, Gerry Tool wrote: > Where can one obtain an rpm for the current flash plugin that works with > Firefox on F7T3? > > Thanks. > > Gerry > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQFGFdTXW9JYSopdczERAvbXAJ9w3k5p3X/22EMKt6dE7ychbyce1wCeKGiO RPVgAEptc2bP7+CPFoSDLgo= =MrTV -----END PGP SIGNATURE----- -- ----------------------------------------------- regards Hikaru ----------------------------------------------- Mohd Izhar Firdaus Bin Ismail Amano Hikaru ??? ???? ???? Universiti Teknologi PETRONAS ICT 2nd Year 1st Semester mohd.izhar.firdaus at gmail.com ----------------------------------------------- kagesenshi.87 at gmail.com Blog: http://kagesenshi.blogspot.com ----------------------------------------------- From michael.wiktowy at gmail.com Fri Apr 6 05:49:32 2007 From: michael.wiktowy at gmail.com (Michael Wiktowy) Date: Fri, 6 Apr 2007 01:49:32 -0400 Subject: Request for Opinion: Bug or feature? Message-ID: <3e4ec4600704052249j26356801y45938cb4293bef2c@mail.gmail.com> Greetings listlings, I had some time to install F7test3 from the LiveCD and jotted down a bunch of issues that I encountered. None of them are particularly Earth-shttering. I just wanted to pass them by the list to get some feedback as to whether these are legitimate things worthy of a bug report or just petty quibbles before I fill out a bunch of bugs that end up just cluttering up bugzilla due to me being too pedantic or my lack of understanding: On Installation: 1) I can start liveinst multiple times simultaneously from the LiveCD. I could see this leading to very bad things since I doubt that anaconda was designed with running multiple installations on the same box simultaneously in mind. 2) I can't exit out of the LiveCD installer easily. The close button does not work and there is no obvious abort installation button. 2a) The few points where you can exit out (at beginning to initially bail out of install and post install reboot) mention "Reboot" but it doesn't actually reboot. 3) In the partitioning screen I get "RAID is not supported on this platform" when clicking the RAID button. I don't know why since I was under the impression that I could software RAID multiple partitions on the same drive if I wanted (not that that would be sane). 4) The scroll wheel does not change magnification on the "select nearest city in your timezone" map. I would be a better UI if it did. 5) The "Performing post-installation filesystem changes. This may take several minutes ..." and the "installing bootloader" message are not in regular message area and have no progress meter. They should be and they should have. There doesn't seem to be any reason why they are slapped over top of everything. 6) LiveCD is not automatically ejected on reboot. This is not specific to post install but post using the LiveCD in general. 7) On shutdown after install, turning off swap denied by SELinux 7a) device busy cannot unmount errors when shutting down LiveCD after install (maybe due to 7) 8) Beagle started silently indexing my system during the middle of the installation causing the UI to seriously lag. It took a long time to figure out what was going on and get the indexing preferences up to turn off indexing. On firstboot 9) Smolt message in first boot unclear "Sending your profile will enable a monthly update." This needs more words of disambiguation. I initially interpretted this as "Unless you submit to Smolt, no OS updates for you!" ... then I realized that this was an insane interpretation ... but those coming from Windows-world might not. Why is there not three options: Send your Profile now, Send your Profile Now and once every month, Don't send anything, Nosey! 10) Smolt privacy policy document not found when hitting the privacy policy button. In general: 11) RFE: Hardware browser in default LiveCD ... booting to a LiveCD to check out what kind of hardware a machine has is a major usage case for me. I would be happy even if the smoltGui was included in the menu somewhere. 12) After installation, the bluetooth service caused SELinux to thrash around violently since ithe bluetooth deamon really wanted to use dbus and SELinux really wanted to not let it. While this was sorted out with an update already I was thinking about how annoying this would be if I didn't have access to updates right away. Is dbus access equivalent to UDP in that you have to program a loop to get it to keep trying to get some response? Thoughts? /Mike From jkeating at redhat.com Fri Apr 6 11:06:01 2007 From: jkeating at redhat.com (Jesse Keating) Date: Fri, 6 Apr 2007 07:06:01 -0400 Subject: Live Cd and AbiWord In-Reply-To: References: Message-ID: <200704060706.01983.jkeating@redhat.com> On Friday 06 April 2007 00:05:21 Gerry Tool wrote: > I just downloaded the Live CD and tried it out. ?I was surprised to see > AbiWord as the word processor. ?Just as it has been doing in the first two > test cycles, it immediately crashes. ?It seems like it would have been > preferable to not include any word processor instead of one that can't > work. > > I can't find the abiword package on the Prime DVD. Abiword is used on the Live image due to space constraint. OpenOffice.org + translations would cost 1.5 CDs in size. However for the Prime spin, we'd rather see oo.org as the default, it is more featured. The abiword crasher was known, but we still included it as we wanted to get a feel for the space and such. At some point when abiword gets fixed (I saw a bunch of activity on it recently) you could do a yum update while booted to the LiveCD and get it to work again for that session. -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From guido.ledermann at googlemail.com Fri Apr 6 14:18:23 2007 From: guido.ledermann at googlemail.com (Guido Ledermann) Date: Fri, 06 Apr 2007 16:18:23 +0200 Subject: F7 Test3 USB drives are not mounted (again...) In-Reply-To: <1175796268.6884.198.camel@metroid.rdu.redhat.com> References: <4615348E.6000204@googlemail.com> <1175796268.6884.198.camel@metroid.rdu.redhat.com> Message-ID: <461656AF.6010405@googlemail.com> Okay, I did a fresh install on my sons computer, applied the latest updates and there are no problems with not recognizing USB disks/sticks. There must be something wrong with my configuration. :( Guido From chrisw at cawllc.com Fri Apr 6 14:40:46 2007 From: chrisw at cawllc.com (Christopher A. Williams) Date: Fri, 06 Apr 2007 08:40:46 -0600 Subject: BCM43XX Firmware in F7T3 Message-ID: <1175870446.3470.13.camel@ChrisLaptop-BTINS.btins.local> I've recently started having trouble with my Broadcom BCM43XX series WiFi card on F7T3. I have historically used bcm43xx-fwcutter to extract the firmware from my laptop's Windows drivers. My laptop is a Dell D610 and I'm using the firmware that is included with the latest available version of Windows drivers supplied by Dell for this laptop. I've extracted the firmware to /lib/firmware as usual, but now I get the following errors at startup: kernel: bcm43xx: Microcode rev 0x173, pl 0x425 (2006-10-04 21:02:04) kernel: bcm43xx: Firmware: no support for microcode extracted from version 4.x binary drivers. kernel: bcm43xx: core_up for active 802.11 core failed (-95) I should also note that I continue to use the latest available rawhide updates. This used to work with F7T2 and earlier. What has changed? Cheers, Chris -- Christopher A. Williams From katzj at redhat.com Fri Apr 6 16:26:02 2007 From: katzj at redhat.com (Jeremy Katz) Date: Fri, 06 Apr 2007 12:26:02 -0400 Subject: Live Cd and AbiWord In-Reply-To: <200704060706.01983.jkeating@redhat.com> References: <200704060706.01983.jkeating@redhat.com> Message-ID: <1175876762.19748.35.camel@aglarond.local> On Fri, 2007-04-06 at 07:06 -0400, Jesse Keating wrote: > The abiword crasher was known, but we still included it as we wanted to get a > feel for the space and such. At some point when abiword gets fixed (I saw a > bunch of activity on it recently) you could do a yum update while booted to > the LiveCD and get it to work again for that session. A fix looks to have been committed for this earlier today. And I'm hopefully going to get a live CD interim test up for people to grab and try out the first of next week Jeremy From linux at andyjamison.com Fri Apr 6 16:36:27 2007 From: linux at andyjamison.com (Andrew Jamison) Date: Fri, 06 Apr 2007 11:36:27 -0500 Subject: Bootup takes longer on rawhide In-Reply-To: <20070406004208.5375.qmail@web52609.mail.re2.yahoo.com> References: <20070406004208.5375.qmail@web52609.mail.re2.yahoo.com> Message-ID: <20070406113627.p26lrt3ii4o44w8g@www.andyjamison.com> Quoting Antonio Olivares : > > > ----- Original Message ---- > From: Antonio Olivares > To: fedora-test-list at redhat.com > Sent: Thursday, April 5, 2007 6:50:41 PM > Subject: Bootup takes longer on rawhide > > Dear all, > > Is it me, but now bootup takes longer with new > ata0.?? messages at the beginning and that UTA.?? was > not found retrying. Booting takes longer than before? > > > > Regards, > > Antonio > ----------------- It was mentioned in a post a while back that since it is a test release they have several feature enabled that are not normally turned on by default so that they can accurately test the features of the new version. it is my unprofessional opinion that when the release version comes out they will disable all the extra stuff and only turn features needed for the default install. Thanks, Andrew Jamison blogs.andyjamison.com/andy > > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > From drago01 at gmail.com Fri Apr 6 19:47:51 2007 From: drago01 at gmail.com (dragoran dragoran) Date: Fri, 6 Apr 2007 21:47:51 +0200 Subject: Bootup takes longer on rawhide In-Reply-To: <20070406004208.5375.qmail@web52609.mail.re2.yahoo.com> References: <20070406004208.5375.qmail@web52609.mail.re2.yahoo.com> Message-ID: On 4/6/07, Antonio Olivares wrote: > > > > ----- Original Message ---- > From: Antonio Olivares > To: fedora-test-list at redhat.com > Sent: Thursday, April 5, 2007 6:50:41 PM > Subject: Bootup takes longer on rawhide > > Dear all, > > Is it me, but now bootup takes longer with new > ata0.?? messages at the beginning and that UTA.?? was > not found retrying. Booting takes longer than before? thats a bug see https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234684 (both are caused by a kernel bug in the pata_amd driver) Regards, > > Antonio > > > > > ____________________________________________________________________________________ > Food fight? Enjoy some healthy debate > in the Yahoo! Answers Food & Drink Q&A. > http://answers.yahoo.com/dir/?link=list&sid=396545367 > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > > To follow up on my own post. > > Here's part of what shows up > > scsi1: pata_amd > > ?? qctimeout(cmd ? ) > ata2.00: ATAPI; max UDMA/33 > ata2.01: ATAPI configured for UDMA > ata2.00: configured for UDMA > ata2.01: failed to recover some devices, retrying in 5 secs > ata2.00: failed to set xfermode (err_mask = 0x4) > ata2.01: limiting speed to UDMA/33:P103 > > > > > > > > > > ____________________________________________________________________________________ > Be a PS3 game guru. > Get your game face on with the latest PS3 news and previews at Yahoo! > Games. > http://videogames.yahoo.com/platform?platform=120121 > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From an037-ooai8 at yahoo.com Fri Apr 6 23:40:37 2007 From: an037-ooai8 at yahoo.com (Allen Kistler) Date: Fri, 06 Apr 2007 18:40:37 -0500 Subject: NFS mount problem on f7 from fc5 In-Reply-To: <4605E928.9000606@yahoo.com> References: <4605E928.9000606@yahoo.com> Message-ID: <4616DA75.7090402@yahoo.com> Allen Kistler wrote: > Basically I can't mount an fc5 export on f7-test. Is anyone else seeing > this problem? > > The error message I get in f7 is: > > # mount -t nfs -v ack603:/var/ftp /mnt/nfs > mount: wrong fs type, bad option, bad superblock on ack603:/var/ftp, > missing codepage or other error > In some cases useful info is found in syslog - try > dmesg | tail or so > > I mount my ftp directory from other machines (fc5, fc6) all the time. > /var/log/message doesn't contain anything at all on the error. The > error occurs straight "out of the box" (the test dvd) and after updating > everything to rawhide. > > The export machine is fc5 with all the latest rpms. Portmap is running. > There is no netfilter to get in the way anywhere. Am I missing > something? Clues welcome. No one replied the last time, so I'll assume I'm alone in the error, though I'm still looking for clues. FWIW, a tcpdump does not show any network traffic originating from the f7 box when I issue the mount command. I've also installed the new rpcbind package and started it, though I'm not so certain it's required for clients. Hints, clues, answers, etc., welcome. From kevin.kofler at chello.at Sat Apr 7 00:54:03 2007 From: kevin.kofler at chello.at (Kevin Kofler) Date: Sat, 7 Apr 2007 00:54:03 +0000 (UTC) Subject: BCM43XX Firmware in F7T3 References: <1175870446.3470.13.camel@ChrisLaptop-BTINS.btins.local> Message-ID: Christopher A. Williams cawllc.com> writes: > kernel: bcm43xx: Firmware: no support for microcode extracted from > version 4.x binary drivers. The softmac version of the bcm43xx driver wants a firmware revision <=3.x, the mac80211 (Devicescape 802.11 stack) version of the driver wants a firmware revision 4.x. (It's not directly related to the underlying 802.11 stack, it's just that the mac80211 version is the development version of the driver, the softmac version is the stable one.) Apparently, you previously got the mac80211 version and now get the softmac version of the driver for some reason. Unfortunately, I can't answer the question you'll probably have next, which is why you suddenly got a different version of the driver as the default. I know the F7 Rawhide kernels are shipping both 802.11 stacks, and bcm43xx is one of the drivers present in both, but I don't know how the kernel decides which of the drivers to load. That's probably a question for the Fedora kernel maintainers. Kevin Kofler From chrisw at cawllc.com Sat Apr 7 04:41:39 2007 From: chrisw at cawllc.com (Christopher A. Williams) Date: Fri, 06 Apr 2007 22:41:39 -0600 Subject: BCM43XX Firmware in F7T3 In-Reply-To: References: <1175870446.3470.13.camel@ChrisLaptop-BTINS.btins.local> Message-ID: <1175920899.3587.1.camel@ChrisLaptop-BTINS.btins.local> On Sat, 2007-04-07 at 00:54 +0000, Kevin Kofler wrote: > Christopher A. Williams cawllc.com> writes: > > kernel: bcm43xx: Firmware: no support for microcode extracted from > > version 4.x binary drivers. > > The softmac version of the bcm43xx driver wants a firmware revision <=3.x, the > mac80211 (Devicescape 802.11 stack) version of the driver wants a firmware > revision 4.x. (It's not directly related to the underlying 802.11 stack, it's > just that the mac80211 version is the development version of the driver, the > softmac version is the stable one.) Apparently, you previously got the mac80211 > version and now get the softmac version of the driver for some reason. > > Unfortunately, I can't answer the question you'll probably have next, which is > why you suddenly got a different version of the driver as the default. I know > the F7 Rawhide kernels are shipping both 802.11 stacks, and bcm43xx is one of > the drivers present in both, but I don't know how the kernel decides which of > the drivers to load. That's probably a question for the Fedora kernel > maintainers. Thanks! That was definitely it. I switched to an older 3.x version of the firmware and connected straight away. Guess we'll have to wait for the kernel developers as to why this changed again. Cheers, Chris -- Christopher A. Williams From paul at permanentmail.com Sat Apr 7 07:16:38 2007 From: paul at permanentmail.com (Paul Dickson) Date: Sat, 7 Apr 2007 00:16:38 -0700 Subject: F7 Test3 USB drives are not mounted (again...) In-Reply-To: <461656AF.6010405@googlemail.com> References: <4615348E.6000204@googlemail.com> <1175796268.6884.198.camel@metroid.rdu.redhat.com> <461656AF.6010405@googlemail.com> Message-ID: <20070407001638.92734de1.paul@permanentmail.com> On Fri, 06 Apr 2007 16:18:23 +0200, Guido Ledermann wrote: > Okay, I did a fresh install on my sons computer, applied the latest > updates and there are no problems with not recognizing USB disks/sticks. > There must be something wrong with my configuration. Have you tried restarting hald? service haldaemon restart This has worked for me over the past couple of weeks. -Paul From guido.ledermann at googlemail.com Sat Apr 7 07:26:07 2007 From: guido.ledermann at googlemail.com (Guido Ledermann) Date: Sat, 07 Apr 2007 09:26:07 +0200 Subject: F7 Test3 USB drives are not mounted (again...) In-Reply-To: <20070407001638.92734de1.paul@permanentmail.com> References: <4615348E.6000204@googlemail.com> <1175796268.6884.198.camel@metroid.rdu.redhat.com> <461656AF.6010405@googlemail.com> <20070407001638.92734de1.paul@permanentmail.com> Message-ID: <4617478F.9020005@googlemail.com> Paul Dickson schrieb: > Have you tried restarting hald? > service haldaemon restart Yes, I did. But it didn't help. > This has worked for me over the past couple of weeks. You're right, I can remember that hald stopped when working with gparted or so. Guido From paul at all-the-johnsons.co.uk Sat Apr 7 12:04:54 2007 From: paul at all-the-johnsons.co.uk (Paul) Date: Sat, 07 Apr 2007 13:04:54 +0100 Subject: Permissions on USB devices Message-ID: <1175947494.3256.6.camel@T7.Linux> Hi, I seem to be having a problem with the ownership of USB devices. If I plug in my MP3 player, it's identified fine, but I'm unable to write to it and even as su, cannot change the ownership of the device. Any ideas on what's going on? I'm on rawhide (x86 and x86_64) using the 3045 kernel. TTFN Paul -- Sie k?nnen mich aufreizen und wirklich hei? machen! -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From guido.ledermann at googlemail.com Sat Apr 7 13:32:13 2007 From: guido.ledermann at googlemail.com (Guido Ledermann) Date: Sat, 07 Apr 2007 15:32:13 +0200 Subject: Permissions on USB devices In-Reply-To: <1175947494.3256.6.camel@T7.Linux> References: <1175947494.3256.6.camel@T7.Linux> Message-ID: <46179D5D.3050108@googlemail.com> Paul schrieb: > Hi, > > I seem to be having a problem with the ownership of USB devices. If I > plug in my MP3 player, it's identified fine, but I'm unable to write to > it and even as su, cannot change the ownership of the device. Hi Pual, try: rpm -e --nodeps gnome-mount yum install gnome-mount Guido From paul at all-the-johnsons.co.uk Sat Apr 7 14:26:20 2007 From: paul at all-the-johnsons.co.uk (Paul) Date: Sat, 07 Apr 2007 15:26:20 +0100 Subject: Permissions on USB devices In-Reply-To: <46179D5D.3050108@googlemail.com> References: <1175947494.3256.6.camel@T7.Linux> <46179D5D.3050108@googlemail.com> Message-ID: <1175955980.3256.13.camel@T7.Linux> Hi, > rpm -e --nodeps gnome-mount > yum install gnome-mount That's got it - thanks. TTFN Paul -- Sie k?nnen mich aufreizen und wirklich hei? machen! -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From guido.ledermann at googlemail.com Sat Apr 7 16:03:31 2007 From: guido.ledermann at googlemail.com (Guido Ledermann) Date: Sat, 07 Apr 2007 18:03:31 +0200 Subject: F7 Test3 USB drives are not mounted (again...) (fixed) In-Reply-To: <20070407001638.92734de1.paul@permanentmail.com> References: <4615348E.6000204@googlemail.com> <1175796268.6884.198.camel@metroid.rdu.redhat.com> <461656AF.6010405@googlemail.com> <20070407001638.92734de1.paul@permanentmail.com> Message-ID: <4617C0D3.4090806@googlemail.com> After searching the german fedoraforum.de I found a guy with similar problems under FC6. What I had to do was to remove /usr/share/hal/fdi/policy/gparted-disable-automount.fdi and now my automount works again. I would like to file a bug, but against which component? qparted? Guido From selinux at gmail.com Sat Apr 7 17:30:24 2007 From: selinux at gmail.com (Tom London) Date: Sat, 7 Apr 2007 10:30:24 -0700 Subject: kernel.3045 and MSI/e1000? Message-ID: <4c4ba1530704071030v4a3a3ffbif29baefa6e93bd65@mail.gmail.com> Noticed this in last kernel build report: kernel-2.6.20-1.3045.fc7 ------------------------ * Wed Apr 04 2007 Dave Jones - 2.6.21-rc5-git12 * Wed Apr 04 2007 Dave Jones - Silence noisy power management printk's * Wed Apr 04 2007 Dave Jones - Disable PCI MSI and MMCONFIG by default (cebbert) And I now get Apr 7 09:55:55 localhost kernel: assign_interrupt_mode Found MSI capability Apr 7 09:55:56 localhost kernel: e1000: eth1: e1000_request_irq: Unable to allocate MSI interrupt Error: -22 Apr 7 09:56:09 localhost kernel: e1000: eth1: e1000_request_irq: Unable to allocate MSI interrupt Error: -22 'grep MSI /boot/config*' gives: config-2.6.20-1.3045.fc7PAE:CONFIG_PCI_MSI=y config-2.6.20-1.3045.fc7PAE:CONFIG_MSI_LAPTOP=m This right? tom -- Tom London From drago01 at gmail.com Sat Apr 7 17:41:25 2007 From: drago01 at gmail.com (dragoran dragoran) Date: Sat, 7 Apr 2007 19:41:25 +0200 Subject: kernel.3045 and MSI/e1000? In-Reply-To: <4c4ba1530704071030v4a3a3ffbif29baefa6e93bd65@mail.gmail.com> References: <4c4ba1530704071030v4a3a3ffbif29baefa6e93bd65@mail.gmail.com> Message-ID: On 4/7/07, Tom London wrote: > > Noticed this in last kernel build report: > > kernel-2.6.20-1.3045.fc7 > ------------------------ > * Wed Apr 04 2007 Dave Jones > - 2.6.21-rc5-git12 > > * Wed Apr 04 2007 Dave Jones > - Silence noisy power management printk's > > * Wed Apr 04 2007 Dave Jones > - Disable PCI MSI and MMCONFIG by default (cebbert) > > And I now get > Apr 7 09:55:55 localhost kernel: assign_interrupt_mode Found MSI > capability > Apr 7 09:55:56 localhost kernel: e1000: eth1: e1000_request_irq: > Unable to allocate MSI interrupt Error: -22 > Apr 7 09:56:09 localhost kernel: e1000: eth1: e1000_request_irq: > Unable to allocate MSI interrupt Error: -22 > > 'grep MSI /boot/config*' gives: > config-2.6.20-1.3045.fc7PAE:CONFIG_PCI_MSI=y > config-2.6.20-1.3045.fc7PAE:CONFIG_MSI_LAPTOP=m > > This right? try booting with pci=msi tom > -- > Tom London > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From fedora-list at puzzled.xs4all.nl Sat Apr 7 17:47:18 2007 From: fedora-list at puzzled.xs4all.nl (Patrick) Date: Sat, 07 Apr 2007 19:47:18 +0200 Subject: Install using vesa fails with ATI X700 In-Reply-To: <1175521895.2910.15.camel@localhost.localdomain> References: <1170383030.2959.6.camel@speedy.puzzled.xs4all.nl> <1170685333.6608.13.camel@localhost.localdomain> <1170689483.3412.26.camel@speedy.puzzled.xs4all.nl> <1170692666.6608.52.camel@localhost.localdomain> <1175447765.2740.2.camel@guru.puzzled.xs4all.nl> <1175521895.2910.15.camel@localhost.localdomain> Message-ID: <1175968038.19150.4.camel@guru.puzzled.xs4all.nl> On Mon, 2007-04-02 at 09:51 -0400, Adam Jackson wrote: > On Sun, 2007-04-01 at 19:16 +0200, Patrick wrote: > > > Ugh I completely forgot to submit the info you asked for. Just had a > > look and I can't figure out how to mount the USB stick. Can't even find > > something similar to /var/log/messages so I know what the USB stick is > > called. Can you please give me a hint? > > Run dmesg? Look in /proc/partitions? > > If all else fails, scp works too. I have attached a copy of X.log. Around line 515 you can see that the tft panel gets detected as secondary which results in black screen. Hope this helps. Regards, Patrick -------------- next part -------------- A non-text attachment was scrubbed... Name: X.log Type: text/x-log Size: 49534 bytes Desc: not available URL: From selinux at gmail.com Sat Apr 7 18:07:30 2007 From: selinux at gmail.com (Tom London) Date: Sat, 7 Apr 2007 11:07:30 -0700 Subject: kernel.3045 and MSI/e1000? In-Reply-To: References: <4c4ba1530704071030v4a3a3ffbif29baefa6e93bd65@mail.gmail.com> Message-ID: <4c4ba1530704071107i8b535e0r451257fdde3cd017@mail.gmail.com> On 4/7/07, dragoran dragoran wrote: > > > > On 4/7/07, Tom London wrote: > > Noticed this in last kernel build report: > > > > kernel-2.6.20-1.3045.fc7 > > ------------------------ > > * Wed Apr 04 2007 Dave Jones > > - 2.6.21-rc5-git12 > > > > * Wed Apr 04 2007 Dave Jones > > - Silence noisy power management printk's > > > > * Wed Apr 04 2007 Dave Jones > > - Disable PCI MSI and MMCONFIG by default (cebbert) > > > > And I now get > > Apr 7 09:55:55 localhost kernel: assign_interrupt_mode Found MSI > capability > > Apr 7 09:55:56 localhost kernel: e1000: eth1: e1000_request_irq: > > Unable to allocate MSI interrupt Error: -22 > > Apr 7 09:56:09 localhost kernel: e1000: eth1: e1000_request_irq: > > Unable to allocate MSI interrupt Error: -22 > > > > 'grep MSI /boot/config*' gives: > > config-2.6.20-1.3045.fc7PAE:CONFIG_PCI_MSI=y > > config-2.6.20-1.3045.fc7PAE:CONFIG_MSI_LAPTOP=m > > > > This right? > > try booting with pci=msi > Yeah, this makes the messages 'go away'. Thanks. Not sure I understand the apparent confusion here..... tom -- Tom London From rwarsow at online.de Sat Apr 7 18:49:56 2007 From: rwarsow at online.de (Ronald Warsow) Date: Sat, 07 Apr 2007 20:49:56 +0200 Subject: Fedora Core 6 Test Update: kernel-2.6.20-1.2943.fc6 In-Reply-To: <200704051954.l35Js3ig004353@int-mx1.corp.redhat.com> References: <200704051954.l35Js3ig004353@int-mx1.corp.redhat.com> Message-ID: <4617E7D4.2080607@online.de> Chuck Ebbert wrote: > --------------------------------------------------------------------- > Fedora Test Update Notification > FEDORA-2007-416 > 2007-04-05 > --------------------------------------------------------------------- > > Product : Fedora Core 6 > Name : kernel > Version : 2.6.20 > Release : 1.2943.fc6 works with my NEW "horse": http://smolt.fedoraproject.org/show?UUID=07d7427d-2125-4692-8628-ca12b8f2e849 -- ronald From davej at redhat.com Sat Apr 7 22:40:25 2007 From: davej at redhat.com (Dave Jones) Date: Sat, 7 Apr 2007 18:40:25 -0400 Subject: kernel.3045 and MSI/e1000? In-Reply-To: <4c4ba1530704071107i8b535e0r451257fdde3cd017@mail.gmail.com> References: <4c4ba1530704071030v4a3a3ffbif29baefa6e93bd65@mail.gmail.com> <4c4ba1530704071107i8b535e0r451257fdde3cd017@mail.gmail.com> Message-ID: <20070407224025.GA31974@redhat.com> On Sat, Apr 07, 2007 at 11:07:30AM -0700, Tom London wrote: > On 4/7/07, dragoran dragoran wrote: > > > > On 4/7/07, Tom London wrote: > > > > > > * Wed Apr 04 2007 Dave Jones > > > - Disable PCI MSI and MMCONFIG by default (cebbert) > > > > > > And I now get > > > Apr 7 09:55:55 localhost kernel: assign_interrupt_mode Found MSI > > capability > > > Apr 7 09:55:56 localhost kernel: e1000: eth1: e1000_request_irq: > > > Unable to allocate MSI interrupt Error: -22 > > > Apr 7 09:56:09 localhost kernel: e1000: eth1: e1000_request_irq: > > > Unable to allocate MSI interrupt Error: -22 > > > > try booting with pci=msi > Yeah, this makes the messages 'go away'. Thanks. > Not sure I understand the apparent confusion here..... It's harmless, just noisy. In the 'Unable to allocate' case, it'll fall back to allocating non-MSI interrupts. For the majority of users, MSI will make absolutely no discernable difference. The patch referenced in the changelog inverts the usual logic the kernel uses (Enable MSI by default, and offer 'pci=nomsi') to disable by default, and offer with pci=msi for the minority cases where it may be necessary. This was done because the MSI code is still evolving at a rate where breakage occurs frequently, even when drivers aren't using it. Dave -- http://www.codemonkey.org.uk From selinux at gmail.com Sat Apr 7 23:03:46 2007 From: selinux at gmail.com (Tom London) Date: Sat, 7 Apr 2007 16:03:46 -0700 Subject: kernel.3045 and MSI/e1000? In-Reply-To: <20070407224025.GA31974@redhat.com> References: <4c4ba1530704071030v4a3a3ffbif29baefa6e93bd65@mail.gmail.com> <4c4ba1530704071107i8b535e0r451257fdde3cd017@mail.gmail.com> <20070407224025.GA31974@redhat.com> Message-ID: <4c4ba1530704071603n1f36ad9cme12c81151a26d200@mail.gmail.com> On 4/7/07, Dave Jones wrote: > On Sat, Apr 07, 2007 at 11:07:30AM -0700, Tom London wrote: > > On 4/7/07, dragoran dragoran wrote: > > > > > > On 4/7/07, Tom London wrote: > > > > > > > > * Wed Apr 04 2007 Dave Jones > > > > - Disable PCI MSI and MMCONFIG by default (cebbert) > > > > > > > > And I now get > > > > Apr 7 09:55:55 localhost kernel: assign_interrupt_mode Found MSI > > > capability > > > > Apr 7 09:55:56 localhost kernel: e1000: eth1: e1000_request_irq: > > > > Unable to allocate MSI interrupt Error: -22 > > > > Apr 7 09:56:09 localhost kernel: e1000: eth1: e1000_request_irq: > > > > Unable to allocate MSI interrupt Error: -22 > > > > > > try booting with pci=msi > > Yeah, this makes the messages 'go away'. Thanks. > > Not sure I understand the apparent confusion here..... > > It's harmless, just noisy. > In the 'Unable to allocate' case, it'll fall back to allocating non-MSI interrupts. > For the majority of users, MSI will make absolutely no discernable difference. > The patch referenced in the changelog inverts the usual logic the > kernel uses (Enable MSI by default, and offer 'pci=nomsi') to > disable by default, and offer with pci=msi for the minority cases where it > may be necessary. > > This was done because the MSI code is still evolving at a rate where breakage occurs > frequently, even when drivers aren't using it. > > Dave > Thanks for the explanation. I'm presuming e1000 doesn't really 'need' MSI then... Any chance this is related to e1000 stability issues? tom -- Tom London From jacliburn at bellsouth.net Sat Apr 7 17:47:54 2007 From: jacliburn at bellsouth.net (Jay Cliburn) Date: Sat, 7 Apr 2007 12:47:54 -0500 Subject: kernel.3045 and MSI/e1000? In-Reply-To: <4c4ba1530704071030v4a3a3ffbif29baefa6e93bd65@mail.gmail.com> References: <4c4ba1530704071030v4a3a3ffbif29baefa6e93bd65@mail.gmail.com> Message-ID: <20070407124754.62131373@osprey.hogchain.net> On Sat, 7 Apr 2007 10:30:24 -0700 "Tom London" wrote: > Noticed this in last kernel build report: > > kernel-2.6.20-1.3045.fc7 > ------------------------ > * Wed Apr 04 2007 Dave Jones > - 2.6.21-rc5-git12 > > * Wed Apr 04 2007 Dave Jones > - Silence noisy power management printk's > > * Wed Apr 04 2007 Dave Jones > - Disable PCI MSI and MMCONFIG by default (cebbert) > > And I now get > Apr 7 09:55:55 localhost kernel: assign_interrupt_mode Found MSI > capability Apr 7 09:55:56 localhost kernel: e1000: eth1: > e1000_request_irq: Unable to allocate MSI interrupt Error: -22 > Apr 7 09:56:09 localhost kernel: e1000: eth1: e1000_request_irq: > Unable to allocate MSI interrupt Error: -22 These are expected, harmless error messages. Chuck Ebbert (wisely, IMHO) disabled MSI by default (as you aptly noted from the changelog), but your driver was written to use MSI by default, if possible. It tries, fails, falls back to IRQ, and you get the error spew. You can explicitly set the pci=msi boot option to override Chuck's default. From deji_aking at yahoo.ca Sun Apr 8 02:50:46 2007 From: deji_aking at yahoo.ca (Deji Akingunola) Date: Sat, 7 Apr 2007 22:50:46 -0400 (EDT) Subject: F7 Test3 USB drives are not mounted (again...) (fixed) In-Reply-To: <4617C0D3.4090806@googlemail.com> Message-ID: <20070408025046.69589.qmail@web52304.mail.re2.yahoo.com> --- Guido Ledermann wrote: > After searching the german fedoraforum.de I found a > guy with similar > problems under FC6. What I had to do was to remove > > /usr/share/hal/fdi/policy/gparted-disable-automount.fdi > > and now my automount works again. I would like to > file a bug, but > against which component? qparted? > gparted; but the bug is already filed and 'resolved' (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=215657). Deji __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From philipp.ott at avalon.at Sun Apr 8 11:01:06 2007 From: philipp.ott at avalon.at (Philipp Ott) Date: Sun, 8 Apr 2007 13:01:06 +0200 Subject: FC 7 Test 3 fails to boot on Parallels Desktop In-Reply-To: <20070407174740.0050473382@hormel.redhat.com> References: <20070407174740.0050473382@hormel.redhat.com> Message-ID: <8F017914-E215-4F82-9636-A446DB4CFE9B@avalon.at> Hello! I have an Intel iMac with Parallels Desktop Build 3188 (product like VMware) and run FC6 with the ata_piix driver. Trying out the test3 build of FC7 shows that a) grub cant find the harddisk, choosing "Boot from local harddrive" yields an error saying there is no harddrive to boot from. However the harddisk image file is booting by itself fine into FC6. and b) the installer cant find a harddisk or the CDROM/DVD drive. Following the install path I get the option to choose the install source. When I take the CDROM/DVD drive option it asks me for the driver. In this list I cant select ata_piix because it isnt there, and the others dont work. Regards From gerrytool at gmail.com Sun Apr 8 12:50:17 2007 From: gerrytool at gmail.com (Gerry Tool) Date: Sun, 8 Apr 2007 07:50:17 -0500 Subject: Spurious logout in F7T3 while reading article in Firefox Message-ID: I was just logged out of my up-to-date F7T3 session while reading a news article in Firefox. This happened once before, but I wasn't sure on that occasion that I hadn't inadvertently caused it. I know I didn't do anything this time. Has anyone else experienced this? I have no idea what kind of bug report to post. Gerry -------------- next part -------------- An HTML attachment was scrubbed... URL: From sgrubb at redhat.com Sun Apr 8 13:02:41 2007 From: sgrubb at redhat.com (Steve Grubb) Date: Sun, 8 Apr 2007 09:02:41 -0400 Subject: Spurious logout in F7T3 while reading article in Firefox In-Reply-To: References: Message-ID: <200704080902.41381.sgrubb@redhat.com> On Sunday 08 April 2007 08:50:17 Gerry Tool wrote: > Has anyone else experienced this? ?I have no idea what kind of bug report > to post. I've seen something like that before when I was fuzzing firefox and it turned out to be the video drivers. So, which video driver are you using? (It may or may not be the answer, but getting logged out is generally X crashing.) -Steve From michal at harddata.com Sun Apr 8 18:43:37 2007 From: michal at harddata.com (Michal Jaegermann) Date: Sun, 8 Apr 2007 12:43:37 -0600 Subject: FC 7 Test 3 fails to boot on Parallels Desktop In-Reply-To: <8F017914-E215-4F82-9636-A446DB4CFE9B@avalon.at> References: <20070407174740.0050473382@hormel.redhat.com> <8F017914-E215-4F82-9636-A446DB4CFE9B@avalon.at> Message-ID: <20070408184337.GB3653@mail.harddata.com> On Sun, Apr 08, 2007 at 01:01:06PM +0200, Philipp Ott wrote: > > I have an Intel iMac with Parallels Desktop Build 3188 (product like > VMware) and run FC6 with the ata_piix driver. Trying out the test3 > build of FC7 shows that > > a) grub cant find the harddisk, choosing "Boot from local harddrive" > yields an error saying there is no harddrive to boot from. There is more situations when machines which did boot using FC6 refuse to do that with kernels using libata as either disks cannot be found or are not readable. See, at least, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=229621 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234650 At least in the first case booting with 'acpi=off irqpoll' was of some help. You may want to try and see if something like that will work for you. A bugzilla report is likely a better idea than just a note on this list. Michal From drago01 at gmail.com Mon Apr 9 08:15:11 2007 From: drago01 at gmail.com (dragoran) Date: Mon, 09 Apr 2007 10:15:11 +0200 Subject: Fedora Core 6 Test Update: kernel-2.6.20-1.2943.fc6 In-Reply-To: <200704051954.l35Js3ig004353@int-mx1.corp.redhat.com> References: <200704051954.l35Js3ig004353@int-mx1.corp.redhat.com> Message-ID: <4619F60F.6000600@gmail.com> Chuck Ebbert wrote: > --------------------------------------------------------------------- > Fedora Test Update Notification > FEDORA-2007-416 > 2007-04-05 > --------------------------------------------------------------------- > > Product : Fedora Core 6 > Name : kernel > Version : 2.6.20 > Release : 1.2943.fc6 > Summary : The Linux kernel (the core of the Linux operating system) > Description : > The kernel package contains the Linux kernel (vmlinuz), the core of any > Linux operating system. The kernel handles the basic functions > of the operating system: memory allocation, process allocation, device > input and output, etc. > > --------------------------------------------------------------------- > Update Information: > > Update to final 2.6.20.4: > any plans to update to 2.6.20.6 before pushing into stable? From fct-cornette at insight.rr.com Mon Apr 9 11:15:25 2007 From: fct-cornette at insight.rr.com (Jim Cornette) Date: Mon, 09 Apr 2007 07:15:25 -0400 Subject: ::1 or 127,0,0,1 - which is correct for FC7? Message-ID: <461A204D.2090807@insight.rr.com> I had mail to root be held up with no address when I used to have the default entry for ipv6 which did similar. I changed it to 127.0.0.1 and the errors went away. Now the errors returned with the ipv4 entry. I am getting the similar error which the ::1 entry use to cause. This problem seemed to start recently. Is something broken or was it changed to only reference ipv6 entries now? cat /etc/sysconfig/network NETWORKING=yes NETWORKING_IPV6=yes HOSTNAME=cornette-dell-hdb Edited /etc/hosts after error. Is this the correct entry or should 127.0.0.1 be there also? cat /etc/hosts # Do not remove the following line, or various programs # that require network functionality will fail. ::1 cornette-dell-hdb localhost.localdomain localhost Jim -- Politics -- the gentle art of getting votes from the poor and campaign funds from the rich by promising to protect each from the other. -- Oscar Ameringer From mack.sessoms at gmail.com Mon Apr 9 12:46:05 2007 From: mack.sessoms at gmail.com (mack) Date: Mon, 9 Apr 2007 08:46:05 -0400 Subject: can't get sun's jre 1.5.0_11 firefox plugin to run Message-ID: <455ca6a20704090546t46c4289ag14fcc106a1cb1d57@mail.gmail.com> i tried both gcc versions, should it work? -------------- next part -------------- An HTML attachment was scrubbed... URL: From mack.sessoms at gmail.com Mon Apr 9 13:18:13 2007 From: mack.sessoms at gmail.com (mack) Date: Mon, 9 Apr 2007 09:18:13 -0400 Subject: can't get sun's jre 1.5.0_11 firefox plugin to run [WORKS, FIXED] Message-ID: <455ca6a20704090618m1ca2e76cw16b01db2e9e584a8@mail.gmail.com> ignore my last On 4/9/07, mack wrote: > > i tried both gcc versions, should it work? > -------------- next part -------------- An HTML attachment was scrubbed... URL: From cebbert at redhat.com Mon Apr 9 15:08:19 2007 From: cebbert at redhat.com (Chuck Ebbert) Date: Mon, 09 Apr 2007 11:08:19 -0400 Subject: Fedora Core 6 Test Update: kernel-2.6.20-1.2943.fc6 In-Reply-To: <4619F60F.6000600@gmail.com> References: <200704051954.l35Js3ig004353@int-mx1.corp.redhat.com> <4619F60F.6000600@gmail.com> Message-ID: <461A56E3.5040504@redhat.com> dragoran wrote: > Chuck Ebbert wrote: >> --------------------------------------------------------------------- >> Fedora Test Update Notification >> FEDORA-2007-416 >> 2007-04-05 >> --------------------------------------------------------------------- >> >> Product : Fedora Core 6 >> Name : kernel >> Version : 2.6.20 >> Release : 1.2943.fc6 >> Summary : The Linux kernel (the core of the Linux operating system) >> Description : >> The kernel package contains the Linux kernel (vmlinuz), the core of any >> Linux operating system. The kernel handles the basic functions >> of the operating system: memory allocation, process allocation, device >> input and output, etc. >> >> --------------------------------------------------------------------- >> Update Information: >> >> Update to final 2.6.20.4: >> > any plans to update to 2.6.20.6 before pushing into stable? > There isn't even an official 2.6.20.5 yet (!) This kernel has everything proposed for 2.6.20.5 except for the fix for the newly-discovered Appletalk remote DoS problem. That should probably go in before release... From cebbert at redhat.com Mon Apr 9 15:09:22 2007 From: cebbert at redhat.com (Chuck Ebbert) Date: Mon, 09 Apr 2007 11:09:22 -0400 Subject: kernel.3045 and MSI/e1000? In-Reply-To: <4c4ba1530704071603n1f36ad9cme12c81151a26d200@mail.gmail.com> References: <4c4ba1530704071030v4a3a3ffbif29baefa6e93bd65@mail.gmail.com> <4c4ba1530704071107i8b535e0r451257fdde3cd017@mail.gmail.com> <20070407224025.GA31974@redhat.com> <4c4ba1530704071603n1f36ad9cme12c81151a26d200@mail.gmail.com> Message-ID: <461A5722.20305@redhat.com> Tom London wrote: >> > Thanks for the explanation. I'm presuming e1000 doesn't really 'need' > MSI then... > > Any chance this is related to e1000 stability issues? It could be. Some testing should help show if it is. From ajackson at redhat.com Mon Apr 9 14:56:58 2007 From: ajackson at redhat.com (Adam Jackson) Date: Mon, 09 Apr 2007 10:56:58 -0400 Subject: Install using vesa fails with ATI X700 In-Reply-To: <1175968038.19150.4.camel@guru.puzzled.xs4all.nl> References: <1170383030.2959.6.camel@speedy.puzzled.xs4all.nl> <1170685333.6608.13.camel@localhost.localdomain> <1170689483.3412.26.camel@speedy.puzzled.xs4all.nl> <1170692666.6608.52.camel@localhost.localdomain> <1175447765.2740.2.camel@guru.puzzled.xs4all.nl> <1175521895.2910.15.camel@localhost.localdomain> <1175968038.19150.4.camel@guru.puzzled.xs4all.nl> Message-ID: <1176130618.17583.4.camel@localhost.localdomain> On Sat, 2007-04-07 at 19:47 +0200, Patrick wrote: > On Mon, 2007-04-02 at 09:51 -0400, Adam Jackson wrote: > > On Sun, 2007-04-01 at 19:16 +0200, Patrick wrote: > > > > > Ugh I completely forgot to submit the info you asked for. Just had a > > > look and I can't figure out how to mount the USB stick. Can't even find > > > something similar to /var/log/messages so I know what the USB stick is > > > called. Can you please give me a hint? > > > > Run dmesg? Look in /proc/partitions? > > > > If all else fails, scp works too. > > I have attached a copy of X.log. Around line 515 you can see that the > tft panel gets detected as secondary which results in black screen. This isn't using the vesa driver. Were you expecting it to? The real issue is that we seem to think you have no monitors attached, which is https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=231359 . I suspect the new radeon driver fixes it but I'm not sure; I'll have packages for testing later today. - ajax From ajackson at redhat.com Mon Apr 9 14:59:19 2007 From: ajackson at redhat.com (Adam Jackson) Date: Mon, 09 Apr 2007 10:59:19 -0400 Subject: Spurious logout in F7T3 while reading article in Firefox In-Reply-To: <200704080902.41381.sgrubb@redhat.com> References: <200704080902.41381.sgrubb@redhat.com> Message-ID: <1176130759.17583.7.camel@localhost.localdomain> On Sun, 2007-04-08 at 09:02 -0400, Steve Grubb wrote: > On Sunday 08 April 2007 08:50:17 Gerry Tool wrote: > > Has anyone else experienced this? I have no idea what kind of bug report > > to post. > > I've seen something like that before when I was fuzzing firefox and it turned > out to be the video drivers. So, which video driver are you using? (It may or > may not be the answer, but getting logged out is generally X crashing.) Almost always, in fact. The notable exception is cases where dbus crashes, but that's thankfully quite rare. When this happens, log back in, and look in /var/log/Xorg.0.log.old at the bottom to see if there's a backtrace from the crash. If there is, file a bug and attach the log, and I'll take a look. - ajax From bruno at wolff.to Mon Apr 2 15:22:48 2007 From: bruno at wolff.to (Bruno Wolff III) Date: Mon, 2 Apr 2007 10:22:48 -0500 Subject: F7-T3 RAID/LVM Install Failure In-Reply-To: <20070402140206.GA16460@exeter.boston.redhat.com> References: <001b01c774ba$274aefb0$6401a8c0@wreck> <20070402140206.GA16460@exeter.boston.redhat.com> Message-ID: <20070402152248.GA6157@wolff.to> On Mon, Apr 02, 2007 at 10:02:12 -0400, Chris Lumens wrote: > > When I install these new releases, I > > reformat almost everything except for /home and a few of my data partitions. > > Unfortunately, I can install F7-T3 because the installer doesn't recognize > > my RAID 1 partitions, nor does it recognize my LVM configuration. Instead, > > I see /dev/md1 repeated over and over and I see no LVM info. A similar > > problem was present in the early releases of FC6, but it was fixed > > relatively quickly. Not so with this latest release. At this point, I'm > > just hoping that it's fixed before the final spin. > > This sounds like something I fixed late last week. Unfortunately it > won't be in test3, but if you have the ability to test rawhide, please > try it and see if it's better now. If not, please file a bug. So maybe I wasn't imaging things. Except in my case I saw md0 over and over. However, I was able to do a successful install with a snapshot from Friday. There still is an issue with text installs, and I have reopened the bug regarding that. That one probably won't effect many people though, as you have to be doing a text install and deleting some of your raid partitions and then reconfiguring them. From fedora at leemhuis.info Mon Apr 9 15:32:42 2007 From: fedora at leemhuis.info (Thorsten Leemhuis) Date: Mon, 09 Apr 2007 17:32:42 +0200 Subject: Fedora Core 6 Test Update: kernel-2.6.20-1.2943.fc6 In-Reply-To: <461A56E3.5040504@redhat.com> References: <200704051954.l35Js3ig004353@int-mx1.corp.redhat.com> <4619F60F.6000600@gmail.com> <461A56E3.5040504@redhat.com> Message-ID: <461A5C9A.4010701@leemhuis.info> Chuck Ebbert schrieb: > There isn't even an official 2.6.20.5 yet (!) There is since round about three days ago afaics: http://www.uwsg.indiana.edu/hypermail/linux/kernel/0704.0/2380.html And 2.6.20.6: http://www.uwsg.indiana.edu/hypermail/linux/kernel/0704.0/2431.html CU thl From cebbert at redhat.com Mon Apr 9 16:14:06 2007 From: cebbert at redhat.com (Chuck Ebbert) Date: Mon, 09 Apr 2007 12:14:06 -0400 Subject: Fedora Core 6 Test Update: kernel-2.6.20-1.2943.fc6 In-Reply-To: <461A5C9A.4010701@leemhuis.info> References: <200704051954.l35Js3ig004353@int-mx1.corp.redhat.com> <4619F60F.6000600@gmail.com> <461A56E3.5040504@redhat.com> <461A5C9A.4010701@leemhuis.info> Message-ID: <461A664E.8060101@redhat.com> Thorsten Leemhuis wrote: > Chuck Ebbert schrieb: > >> There isn't even an official 2.6.20.5 yet (!) > > There is since round about three days ago afaics: > http://www.uwsg.indiana.edu/hypermail/linux/kernel/0704.0/2380.html > > And 2.6.20.6: > http://www.uwsg.indiana.edu/hypermail/linux/kernel/0704.0/2431.html > Oh good. They released the updates but didn't update their GIT tree. So much for using that to track changes... From fedora at leemhuis.info Mon Apr 9 16:30:54 2007 From: fedora at leemhuis.info (Thorsten Leemhuis) Date: Mon, 09 Apr 2007 18:30:54 +0200 Subject: Fedora Core 6 Test Update: kernel-2.6.20-1.2943.fc6 In-Reply-To: <461A664E.8060101@redhat.com> References: <200704051954.l35Js3ig004353@int-mx1.corp.redhat.com> <4619F60F.6000600@gmail.com> <461A56E3.5040504@redhat.com> <461A5C9A.4010701@leemhuis.info> <461A664E.8060101@redhat.com> Message-ID: <461A6A3E.50308@leemhuis.info> Chuck Ebbert schrieb: > Thorsten Leemhuis wrote: >> Chuck Ebbert schrieb: >> >>> There isn't even an official 2.6.20.5 yet (!) >> There is since round about three days ago afaics: >> http://www.uwsg.indiana.edu/hypermail/linux/kernel/0704.0/2380.html >> And 2.6.20.6: >> http://www.uwsg.indiana.edu/hypermail/linux/kernel/0704.0/2431.html > Oh good. They released the updates but didn't update their GIT tree. > So much for using that to track changes... Hmmm, no offense, just wondering: http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.20.y.git;a=summary 2 days ago Chris Wright Linux 2.6.20.6 master v2.6.20.6 [...] 3 days ago Greg Kroah ... Linux 2.6.20.5 v2.6.20.5 [...] CU thl From cebbert at redhat.com Mon Apr 9 16:42:44 2007 From: cebbert at redhat.com (Chuck Ebbert) Date: Mon, 09 Apr 2007 12:42:44 -0400 Subject: Fedora Core 6 Test Update: kernel-2.6.20-1.2943.fc6 In-Reply-To: <461A6A3E.50308@leemhuis.info> References: <200704051954.l35Js3ig004353@int-mx1.corp.redhat.com> <4619F60F.6000600@gmail.com> <461A56E3.5040504@redhat.com> <461A5C9A.4010701@leemhuis.info> <461A664E.8060101@redhat.com> <461A6A3E.50308@leemhuis.info> Message-ID: <461A6D04.8080209@redhat.com> Thorsten Leemhuis wrote: > Chuck Ebbert schrieb: >> Thorsten Leemhuis wrote: >>> Chuck Ebbert schrieb: >>> >>>> There isn't even an official 2.6.20.5 yet (!) >>> There is since round about three days ago afaics: >>> http://www.uwsg.indiana.edu/hypermail/linux/kernel/0704.0/2380.html >>> And 2.6.20.6: >>> http://www.uwsg.indiana.edu/hypermail/linux/kernel/0704.0/2431.html >> Oh good. They released the updates but didn't update their GIT tree. >> So much for using that to track changes... > > Hmmm, no offense, just wondering: > http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.20.y.git;a=summary > > 2 days ago > Chris Wright > Linux 2.6.20.6 master v2.6.20.6 > [...] > 3 days ago > Greg Kroah ... > Linux 2.6.20.5 v2.6.20.5 It is the stable-queue tree that's not up-to-date: http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git;a=summary Apparently updates stopped three days ago... From buildsys at redhat.com Mon Apr 9 18:14:49 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Mon, 9 Apr 2007 14:14:49 -0400 Subject: rawhide report: 20070409 changes Message-ID: <200704091814.l39IEnKw003438@hs20-bc2-6.build.redhat.com> Updated Packages: (none) Broken deps for ppc64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ppc64 requires gimp-print >= 0:4.2.0 perl-LDAP - 1:0.34-2.fc7.noarch requires perl(Net::LDAP::Filter) xdoclet - 1.2.3-7jpp.2.ppc64 requires mockobjects Broken deps for x86_64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.x86_64 requires gimp-print >= 0:4.2.0 perl-LDAP - 1:0.34-2.fc7.noarch requires perl(Net::LDAP::Filter) xdoclet - 1.2.3-7jpp.2.x86_64 requires mockobjects Broken deps for i386 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.i386 requires gimp-print >= 0:4.2.0 perl-LDAP - 1:0.34-2.fc7.noarch requires perl(Net::LDAP::Filter) xdoclet - 1.2.3-7jpp.2.i386 requires mockobjects Broken deps for ppc ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ppc requires gimp-print >= 0:4.2.0 perl-LDAP - 1:0.34-2.fc7.noarch requires perl(Net::LDAP::Filter) xdoclet - 1.2.3-7jpp.2.ppc requires mockobjects Broken deps for ia64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ia64 requires gimp-print >= 0:4.2.0 perl-LDAP - 1:0.34-2.fc7.noarch requires perl(Net::LDAP::Filter) xdoclet - 1.2.3-7jpp.2.ia64 requires mockobjects From sam.overdorf at intel.com Mon Apr 9 18:53:04 2007 From: sam.overdorf at intel.com (Overdorf, Sam) Date: Mon, 9 Apr 2007 11:53:04 -0700 Subject: Fedora Core 7 - (F-6.92-i386-DVD.iso) In-Reply-To: <200704091814.l39IEnKw003438@hs20-bc2-6.build.redhat.com> Message-ID: <1F96F0279E58AD4B8C8CDEDC180DEB67023EB2C8@orsmsx420.amr.corp.intel.com> I just tried to install the latest c7 and it hangs on disk problems. Has any one else tried to install it yet? Fedora core 7 test 6.92 (F-6.92-i386-DVD.iso) Thanks, Sam From jkeating at redhat.com Mon Apr 9 19:08:29 2007 From: jkeating at redhat.com (Jesse Keating) Date: Mon, 9 Apr 2007 15:08:29 -0400 Subject: rawhide report: 20070409 changes In-Reply-To: <200704091814.l39IEnKw003438@hs20-bc2-6.build.redhat.com> References: <200704091814.l39IEnKw003438@hs20-bc2-6.build.redhat.com> Message-ID: <200704091508.29463.jkeating@redhat.com> On Monday 09 April 2007 14:14:49 buildsys at redhat.com wrote: > Updated Packages: > > (none) Bah, another lie. I'll try to get the right report out in a moment. -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From buildsys at redhat.com Mon Apr 9 19:11:41 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Mon, 9 Apr 2007 15:11:41 -0400 Subject: rawhide report: 20070409 changes Message-ID: <200704091911.l39JBf5F003577@hs20-bc2-6.build.redhat.com> Removed package mockobjects Removed package gnu-crypto Removed package java-1.4.2-gcj-compat Removed package jessie Removed package gjdoc Removed package s390utils Updated Packages: ImageMagick-6.3.2.9-3.fc7 ------------------------- * Thu Apr 05 2007 Norm Murray 6.3.2.9-3.fc7 - heap overflows (#235075, CVE-2007-1797) anaconda-11.2.0.46-2 -------------------- * Sun Apr 08 2007 Peter Jones - 11.2.0.46-2 - Rebuild because aparently the s390 build produced a corrupt package... * Thu Apr 05 2007 Jeremy Katz - 11.2.0.46-1 - Minor live install fixes - dasd fixes (dcantrell) apr-util-1.2.8-7 ---------------- * Thu Apr 05 2007 Joe Orton 1.2.8-7 - remove old Conflicts, doxygen BR (#225254) at-spi-1.18.1-1.fc7 ------------------- * Mon Apr 09 2007 Matthias Clasen - 1.18.1-1 - Update to 1.18.1, which includes the previous patch - Drop obsolete patch - Fix a small memory leak audit-1.5.2-1.fc7 ----------------- * Wed Apr 04 2007 Steve Grubb 1.5.2-1 - New event dispatcher (James Antill) - Apply patches fixing man pages and Makefile.am (Philipp Hahn) - Apply patch correcting python libs permissions (Philipp Hahn) - Fix auditd segfault on reload - Fix bug in auparse library for file pointers and descriptors - Extract subject information out of daemon events for ausearch authconfig-5.3.13-3.fc7 ----------------------- * Thu Apr 05 2007 Tomas Mraz - 5.3.13-3 - minor changes and cleanups for merge review (#225293) dovecot-1.0-9.rc30.fc7 ---------------------- * Fri Apr 06 2007 Tomas Janousek - 1.0-9.rc30 - update to latest upstream * Fri Mar 30 2007 Tomas Janousek - 1.0-8.1.rc28 - spec file cleanup (fixes docs path) fedora-logos-6.0.98-1.fc7 ------------------------- * Thu Apr 05 2007 Than Ngo - 6.0.98-1 - fix ksplash BlueCurve theme freetype-2.3.3-2.fc7 -------------------- * Thu Apr 05 2007 Behdad Esfahbod 2.3.3-2 - Include new demos ftgrid and ftdiff in freetype-demos. (#235478) * Thu Apr 05 2007 Behdad Esfahbod 2.3.3-1 - Update to 2.3.3. gdm-1:2.18.0-9.fc7 ------------------ * Thu Apr 05 2007 Ray Strode - 1:2.18.0-9 - don't expect utf-8 usernames for plain greeter face browser either. * Thu Apr 05 2007 Ray Strode - 1:2.18.0-8 - don't expect utf-8 usernames for face browser (bug 235351). gnome-games-1:2.18.0-5.fc7 -------------------------- * Sun Apr 08 2007 Ray Strode - 1:2.18.0-5 - Add Obsoletes: gnome-chess (bug 234127) hexedit-1.2.12-5.fc7 -------------------- * Fri Apr 06 2007 Jindrich Novy 1.2.12-5 - spec fixes hplip-1.7.2-5.fc7 ----------------- * Thu Apr 05 2007 Tim Waugh 1.7.2-5 - Better media-empty-error state handling: always set the state. iputils-20070202-3.fc7 ---------------------- * Fri Apr 06 2007 Martin Bacovsky - 20070202-3 - resolves: #235374: Update of iputils starts rdisc, breaking connectivity kdelibs-6:3.5.6-3.fc7 --------------------- * Mon Mar 26 2007 Than Ngo - 6:3.5.5-3.fc7 - apply upstream patch to fix build issue with qt-3.3.8 - apply upstream patch to to fix crash on particular 404 url in embedded HTML viewer kdepim-6:3.5.6-4.fc7 -------------------- * Mon Mar 26 2007 Than Ngo - 3.5.6-4.fc7 - upstream patches kernel-2.6.20-1.3053.fc7 ------------------------ * Mon Apr 09 2007 Dave Jones - Disable a bunch more warnings. * Sun Apr 08 2007 Dave Jones - 2.6.21-rc6-git1 * Fri Apr 06 2007 Kristian H??gsberg - Add patches to fix #235463 and possibly #235199 and #231708. kudzu-1.2.67-2 -------------- * Thu Apr 05 2007 Peter Jones - 1.2.67-2 - Fix size of memset in pci scanning - require zlib during build libX11-1.0.3-8.fc7 ------------------ * Fri Apr 06 2007 Adam Jackson 1.0.3-8 - Fix for CVE 2007-1667. libXfont-1.2.8-1.fc7 -------------------- * Fri Apr 06 2007 Adam Jackson 1.2.8-1 - libXfont 1.2.8. * Wed Jan 17 2007 Kristian H??gsberg 1.2.6-2 - Add built-in-scalable.patch to prevent crash when trying to scale built-in bitmap fonts. * Fri Jan 05 2007 Adam Jackson 1.2.6-1 - Update to 1.2.6 libdaemon-0.10-4.fc7 -------------------- * Thu Apr 05 2007 Martin Bacovsky - 0.10-4 - Resolves: #222855: fileconflict for /usr/share/doc/libdaemon-devel-0.10/Makefile libgnome-2.18.0-3.fc7 --------------------- * Thu Apr 05 2007 Matthias Clasen - 2.18.0-3 - Fix patches to make changes in gconf default settings take effect again libselinux-2.0.9-2.fc7 ---------------------- * Thu Apr 05 2007 Dan Walsh - 2.0.9-2 - Make rpm_exec swig work libtool-1.5.22-11.fc7 --------------------- * Thu Apr 05 2007 Karsten Hopp 1.5.22-11 - use ./configure so that config.{sub,guess} will not be replaced with ancient version of those files (#234778) libunwind-0.99-0.1.frysk20070405cvs.fc7 --------------------------------------- * Thu Apr 05 2007 Jan Kratochvil - 0.99-0.1.frysk20070405cvs - Update to the upstream snapshot snap-070224. - Use the Frysk's modified version, currently snapshot 20070405cvs. - Extend the supported architectures from ia64 also to x86_64, i386 and ppc64. - Spec file fixups. - Split the package to its base and the `devel' part. - Drop the statically built libraries. openoffice.org-1:2.2.0-14.4 --------------------------- * Fri Apr 06 2007 Caolan McNamara - 1:2.2.0-14.4 - Resolves: rhbz#235341 pdf overlapping characters - Resolves: rhbz#223190 make a final fallback to a font with a known working notdef glyph - remove openoffice.org-2.2.0.gccXXXXX.solenv.javaregistration.patch because gcc 4.1.2-8 should allow our java components to work again. - add a handful of valgrind fixes pam_ccreds-4-2.fc7 ------------------ * Thu Apr 05 2007 Tomas Mraz - 4-2 - minor updates for merge review (#226224) passwd-0.74-3.fc7 ----------------- * Thu Apr 05 2007 Tomas Mraz 0.74-3 - use std buildroot, add dist tag (#226232) pciutils-2.2.4-3.fc7 -------------------- * Thu Apr 05 2007 Peter Jones - 2.2.4-3 - buildreq zlib-devel, so we know configure will find it consistently. perl-DBI-1.53-2.fc7 ------------------- perl-LDAP-1:0.34-2.fc7 ---------------------- * Thu Apr 05 2007 Robin Norwood - 1:0.34-2 - Resolves: bz#226267 - Filter out provides perl(Net::LDAP::Filter) per package review. perl-Net-DNS-0.59-2.fc7 ----------------------- * Thu Apr 05 2007 Robin Norwood - 0.59-2 - Resolves: bz#226270 - Fixed issues brought up during package review - BuildRequires should not require perl, and fixed the format. - Fixed the BuildRoot policycoreutils-2.0.7-10.fc7 ---------------------------- * Mon Apr 09 2007 Dan Walsh 2.0.7-10 - Add filter to booleans page ppc64-utils-0.11-3.fc7 ---------------------- * Sun Apr 08 2007 David Woodhouse - 0.11-3 - Update kernel bootwrapper magic psacct-6.3.2-44.fc7 ------------------- * Thu Apr 05 2007 Ivana Varekova - 6.3.2-44 - small spec changes - change buildroot - remove makeinstall macro rpcbind-0.1.4-3.fc7 ------------------- samba-0:3.0.24-12.fc7 --------------------- * Wed Apr 04 2007 Simo Sorce 3.0.24-12.fc7 - fixes in smb.conf - advice in smb.conf to put scripts in /var/lib/samba/scripts - create /var/lib/samba/scripts so that selinux can be happy - fix Vista problems with msdfs errors * Tue Apr 03 2007 Guenther Deschner 3.0.24-11.fc7 - enable PAM and NSS dlopen checks during build - fix unresolved symbols in libnss_wins.so (bug #198230) selinux-policy-2.5.11-5.fc7 --------------------------- * Thu Apr 05 2007 Dan Walsh 2.5.11-5 - Allow bluetooth to read inotifyfs system-config-date-1.8.94-1.fc7 ------------------------------- * Thu Apr 05 2007 Nils Philippsen 1.8.94 - use underscores instead of spaces in timezone filenames (#235064) system-config-printer-0.7.63-1.fc7 ---------------------------------- * Thu Apr 05 2007 Tim Waugh 0.7.63-1 - 0.7.63: - Translation updates. - Checked in missing file. * Wed Apr 04 2007 Tim Waugh - Updated to pycups-1.9.20 for printer-state-reasons fix. tcl-1:8.4.13-16.fc7 ------------------- * Tue Apr 03 2007 Marcela Maslanova - 1:8.4.13-16 - rhbz#227725 util-linux-2.13-0.51.fc7 ------------------------ * Fri Apr 06 2007 Karel Zak 2.13-0.51 - fix #150493 - hwclock --systohc sets clock 0.5 seconds slow - fix #220873 - starting RPC idmapd: Error: RPC MTAB does not exist. (added rpc_pipefs to util-linux-2.13-umount-sysfs.patch) - fix #227903 - mount -f does not work with NFS-mounted vixie-cron-4:4.1-80.fc7 ----------------------- * Thu Apr 05 2007 Marcela Maslanova - 4:4.1-80 - jobs from RH_CROND_DIR wasn't "sometimes" run - rhbz#220376 * Wed Mar 07 2007 Marcela Maslanova - 4:4.1-79 - merge review * Mon Mar 05 2007 Marcela Maslanova - 4:4.1-76 - rhbz#226529 merge review xorg-x11-drv-i810-1.6.5-18.fc7 ------------------------------ * Thu Apr 05 2007 Adam Jackson 1.6.5-18 - i810.xinf: More intel whitelisting (#214011, #234877) xorg-x11-proto-devel-7.2-8.fc7 ------------------------------ * Thu Apr 05 2007 Adam Jackson 7.2-8 - Add virtual provides for the subprotocols (#231156) xorg-x11-server-1.2.99.905-1.fc7 -------------------------------- * Fri Apr 06 2007 Adam Jackson 1.2.99.905-1 - xserver 1.3 RC5. Broken deps for ppc64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ppc64 requires gimp-print >= 0:4.2.0 perl-LDAP - 1:0.34-2.fc7.noarch requires perl(Net::LDAP::Filter) xdoclet - 1.2.3-7jpp.2.ppc64 requires mockobjects Broken deps for x86_64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.x86_64 requires gimp-print >= 0:4.2.0 perl-LDAP - 1:0.34-2.fc7.noarch requires perl(Net::LDAP::Filter) xdoclet - 1.2.3-7jpp.2.x86_64 requires mockobjects Broken deps for i386 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.i386 requires gimp-print >= 0:4.2.0 perl-LDAP - 1:0.34-2.fc7.noarch requires perl(Net::LDAP::Filter) xdoclet - 1.2.3-7jpp.2.i386 requires mockobjects Broken deps for ppc ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ppc requires gimp-print >= 0:4.2.0 perl-LDAP - 1:0.34-2.fc7.noarch requires perl(Net::LDAP::Filter) xdoclet - 1.2.3-7jpp.2.ppc requires mockobjects Broken deps for ia64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ia64 requires gimp-print >= 0:4.2.0 perl-LDAP - 1:0.34-2.fc7.noarch requires perl(Net::LDAP::Filter) xdoclet - 1.2.3-7jpp.2.ia64 requires mockobjects From selinux at gmail.com Mon Apr 9 20:16:46 2007 From: selinux at gmail.com (Tom London) Date: Mon, 9 Apr 2007 13:16:46 -0700 Subject: kernel.3045 and MSI/e1000? In-Reply-To: <461A5722.20305@redhat.com> References: <4c4ba1530704071030v4a3a3ffbif29baefa6e93bd65@mail.gmail.com> <4c4ba1530704071107i8b535e0r451257fdde3cd017@mail.gmail.com> <20070407224025.GA31974@redhat.com> <4c4ba1530704071603n1f36ad9cme12c81151a26d200@mail.gmail.com> <461A5722.20305@redhat.com> Message-ID: <4c4ba1530704091316t6bc48348nf336eda128944451@mail.gmail.com> On 4/9/07, Chuck Ebbert wrote: > Tom London wrote: > >> > > Thanks for the explanation. I'm presuming e1000 doesn't really 'need' > > MSI then... > > > > Any chance this is related to e1000 stability issues? > > It could be. Some testing should help show if it is. > Still fails (freezes) for me wtih .3053...... tom -- Tom London From olivares14031 at yahoo.com Mon Apr 9 20:52:56 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Mon, 9 Apr 2007 13:52:56 -0700 (PDT) Subject: Fedora Core 6 Test Update: kernel-2.6.20-1.2943.fc6 In-Reply-To: <461A56E3.5040504@redhat.com> Message-ID: <20070409205256.60149.qmail@web52609.mail.re2.yahoo.com> --- Chuck Ebbert wrote: > dragoran wrote: > > Chuck Ebbert wrote: > >> > --------------------------------------------------------------------- > >> Fedora Test Update Notification > >> FEDORA-2007-416 > >> 2007-04-05 > >> > --------------------------------------------------------------------- > >> > >> Product : Fedora Core 6 > >> Name : kernel > >> Version : 2.6.20 > >> Release : 1.2943.fc6 > >> Summary : The Linux kernel (the core of the > Linux operating system) > >> Description : > >> The kernel package contains the Linux kernel > (vmlinuz), the core of any > >> Linux operating system. The kernel handles the > basic functions > >> of the operating system: memory allocation, > process allocation, device > >> input and output, etc. > >> > >> > --------------------------------------------------------------------- > >> Update Information: > >> > >> Update to final 2.6.20.4: > >> > > any plans to update to 2.6.20.6 before pushing > into stable? > > > > There isn't even an official 2.6.20.5 yet (!) Yes it has been released! ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.6.tar.bz2 http://www.kernel.org/ 2.6.20.5 was released, but it did not last very long and 2.6.20.6 came along and replaced it. > > This kernel has everything proposed for 2.6.20.5 > except for the > fix for the newly-discovered Appletalk remote DoS > problem. > > That should probably go in before release... > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > Regards, Antonio ____________________________________________________________________________________ Never miss an email again! Yahoo! Toolbar alerts you the instant new Mail arrives. http://tools.search.yahoo.com/toolbar/features/mail/ From fedora-list at puzzled.xs4all.nl Mon Apr 9 21:16:55 2007 From: fedora-list at puzzled.xs4all.nl (Patrick) Date: Mon, 09 Apr 2007 23:16:55 +0200 Subject: Install using vesa fails with ATI X700 In-Reply-To: <1176130618.17583.4.camel@localhost.localdomain> References: <1170383030.2959.6.camel@speedy.puzzled.xs4all.nl> <1170685333.6608.13.camel@localhost.localdomain> <1170689483.3412.26.camel@speedy.puzzled.xs4all.nl> <1170692666.6608.52.camel@localhost.localdomain> <1175447765.2740.2.camel@guru.puzzled.xs4all.nl> <1175521895.2910.15.camel@localhost.localdomain> <1175968038.19150.4.camel@guru.puzzled.xs4all.nl> <1176130618.17583.4.camel@localhost.localdomain> Message-ID: <1176153415.3564.4.camel@localhost.localdomain> On Mon, 2007-04-09 at 10:56 -0400, Adam Jackson wrote: > On Sat, 2007-04-07 at 19:47 +0200, Patrick wrote: > > On Mon, 2007-04-02 at 09:51 -0400, Adam Jackson wrote: > > > On Sun, 2007-04-01 at 19:16 +0200, Patrick wrote: > > > > > > > Ugh I completely forgot to submit the info you asked for. Just had a > > > > look and I can't figure out how to mount the USB stick. Can't even find > > > > something similar to /var/log/messages so I know what the USB stick is > > > > called. Can you please give me a hint? > > > > > > Run dmesg? Look in /proc/partitions? > > > > > > If all else fails, scp works too. > > > > I have attached a copy of X.log. Around line 515 you can see that the > > tft panel gets detected as secondary which results in black screen. > > This isn't using the vesa driver. Were you expecting it to? Nope. The X.log file is showing a normal boot of the F7t3 install dvd without vesa on a laptop with the X700. > The real issue is that we seem to think you have no monitors attached, > which is https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=231359 . > I suspect the new radeon driver fixes it but I'm not sure; I'll have > packages for testing later today. Thanks for the BZ. That one describes the problem I experienced too. If the new packages will be included in F7t4 I'll be happy to test F7t4 on the laptop with the X700 again to see if it fixed the issue and report back. Regards, Patrick From olivares14031 at yahoo.com Mon Apr 9 21:36:08 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Mon, 9 Apr 2007 14:36:08 -0700 (PDT) Subject: Fedora Core 7 - (F-6.92-i386-DVD.iso) In-Reply-To: <1F96F0279E58AD4B8C8CDEDC180DEB67023EB2C8@orsmsx420.amr.corp.intel.com> Message-ID: <20070409213608.42569.qmail@web52607.mail.re2.yahoo.com> --- "Overdorf, Sam" wrote: > I just tried to install the latest c7 and it hangs > on disk problems. > Has any one else tried to install it yet? > Fedora core 7 test 6.92 (F-6.92-i386-DVD.iso) > Thanks, > Sam > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > Could you please post any output of those messages. I had a similar problem installing but the Test 2 not the F 7 Test 3 DVD which you have. It took a longer time to install and I had to manually select the pata_amd driver inorder to complete the install. Regards, Antonio ____________________________________________________________________________________ It's here! Your new message! Get new email alerts with the free Yahoo! Toolbar. http://tools.search.yahoo.com/toolbar/features/mail/ From arch at tuparks.com Tue Apr 10 01:26:42 2007 From: arch at tuparks.com (Arch Willingham) Date: Mon, 9 Apr 2007 21:26:42 -0400 Subject: Why does yum give different results at different locations? Message-ID: <6B74CFE2B2A0B748BB3DC16E04769786275C0F@hall.tup.com> I have noticed this from time to time but never thought to ask until now. Sometimes when I invoke YUM update from my office, I will get a bunch of updates. An hour later, when I get home I will attempt the same thing on my laptop and it just comes back with "No Packages marked for Update/Obsoletion". For example, this is a run from my laptop: [root at localhost ~]# yum clean all Loading "installonlyn" plugin Cleaning up Everything [root at localhost ~]# yum update -y Loading "installonlyn" plugin Setting up Update Process primary.xml.gz 100% |=========================| 825 kB 00:01 developmen: ################################################## 2326/2326 primary.sqlite.bz2 100% |=========================| 2.1 MB 00:08 No Packages marked for Update/Obsoletion All the machines are running FC7 test 3. The machines at the office all downloaded a bunch of updates this afternoon, one of which was kernel.i686 2.6.20-1.3053.fc7. At the house, it has not pulled anything down since April 6 when it got kernel.i686.2.6.20-1.3045.fc7. Just curious...any clues? Arch From gilboad at gmail.com Tue Apr 10 05:47:13 2007 From: gilboad at gmail.com (Gilboa Davara) Date: Tue, 10 Apr 2007 08:47:13 +0300 Subject: F7T3, KDE, Test report: Message-ID: <1176184033.21066.15.camel@gilboa-home-dev.localdomain> Hello all, During the last two days (Passover vacation ;)) I spent the time playing around with F7T3/KDE. (I didn't use the KDE LiveCD - it was not available when I started.) Machine is updated to the latest Rawhide. Here goes: 1. konqueror points to an empty default homepage: (Known issue) https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=212808 2. htmlview doesn't work: (Known issue) https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=230023 3. Evolution, firefox, gvim all fail with scim_brige errors: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235782 In general (not bug related). 1. Icons... bluecurve should really be kicked out the door. 2. Default panel icons? Only htmlview and evolution? 3. Cursor theme seems broken. (The "busy" cursor seems to be using the default X theme) - Gilboa From cpanceac at gmail.com Tue Apr 10 05:57:28 2007 From: cpanceac at gmail.com (cornel panceac) Date: Tue, 10 Apr 2007 08:57:28 +0300 Subject: f7t3 anaconda failure Message-ID: i've searched the list but i haven't found somebody else reporting this, so here's the bug i've encountered while tryin' to install f7 t3. the target: one hard disk (pata) with several partitions, including one valid fc6 install splitted on: /boot, /, /home and swap. another partition is supposed to be the f7t3 /, and another is supposed to be the f7t3 /home. install starts just fine and after spending _a lot_ of time (amd barton 1833) while solving dependecies, right before it was supposed to format partiions, it prompts to ignore one error or exit. the error states that (anaconda?) "failed to inform the kernel about changes to /dev/hda5 and (some garbage)" . whether you choose to ignore the error or choos to exit, in both cases will exit. worth mentioning that the partiion table was not suppose to be changed, and /dev/hda5 is not supposed to be used during the install of f7t3, since is part of hte existing fc6 install, and is not even mounted. after reboot, the partiion table is still, there, no partition has been formatted. the error shows up on both livecdinstall, or dvd install. same dvd, used on another machine where all partitions become part of f7t3 (even if one, /home, is not formatted), worked just fine. unfortunately the machine where install failed, is offline so i report from memory :) thnx. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at miketc.com Tue Apr 10 09:20:07 2007 From: mike at miketc.com (Mike Chambers) Date: Tue, 10 Apr 2007 04:20:07 -0500 Subject: Why does yum give different results at different locations? In-Reply-To: <6B74CFE2B2A0B748BB3DC16E04769786275C0F@hall.tup.com> References: <6B74CFE2B2A0B748BB3DC16E04769786275C0F@hall.tup.com> Message-ID: <1176196807.13728.1.camel@scrappy.miketc.com> On Mon, 2007-04-09 at 21:26 -0400, Arch Willingham wrote: > I have noticed this from time to time but never thought to ask until now. Sometimes when I invoke YUM update from my office, I will get a bunch of updates. An hour later, when I get home I will attempt the same thing on my laptop and it just comes back with "No Packages marked for Update/Obsoletion". For example, this is a run from my laptop: > > [root at localhost ~]# yum clean all > Loading "installonlyn" plugin > Cleaning up Everything > [root at localhost ~]# yum update -y > Loading "installonlyn" plugin > Setting up Update Process > primary.xml.gz 100% |=========================| 825 kB 00:01 > developmen: ################################################## 2326/2326 > primary.sqlite.bz2 100% |=========================| 2.1 MB 00:08 > No Packages marked for Update/Obsoletion > > > All the machines are running FC7 test 3. The machines at the office all downloaded a bunch of updates this afternoon, one of which was kernel.i686 2.6.20-1.3053.fc7. At the house, it has not pulled anything down since April 6 when it got kernel.i686.2.6.20-1.3045.fc7. Might be that the machine at home is pointing to different mirror (and isn't sync'd yet) than the ones from work (and that/those are in sync). You might try pointing to individual mirrors to see what works good for you and than try that one. -- Mike Chambers Madisonville, KY "Sex is like air, it's not important unless your not getting any!" From buildsys at redhat.com Tue Apr 10 09:45:11 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Tue, 10 Apr 2007 05:45:11 -0400 Subject: rawhide report: 20070410 changes Message-ID: <200704100945.l3A9jBO0021427@hs20-bc2-6.build.redhat.com> Updated Packages: NetworkManager-1:0.6.5-0.7.svn2547.fc7 -------------------------------------- * Mon Apr 09 2007 Dan Williams - 1:0.6.5-0.7.svn2547 - Update from trunk - Updated translations - Cleaned-up VPN properties dialogs - Fix 64-bit kernel leakage issues in WEXT - Don't capture and redirect wpa_supplicant log output anaconda-11.2.0.47-1 -------------------- * Mon Apr 09 2007 Jeremy Katz - 11.2.0.47-1 - Fix build on s390 - Ensure we exit at the end of the install. dhcdbd-2.7-1.fc7 ---------------- * Mon Apr 09 2007 David Cantrell - 2.7-1 - Spec file scriptlet cleanups dhcp-12:3.0.5-28.fc7 -------------------- * Mon Apr 09 2007 David Cantrell - 12:3.0.5-28 - Remove Xen patch (#235649, from RHEL-5, doesn't work correctly for Fedora) * Sun Apr 01 2007 David Cantrell - 12:3.0.5-27 - Ensure that Perl and Perl modules are not added as dependencies (#234688) - Reorganize patches by feature/bug per packaging guidelines (#225691) - Move the following files from patches to source files: linux.dbus-example, linux, Makefile.dist, dhcp4client.h, libdhcp_control.h - Compile with -fno-strict-aliasing as ISC coding standards generally don't agree well with gcc 4.x.x * Wed Mar 21 2007 David Cantrell - 12:3.0.5-26 - Fix formatting problems in dhclient man page (#233076). evolution-2.10.1-1.fc7 ---------------------- * Mon Apr 09 2007 Matthew Barnes - 2.10.1-1.fc7 - Update to 2.10.1 - Fix buggy gnome-doc-utils.make (GNOME bug #427939). - Remove patch for CVE-2007-1002 (fixed upstream). - Remove patch for RH bug #231767 (fixed upstream). - Remove patch for RH bug #235056 (fixed upstream). - Remove patch for GNOME bug #352713 (fixed upstream). evolution-data-server-1.10.1-1.fc7 ---------------------------------- * Mon Apr 09 2007 Matthew Barnes - 1.10.1-1.fc7 - Update to 1.10.1 - Remove evolution-data-server-1.10.0-no-more-beeps.patch (fixed upstream). gnome-applets-1:2.18.0-7.fc7 ---------------------------- * Tue Apr 10 2007 Matthias Clasen - 1:2.18.0-7 - Fix a leak in the keyboard indicator applet gnome-doc-utils-0.10.3-1.fc7 ---------------------------- * Mon Apr 09 2007 Matthew Barnes - 0.10.3-1.fc7 - Update to 0.10.3 gnome-python2-2.18.1-1.fc7 -------------------------- * Mon Apr 09 2007 Matthew Barnes - 2.18.1-1.fc7 - Update to 2.18.1 gtk2-2.10.11-4.fc7 ------------------ * Mon Apr 09 2007 Matthias Clasen - 1.10.11-4 - Fix a memory leak in the search patch gtkhtml3-3.14.1-1.fc7 --------------------- * Mon Apr 09 2007 Matthew Barnes - 3.14.1-1.fc7 - Update to 3.14.1 - Add -Wdeclaration-after-statement to strict build settings. kernel-2.6.20-1.3054.fc7 ------------------------ * Mon Apr 09 2007 Dave Jones - 2.6.21-rc6-git2 * Mon Apr 09 2007 Dave Jones - Disable a bunch more warnings. * Sun Apr 08 2007 Dave Jones - 2.6.21-rc6-git1 libselinux-2.0.11-1.fc7 ----------------------- * Mon Apr 09 2007 Dan Walsh - 2.0.11-1 - Upgrade to upstream * Merged userspace AVC patch to follow kernel's behavior for permissive mode in caching previous denials from Eamon Walsh. * Merged sidput(NULL) patch from Eamon Walsh. libwnck-2.18.0-3.fc7 -------------------- * Tue Apr 10 2007 Matthias Clasen - 2.18.0-3 - Plug a small memory leak perl-LDAP-1:0.34-3.fc7 ---------------------- * Mon Apr 09 2007 Robin Norwood - 1:0.34-3 - Resolves: bz#226267 - Only filter out the unversioned Provides: perl(Net::LDAP::Filter) to avoid breaking dependencies. pirut-1.3.6-1.fc7 ----------------- * Mon Apr 09 2007 Jeremy Katz - 1.3.6-1 - be less aggressive with the remove blacklist (ie, kernel _updates_ shouldn't trigger it) * Mon Apr 09 2007 Jeremy Katz - 1.3.5-1 - Pass proxy vars through usermode (#213402) - Unused import cleanup (jbowes) - Make progress bar more responsive during dep checking - Handle conditional only groups better (#188355) - Don't resize the update list in pup (#209345) - Some minor HIG fixes (#209564) - Add a way to apply updates from pup without viewing them (#215140) - Show progress bars sooner (#217344) - Add MimeType to system-install-packages desktop file (#217681) - Add kernels to remove blacklist (#223509) - Ellipsize name of package being downloaded to avoid bouncing size (#228541) * Tue Mar 13 2007 Bill Nottingham - 1.3.4-1 - unify repo setup among pirut/pup/system-install-packages/system-cdinstall-helper - wait for yum-updatesd to finish rather than throw an error - update list of translations policycoreutils-2.0.7-11.fc7 ---------------------------- * Mon Apr 09 2007 Dan Walsh 2.0.7-11 - Don't generate invalid context with genhomedircon selinux-policy-2.5.11-7.fc7 --------------------------- * Mon Apr 09 2007 Dan Walsh 2.5.11-7 - Fixes for pyzor, cyrus, consoletype on everything installs * Mon Apr 09 2007 Dan Walsh 2.5.11-6 - Fix hald_acl_t to be able to getattr/setattr on usb devices - Dontaudit write to unconfined_pipes for load_policy wpa_supplicant-1:0.5.7-2.fc7 ---------------------------- * Mon Apr 09 2007 Dan Williams - 0.5.7-2 - Add patch to send output to syslog xorg-x11-server-1.2.99.905-2.fc7 -------------------------------- * Mon Apr 09 2007 Adam Jackson 1.2.99.905-2 - xserver-1.3.0-pci-bus-count.patch: Allocate the PCI bus array dynamically, so as not to run off the end of it. - xserver-1.3.0-mmap-failure-check.patch: Check for failure when mmap'ing bus memory. (#234073) - xserver-1.3.0-rom-search.patch: Look for the sysfs ROM file in the (flat) /sys/bus/pci/devices tree, instead of the (bus-topological) /sys/devices, so we don't fail to find ROMs merely because they're behind a bridge. - xserver-1.3.0-no-pseudocolor-composite.patch: Refuse to initialize Composite when Render is missing or when the root window is using a pseudocolor visual. (#217388) - xserver-1.3.0-xnest-exposures.patch: Fix Motif app redraw in Xnest. (#229350) yelp-2.18.1-1.fc7 ----------------- * Mon Apr 09 2007 Matthew Barnes - 2.18.1-1 - Update to 2.18.1 Broken deps for i386 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.i386 requires gimp-print >= 0:4.2.0 xdoclet - 1.2.3-7jpp.2.i386 requires mockobjects Broken deps for ia64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ia64 requires gimp-print >= 0:4.2.0 xdoclet - 1.2.3-7jpp.2.ia64 requires mockobjects Broken deps for ppc64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ppc64 requires gimp-print >= 0:4.2.0 xdoclet - 1.2.3-7jpp.2.ppc64 requires mockobjects Broken deps for x86_64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.x86_64 requires gimp-print >= 0:4.2.0 xdoclet - 1.2.3-7jpp.2.x86_64 requires mockobjects Broken deps for ppc ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ppc requires gimp-print >= 0:4.2.0 xdoclet - 1.2.3-7jpp.2.ppc requires mockobjects From arch at tuparks.com Tue Apr 10 11:36:59 2007 From: arch at tuparks.com (Arch Willingham) Date: Tue, 10 Apr 2007 07:36:59 -0400 Subject: Why does yum give different results at different locations? In-Reply-To: <1176196807.13728.1.camel@scrappy.miketc.com> Message-ID: <6B74CFE2B2A0B748BB3DC16E04769786275C16@hall.tup.com> 10-4.....I have always wondered how it picks mirrors - I just always let yum pick its wherever it picks automatically. Regardless, last night around midnight, it finally got the new updates. Thanks! Arch -----Original Message----- From: fedora-test-list-bounces at redhat.com [mailto:fedora-test-list-bounces at redhat.com]On Behalf Of Mike Chambers Sent: Tuesday, April 10, 2007 5:20 AM To: For testers of Fedora Core development releases Subject: Re: Why does yum give different results at different locations? On Mon, 2007-04-09 at 21:26 -0400, Arch Willingham wrote: > I have noticed this from time to time but never thought to ask until now. Sometimes when I invoke YUM update from my office, I will get a bunch of updates. An hour later, when I get home I will attempt the same thing on my laptop and it just comes back with "No Packages marked for Update/Obsoletion". For example, this is a run from my laptop: > > [root at localhost ~]# yum clean all > Loading "installonlyn" plugin > Cleaning up Everything > [root at localhost ~]# yum update -y > Loading "installonlyn" plugin > Setting up Update Process > primary.xml.gz 100% |=========================| 825 kB 00:01 > developmen: ################################################## 2326/2326 > primary.sqlite.bz2 100% |=========================| 2.1 MB 00:08 > No Packages marked for Update/Obsoletion > > > All the machines are running FC7 test 3. The machines at the office all downloaded a bunch of updates this afternoon, one of which was kernel.i686 2.6.20-1.3053.fc7. At the house, it has not pulled anything down since April 6 when it got kernel.i686.2.6.20-1.3045.fc7. Might be that the machine at home is pointing to different mirror (and isn't sync'd yet) than the ones from work (and that/those are in sync). You might try pointing to individual mirrors to see what works good for you and than try that one. -- Mike Chambers Madisonville, KY "Sex is like air, it's not important unless your not getting any!" -- fedora-test-list mailing list fedora-test-list at redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list From olivares14031 at yahoo.com Tue Apr 10 13:27:28 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Tue, 10 Apr 2007 06:27:28 -0700 (PDT) Subject: latest java from sun is not working. Message-ID: <20070410132728.16184.qmail@web52610.mail.re2.yahoo.com> Dear all, I have successfully installed java on fc6 and got it working for the first time since FC3. It refused to work for me successfully in fc4, and fc5. On Rawhide, I tried installing the latest jre from Sun and it refuses to work. installed it on /opt directory as /opt/jre1.6.0_01/ Just like in FC4 I saw plugin_stack.trace [olivares at localhost ~]$ ls Desktop Downloads plugin_stack.trace Untitled1.abw.SAVED Documents Pictures tmp How do I fix this? I have seen some posts regarding this with the same problem. Thanks, Antonio ____________________________________________________________________________________ 8:00? 8:25? 8:40? Find a flick in no time with the Yahoo! Search movie showtime shortcut. http://tools.search.yahoo.com/shortcuts/#news From mack.sessoms at gmail.com Tue Apr 10 13:49:55 2007 From: mack.sessoms at gmail.com (mack) Date: Tue, 10 Apr 2007 09:49:55 -0400 Subject: latest java from sun is not working. In-Reply-To: <20070410132728.16184.qmail@web52610.mail.re2.yahoo.com> References: <20070410132728.16184.qmail@web52610.mail.re2.yahoo.com> Message-ID: <455ca6a20704100649w248b4177te231b90283b346e0@mail.gmail.com> i'm also seeing this with sun jre 1.6.0_01 on fc7t3. i do have sun jre 1.5.0_11 working on fc7t3. On 4/10/07, Antonio Olivares wrote: > > Dear all, > > I have successfully installed java on fc6 and got it working for the > first time since FC3. It refused to work for me successfully in fc4, and > fc5. On Rawhide, I tried installing the latest jre from Sun and it refuses > to work. installed it on /opt directory as /opt/jre1.6.0_01/ > Just like in FC4 I saw plugin_stack.trace > > [olivares at localhost ~]$ ls > Desktop Downloads plugin_stack.trace Untitled1.abw.SAVED > Documents Pictures tmp > > > How do I fix this? > I have seen some posts regarding this with the same problem. > > Thanks, > > Antonio > > > > > > > ____________________________________________________________________________________ > 8:00? 8:25? 8:40? Find a flick in no time > with the Yahoo! Search movie showtime shortcut. > http://tools.search.yahoo.com/shortcuts/#news > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From guy at incentre.net Tue Apr 10 16:46:10 2007 From: guy at incentre.net (Guy Fraser) Date: Tue, 10 Apr 2007 10:46:10 -0600 Subject: FC7T3 test results Message-ID: <1176223570.2987.52.camel@sigurd.incentre.net> I finally had a chance last night to run the Live and KDE-Live CD's on an Acer Aspire 5630-6368. The system booted with both, and ran pretty well, with only a couple issues. 1) The Intel PRO/Wireless 3945ABG would not work properly under either Live CD. Under KDE it displayed the available SSID's but would not sync with any AP's. Under Gnome it just presented errors about invalid commands. 2) The display is a 5.4" WXGA (1280 x 800) TFT LCD, but X would only let me select 1024x768, even after restarting X using either CD. I could not determine any other issues. I have an MC with an ASUS P5B-E and a Core2 Duo E6400 and 2 GB of PC2-6400 RAM with an NVidia Video Card, ATI Theatrix Capture Card, and a Sound Blaster Audigy 4 SE 7.1, and some additional SATA and PATA controllers. I do expect issues with that one, it is configured to be a Windows Vista Media Centre recording station. I also have 3 P4 machines with various configurations I will test when I have the time. Looks good so far, Thanx a lot. From katzj at redhat.com Tue Apr 10 16:56:11 2007 From: katzj at redhat.com (Jeremy Katz) Date: Tue, 10 Apr 2007 12:56:11 -0400 Subject: Fedora Core 6 Test Update: yum-3.0.6-1.fc6 Message-ID: <200704101656.l3AGuBVR027058@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-428 2007-04-10 --------------------------------------------------------------------- Product : Fedora Core 6 Name : yum Version : 3.0.6 Release : 1.fc6 Summary : RPM installer/updater Description : Yum is a utility that can check for and automatically download and install updated RPM packages. Dependencies are obtained and downloaded automatically prompting the user as necessary. --------------------------------------------------------------------- Update Information: This new upstream release of yum fixes a few bugs found with corner cases in yum-3.0.5 --------------------------------------------------------------------- * Tue Apr 10 2007 Jeremy Katz - 3.0.6-1 - update to 3.0.6 (#235572, #235632, #234807) * Mon Apr 2 2007 Jeremy Katz - 3.0.5-2 - add patch from Ville Skytt?? to fix installs with virtual provides (#234807) --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ 719fe210e1f24f24ce8449d0e91b90e6b90f4313 SRPMS/yum-3.0.6-1.fc6.src.rpm 719fe210e1f24f24ce8449d0e91b90e6b90f4313 noarch/yum-3.0.6-1.fc6.src.rpm 48c4bb221114f80c87f43f9df6ce5b464510c01f ppc/yum-3.0.6-1.fc6.noarch.rpm 7d53015be9d4369ea94c3ef908fdd501ec3844d3 ppc/yum-updatesd-3.0.6-1.fc6.noarch.rpm 48c4bb221114f80c87f43f9df6ce5b464510c01f x86_64/yum-3.0.6-1.fc6.noarch.rpm 7d53015be9d4369ea94c3ef908fdd501ec3844d3 x86_64/yum-updatesd-3.0.6-1.fc6.noarch.rpm 48c4bb221114f80c87f43f9df6ce5b464510c01f i386/yum-3.0.6-1.fc6.noarch.rpm 7d53015be9d4369ea94c3ef908fdd501ec3844d3 i386/yum-updatesd-3.0.6-1.fc6.noarch.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From dwalsh at redhat.com Tue Apr 10 16:56:39 2007 From: dwalsh at redhat.com (Daniel Walsh) Date: Tue, 10 Apr 2007 12:56:39 -0400 Subject: Fedora Core 6 Test Update: selinux-policy-2.4.6-52.fc6 Message-ID: <200704101656.l3AGudE7027135@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-429 2007-04-10 --------------------------------------------------------------------- Product : Fedora Core 6 Name : selinux-policy Version : 2.4.6 Release : 52.fc6 Summary : SELinux policy configuration Description : SELinux Reference Policy - modular. --------------------------------------------------------------------- * Thu Apr 5 2007 Dan Walsh 2.4.6-52 - Don't relabel if selinux is not enabled - Allow netutils to read sysfs Resolves: #235357 - Allow samba to work as a PDC Resolves: #235360 - Allow ypserv to bind to ports 600-1024 Resolves: #235363 - Fix kudzu to be able to telinit Resolves: #225443 * Tue Apr 3 2007 Dan Walsh 2.4.6-51 - Allow nscd setcap privs * Mon Apr 2 2007 Dan Walsh 2.4.6-50 - More work to allow kudzu to setup init correctly so getty will work Resolves: #225443 - Allow pegasus to execute ifconfig Resolves: #227485 - Allow Aide to look at lnk_files and other fixes Resolves: #234885 - querying cups jobs with sysadm_r needs override mls restrictions Resolves: #234889 * Tue Mar 27 2007 Dan Walsh 2.4.6-49 - Change init_daemon_domain(netlabel_mgmt_t,netlabel_mgmt_exec_t) - to init_system_domain(netlabel_mgmt_t,netlabel_mgmt_exec_t) Resolves: #233313 - Add fuse support for ntfs --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ 09da2b14e42a1f3e8ee32e1e0a2c30dbe84cadd1 SRPMS/selinux-policy-2.4.6-52.fc6.src.rpm 09da2b14e42a1f3e8ee32e1e0a2c30dbe84cadd1 noarch/selinux-policy-2.4.6-52.fc6.src.rpm 226d1b09eefc1a546a82bac26bb5ce6ed6dcc939 ppc/selinux-policy-devel-2.4.6-52.fc6.noarch.rpm 489e65146e4fa513e160d67337de09e2119c6b23 ppc/selinux-policy-mls-2.4.6-52.fc6.noarch.rpm 3b3678bd04c0508a229b6292b462f35b48e6e383 ppc/selinux-policy-targeted-2.4.6-52.fc6.noarch.rpm 8212531292382c8f0d16ea9576323af2e4f297e8 ppc/selinux-policy-2.4.6-52.fc6.noarch.rpm fe0d3a94e1c1746370bc0495c2b48db2089fffd1 ppc/selinux-policy-strict-2.4.6-52.fc6.noarch.rpm 226d1b09eefc1a546a82bac26bb5ce6ed6dcc939 x86_64/selinux-policy-devel-2.4.6-52.fc6.noarch.rpm 489e65146e4fa513e160d67337de09e2119c6b23 x86_64/selinux-policy-mls-2.4.6-52.fc6.noarch.rpm 3b3678bd04c0508a229b6292b462f35b48e6e383 x86_64/selinux-policy-targeted-2.4.6-52.fc6.noarch.rpm 8212531292382c8f0d16ea9576323af2e4f297e8 x86_64/selinux-policy-2.4.6-52.fc6.noarch.rpm fe0d3a94e1c1746370bc0495c2b48db2089fffd1 x86_64/selinux-policy-strict-2.4.6-52.fc6.noarch.rpm 226d1b09eefc1a546a82bac26bb5ce6ed6dcc939 i386/selinux-policy-devel-2.4.6-52.fc6.noarch.rpm 489e65146e4fa513e160d67337de09e2119c6b23 i386/selinux-policy-mls-2.4.6-52.fc6.noarch.rpm 3b3678bd04c0508a229b6292b462f35b48e6e383 i386/selinux-policy-targeted-2.4.6-52.fc6.noarch.rpm 8212531292382c8f0d16ea9576323af2e4f297e8 i386/selinux-policy-2.4.6-52.fc6.noarch.rpm fe0d3a94e1c1746370bc0495c2b48db2089fffd1 i386/selinux-policy-strict-2.4.6-52.fc6.noarch.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From W.J.Murray at rl.ac.uk Tue Apr 10 17:37:13 2007 From: W.J.Murray at rl.ac.uk (William John Murray) Date: Tue, 10 Apr 2007 18:37:13 +0100 Subject: USB pen vfat R/W for user? Message-ID: <1176226633.5291.39.camel@hepntw292.pp.rl.ac.uk> Hello there, I would like HAL to mount my USB pen r/w for users on FC7T3. I have 3 partitions, and the ext2 ones do mount r/w (or r if I change it), but the vfat one is always "rwxr xr x" Is it possible to change this? Thanks, Bill -- __________________________________________________________ Bill Murray w.j.murray at rl.ac.uk (41)-1235-446256 From ajackson at redhat.com Tue Apr 10 18:01:46 2007 From: ajackson at redhat.com (Adam Jackson) Date: Tue, 10 Apr 2007 14:01:46 -0400 Subject: FC7T3 test results In-Reply-To: <1176223570.2987.52.camel@sigurd.incentre.net> References: <1176223570.2987.52.camel@sigurd.incentre.net> Message-ID: <1176228106.17583.35.camel@localhost.localdomain> On Tue, 2007-04-10 at 10:46 -0600, Guy Fraser wrote: > 2) The display is a 5.4" WXGA (1280 x 800) TFT LCD, but > X would only let me select 1024x768, even after restarting > X using either CD. X log? - ajax From michal at harddata.com Tue Apr 10 19:24:51 2007 From: michal at harddata.com (Michal Jaegermann) Date: Tue, 10 Apr 2007 13:24:51 -0600 Subject: latest java from sun is not working. In-Reply-To: <20070410132728.16184.qmail@web52610.mail.re2.yahoo.com> References: <20070410132728.16184.qmail@web52610.mail.re2.yahoo.com> Message-ID: <20070410192451.GH26539@mail.harddata.com> On Tue, Apr 10, 2007 at 06:27:28AM -0700, Antonio Olivares wrote: > > On Rawhide, I tried installing > the latest jre from Sun and it refuses to work. Check with ldd. 'ldd libjavaplugin_oji.so' in a proper location. Maybe some library is missing? Michal From ajackson at redhat.com Tue Apr 10 21:30:30 2007 From: ajackson at redhat.com (Adam Jackson) Date: Tue, 10 Apr 2007 17:30:30 -0400 Subject: Install using vesa fails with ATI X700 In-Reply-To: <1176130618.17583.4.camel@localhost.localdomain> References: <1170383030.2959.6.camel@speedy.puzzled.xs4all.nl> <1170685333.6608.13.camel@localhost.localdomain> <1170689483.3412.26.camel@speedy.puzzled.xs4all.nl> <1170692666.6608.52.camel@localhost.localdomain> <1175447765.2740.2.camel@guru.puzzled.xs4all.nl> <1175521895.2910.15.camel@localhost.localdomain> <1175968038.19150.4.camel@guru.puzzled.xs4all.nl> <1176130618.17583.4.camel@localhost.localdomain> Message-ID: <1176240630.17583.48.camel@localhost.localdomain> On Mon, 2007-04-09 at 10:56 -0400, Adam Jackson wrote: > On Sat, 2007-04-07 at 19:47 +0200, Patrick wrote: > > On Mon, 2007-04-02 at 09:51 -0400, Adam Jackson wrote: > > > On Sun, 2007-04-01 at 19:16 +0200, Patrick wrote: > > > > > > > Ugh I completely forgot to submit the info you asked for. Just had a > > > > look and I can't figure out how to mount the USB stick. Can't even find > > > > something similar to /var/log/messages so I know what the USB stick is > > > > called. Can you please give me a hint? > > > > > > Run dmesg? Look in /proc/partitions? > > > > > > If all else fails, scp works too. > > > > I have attached a copy of X.log. Around line 515 you can see that the > > tft panel gets detected as secondary which results in black screen. > > This isn't using the vesa driver. Were you expecting it to? > > The real issue is that we seem to think you have no monitors attached, > which is https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=231359 . > I suspect the new radeon driver fixes it but I'm not sure; I'll have > packages for testing later today. Okay, so a day late, but: http://people.redhat.com/ajackson/ati/ has a snapshot build of 6.6.191. It seems to be working okay for me, but I'd like confirmation from a few other people before rawhiding it, there's been a lot of churn between 6.6.3 and now. - ajax From mike at miketc.com Tue Apr 10 22:37:51 2007 From: mike at miketc.com (Mike Chambers) Date: Tue, 10 Apr 2007 17:37:51 -0500 Subject: Install using vesa fails with ATI X700 In-Reply-To: <1176240630.17583.48.camel@localhost.localdomain> References: <1170383030.2959.6.camel@speedy.puzzled.xs4all.nl> <1170685333.6608.13.camel@localhost.localdomain> <1170689483.3412.26.camel@speedy.puzzled.xs4all.nl> <1170692666.6608.52.camel@localhost.localdomain> <1175447765.2740.2.camel@guru.puzzled.xs4all.nl> <1175521895.2910.15.camel@localhost.localdomain> <1175968038.19150.4.camel@guru.puzzled.xs4all.nl> <1176130618.17583.4.camel@localhost.localdomain> <1176240630.17583.48.camel@localhost.localdomain> Message-ID: <1176244672.2364.1.camel@scrappy.miketc.com> On Tue, 2007-04-10 at 17:30 -0400, Adam Jackson wrote: > Okay, so a day late, but: > > http://people.redhat.com/ajackson/ati/ > > has a snapshot build of 6.6.191. It seems to be working okay for me, > but I'd like confirmation from a few other people before rawhiding it, > there's been a lot of churn between 6.6.3 and now. Working fine here so far on an x1300 (as vesa currently). Am I suppose to be using vesa or radeon in my xorg.conf with this version? -- Mike Chambers Madisonville, KY "Sex is like air, it's not important unless your not getting any!" From ajackson at redhat.com Tue Apr 10 23:06:54 2007 From: ajackson at redhat.com (Adam Jackson) Date: Tue, 10 Apr 2007 19:06:54 -0400 Subject: Install using vesa fails with ATI X700 In-Reply-To: <1176244672.2364.1.camel@scrappy.miketc.com> References: <1170383030.2959.6.camel@speedy.puzzled.xs4all.nl> <1170685333.6608.13.camel@localhost.localdomain> <1170689483.3412.26.camel@speedy.puzzled.xs4all.nl> <1170692666.6608.52.camel@localhost.localdomain> <1175447765.2740.2.camel@guru.puzzled.xs4all.nl> <1175521895.2910.15.camel@localhost.localdomain> <1175968038.19150.4.camel@guru.puzzled.xs4all.nl> <1176130618.17583.4.camel@localhost.localdomain> <1176240630.17583.48.camel@localhost.localdomain> <1176244672.2364.1.camel@scrappy.miketc.com> Message-ID: <1176246414.17583.51.camel@localhost.localdomain> On Tue, 2007-04-10 at 17:37 -0500, Mike Chambers wrote: > On Tue, 2007-04-10 at 17:30 -0400, Adam Jackson wrote: > > > Okay, so a day late, but: > > > > http://people.redhat.com/ajackson/ati/ > > > > has a snapshot build of 6.6.191. It seems to be working okay for me, > > but I'd like confirmation from a few other people before rawhiding it, > > there's been a lot of churn between 6.6.3 and now. > > Working fine here so far on an x1300 (as vesa currently). Am I suppose > to be using vesa or radeon in my xorg.conf with this version? radeon. The vesa driver is provided in a package named xorg-x11-drv-vesa. - ajax From ajackson at redhat.com Tue Apr 10 23:08:14 2007 From: ajackson at redhat.com (Adam Jackson) Date: Tue, 10 Apr 2007 19:08:14 -0400 Subject: Install using vesa fails with ATI X700 In-Reply-To: <1176246414.17583.51.camel@localhost.localdomain> References: <1170383030.2959.6.camel@speedy.puzzled.xs4all.nl> <1170685333.6608.13.camel@localhost.localdomain> <1170689483.3412.26.camel@speedy.puzzled.xs4all.nl> <1170692666.6608.52.camel@localhost.localdomain> <1175447765.2740.2.camel@guru.puzzled.xs4all.nl> <1175521895.2910.15.camel@localhost.localdomain> <1175968038.19150.4.camel@guru.puzzled.xs4all.nl> <1176130618.17583.4.camel@localhost.localdomain> <1176240630.17583.48.camel@localhost.localdomain> <1176244672.2364.1.camel@scrappy.miketc.com> <1176246414.17583.51.camel@localhost.localdomain> Message-ID: <1176246494.17583.53.camel@localhost.localdomain> On Tue, 2007-04-10 at 19:06 -0400, Adam Jackson wrote: > On Tue, 2007-04-10 at 17:37 -0500, Mike Chambers wrote: > > On Tue, 2007-04-10 at 17:30 -0400, Adam Jackson wrote: > > > > > Okay, so a day late, but: > > > > > > http://people.redhat.com/ajackson/ati/ > > > > > > has a snapshot build of 6.6.191. It seems to be working okay for me, > > > but I'd like confirmation from a few other people before rawhiding it, > > > there's been a lot of churn between 6.6.3 and now. > > > > Working fine here so far on an x1300 (as vesa currently). Am I suppose > > to be using vesa or radeon in my xorg.conf with this version? > > radeon. The vesa driver is provided in a package named > xorg-x11-drv-vesa. Except, of course, that x1300 won't work with radeon at all, thanks ATI. - ajax From olivares14031 at yahoo.com Wed Apr 11 00:59:47 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Tue, 10 Apr 2007 17:59:47 -0700 (PDT) Subject: denied avcs Rawhide how to troubleshoot Message-ID: <20070411005947.98458.qmail@web52605.mail.re2.yahoo.com> ----- Original Message ---- From: Daniel J Walsh To: Antonio Olivares Cc: fedora-selinux-list at redhat.com Sent: Tuesday, April 10, 2007 12:46:29 PM Subject: Re: denied avcs Rawhide how to troubleshoot Antonio Olivares wrote: Dear list, > I am running rawhide and I get these denied avcs > > [olivares at localhost ~]$ cat /etc/fedora-release > Fedora release 6.92 (Rawhide) > [olivares at localhost ~]$ > > There is a tool semanage, but I do not know how to use it. Is there any reference to this new tool. > How do I fix this using chcon -? or other tools to troubleshoot this. > > audit(1176209974.281:4): avc: denied { create } for pid=991 comm="create_floppy_d" name="fd0u1440" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file > audit(1176209974.281:5): avc: denied { create } for pid=991 comm="create_floppy_d" name="fd0u1680" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file > audit(1176209974.281:6): avc: denied { create } for pid=991 comm="cIreate_floppy_d" name="fd0u1722" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file > audit(1176209974.281:7): avc: denied { create } for pid=991 comm="create_floppy_d" name="fd0u1743" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file > audit(1176209974.281:8): avc: denied { create } for pid=991 comm="create_floppy_d" name="fd0u1760" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file > audit(1176209974.281:9): avc: denied { create } for pid=991 comm="create_floppy_d" name="fd0u1920" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file > audit(1176209974.281:10): avc: denied { create } for pid=991 comm="create_floppy_d" name="fd0u1840" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file > audit(1176209974.281:11): avc: denied { create } for pid=991 comm="create_floppy_d" name="fd0u1600" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file > audit(1176209974.281:12): avc: denied { create } for pid=991 comm="create_floppy_d" name="fd0u360" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file > audit(1176209974.281:13): avc: denied { create } for pid=991 comm="create_floppy_d" name="fd0u720" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file > audit(1176209974.281:14): avc: denied { create } for pid=991 comm="create_floppy_d" name="fd0u820" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file > audit(1176209974.281:15): avc: denied { create } for pid=991 comm="create_floppy_d" name="fd0u830" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file > audit(1176209974.281:16): avc: denied { create } for pid=991 comm="create_floppy_d" name="fd0u1040" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file > audit(1176209974.281:17): avc: denied { create } for pid=991 comm="create_floppy_d" name="fd0u1120" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file > audit(1176209974.281:18): avc: denied { create } for pid=991 comm="create_floppy_d" name="fd0u800" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file > > > > > Thanks, > > Antonio > > > > > > ____________________________________________________________________________________ > Don't pick lemons. > See all the new 2007 cars at Yahoo! Autos. > http://autos.yahoo.com/new_cars.html > > -- > fedora-selinux-list mailing list > fedora-selinux-list at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-selinux-list > Please submit this as a udev bug. Done! https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235953 Regards, Antonio ____________________________________________________________________________________ Don't pick lemons. See all the new 2007 cars at Yahoo! Autos. http://autos.yahoo.com/new_cars.html From cs at zip.com.au Wed Apr 11 01:30:56 2007 From: cs at zip.com.au (Cameron Simpson) Date: Wed, 11 Apr 2007 11:30:56 +1000 Subject: more rpcinfo trouble (was: FC7T3: rpcinfo missing?) In-Reply-To: <200704041121.04661.jkeating@redhat.com> Message-ID: <20070411013056.GA15013@cskk.homeip.net> On 04Apr2007 11:21, Jesse Keating wrote: | On Wednesday 04 April 2007 11:18:32 David Mack wrote: | > Sorry if this has been discussed extensively before, but FC7T3 seems not | > to have the rpcinfo command available. In FC6 it was in the glibc-common | > rpm. ypbind attempts to invoke /usr/sbin/rpcinfo and can't find it, | > which is breaking NIS. Is this a bug or am I missing something? | | Should be in the rpcbind package that landed in rawhide today. While on ypbind/rpcinfo, the latest versions break in our setup. I've got a testing server running FC7. "rpcinfo -q" no longer lists ypbind after it is started, breaking the ypbind startup script. Interestingly, "rpcinfo -q localhost" and "rpcinfo -q " both list ypbind. Better, the manual entry for rpcinfo lists a promising "-L" option that I thought I'd try to see if it affected the behaviour. rpcinfo rejects that option. "rpcinfo -?" gets a usage message, which lists options not in the manual entry, and better still, options that rpcinfo itself rejects (like -I). Where do I file these bugs? -- Cameron Simpson DoD#743 http://www.cskk.ezoshosting.com/cs/ Practice deliberate acts of self interest and ruthless logic. From onefiftyfour at hotmail.com Wed Apr 11 03:26:44 2007 From: onefiftyfour at hotmail.com (Eric L) Date: Tue, 10 Apr 2007 22:26:44 -0500 Subject: gtkhtml38 erased on last yum update Message-ID: i noticed my gnucash would not run after today's yum update. i ran gnucash from the terminal and it complained: -- gnucash-bin: error while loading shared libraries: libgtkhtml-3.8.so.15: cannot open shared object file: No such file or directory -- so i checked the yum.log: -- ... Apr 10 19:08:29 Updated: gtkhtml3.i386 3.14.1-1.fc7 Apr 10 19:12:23 Erased: gtkhtml38 ... -- i reinstalled gtkhtml38 and gnucash works again. From giallu at gmail.com Wed Apr 11 06:40:14 2007 From: giallu at gmail.com (Gianluca Sforna) Date: Wed, 11 Apr 2007 08:40:14 +0200 Subject: Fedora Core 6 Test Update: selinux-policy-2.4.6-52.fc6 In-Reply-To: <200704101656.l3AGudE7027135@int-mx1.corp.redhat.com> References: <200704101656.l3AGudE7027135@int-mx1.corp.redhat.com> Message-ID: On 4/10/07, Daniel Walsh wrote: > --------------------------------------------------------------------- > > * Thu Apr 5 2007 Dan Walsh 2.4.6-52 > - Don't relabel if selinux is not enabled Probably I am missing something, but what if I disable selinux, update, then re-enable it? Will I use the older labeling? From mike at miketc.com Wed Apr 11 09:21:40 2007 From: mike at miketc.com (Mike Chambers) Date: Wed, 11 Apr 2007 04:21:40 -0500 Subject: Install using vesa fails with ATI X700 In-Reply-To: <1176246494.17583.53.camel@localhost.localdomain> References: <1170383030.2959.6.camel@speedy.puzzled.xs4all.nl> <1170685333.6608.13.camel@localhost.localdomain> <1170689483.3412.26.camel@speedy.puzzled.xs4all.nl> <1170692666.6608.52.camel@localhost.localdomain> <1175447765.2740.2.camel@guru.puzzled.xs4all.nl> <1175521895.2910.15.camel@localhost.localdomain> <1175968038.19150.4.camel@guru.puzzled.xs4all.nl> <1176130618.17583.4.camel@localhost.localdomain> <1176240630.17583.48.camel@localhost.localdomain> <1176244672.2364.1.camel@scrappy.miketc.com> <1176246414.17583.51.camel@localhost.localdomain> <1176246494.17583.53.camel@localhost.localdomain> Message-ID: <1176283300.6715.0.camel@scrappy.miketc.com> On Tue, 2007-04-10 at 19:08 -0400, Adam Jackson wrote: > On Tue, 2007-04-10 at 19:06 -0400, Adam Jackson wrote: > > On Tue, 2007-04-10 at 17:37 -0500, Mike Chambers wrote: > > > On Tue, 2007-04-10 at 17:30 -0400, Adam Jackson wrote: > > > > > > > Okay, so a day late, but: > > > > > > > > http://people.redhat.com/ajackson/ati/ > > > > > > > > has a snapshot build of 6.6.191. It seems to be working okay for me, > > > > but I'd like confirmation from a few other people before rawhiding it, > > > > there's been a lot of churn between 6.6.3 and now. > > > > > > Working fine here so far on an x1300 (as vesa currently). Am I suppose > > > to be using vesa or radeon in my xorg.conf with this version? > > > > radeon. The vesa driver is provided in a package named > > xorg-x11-drv-vesa. > > Except, of course, that x1300 won't work with radeon at all, thanks ATI. Yep, still experiencing that (as in they haven't updated or helped update teh radeon driver yet ot work with the newer cards?). -- Mike Chambers Madisonville, KY "Sex is like air, it's not important unless your not getting any!" From wpilorz at bdk.pl Wed Apr 11 09:39:52 2007 From: wpilorz at bdk.pl (Wojtek.Pilorz) Date: Wed, 11 Apr 2007 11:39:52 +0200 (CEST) Subject: Fedora Core 6 Test Update: selinux-policy-2.4.6-52.fc6 In-Reply-To: <200704101656.l3AGudE7027135@int-mx1.corp.redhat.com> Message-ID: On Tue, 10 Apr 2007, Daniel Walsh wrote: > Date: Tue, 10 Apr 2007 12:56:39 -0400 > From: Daniel Walsh > Reply-To: For testers of Fedora Core development releases > > To: fedora-test-list at redhat.com > Subject: Fedora Core 6 Test Update: selinux-policy-2.4.6-52.fc6 > > --------------------------------------------------------------------- > Fedora Test Update Notification > FEDORA-2007-429 > 2007-04-10 > --------------------------------------------------------------------- > > Product : Fedora Core 6 > Name : selinux-policy > Version : 2.4.6 > Release : 52.fc6 > Summary : SELinux policy configuration > Description : > SELinux Reference Policy - modular. > > --------------------------------------------------------------------- > > * Thu Apr 5 2007 Dan Walsh 2.4.6-52 > - Don't relabel if selinux is not enabled > - Allow netutils to read sysfs I believe this should go to FC6 updates before or at the same time as iputils-20070202-2.fc6 On an FC6 system with static IP address on eth? interfaces, after iputils-20070202-2.fc6 is installed, service network start does not define IP addresses on eth? interfaces. Instead, I get avc messages about arping not being able to read sysfs, and /etc/sysconfig/network-scripts/ifup-eth at line 245 gets non-zero return code from arping (because of avc denied), then prints a message Error, some other host already uses address xxx.yyy.zzz.vvv and exits, leaving eth? interface without IP address set. Imagine a remotely administered system which does no longer have network connectivity after yum update, reboot. Very, err.., non-linux way. Even if Fedora is not meant as enterprise-class system. Best regards, Wojtek From buildsys at redhat.com Wed Apr 11 10:03:30 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Wed, 11 Apr 2007 06:03:30 -0400 Subject: rawhide report: 20070411 changes Message-ID: <200704111003.l3BA3UgB008574@hs20-bc2-6.build.redhat.com> Updated Packages: alsa-lib-1.0.14-0.4.rc3.fc7 --------------------------- * Tue Apr 10 2007 Martin Stransky 1.0.14-0.4.rc3 - added fix for #233764 - unowned directories alsa-utils-1.0.14-0.4.rc2.fc7 ----------------------------- * Tue Apr 10 2007 Martin Stransky 1.0.14-0.4.rc2 - added support for large files - minor fix in alsaunmute - fixed #209239 - alsaconf: Stale language-dependent files - fixed #233765 - alsa-utils : unowned directories bind-31:9.4.0-4.fc7 ------------------- * Tue Apr 10 2007 Adam Tkac 31:9.4.0-4.fc7 - removed query-source[-v6] options from caching-nameserver config (#209954, increase security) - throw away idn. It won't be ready in fc7 busybox-1:1.2.2-8.fc7 --------------------- * Sat Apr 07 2007 David Woodhouse - 1:1.2.2-8 - Add busybox-petitboot subpackage cups-1:1.2.10-6.fc7 ------------------- * Tue Apr 10 2007 Tim Waugh 1:1.2.10-6 - Fixed 'cancel' man page (bug #234088). - Added empty subscriptions.conf file to make sure it gets the right SELinux file context. dovecot-1.0-10.rc31.fc7 ----------------------- * Tue Apr 10 2007 Tomas Janousek - 1.0-10.rc31 - update to latest upstream epiphany-2.18.1-1.fc7 --------------------- * Tue Apr 10 2007 Christopher Aillon 2.18.1-1 - Update to 2.18.1 evolution-2.10.1-2.fc7 ---------------------- * Tue Apr 10 2007 Matthew Barnes - 2.10.1-2.fc7 - Revise patch for GNOME bug #362638 to fix RH bug #235096 (crash when displaying a mail server message to user). firefox-2.0.0.3-3.fc7 --------------------- * Tue Apr 10 2007 Christopher Aillon 2.0.0.3-3 - Ensure initial homepage on all locales is our proper default firstboot-1.4.35-1.fc7 ---------------------- * Tue Apr 10 2007 Chris Lumens - 1.4.35-1 - Iterate over all possible CD drives on the additional CD module (#231612). - Correct package URL (#235079). - Update translation files. freetype-2.3.4-1.fc7 -------------------- * Thu Apr 05 2007 Behdad Esfahbod 2.3.4-1 - Update to 2.3.4. gnome-screensaver-2.18.0-7.fc7 ------------------------------ * Tue Apr 10 2007 Matthias Clasen - 2.18.0-7 - Make fast-user-switching work with gdm configurations involving multiple X servers gnutls-1.4.5-2.fc7 ------------------ * Tue Apr 10 2007 Tomas Mraz 1.4.5-2 - properly require install-info (patch by Ville Skytt??) - standard buildroot and use dist tag - add COPYING and README to doc gtk2-2.10.11-5.fc7 ------------------ * Tue Apr 10 2007 Matthias Clasen - 1.10.11-5 - Use DESKTOP xdg-user-dir in the file chooser httpd-2.2.4-3 ------------- * Tue Apr 03 2007 Joe Orton 2.2.4-3 - drop old triggers, old Requires, xmlto BR - use Requires(...) correctly - use standard BuildRoot - don't mark init script as config file - trim CHANGES further hwdata-0.200-1.fc7 ------------------ * Tue Apr 10 2007 Karsten Hopp 0.200-1 - use macros - update pci.ids java-1.5.0-gcj-1.5.0.0-13.fc7 ----------------------------- * Tue Apr 10 2007 Thomas Fitzsimmons - 1.5.0.0-13 - Import java-gcj-compat 1.0.75. - Point URL field at java-gcj-compat home page. - Require openssl for build. - Generate and include cacerts. - Resolves: rhbz#200836 rhbz#233239 kdebase-6:3.5.6-5.fc7 --------------------- * Tue Apr 10 2007 Than Ngo 6:3.5.6-5.fc7 - fix unknown protocol smb - add Buildrequires on libusb-devel kernel-2.6.20-1.3056.fc7 ------------------------ * Tue Apr 10 2007 John W. Linville - Add fix for using WPA with mac80211 drivers * Tue Apr 10 2007 Dave Jones - 2.6.21-rc6-git3 kexec-tools-1.101-68.fc7 ------------------------ * Tue Apr 10 2007 Neil Horman - 1.101-68.fc7 - Fix alignment of bootargs and device-tree structures on ppc64 * Tue Apr 10 2007 Neil Horman - 1.101-67.fc7 - Allow ppc to boot ppc64 kernels (bz 235608) * Tue Apr 10 2007 Neil Horman - 1.101-66.fc7 - Reduce rmo_top to 0x7c000000 for PS3 (bz 235030) libbonobo-2.18.0-2.fc7 ---------------------- * Mon Apr 09 2007 Matthias Clasen - 2.18.0-2 - Don't leak strings from the bonobo activation environment libgnomeui-2.18.1-2.fc7 ----------------------- * Tue Apr 10 2007 Matthias Clasen - 2.18.1-2 - Add user-dirs support to the gnome-vfs filechooser backend logwatch-7.3.4-5.fc7 -------------------- * Tue Apr 10 2007 Ivana Varekova 7.3.4-5 - logwatch will ignore more useless secure logs mesa-6.5.2-10.fc7 ----------------- * Tue Apr 10 2007 Adam Jackson 6.5.2-10 - mesa-6.5.2-radeon-backports-231787.patch: Backport various radeon bugfixes from git. (#231787) pango-1.16.2-1.fc7 ------------------ * Tue Apr 10 2007 Behdad Esfahbod - 1.16.2-1 - Update to 1.16.2. python-2.5-12.fc7 ----------------- * Mon Mar 19 2007 Jeremy Katz - 2.5.3-12 - fix alpha build (#231961) scrollkeeper-0.3.14-11.fc7 -------------------------- * Tue Apr 10 2007 Matthias Clasen - 0.3.4-11 - Add Panjabi translations for the content list (#230686) selinux-policy-2.5.11-8.fc7 --------------------------- * Tue Apr 10 2007 Dan Walsh 2.5.11-8 - Fix Sonypic backlight - Allow snmp to look at squid_conf_t shadow-utils-2:4.0.18.1-13.fc7 ------------------------------ * Tue Apr 10 2007 Peter Vrabec 2:4.0.18.1-13 - fix useradd dump core when build without WITH_SELINUX (#235641) system-switch-mail-0.5.25-13 ---------------------------- * Tue Apr 10 2007 Than Ngo - 0.5.25-13 - add support for ssmtp and esmtp * Mon Dec 18 2006 Phil Knirsch - 0.5.25-12 - Resolves: bz#216602, one more update for kn and si po files * Mon Dec 04 2006 Than Ngo - 0.5.25-11 - Resolved: bz#216602, update po files tetex-3.0-38.fc7 ---------------- * Tue Apr 10 2007 Jindrich Novy 3.0-38 - update nomencl package from CTAN (#234466) vixie-cron-4:4.1-81.fc7 ----------------------- * Tue Apr 10 2007 Marcela Maslanova - 4:4.1-81 - hard link from /etc/crontab cause stop running jobs - rhbz#235880 vte-0.16.1-1.fc7 ---------------- * Tue Apr 10 2007 Behdad Esfahbod 0.16.1-1 - Update to 0.16.1 - Drop all patches. All upstreamed. xorg-x11-drv-i810-1.6.5-19.fc7 ------------------------------ * Tue Apr 10 2007 Adam Jackson 1.6.5-19 - i810.xinf: Move all 965 and 945 chips onto the new driver, as well as 915GM. xorg-x11-server-1.2.99.905-3.fc7 -------------------------------- * Tue Apr 10 2007 Adam Jackson 1.2.99.905-3 - xserver-1.3.0-domain-obiwan.patch: Fix a PCI domain off-by-one. (#235861) - xserver-1.3.0-x86emu-imul-int64.patch: Fix imul in x86emu. (#235861) Broken deps for i386 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.i386 requires gimp-print >= 0:4.2.0 xdoclet - 1.2.3-7jpp.2.i386 requires mockobjects Broken deps for ia64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ia64 requires gimp-print >= 0:4.2.0 xdoclet - 1.2.3-7jpp.2.ia64 requires mockobjects Broken deps for ppc64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ppc64 requires gimp-print >= 0:4.2.0 xdoclet - 1.2.3-7jpp.2.ppc64 requires mockobjects Broken deps for ppc ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ppc requires gimp-print >= 0:4.2.0 xdoclet - 1.2.3-7jpp.2.ppc requires mockobjects Broken deps for x86_64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.x86_64 requires gimp-print >= 0:4.2.0 xdoclet - 1.2.3-7jpp.2.x86_64 requires mockobjects From mschwendt.tmp0701.nospam at arcor.de Wed Apr 11 10:17:37 2007 From: mschwendt.tmp0701.nospam at arcor.de (Michael Schwendt) Date: Wed, 11 Apr 2007 12:17:37 +0200 Subject: gtkhtml38 erased on last yum update In-Reply-To: References: Message-ID: <20070411121737.a25edc58.mschwendt.tmp0701.nospam@arcor.de> On Tue, 10 Apr 2007 22:26:44 -0500, Eric L wrote: > i noticed my gnucash would not run after today's yum update. > i ran gnucash from the terminal and it complained: > -- > gnucash-bin: error while loading shared libraries: libgtkhtml-3.8.so.15: > cannot open shared object file: No such file or directory > -- > so i checked the yum.log: > -- > ... > Apr 10 19:08:29 Updated: gtkhtml3.i386 3.14.1-1.fc7 > Apr 10 19:12:23 Erased: gtkhtml38 > ... > -- > i reinstalled gtkhtml38 and gnucash works again. Please file a bug report about gtkhtml38 in Extras. It contains: Provides: gtkhtml3 = %{version}-%{release} which is wrong, since that enables gtkhtml3 to update it. See https://bugzilla.redhat.com/111071 for the RPM background. From harald at redhat.com Wed Apr 11 10:36:05 2007 From: harald at redhat.com (Harald Hoyer) Date: Wed, 11 Apr 2007 12:36:05 +0200 Subject: denied avcs Rawhide how to troubleshoot In-Reply-To: <20070411005947.98458.qmail@web52605.mail.re2.yahoo.com> References: <20070411005947.98458.qmail@web52605.mail.re2.yahoo.com> Message-ID: <461CBA15.8090502@redhat.com> > Please submit this as a udev bug. > > Done! > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235953 > > Regards, > > Antonio fixed -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3475 bytes Desc: S/MIME Cryptographic Signature URL: From jkeating at redhat.com Wed Apr 11 11:38:53 2007 From: jkeating at redhat.com (Jesse Keating) Date: Wed, 11 Apr 2007 07:38:53 -0400 Subject: more rpcinfo trouble (was: FC7T3: rpcinfo missing?) In-Reply-To: <20070411013056.GA15013@cskk.homeip.net> References: <20070411013056.GA15013@cskk.homeip.net> Message-ID: <200704110738.53706.jkeating@redhat.com> On Tuesday 10 April 2007 21:30:56 Cameron Simpson wrote: > Where do I file these bugs? bugzilla, Fedora Core, devel, rpcbind component. -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From olivares14031 at yahoo.com Wed Apr 11 12:19:52 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Wed, 11 Apr 2007 05:19:52 -0700 (PDT) Subject: where's crontab Message-ID: <20070411121952.11189.qmail@web52602.mail.re2.yahoo.com> I also miss crontab like the post http://www.redhat.com/archives/fedora-test-list/2007-February/msg00511.html How do I get crontab for rawhide? I tried [root at localhost ~]# yum install cron Loading "installonlyn" plugin Setting up Install Process Parsing package install arguments Nothing to do [root at localhost ~]# yum install crontab Loading "installonlyn" plugin Setting up Install Process Parsing package install arguments Nothing to do [root at localhost ~]# Regards, Antonio ____________________________________________________________________________________ Don't pick lemons. See all the new 2007 cars at Yahoo! Autos. http://autos.yahoo.com/new_cars.html From ndbecker2 at gmail.com Wed Apr 11 12:25:58 2007 From: ndbecker2 at gmail.com (Neal Becker) Date: Wed, 11 Apr 2007 08:25:58 -0400 Subject: suspend/resume does not restore sound (kde) Message-ID: Anyone else see this? I am testing on fc6 with all updates. It might be specific to kde (haven't tried gnome). Sound hardward is: 00:14.5 Multimedia audio controller: ATI Technologies Inc IXP SB400 AC'97 Audio Controller (rev 02) From wpilorz at bdk.pl Wed Apr 11 12:31:14 2007 From: wpilorz at bdk.pl (Wojtek.Pilorz) Date: Wed, 11 Apr 2007 14:31:14 +0200 (CEST) Subject: where's crontab In-Reply-To: <20070411121952.11189.qmail@web52602.mail.re2.yahoo.com> Message-ID: > > How do I get crontab for rawhide? > anacron crontabs vixie-cron [...] > > Regards, > > Antonio > From mclasen at redhat.com Wed Apr 11 12:38:55 2007 From: mclasen at redhat.com (Matthias Clasen) Date: Wed, 11 Apr 2007 14:38:55 +0200 Subject: where's crontab In-Reply-To: References: Message-ID: <1176295135.2970.5.camel@localhost.localdomain> On Wed, 2007-04-11 at 14:31 +0200, Wojtek.Pilorz wrote: > > > > How do I get crontab for rawhide? > > > anacron > crontabs > vixie-cron > And I think yum install /etc/crontab should work to install a package if you don't know its name, but know a file that it contains. From ajackson at redhat.com Wed Apr 11 14:31:17 2007 From: ajackson at redhat.com (Adam Jackson) Date: Wed, 11 Apr 2007 10:31:17 -0400 Subject: Install using vesa fails with ATI X700 In-Reply-To: <1176283300.6715.0.camel@scrappy.miketc.com> References: <1170383030.2959.6.camel@speedy.puzzled.xs4all.nl> <1170685333.6608.13.camel@localhost.localdomain> <1170689483.3412.26.camel@speedy.puzzled.xs4all.nl> <1170692666.6608.52.camel@localhost.localdomain> <1175447765.2740.2.camel@guru.puzzled.xs4all.nl> <1175521895.2910.15.camel@localhost.localdomain> <1175968038.19150.4.camel@guru.puzzled.xs4all.nl> <1176130618.17583.4.camel@localhost.localdomain> <1176240630.17583.48.camel@localhost.localdomain> <1176244672.2364.1.camel@scrappy.miketc.com> <1176246414.17583.51.camel@localhost.localdomain> <1176246494.17583.53.camel@localhost.localdomain> <1176283300.6715.0.camel@scrappy.miketc.com> Message-ID: <1176301877.17583.60.camel@localhost.localdomain> On Wed, 2007-04-11 at 04:21 -0500, Mike Chambers wrote: > On Tue, 2007-04-10 at 19:08 -0400, Adam Jackson wrote: > > Except, of course, that x1300 won't work with radeon at all, thanks ATI. > > Yep, still experiencing that (as in they haven't updated or helped > update teh radeon driver yet ot work with the newer cards?). Not only have they not submitted any code to the open driver, they have also refused to let us release the patch to enable it. http://airlied.livejournal.com/31180.html If anyone from AMD, or one of their OEMs, wants to see this fixed, please contact me off-list and we can make some noise. If you're not one of those people, you should let your OEM know how important open source graphics support is to you. - ajax From dwalsh at redhat.com Wed Apr 11 15:32:47 2007 From: dwalsh at redhat.com (Daniel J Walsh) Date: Wed, 11 Apr 2007 11:32:47 -0400 Subject: Fedora Core 6 Test Update: selinux-policy-2.4.6-52.fc6 In-Reply-To: References: Message-ID: <461CFF9F.7000603@redhat.com> Wojtek.Pilorz wrote: > On Tue, 10 Apr 2007, Daniel Walsh wrote: > > >> Date: Tue, 10 Apr 2007 12:56:39 -0400 >> From: Daniel Walsh >> Reply-To: For testers of Fedora Core development releases >> >> To: fedora-test-list at redhat.com >> Subject: Fedora Core 6 Test Update: selinux-policy-2.4.6-52.fc6 >> >> --------------------------------------------------------------------- >> Fedora Test Update Notification >> FEDORA-2007-429 >> 2007-04-10 >> --------------------------------------------------------------------- >> >> Product : Fedora Core 6 >> Name : selinux-policy >> Version : 2.4.6 >> Release : 52.fc6 >> Summary : SELinux policy configuration >> Description : >> SELinux Reference Policy - modular. >> >> --------------------------------------------------------------------- >> >> * Thu Apr 5 2007 Dan Walsh 2.4.6-52 >> - Don't relabel if selinux is not enabled >> - Allow netutils to read sysfs >> > > I believe this should go to FC6 updates before or at the same time as iputils-20070202-2.fc6 > > On an FC6 system with static IP address on eth? interfaces, after iputils-20070202-2.fc6 > is installed, > service network start > does not define IP addresses on eth? interfaces. > > Instead, I get avc messages about arping not being able to read sysfs, > and /etc/sysconfig/network-scripts/ifup-eth at line 245 gets non-zero return > code from arping (because of avc denied), then prints a message > Error, some other host already uses address xxx.yyy.zzz.vvv > > and exits, leaving eth? interface without IP address set. > > Imagine a remotely administered system which does no longer have network > connectivity after yum update, reboot. Very, err.., non-linux way. Even if > Fedora is not meant as enterprise-class system. > > > Best regards, > > Wojtek > > > 54 Went out today. From dwalsh at redhat.com Wed Apr 11 15:34:07 2007 From: dwalsh at redhat.com (Daniel J Walsh) Date: Wed, 11 Apr 2007 11:34:07 -0400 Subject: Fedora Core 6 Test Update: selinux-policy-2.4.6-52.fc6 In-Reply-To: References: <200704101656.l3AGudE7027135@int-mx1.corp.redhat.com> Message-ID: <461CFFEF.4060405@redhat.com> Gianluca Sforna wrote: > On 4/10/07, Daniel Walsh wrote: >> --------------------------------------------------------------------- >> >> * Thu Apr 5 2007 Dan Walsh 2.4.6-52 >> - Don't relabel if selinux is not enabled > > Probably I am missing something, but what if I disable selinux, > update, then re-enable it? Will I use the older labeling? > If you disable selinux, update and then reenable, the init scripts will trigger an automatic relabeling. This fix will stop SELinux from taking a lot of cpu time, when you update the selinux package but have SELinux disabled. From notting at redhat.com Wed Apr 11 19:50:23 2007 From: notting at redhat.com (Bill Nottingham) Date: Wed, 11 Apr 2007 15:50:23 -0400 Subject: gtkhtml38 erased on last yum update In-Reply-To: <20070411121737.a25edc58.mschwendt.tmp0701.nospam@arcor.de> References: <20070411121737.a25edc58.mschwendt.tmp0701.nospam@arcor.de> Message-ID: <20070411195023.GA25673@nostromo.devel.redhat.com> Michael Schwendt (mschwendt.tmp0701.nospam at arcor.de) said: > Please file a bug report about gtkhtml38 in Extras. It contains: > > Provides: gtkhtml3 = %{version}-%{release} > > which is wrong, since that enables gtkhtml3 to update it. > See https://bugzilla.redhat.com/111071 for the RPM background. Essentially, you're saying that any package which requires a versioned API should, rather than having a build requirement on the package, should have a build *file* requirement on either one of the include files, or the pkg-config file. Because, well, the package that provides it might have a name change. Is that *seriously* what you're suggesting? Bill From mschwendt.tmp0701.nospam at arcor.de Wed Apr 11 20:34:29 2007 From: mschwendt.tmp0701.nospam at arcor.de (Michael Schwendt) Date: Wed, 11 Apr 2007 22:34:29 +0200 Subject: gtkhtml38 erased on last yum update In-Reply-To: <20070411195023.GA25673@nostromo.devel.redhat.com> References: <20070411121737.a25edc58.mschwendt.tmp0701.nospam@arcor.de> <20070411195023.GA25673@nostromo.devel.redhat.com> Message-ID: <20070411223429.ae4a353a.mschwendt.tmp0701.nospam@arcor.de> On Wed, 11 Apr 2007 15:50:23 -0400, Bill Nottingham wrote: > Michael Schwendt said: > > Please file a bug report about gtkhtml38 in Extras. It contains: > > > > Provides: gtkhtml3 = %{version}-%{release} > > > > which is wrong, since that enables gtkhtml3 to update it. > > See https://bugzilla.redhat.com/111071 for the RPM background. > > Essentially, you're saying that any package which requires a versioned > API should, rather than having a build requirement on the package, > should have a build *file* requirement on either one of the include > files, or the pkg-config file. Because, well, the package that provides > it might have a name change. > > Is that *seriously* what you're suggesting? > > Bill Where do you see such a suggestion? All I've pointed out is that two lines in your spec file are the culprit and broke the user's system. 1) The gtkhtml38 package "Provides: gtkhtml3 = %version-%release", and due to that, installing a newer gtkhtml3 EVR _removes_ gtkhtml38. 2) The gtkhtml38-devel package also "Provides: gtkhtml3 = %version-%release", which is just a typo, but causes the same problem. Fix RPM if you don't like it. Bug 111071 is where I've reported the questionable behaviour in rpm after I had found it with "gpgme" and "gpgme03" at fedora.us. Jeff Johnson's reply: NOTABUG Have you read that bug yet? Why do you flame me (also in bug 236009)? From notting at redhat.com Wed Apr 11 20:36:26 2007 From: notting at redhat.com (Bill Nottingham) Date: Wed, 11 Apr 2007 16:36:26 -0400 Subject: gtkhtml38 erased on last yum update In-Reply-To: <20070411223429.ae4a353a.mschwendt.tmp0701.nospam@arcor.de> References: <20070411121737.a25edc58.mschwendt.tmp0701.nospam@arcor.de> <20070411195023.GA25673@nostromo.devel.redhat.com> <20070411223429.ae4a353a.mschwendt.tmp0701.nospam@arcor.de> Message-ID: <20070411203626.GB26122@nostromo.devel.redhat.com> Michael Schwendt (mschwendt.tmp0701.nospam at arcor.de) said: > > Essentially, you're saying that any package which requires a versioned > > API should, rather than having a build requirement on the package, > > should have a build *file* requirement on either one of the include > > files, or the pkg-config file. Because, well, the package that provides > > it might have a name change. > > > > Is that *seriously* what you're suggesting? > > Where do you see such a suggestion? It's the logical conclusion. If: 1) the package providing the new capability can't Provide: the old version of the package 2) you don't want to have to change requiring packages in the case of such a move ... the only solution left is file deps. I suppose you could have magic gtkhtml(abi)-3.8 provides or something. But that's just as odd. > Why do you flame me (also in bug 236009)? It's not you personally. I just find the fact that there is *no* way to perform such an upgrade without either a) changing all requiring packages b) modifying them to use file requirements to be a bad solution. But, eh. rpm broken, film at 11. Bill From mschwendt.tmp0701.nospam at arcor.de Wed Apr 11 20:58:51 2007 From: mschwendt.tmp0701.nospam at arcor.de (Michael Schwendt) Date: Wed, 11 Apr 2007 22:58:51 +0200 Subject: gtkhtml38 erased on last yum update In-Reply-To: <20070411203626.GB26122@nostromo.devel.redhat.com> References: <20070411121737.a25edc58.mschwendt.tmp0701.nospam@arcor.de> <20070411195023.GA25673@nostromo.devel.redhat.com> <20070411223429.ae4a353a.mschwendt.tmp0701.nospam@arcor.de> <20070411203626.GB26122@nostromo.devel.redhat.com> Message-ID: <20070411225851.5b98c04d.mschwendt.tmp0701.nospam@arcor.de> On Wed, 11 Apr 2007 16:36:26 -0400, Bill Nottingham wrote: > Michael Schwendt said: > > > Essentially, you're saying that any package which requires a versioned > > > API should, rather than having a build requirement on the package, > > > should have a build *file* requirement on either one of the include > > > files, or the pkg-config file. Because, well, the package that provides > > > it might have a name change. > > > > > > Is that *seriously* what you're suggesting? > > > > Where do you see such a suggestion? > > It's the logical conclusion. And the conclusion is false, because I've not suggested anything as a replacement for the Provides or BuildRequires. I've told you what doesn't work anymore nowadays. We've had gpgme03 "Provides: gpgme = 0.3.something", too, and a similar thing in other packages in the past, until rpm broke it. Btw, from your gnucash spec: # for gtkhtml3-devel BuildRequires: /usr/include/libgtkhtml-3.8/gtkhtml/gtkhtml.h A change on "Tue Mar 13 2007". > But, eh. rpm broken, film at 11. > > Bill Right. I'm innocent. ;) From notting at redhat.com Wed Apr 11 20:59:16 2007 From: notting at redhat.com (Bill Nottingham) Date: Wed, 11 Apr 2007 16:59:16 -0400 Subject: gtkhtml38 erased on last yum update In-Reply-To: <20070411225851.5b98c04d.mschwendt.tmp0701.nospam@arcor.de> References: <20070411121737.a25edc58.mschwendt.tmp0701.nospam@arcor.de> <20070411195023.GA25673@nostromo.devel.redhat.com> <20070411223429.ae4a353a.mschwendt.tmp0701.nospam@arcor.de> <20070411203626.GB26122@nostromo.devel.redhat.com> <20070411225851.5b98c04d.mschwendt.tmp0701.nospam@arcor.de> Message-ID: <20070411205916.GC26122@nostromo.devel.redhat.com> Michael Schwendt (mschwendt.tmp0701.nospam at arcor.de) said: > > > Where do you see such a suggestion? > > > > It's the logical conclusion. > > And the conclusion is false, because I've not suggested anything > as a replacement for the Provides or BuildRequires. I'm not saying *YOU* suggested it, but by saying that what's currently there is broken, file requirements is the logical conclusion. > Btw, from your gnucash spec: > > # for gtkhtml3-devel > BuildRequires: /usr/include/libgtkhtml-3.8/gtkhtml/gtkhtml.h > > A change on "Tue Mar 13 2007". Yep. I control that package, so I can easily change it. The idea is that other packages don't need changed. Bill From katzj at redhat.com Wed Apr 11 21:42:39 2007 From: katzj at redhat.com (Jeremy Katz) Date: Wed, 11 Apr 2007 17:42:39 -0400 Subject: Fedora Development (2007-04-11) Live i386 image available Message-ID: <1176327759.3485.23.camel@erebor.boston.redhat.com> I've put up a copy of a live CD image based on the current Fedora Development tree as of today for those that are interested in some pre-test4 testing. http://torrent.fedoraproject.org/torrents/rawhide-20070411-i386-live.torrent For package bugs, please file them against the specific package. For more general bugs with the LiveCD, you can file them against the LiveCD component for Fedora Core, version devel. I was hoping to get a KDE image up today as well, but ran out of time so will probably do that tomorrow. I'm hoping to start making these available on a more regular basis (weekly at first) but no promises right now on when the next will be :) Jeremy From arch at tuparks.com Wed Apr 11 22:39:13 2007 From: arch at tuparks.com (Arch Willingham) Date: Wed, 11 Apr 2007 18:39:13 -0400 Subject: Anyone have mplayer working with FC7 test3? Message-ID: <6B74CFE2B2A0B748BB3DC16E04769786366F2B@hall.tup.com> I have it working with one machine running FC7 test3 but it was an upgrade from FC6. I just did a brand new install of FC7 test3 and tried to install mplayer. It died with dependency issues with libdts.so.0,libfaad.so.0, and libxvidcore.so.4 (see below). # rpm -Uvh mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm warning: mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm: Header V3 DSA signature: NOKEY, key ID a109b1ec error: Failed dependencies: libdts.so.0 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 libfaad.so.0 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 libxvidcore.so.4 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 Thanks! Arch From alan at clueserver.org Wed Apr 11 22:40:39 2007 From: alan at clueserver.org (alan) Date: Wed, 11 Apr 2007 15:40:39 -0700 (PDT) Subject: Anyone have mplayer working with FC7 test3? In-Reply-To: <6B74CFE2B2A0B748BB3DC16E04769786366F2B@hall.tup.com> References: <6B74CFE2B2A0B748BB3DC16E04769786366F2B@hall.tup.com> Message-ID: On Wed, 11 Apr 2007, Arch Willingham wrote: > I have it working with one machine running FC7 test3 but it was an upgrade from FC6. I just did a brand new install of FC7 test3 and tried to install mplayer. It died with dependency issues with libdts.so.0,libfaad.so.0, and libxvidcore.so.4 (see below). > > # rpm -Uvh mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm > warning: mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm: Header V3 DSA signature: NOKEY, key ID a109b1ec > error: Failed dependencies: > libdts.so.0 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 > libfaad.so.0 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 > libxvidcore.so.4 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 Have you tried rebuilding mplayer from the source rpm? -- "Invoking the supernatural can explain anything, and hence explains nothing." - University of Utah bioengineering professor Gregory Clark From mike at miketc.com Wed Apr 11 22:49:18 2007 From: mike at miketc.com (Mike Chambers) Date: Wed, 11 Apr 2007 17:49:18 -0500 Subject: Anyone have mplayer working with FC7 test3? In-Reply-To: References: <6B74CFE2B2A0B748BB3DC16E04769786366F2B@hall.tup.com> Message-ID: <1176331758.3486.0.camel@scrappy.miketc.com> On Wed, 2007-04-11 at 15:40 -0700, alan wrote: > On Wed, 11 Apr 2007, Arch Willingham wrote: > > > I have it working with one machine running FC7 test3 but it was an upgrade from FC6. I just did a brand new install of FC7 test3 and tried to install mplayer. It died with dependency issues with libdts.so.0,libfaad.so.0, and libxvidcore.so.4 (see below). > > > > # rpm -Uvh mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm > > warning: mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm: Header V3 DSA signature: NOKEY, key ID a109b1ec > > error: Failed dependencies: > > libdts.so.0 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 > > libfaad.so.0 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 > > libxvidcore.so.4 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 > > Have you tried rebuilding mplayer from the source rpm? Might make sure the fedora repo is open and not just rawhide/development. -- Mike Chambers Madisonville, KY "Sex is like air, it's not important unless your not getting any!" From olivares14031 at yahoo.com Thu Apr 12 00:22:11 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Wed, 11 Apr 2007 17:22:11 -0700 (PDT) Subject: k3b does not see other cdrom drive and k3b problems Message-ID: <20070412002212.14239.qmail@web52605.mail.re2.yahoo.com> Dear all, I have two cd drives in my computer. One is a TSSTcorp, samsumg writemaster drive which is identified by k3b correctly. However the other drive does not show up. This is from slax linux live cd. Showing the two drives Linux version 2.6.20 (root at slax) (gcc version 3.4.6) #2 SMP Wed Feb 7 17:26:47 GMT 2007 BIOS-provided physical RAM map: sanitize start sanitize end ------- Probing IDE interface ide1... hdc: TSSTcorpCD/DVDW SH-S182D, ATAPI CD/DVD-ROM drive hdd: SONY CD-RW CRX216E, ATAPI CD/DVD-ROM drive ide1 at 0x170-0x177,0x376 on irq 15 hda: max request size: 512KiB hda: 625142448 sectors (320072 MB) w/16384KiB Cache, CHS=38913/255/63, UDMA(100) hda: cache flushes supported hda: hda1 hda2 < hda5 hda6 > hda3 hda4 hdc: ATAPI 24X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33) Uniform CD-ROM driver Revision: 3.20 hdd: ATAPI 48X CD-ROM CD-R/RW drive, 2048kB Cache, from k3b System ----------------------- K3b Version: 0.12.15 KDE Version: 3.5.3 QT Version: 3.3.6 Kernel: 2.6.20 Devices ----------------------- SONY CD-RW CRX216E PD01 (/dev/hdd, ) at /mnt/hdd_cdrom [CD-R; CD-RW; CD-ROM] [CD-ROM; CD-R; CD-RW] [SAO; TAO; RAW; SAO/R96P; SAO/R96R; RAW/R16; RAW/R96P; RAW/R96R] TSSTcorp CD/DVDW SH-S182D SB03 (/dev/hdc, ) at /mnt/hdc_cdrom [CD-R; CD-RW; CD-ROM; DVD-ROM; DVD-RAM; DVD-R; DVD-RW; DVD-R DL; DVD+R; DVD+RW; DVD+R DL] [DVD-ROM; DVD-R Sequential; DVD-R Dual Layer Sequential; DVD-R Dual Layer Jump; DVD-RAM; DVD-RW Restricted Overwrite; DVD-RW Sequential; DVD+RW; DVD+R; DVD+R Double Layer; CD-ROM; CD-R; CD-RW] [SAO; TAO; RAW; SAO/R96P; SAO/R96R; RAW/R16; RAW/R96P; RAW/R96R; Restricted Overwrite; Layer Jump] Running Rawhide sees only the TSSTcorp sd 0:0:0:0: Attached scsi disk sda scsi 1:0:0:0: CD-ROM TSSTcorp CD/DVDW SH-S182D SB03 PQ: 0 ANSI: 5 device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel at redhat.com sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray [root at localhost ~]# cdrecord -scanbus scsibus0: 0,0,0 0) 'ATA ' 'MAXTOR STM332062' '3.AA' Disk 0,1,0 1) * 0,2,0 2) * 0,3,0 3) * 0,4,0 4) * 0,5,0 5) * 0,6,0 6) * 0,7,0 7) * scsibus1: 1,0,0 100) 'TSSTcorp' 'CD/DVDW SH-S182D' 'SB03' Removable CD-ROM 1,1,0 101) * 1,2,0 102) * 1,3,0 103) * 1,4,0 104) * 1,5,0 105) * 1,6,0 106) * 1,7,0 107) * [root at localhost ~]# k3b only sees 1 of the drives. The other drive does not appear. k3b is also at 1.0rc6 or something like that, when it will be updated to 1.0? I also get the following message when running k3b. cdrdao will be run without root privileges It is highly recommended to configure cdrdao to run with root privileges to increase the overall stability of the burning process. Mp3 Audio Decoder plugin not found. K3b could not load or find the Mp3 decoder plugin. This means that you will not be able to create Audio CDs from Mp3 files. Many Linux distributions do not include Mp3 support for legal reasons. Solution: To enable Mp3 support, please install the MAD Mp3 decoding library as well as the K3b MAD Mp3 decoder plugin (the latter may already be installed but not functional due to the missing libmad). Some distributions allow installation of Mp3 support via an online update tool (i.e. SuSE's YOU). I also tried to copy a cd and it was mounted and the new features of k3b 1.0 are that it lets you unmount cd's but k3b tells me K3b was unable to eject the source disk. Please do so manually. I did manually and thanks k3b did not remove the image and let me copy the cd. Here's k3b debugging info System ----------------------- K3b Version: 1.0rc6 KDE Version: 3.5.6-3.fc7 Fedora QT Version: 3.3.8 Kernel: 2.6.20-1.3054.fc7 Devices ----------------------- TSSTcorp CD/DVDW SH-S182D SB03 (/dev/scd0, ) [CD-R, CD-RW, CD-ROM, DVD-ROM, DVD-R, DVD-RW, DVD-R DL, DVD+R, DVD+RW, DVD+R DL] [DVD-ROM, DVD-R Sequential, DVD-R Dual Layer Sequential, DVD-R Dual Layer Jump, DVD-RAM, DVD-RW Restricted Overwrite, DVD-RW Sequential, DVD+RW, DVD+R, DVD+R Dual Layer, CD-ROM, CD-R, CD-RW] [SAO, TAO, RAW, SAO/R96P, SAO/R96R, RAW/R16, RAW/R96P, RAW/R96R, Restricted Overwrite, Layer Jump] Used versions ----------------------- cdrecord: 2.1.1a03 cdrecord ----------------------- wodim: Operation not permitted. Warning: Cannot raise RLIMIT_MEMLOCK limits. scsidev: '/dev/scd0' devname: '/dev/scd0' scsibus: -2 target: -2 lun: -2 Linux sg driver version: 3.5.27 Wodim version: 1.1.2 SCSI buffer size: 64512 Beginning DMA speed test. Set CDR_NODMATEST environment variable if device communication breaks or freezes immediately after that. TOC Type: 1 = CD-ROM Driveropts: 'burnfree' atapi: 1 Device type : Removable CD-ROM Version : 5 Response Format: 2 Capabilities : Vendor_info : 'TSSTcorp' Identification : 'CD/DVDW SH-S182D' Revision : 'SB03' Device seems to be: Generic mmc2 DVD-R/DVD-RW. Current: 0x0009 (CD-R) Profile: 0x0015 (DVD-R/DL sequential recording) Profile: 0x0016 (DVD-R/DL layer jump recording) Profile: 0x002B (DVD+R/DL) Profile: 0x001B (DVD+R) Profile: 0x001A (DVD+RW) Profile: 0x0014 (DVD-RW sequential recording) Profile: 0x0013 (DVD-RW restricted overwrite) Profile: 0x0012 (DVD-RAM) Profile: 0x0011 (DVD-R sequential recording) Profile: 0x0010 (DVD-ROM) Profile: 0x000A (CD-RW) Profile: 0x0009 (CD-R) (current) Profile: 0x0008 (CD-ROM) Profile: 0x0002 (Removable disk) Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr). Driver flags : MMC-3 SWABAUDIO BURNFREE Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R Drive buf size : 1056000 = 1031 KB FIFO size : 4194304 = 4096 KB Speed set to 8468 KB/s Track 01: data 148 MB Total size: 170 MB (16:51.80) = 75885 sectors Lout start: 170 MB (16:53/60) = 75885 sectors Current Secsize: 2048 ATIP info from disk: Indicated writing power: 5 Is not unrestricted Is not erasable Disk sub type: Medium Type A, high Beta category (A+) (3) ATIP start of lead in: -11634 (97:26/66) ATIP start of lead out: 359846 (79:59/71) Disk type: Short strategy type (Phthalocyanine or similar) Manuf. index: 3 Manufacturer: CMC Magnetics Corporation Blocks total: 359846 Blocks current: 359846 Blocks remaining: 283961 Starting to write CD/DVD at speed 48.0 in real SAO mode for single session. Last chance to quit, starting real write in 2 seconds. 1 seconds. 0 seconds. Operation starts. Waiting for reader process to fill input buffer ... input buffer ready. Performing OPC... Sending CUE sheet... Writing pregap for track 1 at -150 Starting new track at sector: 0 Track 01: 0 of 148 MB written. Track 01: 1 of 148 MB written (fifo 100%) [buf 100%] 0.7x. Track 01: 2 of 148 MB written (fifo 100%) [buf 100%] 22.0x. Track 01: 3 of 148 MB written (fifo 100%) [buf 100%] 22.7x. Track 01: 4 of 148 MB written (fifo 100%) [buf 100%] 22.1x. Track 01: 5 of 148 MB written (fifo 100%) [buf 100%] 22.8x. Track 01: 6 of 148 MB written (fifo 100%) [buf 100%] 22.2x. Track 01: 7 of 148 MB written (fifo 100%) [buf 100%] 22.9x. Track 01: 8 of 148 MB written (fifo 100%) [buf 100%] 22.2x. Track 01: 9 of 148 MB written (fifo 100%) [buf 100%] 23.0x. Track 01: 10 of 148 MB written (fifo 100%) [buf 100%] 22.3x. Track 01: 11 of 148 MB written (fifo 100%) [buf 100%] 23.1x. Track 01: 12 of 148 MB written (fifo 98%) [buf 100%] 22.4x. Track 01: 13 of 148 MB written (fifo 100%) [buf 100%] 23.2x. Track 01: 14 of 148 MB written (fifo 100%) [buf 100%] 22.5x. Track 01: 15 of 148 MB written (fifo 100%) [buf 100%] 23.3x. Track 01: 16 of 148 MB written (fifo 100%) [buf 100%] 22.6x. Track 01: 17 of 148 MB written (fifo 100%) [buf 100%] 23.4x. Track 01: 18 of 148 MB written (fifo 100%) [buf 100%] 22.7x. Track 01: 19 of 148 MB written (fifo 100%) [buf 100%] 23.4x. Track 01: 20 of 148 MB written (fifo 100%) [buf 100%] 22.8x. Track 01: 21 of 148 MB written (fifo 100%) [buf 100%] 23.5x. Track 01: 22 of 148 MB written (fifo 98%) [buf 100%] 22.9x. Track 01: 23 of 148 MB written (fifo 100%) [buf 100%] 23.6x. Track 01: 24 of 148 MB written (fifo 98%) [buf 100%] 22.9x. Track 01: 25 of 148 MB written (fifo 100%) [buf 100%] 23.7x. Track 01: 26 of 148 MB written (fifo 100%) [buf 100%] 23.0x. Track 01: 27 of 148 MB written (fifo 100%) [buf 100%] 23.8x. Track 01: 28 of 148 MB written (fifo 98%) [buf 100%] 23.1x. Track 01: 29 of 148 MB written (fifo 100%) [buf 100%] 23.9x. Track 01: 30 of 148 MB written (fifo 98%) [buf 100%] 23.2x. Track 01: 31 of 148 MB written (fifo 100%) [buf 82%] 21.1x. Track 01: 32 of 148 MB written (fifo 100%) [buf 100%] 26.6x. Track 01: 33 of 148 MB written (fifo 100%) [buf 100%] 24.0x. Track 01: 34 of 148 MB written (fifo 100%) [buf 100%] 24.8x. Track 01: 35 of 148 MB written (fifo 100%) [buf 100%] 24.1x. Track 01: 36 of 148 MB written (fifo 100%) [buf 100%] 24.9x. Track 01: 37 of 148 MB written (fifo 96%) [buf 92%] 22.8x. Track 01: 38 of 148 MB written (fifo 100%) [buf 95%] 25.7x. Track 01: 39 of 148 MB written (fifo 100%) [buf 100%] 25.0x. Track 01: 40 of 148 MB written (fifo 100%) [buf 100%] 25.0x. Track 01: 41 of 148 MB written (fifo 100%) [buf 100%] 24.3x. Track 01: 42 of 148 MB written (fifo 100%) [buf 99%] 25.1x. Track 01: 43 of 148 MB written (fifo 98%) [buf 100%] 24.4x. Track 01: 44 of 148 MB written (fifo 100%) [buf 100%] 25.2x. Track 01: 45 of 148 MB written (fifo 100%) [buf 100%] 24.4x. Track 01: 46 of 148 MB written (fifo 100%) [buf 100%] 25.3x. Track 01: 47 of 148 MB written (fifo 100%) [buf 100%] 24.5x. Track 01: 48 of 148 MB written (fifo 100%) [buf 98%] 25.1x. Track 01: 49 of 148 MB written (fifo 100%) [buf 100%] 24.8x. Track 01: 50 of 148 MB written (fifo 100%) [buf 100%] 25.4x. Track 01: 51 of 148 MB written (fifo 100%) [buf 100%] 24.7x. Track 01: 52 of 148 MB written (fifo 98%) [buf 100%] 25.5x. Track 01: 53 of 148 MB written (fifo 98%) [buf 100%] 24.7x. Track 01: 54 of 148 MB written (fifo 100%) [buf 100%] 25.6x. Track 01: 55 of 148 MB written (fifo 100%) [buf 100%] 24.8x. Track 01: 56 of 148 MB written (fifo 100%) [buf 100%] 25.6x. Track 01: 57 of 148 MB written (fifo 100%) [buf 100%] 24.9x. Track 01: 58 of 148 MB written (fifo 100%) [buf 100%] 25.7x. Track 01: 59 of 148 MB written (fifo 100%) [buf 100%] 24.9x. Track 01: 60 of 148 MB written (fifo 100%) [buf 100%] 25.8x. Track 01: 61 of 148 MB written (fifo 98%) [buf 100%] 25.0x. Track 01: 62 of 148 MB written (fifo 98%) [buf 100%] 25.8x. Track 01: 63 of 148 MB written (fifo 100%) [buf 100%] 25.1x. Track 01: 64 of 148 MB written (fifo 100%) [buf 100%] 25.9x. Track 01: 65 of 148 MB written (fifo 100%) [buf 99%] 26.7x. Track 01: 66 of 148 MB written (fifo 100%) [buf 100%] 26.0x. Track 01: 67 of 148 MB written (fifo 100%) [buf 100%] 26.8x. Track 01: 68 of 148 MB written (fifo 98%) [buf 100%] 26.0x. Track 01: 69 of 148 MB written (fifo 98%) [buf 99%] 26.8x. Track 01: 70 of 148 MB written (fifo 100%) [buf 100%] 26.1x. Track 01: 71 of 148 MB written (fifo 100%) [buf 100%] 26.9x. Track 01: 72 of 148 MB written (fifo 98%) [buf 100%] 26.1x. Track 01: 73 of 148 MB written (fifo 100%) [buf 100%] 27.0x. Track 01: 74 of 148 MB written (fifo 98%) [buf 100%] 26.2x. Track 01: 75 of 148 MB written (fifo 100%) [buf 100%] 27.0x. Track 01: 76 of 148 MB written (fifo 100%) [buf 100%] 26.2x. Track 01: 77 of 148 MB written (fifo 100%) [buf 100%] 27.1x. Track 01: 78 of 148 MB written (fifo 100%) [buf 100%] 26.3x. Track 01: 79 of 148 MB written (fifo 100%) [buf 100%] 27.2x. Track 01: 80 of 148 MB written (fifo 100%) [buf 100%] 26.4x. Track 01: 81 of 148 MB written (fifo 100%) [buf 100%] 27.2x. Track 01: 82 of 148 MB written (fifo 100%) [buf 100%] 26.4x. Track 01: 83 of 148 MB written (fifo 100%) [buf 100%] 27.3x. Track 01: 84 of 148 MB written (fifo 100%) [buf 100%] 26.5x. Track 01: 85 of 148 MB written (fifo 100%) [buf 100%] 27.4x. Track 01: 86 of 148 MB written (fifo 100%) [buf 100%] 26.5x. Track 01: 87 of 148 MB written (fifo 100%) [buf 100%] 27.4x. Track 01: 88 of 148 MB written (fifo 100%) [buf 100%] 26.6x. Track 01: 89 of 148 MB written (fifo 100%) [buf 87%] 25.1x. Track 01: 90 of 148 MB written (fifo 98%) [buf 92%] 27.6x. Track 01: 91 of 148 MB written (fifo 100%) [buf 100%] 29.3x. Track 01: 92 of 148 MB written (fifo 100%) [buf 100%] 26.7x. Track 01: 93 of 148 MB written (fifo 100%) [buf 100%] 27.6x. Track 01: 94 of 148 MB written (fifo 100%) [buf 100%] 26.8x. Track 01: 95 of 148 MB written (fifo 100%) [buf 100%] 27.6x. Track 01: 96 of 148 MB written (fifo 100%) [buf 100%] 28.5x. Track 01: 97 of 148 MB written (fifo 100%) [buf 100%] 27.6x. Track 01: 98 of 148 MB written (fifo 100%) [buf 100%] 28.6x. Track 01: 99 of 148 MB written (fifo 100%) [buf 100%] 27.7x. Track 01: 100 of 148 MB written (fifo 100%) [buf 100%] 28.6x. Track 01: 101 of 148 MB written (fifo 100%) [buf 100%] 27.8x. Track 01: 102 of 148 MB written (fifo 100%) [buf 100%] 28.7x. Track 01: 103 of 148 MB written (fifo 98%) [buf 100%] 27.8x. Track 01: 104 of 148 MB written (fifo 100%) [buf 97%] 28.2x. Track 01: 105 of 148 MB written (fifo 98%) [buf 100%] 28.4x. Track 01: 106 of 148 MB written (fifo 100%) [buf 100%] 28.8x. Track 01: 107 of 148 MB written (fifo 98%) [buf 100%] 27.9x. Track 01: 108 of 148 MB written (fifo 100%) [buf 100%] 28.8x. Track 01: 109 of 148 MB written (fifo 100%) [buf 100%] 28.0x. Track 01: 110 of 148 MB written (fifo 98%) [buf 100%] 28.9x. Track 01: 111 of 148 MB written (fifo 100%) [buf 100%] 28.0x. Track 01: 112 of 148 MB written (fifo 98%) [buf 100%] 28.9x. Track 01: 113 of 148 MB written (fifo 100%) [buf 100%] 28.1x. Track 01: 114 of 148 MB written (fifo 100%) [buf 100%] 29.0x. Track 01: 115 of 148 MB written (fifo 100%) [buf 100%] 28.1x. Track 01: 116 of 148 MB written (fifo 100%) [buf 100%] 29.0x. Track 01: 117 of 148 MB written (fifo 100%) [buf 100%] 28.2x. Track 01: 118 of 148 MB written (fifo 100%) [buf 100%] 29.1x. Track 01: 119 of 148 MB written (fifo 100%) [buf 100%] 28.2x. Track 01: 120 of 148 MB written (fifo 98%) [buf 99%] 29.1x. Track 01: 121 of 148 MB written (fifo 100%) [buf 100%] 28.3x. Track 01: 122 of 148 MB written (fifo 100%) [buf 100%] 29.2x. Track 01: 123 of 148 MB written (fifo 98%) [buf 100%] 28.3x. Track 01: 124 of 148 MB written (fifo 100%) [buf 100%] 29.2x. Track 01: 125 of 148 MB written (fifo 98%) [buf 100%] 28.4x. Track 01: 126 of 148 MB written (fifo 100%) [buf 100%] 29.2x. Track 01: 127 of 148 MB written (fifo 98%) [buf 100%] 30.2x. Track 01: 128 of 148 MB written (fifo 98%) [buf 89%] 27.2x. Track 01: 129 of 148 MB written (fifo 96%) [buf 51%] 23.6x. Track 01: 130 of 148 MB written (fifo 98%) [buf 100%] 44.7x. Track 01: 131 of 148 MB written (fifo 100%) [buf 100%] 30.3x. Track 01: 132 of 148 MB written (fifo 100%) [buf 100%] 29.4x. Track 01: 133 of 148 MB written (fifo 100%) [buf 100%] 30.3x. Track 01: 134 of 148 MB written (fifo 100%) [buf 100%] 29.4x. Track 01: 135 of 148 MB written (fifo 98%) [buf 100%] 30.4x. Track 01: 136 of 148 MB written (fifo 98%) [buf 100%] 29.5x. Track 01: 137 of 148 MB written (fifo 100%) [buf 100%] 30.4x. Track 01: 138 of 148 MB written (fifo 100%) [buf 100%] 29.5x. Track 01: 139 of 148 MB written (fifo 100%) [buf 100%] 30.5x. Track 01: 140 of 148 MB written (fifo 100%) [buf 100%] 29.6x. Track 01: 141 of 148 MB written (fifo 100%) [buf 100%] 30.5x. Track 01: 142 of 148 MB written (fifo 100%) [buf 100%] 29.6x. Track 01: 143 of 148 MB written (fifo 100%) [buf 100%] 30.6x. Track 01: 144 of 148 MB written (fifo 100%) [buf 100%] 29.6x. Track 01: 145 of 148 MB written (fifo 100%) [buf 100%] 30.6x. Track 01: 146 of 148 MB written (fifo 100%) [buf 100%] 29.7x. Track 01: 147 of 148 MB written (fifo 100%) [buf 100%] 30.6x. Track 01: 148 of 148 MB written (fifo 100%) [buf 100%] 29.7x. Track 01: Total bytes read/written: 155412480/155412480 (75885 sectors). Writing time: 62.396s Average write speed 20.4x. Min drive buffer fill was 51% Fixating... Fixating time: 14.110s BURN-Free was never needed. cdrecord command: ----------------------- /usr/bin/cdrecord -v gracetime=2 dev=/dev/scd0 speed=48 -dao driveropts=burnfree -eject -data /tmp/kde-olivares/slax.iso Thanks, Antonio ____________________________________________________________________________________ Don't pick lemons. See all the new 2007 cars at Yahoo! Autos. http://autos.yahoo.com/new_cars.html From olivares14031 at yahoo.com Thu Apr 12 00:37:39 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Wed, 11 Apr 2007 17:37:39 -0700 (PDT) Subject: where's crontab In-Reply-To: Message-ID: <20070412003740.52165.qmail@web52610.mail.re2.yahoo.com> --- "Wojtek.Pilorz" wrote: > > > > How do I get crontab for rawhide? > > > anacron > crontabs > vixie-cron > > [...] > > > > Regards, > > > > Antonio > > > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > Thanks Wojtek and Matthias! crontab is now installed yum install /etc/crontab did not work, but yum install anacron vixie-cron did. [olivares at localhost ~]$ crontab -l no crontab for olivares [olivares at localhost ~]$ Regards, Antonio ____________________________________________________________________________________ It's here! Your new message! Get new email alerts with the free Yahoo! Toolbar. http://tools.search.yahoo.com/toolbar/features/mail/ From olivares14031 at yahoo.com Thu Apr 12 00:57:17 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Wed, 11 Apr 2007 17:57:17 -0700 (PDT) Subject: denied avcs Rawhide how to troubleshoot Message-ID: <20070412005717.67991.qmail@web52609.mail.re2.yahoo.com> ----- Original Message ---- From: Harald Hoyer To: For testers of Fedora Core development releases Sent: Wednesday, April 11, 2007 5:36:05 AM Subject: Re: denied avcs Rawhide how to troubleshoot > Please submit this as a udev bug. > > Done! > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235953 > > Regards, > > Antonio fixed -- fedora-test-list mailing list fedora-test-list at redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list When will the update to udev be released? Still get the denied messages and udev is still at udev-106-1 audit(1176360732.257:4): avc: denied { create } for pid=951 comm="create_floppy_d" name="fd0u1440" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file [olivares at localhost ~]$ rpm -qa udev udev-106-1.fc7 [olivares at localhost ~]$ [root at localhost ~]# yum update udev Loading "installonlyn" plugin Setting up Update Process Could not find update match for udev No Packages marked for Update/Obsoletion Thanks, Antonio ____________________________________________________________________________________ We won't tell. Get more on shows you hate to love (and love to hate): Yahoo! TV's Guilty Pleasures list. http://tv.yahoo.com/collections/265 From tbrinkman at sbcglobal.net Wed Apr 11 23:31:19 2007 From: tbrinkman at sbcglobal.net (Tom Brinkman) Date: Wed, 11 Apr 2007 18:31:19 -0500 Subject: Anyone have mplayer working with FC7 test3? In-Reply-To: References: <6B74CFE2B2A0B748BB3DC16E04769786366F2B@hall.tup.com> Message-ID: <200704111831.20836.tbrinkman@sbcglobal.net> On Wednesday 11 April 2007, alan wrote: > On Wed, 11 Apr 2007, Arch Willingham wrote: > > I have it working with one machine running FC7 test3 but it was > > an upgrade from FC6. I just did a brand new install of FC7 > > test3 and tried to install mplayer. It died with dependency > > issues with libdts.so.0,libfaad.so.0, and libxvidcore.so.4 (see > > below). > > > > # rpm -Uvh mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm > > warning: mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm: Header V3 > > DSA signature: NOKEY, key ID a109b1ec error: Failed > > dependencies: > > libdts.so.0 is needed by > > mplayer-1.0-0.72.20070325svn.lvn7.i386 libfaad.so.0 is needed > > by mplayer-1.0-0.72.20070325svn.lvn7.i386 libxvidcore.so.4 is > > needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 > > Have you tried rebuilding mplayer from the source rpm? I've been runnin F7 all along, now way past test3. Long ago I gave up on either ATRpms or Livna builds. ? ? http://www.mplayerhq.hu/design7/dload.html ? ?and follow the simple instructions under "Downloading MPlayer from Subversion" ? ? After the first time, a quick 'svn update' will grab the latest src changes, 'make' is real quick as it just recompiles those changes. ?I use './configure --prefix=/usr' so that mplayer, mencoder binaries will be in /usr/bin MPlayer dev-SVN-r22979-4.1.2 (C) 2000-2007 MPlayer Team Today's update (just now). IMO, much better mplayer (mencoder) than deprecated 3rd party versions for Fedora. -- Tom Brinkman Corpus Christi, Texas From arch at tuparks.com Thu Apr 12 01:38:38 2007 From: arch at tuparks.com (Arch Willingham) Date: Wed, 11 Apr 2007 21:38:38 -0400 Subject: Anyone have mplayer working with FC7 test3? In-Reply-To: <1176331758.3486.0.camel@scrappy.miketc.com> Message-ID: <6B74CFE2B2A0B748BB3DC16E04769786366F31@hall.tup.com> I'm embarrassed to admit I don't know how to do that. -----Original Message----- From: fedora-test-list-bounces at redhat.com [mailto:fedora-test-list-bounces at redhat.com]On Behalf Of Mike Chambers Sent: Wednesday, April 11, 2007 6:49 PM To: For testers of Fedora Core development releases Subject: Re: Anyone have mplayer working with FC7 test3? On Wed, 2007-04-11 at 15:40 -0700, alan wrote: > On Wed, 11 Apr 2007, Arch Willingham wrote: > > > I have it working with one machine running FC7 test3 but it was an upgrade from FC6. I just did a brand new install of FC7 test3 and tried to install mplayer. It died with dependency issues with libdts.so.0,libfaad.so.0, and libxvidcore.so.4 (see below). > > > > # rpm -Uvh mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm > > warning: mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm: Header V3 DSA signature: NOKEY, key ID a109b1ec > > error: Failed dependencies: > > libdts.so.0 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 > > libfaad.so.0 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 > > libxvidcore.so.4 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 > > Have you tried rebuilding mplayer from the source rpm? Might make sure the fedora repo is open and not just rawhide/development. -- Mike Chambers Madisonville, KY "Sex is like air, it's not important unless your not getting any!" -- fedora-test-list mailing list fedora-test-list at redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list From arch at tuparks.com Thu Apr 12 01:38:54 2007 From: arch at tuparks.com (Arch Willingham) Date: Wed, 11 Apr 2007 21:38:54 -0400 Subject: Anyone have mplayer working with FC7 test3? In-Reply-To: Message-ID: <6B74CFE2B2A0B748BB3DC16E04769786366F32@hall.tup.com> Nope but I'll give it a shot! -----Original Message----- From: fedora-test-list-bounces at redhat.com [mailto:fedora-test-list-bounces at redhat.com]On Behalf Of alan Sent: Wednesday, April 11, 2007 6:41 PM To: For testers of Fedora Core development releases Subject: Re: Anyone have mplayer working with FC7 test3? On Wed, 11 Apr 2007, Arch Willingham wrote: > I have it working with one machine running FC7 test3 but it was an upgrade from FC6. I just did a brand new install of FC7 test3 and tried to install mplayer. It died with dependency issues with libdts.so.0,libfaad.so.0, and libxvidcore.so.4 (see below). > > # rpm -Uvh mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm > warning: mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm: Header V3 DSA signature: NOKEY, key ID a109b1ec > error: Failed dependencies: > libdts.so.0 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 > libfaad.so.0 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 > libxvidcore.so.4 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 Have you tried rebuilding mplayer from the source rpm? -- "Invoking the supernatural can explain anything, and hence explains nothing." - University of Utah bioengineering professor Gregory Clark -- fedora-test-list mailing list fedora-test-list at redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list From rodd at clarkson.id.au Thu Apr 12 04:44:34 2007 From: rodd at clarkson.id.au (Rodd Clarkson) Date: Thu, 12 Apr 2007 14:44:34 +1000 Subject: Install Python GL stuff for glchess stops glchess working. Message-ID: <1176353074.24205.4.camel@localhost.localdomain> I ran glchess (Applications > Games > Chess) to see what it was like and it works fine, except that when you try to use the 3d version, it warns you need some Python packages for OpenGL (package names would be useful, instead of nice readable names, but I think I figured out what was needed). I installed PyOpenGL and pygtkglext using yum (so it installed some dependancies) and now I get the following output trying to run glchess from the commmand line: [rodd at localhost ~]$ glchess Traceback (most recent call last): File "/usr/bin/glchess", line 20, in start_game() File "/usr/lib/python2.5/site-packages/glchess/glchess.py", line 2, in start_game import main File "/usr/lib/python2.5/site-packages/glchess/main.py", line 18, in import scene.opengl File "/usr/lib/python2.5/site-packages/glchess/scene/opengl/__init__.py", line 2, in import OpenGL.GL File "/usr/lib/python2.5/site-packages/OpenGL/GL/__init__.py", line 2, in from OpenGL.raw.GL import * File "/usr/lib/python2.5/site-packages/OpenGL/raw/GL/__init__.py", line 6, in from OpenGL.raw.GL.constants import * File "/usr/lib/python2.5/site-packages/OpenGL/raw/GL/constants.py", line 7, in from OpenGL import platform, arrays File "/usr/lib/python2.5/site-packages/OpenGL/platform/__init__.py", line 24, in from OpenGL.platform.glx import * File "/usr/lib/python2.5/site-packages/OpenGL/platform/glx.py", line 41, in mode=ctypes.RTLD_GLOBAL File "/usr/lib/python2.5/site-packages/OpenGL/platform/ctypesloader.py", line 37, in loadLibrary return dllType( name, mode ) File "/usr/lib/python2.5/ctypes/__init__.py", line 312, in __init__ self._handle = _dlopen(self._name, mode) OSError: glut: cannot open shared object file: No such file or directory [rodd at localhost ~]$ glchess Traceback (most recent call last): File "/usr/bin/glchess", line 20, in start_game() File "/usr/lib/python2.5/site-packages/glchess/glchess.py", line 2, in start_game import main File "/usr/lib/python2.5/site-packages/glchess/main.py", line 18, in import scene.opengl File "/usr/lib/python2.5/site-packages/glchess/scene/opengl/__init__.py", line 2, in import OpenGL.GL File "/usr/lib/python2.5/site-packages/OpenGL/GL/__init__.py", line 2, in from OpenGL.raw.GL import * File "/usr/lib/python2.5/site-packages/OpenGL/raw/GL/__init__.py", line 6, in from OpenGL.raw.GL.constants import * File "/usr/lib/python2.5/site-packages/OpenGL/raw/GL/constants.py", line 7, in from OpenGL import platform, arrays File "/usr/lib/python2.5/site-packages/OpenGL/platform/__init__.py", line 24, in from OpenGL.platform.glx import * File "/usr/lib/python2.5/site-packages/OpenGL/platform/glx.py", line 41, in mode=ctypes.RTLD_GLOBAL File "/usr/lib/python2.5/site-packages/OpenGL/platform/ctypesloader.py", line 37, in loadLibrary return dllType( name, mode ) File "/usr/lib/python2.5/ctypes/__init__.py", line 312, in __init__ self._handle = _dlopen(self._name, mode) OSError: glut: cannot open shared object file: No such file or directory [rodd at localhost ~]$ Anyone want to hazard a guess as to what's wrong? R. -- "It's a fine line between denial and faith. It's much better on my side" From fedora at leemhuis.info Thu Apr 12 05:02:28 2007 From: fedora at leemhuis.info (Thorsten Leemhuis) Date: Thu, 12 Apr 2007 07:02:28 +0200 Subject: Anyone have mplayer working with FC7 test3? -> Yes In-Reply-To: <6B74CFE2B2A0B748BB3DC16E04769786366F2B@hall.tup.com> References: <6B74CFE2B2A0B748BB3DC16E04769786366F2B@hall.tup.com> Message-ID: <461DBD64.7090601@leemhuis.info> On 12.04.2007 00:39, Arch Willingham wrote: > I have it working with one machine running FC7 test3 but it was an > upgrade from FC6. I just did a brand new install of FC7 test3 and > tried to install mplayer. It died with dependency issues with > libdts.so.0,libfaad.so.0, and libxvidcore.so.4 (see below). I just installed mplayer freshly here and it worked fine (latest rawhide, x86_64) > # rpm -Uvh mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm warning: > mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm: Header V3 DSA signature: > NOKEY, key ID a109b1ec error: Failed dependencies: libdts.so.0 is > needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 libfaad.so.0 is > needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 libxvidcore.so.4 is > needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 $ rpm -qf /usr/lib64/{libdts.so.0,libfaad.so.0,libxvidcore.so.4} libdca-0.0.2-3.lvn7 faad2-2.0-19.20050131.lvn6 xvidcore-1.1.2-2.lvn7 Make sure you got those from livna as well. CU thl From peter at thecodergeek.com Thu Apr 12 06:01:55 2007 From: peter at thecodergeek.com (Peter Gordon) Date: Wed, 11 Apr 2007 23:01:55 -0700 Subject: Install Python GL stuff for glchess stops glchess working. In-Reply-To: <1176353074.24205.4.camel@localhost.localdomain> References: <1176353074.24205.4.camel@localhost.localdomain> Message-ID: <1176357715.4240.5.camel@tuxhugs> On Thu, 2007-04-12 at 14:44 +1000, Rodd Clarkson wrote: > I installed PyOpenGL and pygtkglext using yum (so it installed some > dependancies) and now I get the following output trying to run glchess > from the commmand line: > > [rodd at localhost ~]$ glchess > Traceback (most recent call last): > [...] > OSError: glut: cannot open shared object file: No such file or directory > [rodd at localhost ~]$ glchess You need to install the freeglut package. This is a missing dependency from the PyOpenGL package then (good catch!); and I've reported it to the maintainer as bug #236159 [1]. [1] https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=236159 -- Peter Gordon (codergeek42) / FSF & EFF Member GnuPG Public Key ID: 0xFFC19479 / Fingerprint: DD68 A414 56BD 6368 D957 9666 4268 CB7A FFC1 9479 Blog: http://thecodergeek.com/blog/ About: http://fedoraproject.org/wiki/PeterGordon -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From arch at tuparks.com Thu Apr 12 06:10:07 2007 From: arch at tuparks.com (Arch Willingham) Date: Thu, 12 Apr 2007 02:10:07 -0400 Subject: Anyone have mplayer working with FC7 test3? -> Yes In-Reply-To: <461DBD64.7090601@leemhuis.info> Message-ID: <6B74CFE2B2A0B748BB3DC16E04769786366F39@hall.tup.com> Thanks! -----Original Message----- From: fedora-test-list-bounces at redhat.com [mailto:fedora-test-list-bounces at redhat.com]On Behalf Of Thorsten Leemhuis Sent: Thursday, April 12, 2007 1:02 AM To: For testers of Fedora Core development releases Subject: Re: Anyone have mplayer working with FC7 test3? -> Yes On 12.04.2007 00:39, Arch Willingham wrote: > I have it working with one machine running FC7 test3 but it was an > upgrade from FC6. I just did a brand new install of FC7 test3 and > tried to install mplayer. It died with dependency issues with > libdts.so.0,libfaad.so.0, and libxvidcore.so.4 (see below). I just installed mplayer freshly here and it worked fine (latest rawhide, x86_64) > # rpm -Uvh mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm warning: > mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm: Header V3 DSA signature: > NOKEY, key ID a109b1ec error: Failed dependencies: libdts.so.0 is > needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 libfaad.so.0 is > needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 libxvidcore.so.4 is > needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 $ rpm -qf /usr/lib64/{libdts.so.0,libfaad.so.0,libxvidcore.so.4} libdca-0.0.2-3.lvn7 faad2-2.0-19.20050131.lvn6 xvidcore-1.1.2-2.lvn7 Make sure you got those from livna as well. CU thl -- fedora-test-list mailing list fedora-test-list at redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list From tla at rasmil.dk Thu Apr 12 06:30:13 2007 From: tla at rasmil.dk (Tim Lauridsen) Date: Thu, 12 Apr 2007 08:30:13 +0200 Subject: Anyone have mplayer working with FC7 test3? In-Reply-To: <6B74CFE2B2A0B748BB3DC16E04769786366F2B@hall.tup.com> References: <6B74CFE2B2A0B748BB3DC16E04769786366F2B@hall.tup.com> Message-ID: <461DD1F5.1040308@rasmil.dk> Arch Willingham wrote: > I have it working with one machine running FC7 test3 but it was an upgrade from FC6. I just did a brand new install of FC7 test3 and tried to install mplayer. It died with dependency issues with libdts.so.0,libfaad.so.0, and libxvidcore.so.4 (see below). > > # rpm -Uvh mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm > warning: mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm: Header V3 DSA signature: NOKEY, key ID a109b1ec > error: Failed dependencies: > libdts.so.0 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 > libfaad.so.0 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 > libxvidcore.so.4 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 > > > Thanks! > > Arch > > No problem here. #rpm -ivh http://rpm.livna.org/livna-release-6.rpm #vi /etc/yum.repos.d/livna.repo change the 'enabled=1' to 'enabled=0' #yum --enabledrepo=livna-development install mplayer. ============================================================================ Package Arch Version Repository Size ============================================================================= Installing: mplayer i386 1.0-0.72.20070325svn.lvn7 livna-development 4.0 M Installing for dependencies: aalib i386 1.4.0-0.11.rc5.fc6 extras-development 74 k enca i386 1.9-3.fc6 extras-development 118 k faad2 i386 2.0-19.20050131.lvn6 livna-development 209 k libXvMC i386 1.0.4-1.fc7 development 22 k libXxf86dga i386 1.0.1-3.1 development 15 k libdca i386 0.0.2-3.lvn7 livna-development 103 k libdvdnav i386 0.1.10-2.lvn6 livna-development 89 k libdvdread i386 0.9.7-2.fc7 extras-development 66 k libmpcdec i386 1.2.2-4.fc6 extras-development 30 k lirc i386 0.8.1-1.fc7 extras-development 240 k lzo i386 2.02-2.fc6 extras-development 63 k xvidcore i386 1.1.2-2.lvn7 livna-development 243 k Tim From tla at rasmil.dk Thu Apr 12 06:33:14 2007 From: tla at rasmil.dk (Tim Lauridsen) Date: Thu, 12 Apr 2007 08:33:14 +0200 Subject: Anyone have mplayer working with FC7 test3? In-Reply-To: <461DD1F5.1040308@rasmil.dk> References: <6B74CFE2B2A0B748BB3DC16E04769786366F2B@hall.tup.com> <461DD1F5.1040308@rasmil.dk> Message-ID: <461DD2AA.1050100@rasmil.dk> Tim Lauridsen wrote: > Arch Willingham wrote: >> I have it working with one machine running FC7 test3 but it was an >> upgrade from FC6. I just did a brand new install of FC7 test3 and >> tried to install mplayer. It died with dependency issues with >> libdts.so.0,libfaad.so.0, and libxvidcore.so.4 (see below). >> >> # rpm -Uvh mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm >> warning: mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm: Header V3 DSA >> signature: NOKEY, key ID a109b1ec >> error: Failed dependencies: >> libdts.so.0 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 >> libfaad.so.0 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 >> libxvidcore.so.4 is needed by >> mplayer-1.0-0.72.20070325svn.lvn7.i386 >> >> >> Thanks! >> >> Arch >> >> > No problem here. > > #rpm -ivh http://rpm.livna.org/livna-release-6.rpm > #vi /etc/yum.repos.d/livna.repo > change the 'enabled=1' to 'enabled=0' > #yum --enabledrepo=livna-development install mplayer. ups, it should be yum --enablerepo=livna-development install mplayer Tim From rodd at clarkson.id.au Thu Apr 12 07:05:34 2007 From: rodd at clarkson.id.au (Rodd Clarkson) Date: Thu, 12 Apr 2007 17:05:34 +1000 Subject: Install Python GL stuff for glchess stops glchess working. In-Reply-To: <1176357715.4240.5.camel@tuxhugs> References: <1176353074.24205.4.camel@localhost.localdomain> <1176357715.4240.5.camel@tuxhugs> Message-ID: <1176361534.24205.6.camel@localhost.localdomain> On Wed, 2007-04-11 at 23:01 -0700, Peter Gordon wrote: > On Thu, 2007-04-12 at 14:44 +1000, Rodd Clarkson wrote: > > > I installed PyOpenGL and pygtkglext using yum (so it installed some > > dependancies) and now I get the following output trying to run glchess > > from the commmand line: > > > > [rodd at localhost ~]$ glchess > > Traceback (most recent call last): > > [...] > > OSError: glut: cannot open shared object file: No such file or directory > > [rodd at localhost ~]$ glchess > > You need to install the freeglut package. > > This is a missing dependency from the PyOpenGL package then (good > catch!); and I've reported it to the maintainer as bug #236159 [1]. > > [1] https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=236159 Indeed, installing freeglut fixed the problem. Thanks. R. > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list -- "It's a fine line between denial and faith. It's much better on my side" From buildsys at redhat.com Thu Apr 12 10:02:53 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Thu, 12 Apr 2007 06:02:53 -0400 Subject: rawhide report: 20070412 changes Message-ID: <200704121002.l3CA2rY2028557@hs20-bc2-6.build.redhat.com> Updated Packages: bind-31:9.4.0-5.fc7 ------------------- * Wed Apr 11 2007 Adam Tkac 31:9.4.0-5.fc7 - dnssec-signzone utility now doesn't ignore -d parameter curl-7.16.2-1.fc7 ----------------- * Wed Apr 11 2007 Jindrich Novy 7.16.2-1 - update to 7.16.2 dhcp-12:3.0.5-30.fc7 -------------------- * Wed Apr 11 2007 David Cantrell - 12:3.0.5-30 - Enable Xen patch again, kernel bits present (#231444) * Tue Apr 10 2007 David Cantrell - 12:3.0.5-29 - Spec file cleanups (#225691) fonts-japanese-0.20061016-6.fc7 ------------------------------- * Thu Apr 12 2007 Akira TAGOH - 0.20061016-6 - Remove %config from the files under /usr/share/ghostscript/conf.d. - clean up more in spec file. * Tue Apr 10 2007 Akira TAGOH - 0.20061016-5 - Move the configuration files for ghostscript under /usr/share/ghostscript/conf.d gamin-0.1.8-5.fc7 ----------------- * Wed Apr 11 2007 Alexander Larsson - 0.1.8-5 - Add patch that handles inotify failing fallback (#233316) gnome-python2-extras-2.14.3-2.fc7 --------------------------------- * Wed Apr 11 2007 Matthew Barnes - 2.14.3-2.fc7 - Rebuild against firefox-2.0.0.3. - Require exactly 2.0.0.3 so we're notified of dependency breaks. gnome-vfs2-2.18.1-2.fc7 ----------------------- * Wed Apr 11 2007 Alexander Larsson - 2.18.1-2 - Require libsmbclient, not samba-common * Wed Apr 11 2007 Alexander Larsson - 2.18.1-1 - Update to 2.18.1 k3b-0:1.0-1.fc7 --------------- * Wed Apr 11 2007 Harald Hoyer - 0:1.0-1 - version k3b-1.0 - provide/obsolete k3b-extras kernel-2.6.20-1.3059.fc7 ------------------------ * Wed Apr 11 2007 Dave Jones - DRM support for Intel 965GM * Wed Apr 11 2007 Dave Jones - 2.6.21-rc6-git4 * Wed Apr 11 2007 John W. Linville - Add fix for bcm43xx-mac80211 oops on ppc w/ phy rev 1 - Set IPW_WARNING to KERN_WARN to make iwlwifi less chatty kexec-tools-1.101-69.fc7 ------------------------ * Wed Apr 11 2007 Neil Horman - 1.101-69.fc7 - Fixed up kdump.init to enforce mode 600 on authorized_keys2 (bz 235986) libXi-1.0.4-1 ------------- * Wed Apr 11 2007 Adam Jackson 1.0.4-1 - libXi 1.0.4 libdhcp-1.24-2.fc7 ------------------ * Wed Apr 11 2007 David Cantrell - 1.24-2 - Request and handle static-routes option for IPv4 requests (#149736) libselinux-2.0.12-1.fc7 ----------------------- * Wed Apr 11 2007 Dan Walsh - 2.0.12-1 - Upgrade to upstream * Merged support for getting initial contexts from James Carter. man-pages-2.44-1.fc7 -------------------- * Wed Apr 11 2007 Ivana Varekova 2.44-1 - update to 2.44 * Mon Apr 02 2007 Steve Dickson 2.43-12 - Remove the rpcinfo man page (#228894). * Fri Mar 16 2007 Ivana Varekova 2.43-11 - Resolves: 230899 Error in the man-pages.spec file: incorrect encoding convertation mdadm-2.6.1-3.fc7 ----------------- * Wed Apr 11 2007 Doug Ledford - 2.6.1-3 - Various cleanups as part of merge review process - Related: bz226134 nautilus-2.18.1-2.fc7 --------------------- * Wed Apr 11 2007 Alexander Larsson - 2.18.1-2 - Fix memleak (#235696) * Wed Apr 11 2007 Alexander Larsson - 2.18.1-1 - Update to 2.18.1 parted-1.8.6-3.fc7 ------------------ * Wed Apr 11 2007 David Cantrell - 1.8.6-3 - Fix off-by-one bug in parted(8) when displaying disk label (#235901) policycoreutils-2.0.8-1.fc7 --------------------------- * Wed Apr 11 2007 Dan Walsh 2.0.8-1 - Updated version of sepolgen * Merged updates to sepolgen-ifgen from Karl MacMillan. * Merged updates to sepolgen parser and tools from Karl MacMillan. This includes improved debugging support, handling of interface calls with list parameters, support for role transition rules, updated range transition rule support, and looser matching. qt-1:3.3.8-4.fc7 ---------------- * Wed Apr 11 2007 Than Ngo - 1:3.3.8-4.fc7 - adjust qt-3.3.8-fontrendering-as_IN-209972.patch and qt-3.3.8-fontrendering-#214570.patch for qt-3.3.8 redhat-rpm-config-8.0.45-15.fc7 ------------------------------- * Wed Apr 11 2007 Jon Masters 8.0.45-15 - Add modalias tags to kernel module packages (kmods) for tracking. - Further information is available at http://www.kerneldrivers.org/. rhythmbox-0.10.0-4.fc7 ---------------------- * Wed Apr 11 2007 - Bastien Nocera - 0.10.0-4.fc7 - Provide some quality Ogg radios in the default iRadio catalogue (#229677) * Wed Apr 11 2007 - Bastien Nocera - 0.10.0-3.fc7 - Add requires for gnome-themes, spotted by Nigel Jones (#235818) rpcbind-0.1.4-4.fc7 ------------------- * Wed Apr 11 2007 Jeremy Katz - 0.1.4-4 - change man-pages requires into a conflicts as we don't have to have man-pages installed, but if we do, we need the newer version rsh-0.17-40.fc7 --------------- * Tue Apr 10 2007 Adam Tkac 0.17-40.fc7 - improved -D option to rlogind - when name won't be resolved rlogind uses IP address - added smp_mflags to make scim-1.4.5-13.fc7 ----------------- * Wed Apr 11 2007 Jens Petersen - 1.4.5-13 - do not set a hotkey by default for non-Asian users (#235435) - move the scim system config file from scim-system-default-config.patch into a source file scim-system-config * Wed Apr 04 2007 Jens Petersen - 1.4.5-12 - add X-GNOME-PersonalSettings category to scim-setup.desktop (#234167) - also use desktop-file-install instead of scim-setup-desktop-file.patch to remove Applications category * Tue Mar 13 2007 Jens Petersen - 1.4.5-11 - improve sourceforge url to main tarball (#226395) - preserve timestamps under make install (#226395) selinux-policy-2.5.12-1.fc7 --------------------------- * Tue Apr 10 2007 Dan Walsh 2.5.12-1 - Update to upstream sysklogd-1.4.2-4.fc7 -------------------- * Wed Apr 11 2007 Peter Vrabec 1.4.2-4 - some fixes of previous release (#223573) system-config-display-1.0.51-1.fc7 ---------------------------------- * Wed Apr 11 2007 Adam Jackson 1.0.51-1 - Load the mouse and keyboard configs from the config file, so as not to clobber them. (#145316) system-config-soundcard-2.0.6-4.fc7 ----------------------------------- * Wed Apr 11 2007 Martin Stransky 2.0.6-4 - fixed #227778 - Firstboot soundcard screen 'too wide' with long name - fixed device and initial soundcard configuration - fixed modprobe.conf parser totem-2.18.1-2.fc7 ------------------ * Wed Apr 11 2007 - Bastien Nocera - 2.18.1-2 - Add requires for gnome-themes, spotted by Nigel Jones (#235819) udev-106-2.fc7 -------------- * Wed Apr 11 2007 Harald Hoyer - 106-2 - create floppy device nodes with the correct selinux context (bug #235953) - Resolves: rhbz#235953 * Wed Mar 07 2007 Harald Hoyer - 106-1 - version 106 - specfile cleanup - removed pilot rule - removed dasd_id and dasd_id rule - provide static versions in a subpackage * Wed Feb 21 2007 Harald Hoyer - 105-1 - version 105 xdoclet-0:1.2.3-7jpp.3 ---------------------- * Wed Apr 11 2007 Thomas Fitzsimmons - 0:1.2.3-7jpp.3 - Remove mockobjects requirements. xorg-x11-server-1.2.99.905-4.fc7 -------------------------------- * Wed Apr 11 2007 Adam Jackson 1.2.99.905-4 - xserver-1.3.0-no-prerelease-warning.patch: Hush the useless prerelease warning if we happen to be building one (and even if not). - xserver-1.3.0-pci-device-enable.patch: Make sure the PCI device is enabled in sysfs before we start touching it, otherwise, armageddon. Broken deps for ppc64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ppc64 requires gimp-print >= 0:4.2.0 Broken deps for i386 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.i386 requires gimp-print >= 0:4.2.0 Broken deps for ia64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ia64 requires gimp-print >= 0:4.2.0 Broken deps for x86_64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.x86_64 requires gimp-print >= 0:4.2.0 Broken deps for ppc ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ppc requires gimp-print >= 0:4.2.0 From olivares14031 at yahoo.com Thu Apr 12 12:14:19 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Thu, 12 Apr 2007 05:14:19 -0700 (PDT) Subject: denied avcs Rawhide how to troubleshoot Message-ID: <20070412121419.76373.qmail@web52607.mail.re2.yahoo.com> ----- Original Message ---- From: Antonio Olivares To: For testers of Fedora Core development releases Sent: Wednesday, April 11, 2007 7:57:17 PM Subject: Re: denied avcs Rawhide how to troubleshoot ----- Original Message ---- From: Harald Hoyer To: For testers of Fedora Core development releases Sent: Wednesday, April 11, 2007 5:36:05 AM Subject: Re: denied avcs Rawhide how to troubleshoot > Please submit this as a udev bug. > > Done! > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235953 > > Regards, > > Antonio fixed -- fedora-test-list mailing list fedora-test-list at redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list When will the update to udev be released? Still get the denied messages and udev is still at udev-106-1 audit(1176360732.257:4): avc: denied { create } for pid=951 comm="create_floppy_d" name="fd0u1440" scontext=system_u:system_r:udev_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=blk_file [olivares at localhost ~]$ rpm -qa udev udev-106-1.fc7 [olivares at localhost ~]$ [root at localhost ~]# yum update udev Loading "installonlyn" plugin Setting up Update Process Could not find update match for udev No Packages marked for Update/Obsoletion Thanks, Antonio ____________________________________________________________________________________ We won't tell. Get more on shows you hate to love (and love to hate): Yahoo! TV's Guilty Pleasures list. http://tv.yahoo.com/collections/265 -- fedora-test-list mailing list fedora-test-list at redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list Sorry for the noise, now the latest updates fix the problem. udev-106-2.fc7 -------------- * Wed Apr 11 2007 Harald Hoyer - 106-2 - create floppy device nodes with the correct selinux context (bug #235953) - Resolves: rhbz#235953 Regards, Antonio Don't be flakey. Get Yahoo! Mail for Mobile and always stay connected to friends. http://mobile.yahoo.com/mail From rdieter at math.unl.edu Thu Apr 12 13:03:11 2007 From: rdieter at math.unl.edu (Rex Dieter) Date: Thu, 12 Apr 2007 08:03:11 -0500 Subject: k3b does not see other cdrom drive and k3b problems References: <20070412002212.14239.qmail@web52605.mail.re2.yahoo.com> Message-ID: Antonio Olivares wrote: > I have two cd drives in my computer. One is a TSSTcorp, samsumg > writemaster drive which is identified by k3b correctly. However the other > drive does not show up. imo, better asked on the k3b-user ml, http://sourceforge.net/mail/?group_id=26138 > k3b only sees 1 of the drives. The other drive does not appear. k3b is > also at 1.0rc6 or something like that, when it will be updated to 1.0? just updated in rawhide today (yesterday?). > I also get the following message when running k3b. > > cdrdao will be run without root privileges > It is highly recommended to configure cdrdao to run with root privileges > to increase the overall stability of the burning process. Mostly harmless. We might want to disable that warning. (?) > Mp3 Audio Decoder plugin not found. Not free, so not included in Fedora's k3b build (hint: livna has k3b-extras-nonfree for that kind of stuff) -- Rex From nphilipp at redhat.com Thu Apr 12 15:02:08 2007 From: nphilipp at redhat.com (Nils Philippsen) Date: Thu, 12 Apr 2007 17:02:08 +0200 Subject: rawhide report: 20070412 changes In-Reply-To: <200704121002.l3CA2rY2028557@hs20-bc2-6.build.redhat.com> References: <200704121002.l3CA2rY2028557@hs20-bc2-6.build.redhat.com> Message-ID: <1176390128.12320.43.camel@gibraltar.stuttgart.redhat.com> On Thu, 2007-04-12 at 06:02 -0400, buildsys at redhat.com wrote: > Broken deps for ppc64 > ---------------------------------------------------------- > gimp - 2:2.2.13-2.fc7.ppc64 requires gimp-print >= 0:4.2.0 gimp requires gimp-print which nowadays is provided by gutenprint which is in extras which prevents gimp from being rebuilt with the corrected requirements ;-). Should all be sorted out by the merger I hope. -- Nils Philippsen / Red Hat / nphilipp at redhat.com "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety." -- B. Franklin, 1759 PGP fingerprint: C4A8 9474 5C4C ADE3 2B8F 656D 47D8 9B65 6951 3011 From sdl.web at gmail.com Thu Apr 12 15:07:40 2007 From: sdl.web at gmail.com (Leo) Date: Thu, 12 Apr 2007 16:07:40 +0100 Subject: rawhide report: 20070412 changes References: <200704121002.l3CA2rY2028557@hs20-bc2-6.build.redhat.com> <1176390128.12320.43.camel@gibraltar.stuttgart.redhat.com> Message-ID: ----- Nils Philippsen (2007-04-12) wrote:----- >> Broken deps for ppc64 >> ---------------------------------------------------------- >> gimp - 2:2.2.13-2.fc7.ppc64 requires gimp-print >= 0:4.2.0 > > gimp requires gimp-print which nowadays is provided by gutenprint > which is in extras which prevents gimp from being rebuilt with the > corrected requirements ;-). If upgrade from Fedora 6, will gutenprint replace gimp-print? -- Leo (GPG Key: 9283AA3F) From fedora at mfraz.freeserve.co.uk Thu Apr 12 15:21:38 2007 From: fedora at mfraz.freeserve.co.uk (Mark Fraser) Date: Thu, 12 Apr 2007 16:21:38 +0100 Subject: k3b does not see other cdrom drive and k3b problems In-Reply-To: References: <20070412002212.14239.qmail@web52605.mail.re2.yahoo.com> Message-ID: <4ed27014fdfedora@mfraz.freeserve.co.uk> In article , Rex Dieter wrote: > Antonio Olivares wrote: [Snip] > > cdrdao will be run without root privileges > > It is highly recommended to configure cdrdao to run with root privileges > > to increase the overall stability of the burning process. > Mostly harmless. We might want to disable that warning. (?) I'm getting this warning too, how do I actually go about configuring cdrdao to have root privileges? From jkeating at redhat.com Thu Apr 12 15:32:27 2007 From: jkeating at redhat.com (Jesse Keating) Date: Thu, 12 Apr 2007 11:32:27 -0400 Subject: rawhide report: 20070412 changes In-Reply-To: References: <200704121002.l3CA2rY2028557@hs20-bc2-6.build.redhat.com> <1176390128.12320.43.camel@gibraltar.stuttgart.redhat.com> Message-ID: <200704121132.27762.jkeating@redhat.com> On Thursday 12 April 2007 11:07:40 Leo wrote: > If upgrade from Fedora 6, will gutenprint replace gimp-print? Yes, it has a Provides: gimp-print. -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From gerrytool at gmail.com Thu Apr 12 15:59:20 2007 From: gerrytool at gmail.com (Gerry Tool) Date: Thu, 12 Apr 2007 10:59:20 -0500 Subject: Keyboard lights always on in F7T3 Message-ID: While in F7T3, all three of my keyboard LEDs are constantly lit. So, it is impossible to tell whether NumLock and CapsLock are actually on without typing something. Do others see this too? If so, what component should a bug be reported against. This keyboard works correctly in FC6, Ubuntu and Windows. Gerry -------------- next part -------------- An HTML attachment was scrubbed... URL: From rdieter at math.unl.edu Thu Apr 12 15:58:30 2007 From: rdieter at math.unl.edu (Rex Dieter) Date: Thu, 12 Apr 2007 10:58:30 -0500 Subject: k3b does not see other cdrom drive and k3b problems References: <20070412002212.14239.qmail@web52605.mail.re2.yahoo.com> <4ed27014fdfedora@mfraz.freeserve.co.uk> Message-ID: Mark Fraser wrote: > In article , > Rex Dieter wrote: >> Antonio Olivares wrote: > > [Snip] > > >> > cdrdao will be run without root privileges >> > It is highly recommended to configure cdrdao to run with root >> > privileges to increase the overall stability of the burning process. > >> Mostly harmless. We might want to disable that warning. (?) > > I'm getting this warning too, how do I actually go about configuring > cdrdao to have root privileges? You don't. afaik, it actually makes matters *worse* (ie, has a good chance of not working at all). Hence, my initial idea of removing the erroneous warning. -- Rex From arch at tuparks.com Thu Apr 12 17:57:47 2007 From: arch at tuparks.com (Arch Willingham) Date: Thu, 12 Apr 2007 13:57:47 -0400 Subject: Anyone have mplayer working with FC7 test3? In-Reply-To: <461DD2AA.1050100@rasmil.dk> Message-ID: <6B74CFE2B2A0B748BB3DC16E04769786366F55@hall.tup.com> Thanks! -----Original Message----- From: fedora-test-list-bounces at redhat.com [mailto:fedora-test-list-bounces at redhat.com]On Behalf Of Tim Lauridsen Sent: Thursday, April 12, 2007 2:33 AM To: For testers of Fedora Core development releases Subject: Re: Anyone have mplayer working with FC7 test3? Tim Lauridsen wrote: > Arch Willingham wrote: >> I have it working with one machine running FC7 test3 but it was an >> upgrade from FC6. I just did a brand new install of FC7 test3 and >> tried to install mplayer. It died with dependency issues with >> libdts.so.0,libfaad.so.0, and libxvidcore.so.4 (see below). >> >> # rpm -Uvh mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm >> warning: mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm: Header V3 DSA >> signature: NOKEY, key ID a109b1ec >> error: Failed dependencies: >> libdts.so.0 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 >> libfaad.so.0 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 >> libxvidcore.so.4 is needed by >> mplayer-1.0-0.72.20070325svn.lvn7.i386 >> >> >> Thanks! >> >> Arch >> >> > No problem here. > > #rpm -ivh http://rpm.livna.org/livna-release-6.rpm > #vi /etc/yum.repos.d/livna.repo > change the 'enabled=1' to 'enabled=0' > #yum --enabledrepo=livna-development install mplayer. ups, it should be yum --enablerepo=livna-development install mplayer Tim -- fedora-test-list mailing list fedora-test-list at redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list From mandreiana.lists at gmail.com Thu Apr 12 19:01:43 2007 From: mandreiana.lists at gmail.com (Marius Andreiana) Date: Thu, 12 Apr 2007 22:01:43 +0300 Subject: totem can't play DVDs Message-ID: <1176404503.3442.5.camel@localhost.localdomain> Hi, I just noticed recently that totem can't play DVDs anymore, even though I have 'gstreamer-plugin*' installed from fedora & livna. (says no codecs). This particular dvd used to work on earlier rawhide. There no dialog like http://fedoraproject.org/wiki/Releases/FeatureCodecBuddy says. Installed Packages totem-2.18.1-1.fc7 gstreamer.i386 0.10.12-1.fc7 installed gstreamer-ffmpeg.i386 0.10.2-2.lvn7 installed gstreamer-plugins-bad.i386 0.10.4-1.lvn7 installed gstreamer-plugins-base.i386 0.10.12-2.fc7 installed gstreamer-plugins-farsight.i386 0.10.2-2.fc7 installed gstreamer-plugins-good.i386 0.10.5-5.fc7 installed gstreamer-plugins-pulse.i386 0.9.4-4.fc7 installed gstreamer-plugins-ugly.i386 0.10.5-2.lvn7 installed gstreamer-tools.i386 0.10.12-1.fc7 installed Thanks, -- Marius Andreiana http://marius.andreiana.googlepages.com From ajackson at redhat.com Thu Apr 12 19:12:31 2007 From: ajackson at redhat.com (Adam Jackson) Date: Thu, 12 Apr 2007 15:12:31 -0400 Subject: Fedora Core 6 Test Update: xorg-x11-drv-savage-2.1.2-3.fc6 Message-ID: <200704121912.l3CJCVgb001228@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-430 2007-04-12 --------------------------------------------------------------------- Product : Fedora Core 6 Name : xorg-x11-drv-savage Version : 2.1.2 Release : 3.fc6 Summary : Xorg X11 savage video driver Description : X.Org X11 savage video driver. --------------------------------------------------------------------- Update Information: Fixes a hang when using DRI. --------------------------------------------------------------------- * Mon Feb 26 2007 Adam Jackson 2.1.2-3 - Delete a call to a symbol that's never existed. Wacky. - Disown the module directory * Fri Feb 16 2007 Adam Jackson 2.1.2-2 - ExclusiveArch -> ExcludeArch - Enable DRI on all arches * Mon Jan 29 2007 Adam Jackson 2.1.2-1 - Update to 2.1.2 --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ d622613d87611414fde520104fc79d0d0654c5e4 SRPMS/xorg-x11-drv-savage-2.1.2-3.fc6.src.rpm d622613d87611414fde520104fc79d0d0654c5e4 noarch/xorg-x11-drv-savage-2.1.2-3.fc6.src.rpm 9cc9eed77f40976f417b165c267911e63bdfcca7 ppc/xorg-x11-drv-savage-2.1.2-3.fc6.ppc.rpm 45cba17567757dec68097c6d158a481a323f6915 ppc/debug/xorg-x11-drv-savage-debuginfo-2.1.2-3.fc6.ppc.rpm fb97e55f7f2d8e1df829938bd8674d6e64324045 x86_64/debug/xorg-x11-drv-savage-debuginfo-2.1.2-3.fc6.x86_64.rpm 2b811f53436ed5c5a09d6acb67b46a0c0bff9e28 x86_64/xorg-x11-drv-savage-2.1.2-3.fc6.x86_64.rpm 9081374f07b9170f7bf1b7a7d040b29e237fcc0b i386/xorg-x11-drv-savage-2.1.2-3.fc6.i386.rpm aa06d6972d0e9f07ec6640030c3956d7e30a29c2 i386/debug/xorg-x11-drv-savage-debuginfo-2.1.2-3.fc6.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From cebbert at redhat.com Thu Apr 12 19:18:08 2007 From: cebbert at redhat.com (Chuck Ebbert) Date: Thu, 12 Apr 2007 15:18:08 -0400 Subject: Fedora Core 6 Test Update: kernel-2.6.20-1.2944.fc6 Message-ID: <200704121918.l3CJI8Hw003114@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-432 2007-04-12 --------------------------------------------------------------------- Product : Fedora Core 6 Name : kernel Version : 2.6.20 Release : 1.2944.fc6 Summary : The Linux kernel (the core of the Linux operating system) Description : The kernel package contains the Linux kernel (vmlinuz), the core of any Linux operating system. The kernel handles the basic functions of the operating system: memory allocation, process allocation, device input and output, etc. --------------------------------------------------------------------- Update Information: Updated to upstream linux kernel 2.6.20.6: http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.20.5 http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.20.6 Plus additional fixes: Bugfix for ATI SB600 SATA Routing bugfix Libata LBA48 bugfix Update libata NCQ blacklist Libata request sense bugfix SCSI error handler fix --------------------------------------------------------------------- * Tue Apr 10 2007 Chuck Ebbert 1.2944 - 2.6.20.5 - 2.6.20.6 - GFS2 update (1414) - additional bugfixes (1820-1828) * Wed Apr 4 2007 Markus Armbruster - Xen kernel profiling fix is broken, back it out. * Tue Apr 3 2007 Chuck Ebbert 1.2942 - 2.6.20.5-rc1 plus two fixes for broken -rc1 patches. - Remove patches that are now in 20.5-rc1. - 2106: move firmware timeout patch to here. - 2107: Disable PCI MSI and MMCONFIG by default, add options to enable them. * Mon Apr 2 2007 Markus Armbruster - Xen kernel: >4G guest fix (Steven Rostedt ) fix nosegneg detection (Rik van Riel ) Use swiotlb mask for coherent mappings too (Herbert Xu ) Fix potential grant entry leaks on error (Herbert Xu ) Fix agp on x86_64 under Xen (Stephen C. Tweedie ) netback: Reenable TX queueing and drop pkts after timeout (Herbert Xu ) make ballooning work right (Rik van Riel ) Fix xen swiotlb for b44 module (Stephen C. Tweedie ) Copy shared data before verification (Herbert Xu ) Properly close block frontend on non-existant file (Glauber de Oliveira Costa ) blkback: Fix potential grant entry leaks on error (Rik van Riel ) blkback: Copy shared data before verification (Rik van Riel) netback: Fix wrap to zero in transmit credit scheduler. (Herbert Xu ) fix 2TB overflow in virtual disk driver (Rik van Riel ) blkback: Fix first_sect check. (Rik van Riel ) make netfront device permanent (Glauber de Oliveira Costa ) fix iSCSI root oops on x86_64 xen domU (Rik van Riel ) Avoid touching the watchdog when gone for too long (Glauber de Oliveira Costa ) fix profiling (Rik van Riel ) privcmd: Range-check hypercall index. (Herbert Xu ) Fix spinlock bad magic when removing xennet device (Chris Lalancette ) - Add PACKET_AUXDATA cmsg (Herbert Xu ) * Fri Mar 30 2007 Jarod Wilson - Overhaul ordering of build/don't build flag setting, such that nothing set at the top gets overridden later in the spec - Add support for --with/--without build flags as an alternative way to disable/enable specific builds - Add %buildid define to make it easier/more obvious how to tag a one-off build * Thu Mar 29 2007 Chuck Ebbert - 1413: GFS2 update - enable kernel options: CONFIG_NF_CONNTRACK_PROC_COMPAT (#234174) CONFIG_SECURITY_NETWORK_XFRM (requested for LSPP) - added patches 1819 - 1823: 2.6.20.5 DVB patches from maintainer 1824 : bt8xx autoload 1825 : i2o block driver (#228946) 1826 : classifier null deref 1827 : ide error recovery 1828 : mmap don't spam logs 1829 : net scheduler locking 1830 : NFS allow 64bit cookies 1831 : softmac (#234320) 1832 : bluetooth quirk (#230534) 1833 : firmware timeout 1834 : udf patches from -mm 1835 : i82875p edac pci unhide * Mon Mar 26 2007 Chuck Ebbert - 2.6.20.4, which adds: fix for audit deadlock (#232845) fix for SCSI tape wrong block size (#224120) - added test patches 1800 thru 1818 1800, 1801: CIFS (#221081) 1802, 1803: DVB cx88 (#233416) 1804 : ide drive speed (#232147, #216374) 1806, 1807: sata_mv (#232811) 1808 : sky2 timeouts (#227420) 1809, 1810: ich7 (#216374) 1811, 1818: jmicron sata (#224680, #230838) 1812 : libata clear tf (#232991) 1815 : msix interrupts (#225399) 1817 : sata_nv NCQ (#232895) * Wed Mar 21 2007 Markus Armbruster - Xen hypervisor: Enable Xen booting on machines with > 64G (Chris Lalancette ) fix TLB flushing in shadow pagetable mode (Rik van Riel ) quick fix for Cannot allocate memory (Steven Rostedt ) Register PIT handlers to the correct domain (Herbert Xu ) Replace inappropriate domain_crash_synchronous use (Herbert Xu ) Make HVM hypercall table NR_hypercalls entries big. (Herbert Xu ) >4G guest fix (Steven Rostedt ) emulate PIT channels for vbios support (Stephen C. Tweedie ) Race condition concerning VLAPIC interrupts (Bhavana Nagendra ) emulation for accesses faulting on a page boundary (Stephen C. Tweedie ) make ballooning work right (xen part) (Rik van Riel ) HVM crashes on IA32e SMP (Glauber de Oliveira Costa ) Fix for SMP Xen guest slow boot issue on AMD systems (Bhavana Nagendra ) Fix xen swiotlb for b44 module (xen part) (Stephen C. Tweedie ) upstream patches to make Windows Vista work (Steven Rostedt) AMD-V HVM fix for Windows hibernate (Bhavana Nagendra ) fix vcpu hotplug statistics (Rik van Riel ) xen pae >4GB patch (Don Zickus) AMD-V HVM windows guest boot menu timer issue (Steven Rostedt) * Mon Mar 19 2007 Dave Jones - Change how 'ignore quiet boot option' is done to a CONFIG option. This will allow having it ignored in the -debug kernels, but honoured in the production kernels whilst allowing to build from the same source tree. * Mon Mar 19 2007 Dave Jones - Only enable sleep-in-irq debugging in the -debug build. * Mon Mar 19 2007 Dave Jones - Add Marvell PATA driver. (#213424) * Mon Mar 19 2007 Chuck Ebbert - new utrace patch from roland - removed (now in utrace patch) 16: linux-2.6-ptrace-natural-clone.patch * Sun Mar 18 2007 Chuck Ebbert - fixed typo in Xen patch - 2.6.20.4 queue (24 patches) - removed (now in 20.4 queue): 1806: linux-2.6-20_hrtimer_prevent_dos.patch 1807: linux-2.6-20_nfs_getattr_check_isreg.patch 1808: linux-2.6-20_pi_futex_state_locking.patch 1794: linux-2.6-20_ia64_chip_mask.patch (Prarit) * Fri Mar 16 2007 Dave Jones - Add driver for USB EHCI debug cables. * Fri Mar 16 2007 Chuck Ebbert - new version of patch for BZ #232600: 2200: linux-2.6-sata-promise-pata-ports.patch - added: 1800: linux-2.6-20.4-adjust-legacy-ide-resource-setting.patch 1801: linux-2.6-20.4-fix-another-null-deref-in-ipv6.patch 1802: linux-2.6-20.4-fix-rtm_to_ifaddr-error-return.patch 1803: linux-2.6-20.4-netlabel-cipso_std_bug.patch 1804: linux-2.6-20.4-nfnetlink_log-refcounting.patch 1805: linux-2.6-20.4-SCSI-gdth-fix-oops.patch 1806: linux-2.6-20_hrtimer_prevent_dos.patch 1807: linux-2.6-20_nfs_getattr_check_isreg.patch 1808: linux-2.6-20_pi_futex_state_locking.patch * Thu Mar 15 2007 Chuck Ebbert - added 16: linux-2.6-ptrace-natural-clone.patch 206: linux-2.6-20_x86_64_xapic_8_bit_dest.patch * Wed Mar 14 2007 Juan Quintela - make brew happy with new changeset. * Wed Mar 14 2007 Juan Quintela - Enable xen again & update all the xen patches to 2.6.20.2. * Tue Mar 13 2007 Chuck Ebbert - 2.6.20.3 - added 205: linux-2.6-x86_64_edac_update.patch --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ 794c1e5b37e1e32e52633aacc8ba59687421a843 SRPMS/kernel-2.6.20-1.2944.fc6.src.rpm 794c1e5b37e1e32e52633aacc8ba59687421a843 noarch/kernel-2.6.20-1.2944.fc6.src.rpm 5e7f2fbd0cbc46aff574f9b32f8f60d2c3f1b04e ppc/kernel-smp-2.6.20-1.2944.fc6.ppc.rpm dbda9fabb231b7da5f133019fd7491dac58647f6 ppc/kernel-devel-2.6.20-1.2944.fc6.ppc.rpm 23059c55782c38805b2026b723bd6f9cf2bec3eb ppc/kernel-headers-2.6.20-1.2944.fc6.ppc.rpm 9a208c2964bec891ed75a7d00be1c460bd8bc7fb ppc/kernel-2.6.20-1.2944.fc6.ppc.rpm db8655c89f308f7e4edf9821a3a4fd332d2afc3d ppc/debug/kernel-smp-debuginfo-2.6.20-1.2944.fc6.ppc.rpm 414fb1e0b10f430be5ac1d79baf9105bdd514fc3 ppc/debug/kernel-debuginfo-common-2.6.20-1.2944.fc6.ppc.rpm 93723c605eb7c1e92c11722df09cf24c9cc9f7ec ppc/kernel-smp-devel-2.6.20-1.2944.fc6.ppc.rpm 663ef62a6fb1d3df3af99d972c1be75ee4b5f3cd ppc/debug/kernel-debuginfo-2.6.20-1.2944.fc6.ppc.rpm 885320aad45ba987bce9152371eb6215bd889ae7 ppc/kernel-doc-2.6.20-1.2944.fc6.noarch.rpm 458c459b1fc74b1edc04b211df7b61eb4d206810 x86_64/kernel-xen-2.6.20-1.2944.fc6.x86_64.rpm 53edf417e1245e7071f68cdce59e6789c1cf9bf2 x86_64/debug/kernel-debuginfo-common-2.6.20-1.2944.fc6.x86_64.rpm 222c5ea0bc6b0c34a4494c16e00fb7078f91a64a x86_64/kernel-kdump-2.6.20-1.2944.fc6.x86_64.rpm aac58b3512abecad22c8fa30632027a3161b6325 x86_64/kernel-2.6.20-1.2944.fc6.x86_64.rpm 9a08f716b5a8fc34634c98bd0bab3b0229728f31 x86_64/debug/kernel-debuginfo-2.6.20-1.2944.fc6.x86_64.rpm f9e0b7fe4bfe2dbebdb10680f52c6c365007d5c9 x86_64/debug/kernel-xen-debuginfo-2.6.20-1.2944.fc6.x86_64.rpm f6d11225dab6a6fbddf2388b023fd00a3c7ab161 x86_64/kernel-xen-devel-2.6.20-1.2944.fc6.x86_64.rpm e8d61c46a95b43a7874f0f84e6e5d2584e6875c5 x86_64/debug/kernel-debug-debuginfo-2.6.20-1.2944.fc6.x86_64.rpm d45ad7aa903ed0bcf31ac4c6fedff46c978c375c x86_64/kernel-debug-2.6.20-1.2944.fc6.x86_64.rpm 52bd1fcc724a721d6fa5c09bb46cf1293a079991 x86_64/kernel-devel-2.6.20-1.2944.fc6.x86_64.rpm 30d5cc1a0d53aada3fede394ec085d507c2f9252 x86_64/kernel-kdump-devel-2.6.20-1.2944.fc6.x86_64.rpm 4391c092a6fadb8f165eaa20e71fe26da6c9da5b x86_64/kernel-debug-devel-2.6.20-1.2944.fc6.x86_64.rpm 57977d0b3d0ce28a9fbca5077a56f88dfbc81f4a x86_64/debug/kernel-kdump-debuginfo-2.6.20-1.2944.fc6.x86_64.rpm 84b953616b905edecb54b458ba5f76966afe8bcc x86_64/kernel-headers-2.6.20-1.2944.fc6.x86_64.rpm 885320aad45ba987bce9152371eb6215bd889ae7 x86_64/kernel-doc-2.6.20-1.2944.fc6.noarch.rpm 1497569f7005e45218564bc5394d6a71e5e9a7ff i386/kernel-headers-2.6.20-1.2944.fc6.i386.rpm 54c55bf0c3e5cc0c796bb637891aed4e1e104657 i386/debug/kernel-debuginfo-common-2.6.20-1.2944.fc6.i586.rpm c1e5e4619f7bd5799354740697bdf915d5816035 i386/kernel-devel-2.6.20-1.2944.fc6.i586.rpm e53fca2766aa8444bfa256625ec08523980f1c54 i386/kernel-2.6.20-1.2944.fc6.i586.rpm 74263a5caf12292a8f6af022fc1df934e0b1a302 i386/debug/kernel-debuginfo-2.6.20-1.2944.fc6.i586.rpm d600d653e5ce1f28cd359167ef4af2a1d352d6cf i386/debug/kernel-PAE-debug-debuginfo-2.6.20-1.2944.fc6.i686.rpm 23346ff935879e0c1baf5287ffc8a92d30938df4 i386/debug/kernel-debuginfo-2.6.20-1.2944.fc6.i686.rpm 81c53c402acd35a020543dea01770e15fa3da8b0 i386/kernel-debug-2.6.20-1.2944.fc6.i686.rpm 42efbd707ab7eb418701b88bb8a12e567ff3babf i386/debug/kernel-PAE-debuginfo-2.6.20-1.2944.fc6.i686.rpm d7d5e1b9f5f9ebdd305be574873649872ae4a2e8 i386/kernel-xen-2.6.20-1.2944.fc6.i686.rpm 74e626c977e84da62fecd23b416b2bf4ddab9e33 i386/kernel-xen-devel-2.6.20-1.2944.fc6.i686.rpm a8b808685ab5cfc78347e779e09349a5a189c163 i386/kernel-PAE-devel-2.6.20-1.2944.fc6.i686.rpm 48b29df846d920aa246e228443130dc556f7aed1 i386/kernel-PAE-debug-2.6.20-1.2944.fc6.i686.rpm db09319080d518dc535b43eca027bce86764f55f i386/kernel-PAE-debug-devel-2.6.20-1.2944.fc6.i686.rpm d72d207821c7638f83612bec9f4848f72eb47004 i386/kernel-kdump-devel-2.6.20-1.2944.fc6.i686.rpm 9ea5f8a30a5e17f5248568474fc20f02f0b43ce5 i386/debug/kernel-debug-debuginfo-2.6.20-1.2944.fc6.i686.rpm 71736aaf98dc46191975f38cfcb9b8de4088df25 i386/kernel-2.6.20-1.2944.fc6.i686.rpm 6d68de3082e7b64fa8d9971824529954385b1380 i386/kernel-kdump-2.6.20-1.2944.fc6.i686.rpm 6d1aa9460aa95a43a278c1822f2a117f758f3f29 i386/kernel-debug-devel-2.6.20-1.2944.fc6.i686.rpm a18104d5f0533ba9515198e1e12498f14b840c5f i386/debug/kernel-xen-debuginfo-2.6.20-1.2944.fc6.i686.rpm 08d03041786483bcd51a88fcbaf78e69bcc1c9dd i386/kernel-PAE-2.6.20-1.2944.fc6.i686.rpm 27f82162604c02ec787f09efbac5dfb09fbd09a1 i386/debug/kernel-kdump-debuginfo-2.6.20-1.2944.fc6.i686.rpm 2e31cccffe0c8da40daea4aed2f4cf56de269939 i386/kernel-devel-2.6.20-1.2944.fc6.i686.rpm a2258dc2de010a905d61b97a867d5a1d7ab1f7b4 i386/debug/kernel-debuginfo-common-2.6.20-1.2944.fc6.i686.rpm 885320aad45ba987bce9152371eb6215bd889ae7 i386/kernel-doc-2.6.20-1.2944.fc6.noarch.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From cebbert at redhat.com Thu Apr 12 19:28:36 2007 From: cebbert at redhat.com (Chuck Ebbert) Date: Thu, 12 Apr 2007 15:28:36 -0400 Subject: Fedora Core 5 Test Update: kernel-2.6.20-1.2312.fc5 Message-ID: <200704121928.l3CJSag7007045@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-433 2007-04-12 --------------------------------------------------------------------- Product : Fedora Core 5 Name : kernel Version : 2.6.20 Release : 1.2312.fc5 Summary : The Linux kernel (the core of the Linux operating system) Description : The kernel package contains the Linux kernel (vmlinuz), the core of any Linux operating system. The kernel handles the basic functions of the operating system: memory allocation, process allocation, device input and output, etc. --------------------------------------------------------------------- Update Information: Updated to upstream linux kernel 2.6.20.6: http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.20.5 http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.20.6 Plus additional fixes: ATI SB600 SATA workaround Routing return codes Libata LBA48 handling Update libata NCQ blacklist Libata request sense SCSI error handler --------------------------------------------------------------------- * Tue Apr 10 2007 Chuck Ebbert 1.2312 - 2.6.20.5 - 2.6.20.6 - GFS2 update (1414) - additional bugfixes (1806-1813) * Wed Apr 4 2007 Chuck Ebbert 1.2311 - 2.6.20.5-rc1 plus two fixes for broken -rc1 patches. - additional post 2.6.20.5 patches (1800-1805) * Wed Apr 4 2007 Markus Armbruster - Xen kernel profiling fix is broken, back it out. * Tue Apr 3 2007 Chuck Ebbert 1.2309 - 2.6.20.4 final. - Add Marvell PATA driver. - 1782: Disable PCI MSI and MMCONFIG by default, add options to enable them. - 1413: GFS2 update. * Tue Apr 3 2007 Markus Armbruster - Add PACKET_AUXDATA cmsg (Herbert Xu ) - Xen kernel: >4G guest fix (Steven Rostedt ) fix nosegneg detection (Rik van Riel ) Use swiotlb mask for coherent mappings too (Herbert Xu ) Fix potential grant entry leaks on error (Herbert Xu ) Fix agp on x86_64 under Xen (Stephen C. Tweedie ) netback: Reenable TX queueing and drop pkts after timeout (Herbert Xu ) make ballooning work right (Rik van Riel ) Fix xen swiotlb for b44 module (Stephen C. Tweedie ) Copy shared data before verification (Herbert Xu ) Properly close block frontend on non-existant file (Glauber de Oliveira Costa ) blkback: Fix potential grant entry leaks on error (Rik van Riel ) blkback: Copy shared data before verification (Rik van Riel) netback: Fix wrap to zero in transmit credit scheduler. (Herbert Xu ) fix 2TB overflow in virtual disk driver (Rik van Riel ) blkback: Fix first_sect check. (Rik van Riel ) make netfront device permanent (Glauber de Oliveira Costa ) fix iSCSI root oops on x86_64 xen domU (Rik van Riel ) Avoid touching the watchdog when gone for too long (Glauber de Oliveira Costa ) fix profiling (Rik van Riel ) privcmd: Range-check hypercall index. (Herbert Xu ) Fix spinlock bad magic when removing xennet device (Chris Lalancette ) - Xen hypervisor: Enable Xen booting on machines with > 64G (Chris Lalancette ) fix TLB flushing in shadow pagetable mode (Rik van Riel ) quick fix for Cannot allocate memory (Steven Rostedt ) Register PIT handlers to the correct domain (Herbert Xu ) Replace inappropriate domain_crash_synchronous use (Herbert Xu ) Make HVM hypercall table NR_hypercalls entries big. (Herbert Xu ) >4G guest fix (Steven Rostedt ) emulate PIT channels for vbios support (Stephen C. Tweedie ) Race condition concerning VLAPIC interrupts (Bhavana Nagendra ) emulation for accesses faulting on a page boundary (Stephen C. Tweedie ) oprofile on Intel CORE (Glauber de Oliveira Costa ) make ballooning work right (xen part) (Rik van Riel ) HVM crashes on IA32e SMP (Glauber de Oliveira Costa ) Fix for SMP Xen guest slow boot issue on AMD systems (Bhavana Nagendra ) Fix xen swiotlb for b44 module (xen part) (Stephen C. Tweedie ) upstream patches to make Windows Vista work (Steven Rostedt) AMD-V HVM fix for Windows hibernate (Bhavana Nagendra ) fix vcpu hotplug statistics (Rik van Riel ) xen pae >4GB patch (Don Zickus) AMD-V HVM windows guest boot menu timer issue (Steven Rostedt) * Sun Mar 18 2007 Chuck Ebbert - fixed typo in Xen patch - 2.6.20.4 queue (24 patches) - removed (now in 20.4 queue): 1806: linux-2.6-20_hrtimer_prevent_dos.patch 1807: linux-2.6-20_nfs_getattr_check_isreg.patch 1808: linux-2.6-20_pi_futex_state_locking.patch 1794: linux-2.6-20_ia64_chip_mask.patch (Prarit) * Fri Mar 16 2007 Dave Jones - Add driver for USB EHCI debug cables. * Fri Mar 16 2007 Chuck Ebbert - new version of patch for BZ #232600: 2200: linux-2.6-sata-promise-pata-ports.patch - added: 1800: linux-2.6-20.4-adjust-legacy-ide-resource-setting.patch 1801: linux-2.6-20.4-fix-another-null-deref-in-ipv6.patch 1802: linux-2.6-20.4-fix-rtm_to_ifaddr-error-return.patch 1803: linux-2.6-20.4-netlabel-cipso_std_bug.patch 1804: linux-2.6-20.4-nfnetlink_log-refcounting.patch 1805: linux-2.6-20.4-SCSI-gdth-fix-oops.patch 1806: linux-2.6-20_hrtimer_prevent_dos.patch 1807: linux-2.6-20_nfs_getattr_check_isreg.patch 1808: linux-2.6-20_pi_futex_state_locking.patch * Thu Mar 15 2007 Chuck Ebbert - Added: 206: linux-2.6-20_x86_64_xapic_8_bit_dest.patch * Wed Mar 14 2007 Juan Quintela - make brew happy with new changeset. * Wed Mar 14 2007 Juan Quintela - Enable xen again & update all the xen patches to 2.6.20.2. * Tue Mar 13 2007 Chuck Ebbert - 2.6.20.3 - added 205: linux-2.6-x86_64_edac_update.patch * Sun Mar 11 2007 Chuck Ebbert - 2.6.20.2 - 2.6.20.3-rc1 - removed (now in -stable): 1787: linux-2.6-net_bcm43xx_1GB_DMA_fix.patch 1792: linux-2.6-cardman_buffer_overflow.patch (CVE-2007-0005) 1793: linux-2.6-nf_conntrack_fix_cleanup.patch 1794: linux-2.6-x86_64_survive_no_irq_for_vector.patch - updated linux-2.6-gfs2-update.patch (Steve Whitehouse) - added 1792: linux-2.6-20_git-serio-keyboard.patch 1794: linux-2.6-20_ia64_chip_mask.patch (Prarit) * Wed Mar 7 2007 Chuck Ebbert - 2.6.20.2-rc1 - Additional fixes: 1787: linux-2.6-net_bcm43xx_1GB_DMA_fix.patch 1790: linux-2.6-jfs_fix_deadlock.patch 1791: linux-2.6-git-serio-1e4865f8d469b1.patch 1792: linux-2.6-cardman_buffer_overflow.patch (CVE-2007-0005) 1793: linux-2.6-nf_conntrack_fix_cleanup.patch 1794: linux-2.6-x86_64_survive_no_irq_for_vector.patch * Thu Feb 22 2007 Dave Jones - Drop verbose BUG() debug patch * Tue Feb 20 2007 Dave Jones - restore START_ARRAY ioctl. * Tue Feb 20 2007 Chuck Ebbert - Add patch 2.6.20.1 (CVE-2007-0772) - Bugfixes (including those from Feb 18) (NOTE: These may have been reported on FC6) two patches for "No handler for vector" (BZ #225399) usbnet oops (BZ #228231) hda_intel no sound with si3054 codec (BZ #228879) two iee1394 fixes swiotlb bugfix two raid5/raid6 bugfixes jfs deadlock fix net xfrm audit log oops fix Bcm43xx 30-bit DMA fix (BZ #213556) disable MSI in the forcedeth driver * Sun Feb 18 2007 Chuck Ebbert - add 2.6.20 fixes * Thu Feb 15 2007 Chuck Ebbert - rebase to linux kernel 2.6.20 * Sat Feb 10 2007 Chuck Ebbert - add missing "provides" for debug-devel packages - clean up some other "provides" things - add fixes for RHBZ#211672 (CIFS) and RHBZ#227802 (8139too) * Wed Feb 7 2007 Chuck Ebbert - add missing debug-devel and smp-debug-devel sections * Wed Feb 7 2007 Chuck Ebbert - fix up x86_64 Xen build * Tue Feb 6 2007 Chuck Ebbert - disable Tux - add another GFS2 update - add crypto key collision patch (CVE-2007-0006) * Mon Feb 5 2007 Dave Jones - Reenable Tux. * Mon Feb 5 2007 Chuck Ebbert - 2.6.19.3 - updated mirrors: refer to ftp2.kernel.org until kernel.org problems are fixed * Sun Feb 4 2007 Dave Jones - 2.6.19.3rc1 * Sat Feb 3 2007 Dave Jones - Disable kdump options in non-kdump kernels. * Thu Feb 1 2007 Chuck Ebbert - Added i586 optimized AES and Blowfish modules to the i686 config - Fixed .cvsignore * Wed Jan 31 2007 Markus Armbruster - The previous cset folded the Xen paravirt framebuffer patch into linux-2.6-xen.patch, and commented out the obsoleted patch files. Remove them. * Wed Jan 31 2007 Chuck Ebbert - Update to 2.6.19.2 * Tue Jan 30 2007 Markus Armbruster - Update Xen paravirt framebuffer patch to upstream xen-unstable changeset 13066, less changeset 12680, because that breaks with console=tty console=xvc. Also change default domU console back to /dev/xcv0. This changes the protocol to the one accepted upstream. - Add compatibility with guests running our initial protocol. - Update Xen console major/minor to lanana.org-assigned numbers. * Wed Dec 20 2006 Dave Jones - Update to 2.6.18.6 final (no changes since rc2) - Reenable squashfs (#220293) * Fri Dec 15 2006 Dave Jones - 2.6.18.6rc2 * Wed Dec 13 2006 Dave Jones - squashfs robustness fixes from Phillip Lougher. - lower max CPU count for x86-64 to 64 CPUs. * Thu Dec 7 2006 Juan Quintela - update xen to 2.6.18.5. - Fix bug 211986 on xen eventchn (Glaubert). * Tue Dec 5 2006 Dave Jones - 2.6.18.5 - Disable auto-apic patch, it needs more thought. - Enable sonypi driver for 586 kernels. (#218434) * Tue Nov 21 2006 Juan Quintela - Update xen to 2.6.18.3. * linux-2.6.18-xen changeset: 36186:053cdad40903 * xen-3.0.3-testing changeset: 11774:52ae8dd4bc75 * linux-2.6-xen-3.0.3 changeset: 22949:4281f5246814 * Mon Nov 20 2006 Dave Jones - 2.6.18.3 - Fix CIFS mount failure when domain not specified (#211753) - Avoid null pointer dereference in SATA Promise. (#199142) * Fri Nov 17 2006 Dave Jones - Fix up fallout from disabling utrace. * Fri Nov 17 2006 Juan Quintela - merge xen missing bits from FC6 kernel. * Thu Nov 16 2006 Dave Jones - Fix up error handling in HFS. (MOKB-14-11-2006) * Thu Nov 16 2006 Juan Quintela - Update xen HV to 3.0.3_0 (cset 11774). - Update xen kernel patch to 3.0.3_0: * linux-2.6.18-xen changeset: 36182:c6ef4b521aef * xen-3.0.3-testing changeset: 11774:52ae8dd4bc75 * linux-2.6-xen-3.0.3 changeset: 22949:4281f5246814 * Thu Nov 16 2006 Dave Jones - Fix squashfs corruption bug. (#211237) - Drop experimental utrace from FC5. * Fri Nov 10 2006 Juan Quintela - disable XEN_FRAMEBUFFER & XEN_KEYBOARD. * Fri Nov 10 2006 Dave Jones - Xen grant table operations security fix. - Disable W1 (#195825) * Thu Nov 9 2006 Dave Jones - Change HZ to 1000 for increased accuracy. (Except in Xen, where it stays at 250 for now). - TTY locking fixes. - splice : Must fully check for FIFO - Fix potential NULL dereference in sys_move_pages - ISO9660 __find_get_block_slow() denial of service CVE-2006-5757 - Fix up oops in cramfs when encountering corrupt images. - E1000 suspend/resume fixes. - Set CIFS preferred IO size. (#214607) * Mon Nov 6 2006 Roland McGrath - New utrace patch: fix locking snafu crash on second engine attach. * Sun Nov 5 2006 Dave Jones - Suspend/Resume fixes for forcedeth. (#187653) * Sat Nov 4 2006 Dave Jones - 2.6.18.2 * Thu Nov 2 2006 Dave Jones - Nuke broken lazy execshield xen patch. - Use heuristics to determine whether to enable lapic on i386. * Wed Nov 1 2006 Dave Jones - 2.6.18.2-rc1 * Tue Oct 31 2006 Dave Jones - Fix UFS mounts on x86-64 (#209921) - Fix problem where USB storage isn't seen on reboot. (#212191) * Sun Oct 29 2006 Dave Jones - More ext3 robustness fixes. - Include more verbose BUG() data - x86_64: Fix up C3 timer latency. * Sat Oct 21 2006 Dave Jones - Reenable NCPFS (#211325, #203663) - Netpoll fixes. (#199295) * Fri Oct 20 2006 Dave Jones - Fix autofs creating bad dentries in NFS mount. (#211206, #211207) - Fix softlockup with ips driver. (#196437) - Further exec-shield improvements. - Fix lockup with sky2 driver. (#202203) * Thu Oct 19 2006 Dave Jones - Export copy_4K_page for ppc64 (#211410) - Attempt to fix CIFS bug (#211070) * Wed Oct 18 2006 Dave Jones - Fix up aic7xxx SBLKCTL register handling (#211251) - Disable SECMARK by default. (#211115) - Disable some extra debugging stuff that crept in. - Remove broken VIA quirk that prevented booting on some EPIAs (#211298) * Tue Oct 17 2006 Dave Jones - Silence noisy boot-time messages. (#180606) - Workaround gcc bug with weak symbols (#191458) - Don't let speedstep-smi register on mobile Pentium4 (#204477) * Sat Oct 14 2006 Dave Jones - Fix jbd crash with 1KB block size filesystems. * Sat Oct 14 2006 Dave Jones [2.6.18-1.2200.fc5] - 2.6.18.1 * Tue Oct 10 2006 Dave Jones - DWARF2 unwinder fixes. - Various lockdep fixes. - Sync various other patches from the FC6 kernel. * Sun Oct 1 2006 Dave Jones - Drop the STICKY tag from acpi-cpufreq, it breaks suspend/resume. * Fri Sep 29 2006 Dave Jones - Execshield improvements. (Bart Oldeman) - Disable PM_DEBUG * Thu Sep 28 2006 Roland McGrath - utrace typo fix for x86-64 watchpoints (#207467) * Thu Sep 28 2006 Dave Jones - Fix ISAPNP messages on ppc32. (#207641) * Thu Sep 28 2006 Dave Jones - Another day, another round of lockdep fixes. - Align kernel data segment to page boundary. (#206863) * Thu Sep 28 2006 Steven Whitehouse - New GFS2 patch * Thu Sep 28 2006 Dave Jones - Fix "kernel BUG at fs/buffer.c:2789!" bug * Wed Sep 27 2006 Dave Jones - yet more lockdep fixes. - Fix a problem with XFS & the inode diet patches. - Fix rpc_pipefs umount oops - Enable alternative TCP congestion algorithms. * Tue Sep 26 2006 Dave Jones - Enable serverworks IDE driver for x86-64. - More lockdep fixes. * Mon Sep 25 2006 Jarod Wilson - Make kernel packages own initrd files * Mon Sep 25 2006 John W. Linville - Add periodic work fix for bcm43xx driver * Sat Sep 23 2006 Dave Jones - Disable dgrs driver. * Thu Sep 21 2006 Dave Jones - reiserfs: make sure all dentry refs are released before calling kill_block_super - Fix up some compile warnings * Thu Sep 21 2006 Juan Quintela - re-enable xen. - update xen: * linux-2.6 changeset: 34294:dc1d277d06e0 * linux-2.6-xen-fedora changeset: 36184:47c098fdce14 * xen-unstable changeset: 11540:9837ff37e354 - update xen HV to changeset: 11540:9837ff37e354 - xen HV printf rate limit (rostedt). * Wed Sep 20 2006 Dave Jones - 2.6.18 - i965 AGP suspend support. - AGP x8 fixes. * Tue Sep 19 2006 Juan Quintela - updated xen configs to sync with rawhide ones (don't be afraid, xen0/xenU still around). - xen update. * linux-2.6 changeset: 34228:ea3369ba1e2c * linux-2.6-xen-fedora changeset: 36109:eefcfd07d102 * linux-2.6-xen changeset: 22905:d8ae02f7df05 * xen-unstable changeset: 11460:1ece34466781ec55f41fd29d53f6dafd208ba2fa * Mon Sep 18 2006 Dave Jones - Bring back 586smp - Fix RTC lockdep bug. (Peter Zijlstra) * Mon Sep 18 2006 Juan Quintela - xen HV update (cset 11470:2b8dc69744e3). * Sun Sep 17 2006 Juan Quintela - xen update: * linux-2.6 changeset: 34228:ea3369ba1e2c * linux-2.6-xen-fedora changeset: 36107:47256dbb1583 * linux-2.6-xen changeset: 22905:d8ae02f7df05 * xen-unstable changeset: 11460:1ece34466781ec55f41fd29d53f6dafd208ba2fa * Sun Sep 17 2006 Dave Jones - Rebase to 2.6.18rc7-git2 * Mon Sep 11 2006 Dave Jones [2.6.17-1.2187_FC5] - Add quirk for Samsung mp3 player. (#198128) * Sun Sep 10 2006 Dave Jones - Fix up mismerge in USB storage driver. * Sat Sep 9 2006 Dave Jones - 2.6.17.13 * Fri Sep 8 2006 Dave Jones - 2.6.17.12 * Thu Aug 24 2006 Jarod Wilson - update to 2.6.17.11 * Tue Aug 22 2006 Bill Nottingham - update to 2.6.17.10?? * Tue Aug 15 2006 Juan Quintela - linux-2.6-xen update * linux-2.6.17-xen cset changeset: 29033:e6adb54afb96 * linux-2.6-xen cset 22813:80c2ccf5c330 - s/xen_version/xen_hv_cset/ as Fedora. - update xen hv to cset 11061. * Mon Aug 7 2006 Mike Christie - Drop iscsi update patch. * Mon Aug 7 2006 Dave Jones - 2.6.17.8 * Fri Aug 4 2006 Dave Jones - Fix split lock patch for 64bit. * Fri Aug 4 2006 Dave Jones [2.6.17-1.2171_FC5] - 2.6.17.8rc1 * Wed Aug 2 2006 Dave Jones - Readd patch to allow 460800 baud on 16C950 UARTs * Sat Jul 29 2006 Dave Jones - Silence noisy SCSI ioctl. (#200638) * Fri Jul 28 2006 Dave Jones - 2.6.17.7 * Thu Jul 27 2006 Rik van Riel - reduce hypervisor stack use with -O2, this really fixes bug (#198932) * Tue Jul 25 2006 Rik van Riel - disable debug=y hypervisor build option because of stack overflow (#198932) * Tue Jul 25 2006 Dave Jones - Enable serio_raw (#199387) * Sun Jul 16 2006 Dave Jones - Support up to 4GB in the 586 kernel again. * Sun Jul 16 2006 Dave Jones - 2.6.17.6 * Fri Jul 14 2006 Dave Jones - Reenable SMC NIC driver. * Tue Jul 11 2006 Dave Jones - 2.6.17.4 - Disable split pagetable lock * Sat Jul 8 2006 Juan Quintela - enable CONFIG_CRASH on xen kernels. - enable CONFIG_PCIDEV_BACKEND on xen kernels. - make BLKDEV_FRONTEND a module on xen kernels. - rebase with linux-2.6-xen-fedora 28918. - Update to xen-unstable HV cset 10508. - xen: credit scheduler is the default now. * Wed Jul 5 2006 Dave Jones - Get rid of stack backtrace on panic, which in most cases actually caused a loss of info instead of a gain. * Tue Jul 4 2006 Juan Quintela - new merge with xen upstream. - xen kernel don't require xen userland. - new xen kernel (same as rawhide one) with PAE support. - removed xen0-PAE & xenU-PAE (see xen kernel). * Fri Jun 30 2006 Dave Jones - 2.6.17.3 - 2.6.17.2 - Fix the ALSA list_add bug. * Mon Jun 26 2006 Dave Jones - Enable fake PCI hotplug driver. (#190437) - Enable gameport/joystick on i586 builds. (#196581) * Sat Jun 24 2006 Dave Jones - Enable profiling for 586 kernels. * Fri Jun 23 2006 Dave Jones - Make 'quiet' work again. * Tue Jun 20 2006 Dave Jones [2.6.17-1.2139_FC5] - Rebuild with slab debug off. * Tue Jun 20 2006 Dave Jones [2.6.17-1.2138_FC5] - 2.6.17.1 * Sun Jun 18 2006 Dave Jones - 2.6.17 - Only print info about SMP alternatives on SMP kernels. * Tue Jun 6 2006 Dave Jones [2.6.16-1.2133_FC5] - Add a PPC64 kdump kernel. * Mon Jun 5 2006 Dave Jones [2.6.16-1.2132_FC5] - 2.6.16.20 * Thu Jun 1 2006 Dave Jones - Reenable Xen builds. * Tue May 30 2006 Dave Jones - 2.6.16.19 * Sun May 28 2006 Dave Jones - Fix unresolved symbol. (#193333) * Sat May 27 2006 Dave Jones - Improve list corruption debugging patch. * Fri May 26 2006 Dave Jones - Remove xenU initrd's when kernel is removed. * Fri May 26 2006 Juan Quintela - Remove ARCH=xen reminiscences on spec file --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/5/ 633ad8fac4b5c29cacc5538f9400e4bca633a705 SRPMS/kernel-2.6.20-1.2312.fc5.src.rpm 633ad8fac4b5c29cacc5538f9400e4bca633a705 noarch/kernel-2.6.20-1.2312.fc5.src.rpm d5987e33bdc6a26407ef9a1c35c7fe8e0149e704 ppc/kernel-smp-2.6.20-1.2312.fc5.ppc.rpm e34c6665c317b33243f02226f28a296637d2ffa0 ppc/kernel-2.6.20-1.2312.fc5.ppc.rpm 934e34bb80c6d79c4c90224556a734dc0342972c ppc/kernel-smp-devel-2.6.20-1.2312.fc5.ppc.rpm 0abe2bc4f4011725c029411d428d5d63b69f7a25 ppc/debug/kernel-debuginfo-2.6.20-1.2312.fc5.ppc.rpm 1ce59df67bd71999a8a0df376c1fd4a8ca7e83c8 ppc/kernel-devel-2.6.20-1.2312.fc5.ppc.rpm 1a5cbe3f82bb5c4092787db3ce833d0e7292b2b0 ppc/kernel-doc-2.6.20-1.2312.fc5.noarch.rpm 114dd625818bcd548951b13f741ff3934beacc99 x86_64/kernel-xen0-2.6.20-1.2312.fc5.x86_64.rpm d67cb254c44c5080e36c59a6b6d896a7a9489701 x86_64/kernel-2.6.20-1.2312.fc5.x86_64.rpm 860aa5831922debf71dc4446b8752090f59903a5 x86_64/kernel-xenU-devel-2.6.20-1.2312.fc5.x86_64.rpm a0e1d19fbeed44259b7fd5ea2744bdf5495d472e x86_64/kernel-debug-2.6.20-1.2312.fc5.x86_64.rpm b0382195135dc314a0843a9508ff64d2c0b56fad x86_64/kernel-xenU-2.6.20-1.2312.fc5.x86_64.rpm 8f3962ebf5be88d241742c0f62499cba1e759dc7 x86_64/kernel-kdump-2.6.20-1.2312.fc5.x86_64.rpm 2404cf6ab5c30b3b7b1749f8c8f6f05943723e95 x86_64/kernel-devel-2.6.20-1.2312.fc5.x86_64.rpm a5870abbb34c563daec5fe82101275f06b2286c8 x86_64/kernel-xen0-devel-2.6.20-1.2312.fc5.x86_64.rpm d389bcea0d50b14485250197cd0a99825483b43e x86_64/kernel-kdump-devel-2.6.20-1.2312.fc5.x86_64.rpm 9c730ca699c6dab4bd96cd12a4f0781c1519dbc9 x86_64/kernel-xen-devel-2.6.20-1.2312.fc5.x86_64.rpm 94c62a565e3424325f5611d96ca75e3c956582d8 x86_64/debug/kernel-debuginfo-2.6.20-1.2312.fc5.x86_64.rpm 3c8c749f16eb3b4974994e17d510cffea4138401 x86_64/kernel-debug-devel-2.6.20-1.2312.fc5.x86_64.rpm 371b860f48fc6fa9da985f0bb2b1166071b7baec x86_64/kernel-xen-2.6.20-1.2312.fc5.x86_64.rpm 1a5cbe3f82bb5c4092787db3ce833d0e7292b2b0 x86_64/kernel-doc-2.6.20-1.2312.fc5.noarch.rpm b4383e3b32c82411936d90d60541db755c12ebf9 i386/debug/kernel-debuginfo-2.6.20-1.2312.fc5.i386.rpm 197ca736694e9fb4d3505206329cf578afc21438 i386/kernel-smp-devel-2.6.20-1.2312.fc5.i586.rpm 89a30eb8790d36a2a0e77605a844e0701deb6be1 i386/kernel-2.6.20-1.2312.fc5.i586.rpm ff582c44f3a42791acdccc7f55d18655c88998c3 i386/debug/kernel-debuginfo-2.6.20-1.2312.fc5.i586.rpm dbef2a32c04060a2f9895c84ddc32ab54c5746b6 i386/kernel-devel-2.6.20-1.2312.fc5.i586.rpm 93758343556dab42377487f2f98ee03de5c4c019 i386/kernel-smp-2.6.20-1.2312.fc5.i586.rpm af5ea5f14829bc7597be79cd0844684548559a28 i386/kernel-xen-2.6.20-1.2312.fc5.i686.rpm ecece6b36730a6ab7c19d5503087be4ac7a7db15 i386/kernel-kdump-2.6.20-1.2312.fc5.i686.rpm ad021a6973bb1bcb2d9963643d19f149216f5174 i386/kernel-xen0-devel-2.6.20-1.2312.fc5.i686.rpm 283fc002150cc1ad75002e4e94292414c97835ed i386/kernel-kdump-devel-2.6.20-1.2312.fc5.i686.rpm f28cba61771e913136be7e837dd55e6dbfdb2d4e i386/kernel-devel-2.6.20-1.2312.fc5.i686.rpm 7f76bf79dd7590bb4590749fc1162d10f50c985a i386/kernel-xen0-2.6.20-1.2312.fc5.i686.rpm 0380d9776f794179eb42635697f3e9bf123d8e3b i386/kernel-debug-devel-2.6.20-1.2312.fc5.i686.rpm f24be7cab1a0852ce158842a183dbeb33f6ce477 i386/kernel-smp-debug-devel-2.6.20-1.2312.fc5.i686.rpm a9bf0198684b81d702b5c7a81270349afb683f36 i386/kernel-xen-devel-2.6.20-1.2312.fc5.i686.rpm 455834cdfd37ae606ee8749bfc6010e70fe2d8ee i386/kernel-2.6.20-1.2312.fc5.i686.rpm c58d4a59a7df63377bfdb0f7b9ef5c04c4641bd4 i386/kernel-xenU-devel-2.6.20-1.2312.fc5.i686.rpm c706094de5832f89f94bba96a05101339a9e01fd i386/kernel-smp-devel-2.6.20-1.2312.fc5.i686.rpm 3ef9df442a4d4193be38b96f2d93ebe8d6ff68c9 i386/kernel-smp-debug-2.6.20-1.2312.fc5.i686.rpm b546b7215641568e20c68a442410742972563d99 i386/kernel-debug-2.6.20-1.2312.fc5.i686.rpm 815b34417ef3a141fdd9fa4c3d8752f10894a013 i386/debug/kernel-debuginfo-2.6.20-1.2312.fc5.i686.rpm 60fb31b29e02b06aca25c802920faae39d76cd4c i386/kernel-xenU-2.6.20-1.2312.fc5.i686.rpm 01a49a9df0844852716e3c799da2fb2086dbf095 i386/kernel-smp-2.6.20-1.2312.fc5.i686.rpm 1a5cbe3f82bb5c4092787db3ce833d0e7292b2b0 i386/kernel-doc-2.6.20-1.2312.fc5.noarch.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From twaugh at redhat.com Thu Apr 12 19:38:24 2007 From: twaugh at redhat.com (Tim Waugh) Date: Thu, 12 Apr 2007 15:38:24 -0400 Subject: Fedora Core 6 Test Update: hplip-1.7.2-1.fc6 Message-ID: <200704121938.l3CJcOs1010745@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-434 2007-04-12 --------------------------------------------------------------------- Product : Fedora Core 6 Name : hplip Version : 1.7.2 Release : 1.fc6 Summary : HP Linux Imaging and Printing Project Description : The Hewlett-Packard Linux Imaging and Printing Project provides drivers for HP printers and multi-function peripherals. --------------------------------------------------------------------- Update Information: New version. --------------------------------------------------------------------- * Wed Apr 11 2007 Tim Waugh 1.7.2-1 - 1.7.2. - Better media-empty-error state handling: always set the state. - Use marker-supply-low IPP message. * Tue Apr 3 2007 Tim Waugh - Link libsane-hpaio against libsane (bug #234813). * Wed Dec 6 2006 Tim Waugh 1.6.12-1 - 1.6.12. No longer need broken-conf, loop, out-of-paper, guest or sane-debug patches. --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ 1ecba9c6d228f481d2960dbac97f0545922c4c38 SRPMS/hplip-1.7.2-1.fc6.src.rpm 1ecba9c6d228f481d2960dbac97f0545922c4c38 noarch/hplip-1.7.2-1.fc6.src.rpm ec06d132456e82f2c17de8205e921efd2d2b7f35 ppc/hpijs-1.7.2-1.fc6.ppc.rpm 5515d97fe595d97346cbf56e894e63f7f423ab97 ppc/debug/hplip-debuginfo-1.7.2-1.fc6.ppc.rpm 1e4991a05eb75eb80c272a47dc14813d63e1a8d5 ppc/libsane-hpaio-1.7.2-1.fc6.ppc.rpm f559bb740c432f74132c333317dc896048ee8c43 ppc/hplip-1.7.2-1.fc6.ppc.rpm 00f3d9876b1a395ca2ae9d86ef079320812ece05 x86_64/libsane-hpaio-1.7.2-1.fc6.x86_64.rpm 90219e8f0a1b310646c125efecd4f6b3a05477cb x86_64/debug/hplip-debuginfo-1.7.2-1.fc6.x86_64.rpm 000c47ae69d525808c89bb9f2032719da76d6ec4 x86_64/hplip-1.7.2-1.fc6.x86_64.rpm 560c78839aab6e3c18b09014e3768968dc9d78cc x86_64/hpijs-1.7.2-1.fc6.x86_64.rpm 388653100a4e2584c236a2667c6be773576a5d72 i386/hpijs-1.7.2-1.fc6.i386.rpm fece3b910da61f2f9bcc4feff7310a51fa48ef0f i386/libsane-hpaio-1.7.2-1.fc6.i386.rpm cdfc09151b1133ca077e3aae2903d05ffdef8e5e i386/hplip-1.7.2-1.fc6.i386.rpm d4ba5726108646f5fa62e9dd4af77c9cbc980c70 i386/debug/hplip-debuginfo-1.7.2-1.fc6.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From ajackson at redhat.com Thu Apr 12 19:39:27 2007 From: ajackson at redhat.com (Adam Jackson) Date: Thu, 12 Apr 2007 15:39:27 -0400 Subject: Fedora Core 6 Test Update: xorg-x11-server-1.1.1-47.9.fc6 Message-ID: <200704121939.l3CJdR5V010992@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-435 2007-04-12 --------------------------------------------------------------------- Product : Fedora Core 6 Name : xorg-x11-server Version : 1.1.1 Release : 47.9.fc6 Summary : X.Org X11 X server Description : X.Org X11 X server --------------------------------------------------------------------- Update Information: Backport of numerous int10 and x86emu fixes from git. --------------------------------------------------------------------- * Wed Apr 11 2007 Adam Jackson 1.1.1-47.9 - xserver-1.1.1-int10-update.patch: Backport various important int10 and x86emu updates from git. (#216927, among others) * Sun Apr 8 2007 Adam Jackson 1.1.1-47.8 - xserver-cve-2007-1003.patch: Fix CVE 2007-1003 in XC-MISC extension. --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ aac574464bd39a00ea653082ef651fe9482d2935 SRPMS/xorg-x11-server-1.1.1-47.9.fc6.src.rpm aac574464bd39a00ea653082ef651fe9482d2935 noarch/xorg-x11-server-1.1.1-47.9.fc6.src.rpm 44e8e3539cd88e33b3eba278751987dd832b3536 ppc/xorg-x11-server-Xnest-1.1.1-47.9.fc6.ppc.rpm a0c4df55d726a871eae8312b3f508bd4ff7ff3e2 ppc/xorg-x11-server-Xvfb-1.1.1-47.9.fc6.ppc.rpm 818e606eba758e931c18188813a97ff6c5a6a3b9 ppc/xorg-x11-server-Xephyr-1.1.1-47.9.fc6.ppc.rpm 9c50a5046393c8de1556fe72378adb921552282e ppc/xorg-x11-server-sdk-1.1.1-47.9.fc6.ppc.rpm c48a4f6568bbbc6fba8d307f255ad690efa47947 ppc/debug/xorg-x11-server-debuginfo-1.1.1-47.9.fc6.ppc.rpm 0c440ff76852a68ab5b07f0ac4a18f75d34ac33d ppc/xorg-x11-server-Xdmx-1.1.1-47.9.fc6.ppc.rpm f96aa4bc3b93ee68e4a44434f8330058442bdc7b ppc/xorg-x11-server-Xorg-1.1.1-47.9.fc6.ppc.rpm 1681d93f33170d21cf17e8076e39d62f8fc57827 x86_64/debug/xorg-x11-server-debuginfo-1.1.1-47.9.fc6.x86_64.rpm 6c895753993218bc6fd081fa6f287e50a3edd50d x86_64/xorg-x11-server-Xorg-1.1.1-47.9.fc6.x86_64.rpm 03fb35a1c23d724c71217b849c448c544549619d x86_64/xorg-x11-server-sdk-1.1.1-47.9.fc6.x86_64.rpm 5d103641544cdc55d75deb432dfdbe4280da6dd4 x86_64/xorg-x11-server-Xnest-1.1.1-47.9.fc6.x86_64.rpm c47452a3d586e29d22e6ffbb380025ff17142173 x86_64/xorg-x11-server-Xvfb-1.1.1-47.9.fc6.x86_64.rpm 7687c49dd4249244f03425895f116b0b8c4fc302 x86_64/xorg-x11-server-Xephyr-1.1.1-47.9.fc6.x86_64.rpm 6a00c216360acadb97033fcdb5dd01b038830c4c x86_64/xorg-x11-server-Xdmx-1.1.1-47.9.fc6.x86_64.rpm 567262595219af6d59f5d949f801d3001e8d9664 i386/debug/xorg-x11-server-debuginfo-1.1.1-47.9.fc6.i386.rpm 6f38368525b4e4fa92aba9701a16f08991383d6e i386/xorg-x11-server-Xdmx-1.1.1-47.9.fc6.i386.rpm a758af16873ee9f1434c67580ece8dcf16ffcb0c i386/xorg-x11-server-Xvfb-1.1.1-47.9.fc6.i386.rpm bbfd1cabc3c83d7b079dee409065b7222f05319f i386/xorg-x11-server-Xephyr-1.1.1-47.9.fc6.i386.rpm 40e8cff521e60eb6515360d970c4bd0be9f8b128 i386/xorg-x11-server-Xorg-1.1.1-47.9.fc6.i386.rpm 08d70c64e05f9e7108e354eb79cd78011363b8a8 i386/xorg-x11-server-sdk-1.1.1-47.9.fc6.i386.rpm a32b8a2ddcd281bc96f439aa410054a75db9ce9e i386/xorg-x11-server-Xnest-1.1.1-47.9.fc6.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From twaugh at redhat.com Thu Apr 12 19:40:10 2007 From: twaugh at redhat.com (Tim Waugh) Date: Thu, 12 Apr 2007 15:40:10 -0400 Subject: Fedora Core 6 Test Update: coreutils-5.97-12.4.fc6 Message-ID: <200704121940.l3CJeAL6011626@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-436 2007-04-12 --------------------------------------------------------------------- Product : Fedora Core 6 Name : coreutils Version : 5.97 Release : 12.4.fc6 Summary : The GNU core utilities: a set of tools commonly used in shell scripts Description : These are the GNU core utilities. This package is the combination of the old GNU fileutils, sh-utils, and textutils packages. --------------------------------------------------------------------- Update Information: Bug fix update. --------------------------------------------------------------------- * Wed Apr 11 2007 Tim Waugh 5.97-12.4 - Backported ls fix for 'ls -lL' showing dangling links with full paths (bug #230052). - Fixed rm race (bug #235401). * Wed Jan 24 2007 Tim Waugh - Fixed wrong error message (bug #223869). * Wed Jan 10 2007 Tim Waugh 5.97-12.3 - Prevent a cut(1) crash (bug #220312). --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ 461da30f9766416ff785d65960ff4fb5c8d54dd1 SRPMS/coreutils-5.97-12.4.fc6.src.rpm 461da30f9766416ff785d65960ff4fb5c8d54dd1 noarch/coreutils-5.97-12.4.fc6.src.rpm 01973ec52afcd2adf3d8c1bc42a626f4b097c898 ppc/debug/coreutils-debuginfo-5.97-12.4.fc6.ppc.rpm 2cdd0a65d979929f7dbfcdc8f3ef7020bd0dbca9 ppc/coreutils-5.97-12.4.fc6.ppc.rpm 6c69f2a429c073b201e99ed8054b1fa3e26afdc6 x86_64/debug/coreutils-debuginfo-5.97-12.4.fc6.x86_64.rpm 008a5796cde620f339deae8ce5fd52f9aa078bc1 x86_64/coreutils-5.97-12.4.fc6.x86_64.rpm b0de18d82436f5d5101ee7e82ee874246fc55a74 i386/debug/coreutils-debuginfo-5.97-12.4.fc6.i386.rpm 115195efde1830d49fc249ae96f641119a55b137 i386/coreutils-5.97-12.4.fc6.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From mlichvar at redhat.com Thu Apr 12 19:42:09 2007 From: mlichvar at redhat.com (Miroslav Lichvar) Date: Thu, 12 Apr 2007 15:42:09 -0400 Subject: Fedora Core 6 Test Update: xterm-225-1.fc6 Message-ID: <200704121942.l3CJg9it012238@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-438 2007-04-12 --------------------------------------------------------------------- Product : Fedora Core 6 Name : xterm Version : 225 Release : 1.fc6 Summary : xterm terminal emulator for the X Window System Description : The xterm program is a terminal emulator for the X Window System. It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that can't use the window system directly. --------------------------------------------------------------------- * Thu Apr 12 2007 Miroslav Lichvar 225-1.fc6 - update to 225 - fix sections in man pages - enable metaSendsEscape resource by default * Fri Feb 16 2007 Miroslav Lichvar 224-1.fc6 - update to 224 - drop utempter group before creating pty --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ 1feab114c4ec6e6059dd444db0475286de71bb1b SRPMS/xterm-225-1.fc6.src.rpm 1feab114c4ec6e6059dd444db0475286de71bb1b noarch/xterm-225-1.fc6.src.rpm c07ce705d25e471aaaea4811db0a9a560ca6ead5 ppc/debug/xterm-debuginfo-225-1.fc6.ppc.rpm 0f3d7c4bdacf423e2e788c6585deed2a16695aeb ppc/xterm-225-1.fc6.ppc.rpm 43f66964033b62ee7d2f56210758b7208c3b1829 x86_64/debug/xterm-debuginfo-225-1.fc6.x86_64.rpm 5ac6c134692c84bd7703442b29849c2e30666e18 x86_64/xterm-225-1.fc6.x86_64.rpm ea1c55e94f2e0fbce801cb251c7ae44c603dacee i386/debug/xterm-debuginfo-225-1.fc6.i386.rpm be54ac749969d902a9046020d9c446690dd0f54d i386/xterm-225-1.fc6.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From cebbert at redhat.com Thu Apr 12 19:44:02 2007 From: cebbert at redhat.com (Chuck Ebbert) Date: Thu, 12 Apr 2007 15:44:02 -0400 Subject: Fedora Core 6 Test Update: kernel-2.6.20-1.2944.fc6 In-Reply-To: <200704121918.l3CJI8Hw003114@int-mx1.corp.redhat.com> References: <200704121918.l3CJI8Hw003114@int-mx1.corp.redhat.com> Message-ID: <461E8C02.7050403@redhat.com> Chuck Ebbert wrote: > --------------------------------------------------------------------- > Fedora Test Update Notification > FEDORA-2007-432 > 2007-04-12 > --------------------------------------------------------------------- > > Product : Fedora Core 6 > Name : kernel > Version : 2.6.20 > Release : 1.2944.fc6 Unless somebody complains I'm going to release this one tomorrow. Very minor updates from 2943... From pemboa at gmail.com Thu Apr 12 19:44:15 2007 From: pemboa at gmail.com (Arthur Pemberton) Date: Thu, 12 Apr 2007 14:44:15 -0500 Subject: Fedora Core 6 Test Update: hplip-1.7.2-1.fc6 In-Reply-To: <200704121938.l3CJcOs1010745@int-mx1.corp.redhat.com> References: <200704121938.l3CJcOs1010745@int-mx1.corp.redhat.com> Message-ID: <16de708d0704121244n605099a3n7060931331426cc9@mail.gmail.com> On 4/12/07, Tim Waugh wrote: > --------------------------------------------------------------------- > Fedora Test Update Notification > FEDORA-2007-434 > 2007-04-12 > --------------------------------------------------------------------- > > Product : Fedora Core 6 > Name : hplip > Version : 1.7.2 > Release : 1.fc6 > Summary : HP Linux Imaging and Printing Project > Description : > The Hewlett-Packard Linux Imaging and Printing Project provides > drivers for HP printers and multi-function peripherals. Is this with or without the GUI applications? And what of the shortcuts to them? -- Fedora Core 6 and proud From rdieter at math.unl.edu Thu Apr 12 19:44:33 2007 From: rdieter at math.unl.edu (Rex Dieter) Date: Thu, 12 Apr 2007 14:44:33 -0500 Subject: totem can't play DVDs References: <1176404503.3442.5.camel@localhost.localdomain> Message-ID: Marius Andreiana wrote: > I just noticed recently that totem can't play DVDs anymore $ rpm -q libdvdcss ? -- Rex From an037-ooai8 at yahoo.com Thu Apr 12 21:48:06 2007 From: an037-ooai8 at yahoo.com (Allen Kistler) Date: Thu, 12 Apr 2007 16:48:06 -0500 Subject: Keyboard lights always on in F7T3 In-Reply-To: References: Message-ID: <461EA916.6060401@yahoo.com> Gerry Tool wrote: > While in F7T3, all three of my keyboard LEDs are constantly lit. So, it is > impossible to tell whether NumLock and CapsLock are actually on without > typing something. > > Do others see this too? If so, what component should a bug be reported > against. > > This keyboard works correctly in FC6, Ubuntu and Windows. It sounds similar to a kernel bug I filed a little while ago. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=233797 But at least you can still use yours. If you think your bug is related to mine, you could add info. If you think it's different, it's probably still the kernel, but I suppose it could be hal or X11 stuff. I think they both do some handling on their own. Do you see the problem in run level 1 or 3? From olivares14031 at yahoo.com Thu Apr 12 22:24:49 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Thu, 12 Apr 2007 15:24:49 -0700 (PDT) Subject: k3b does not see other cdrom drive and k3b problems In-Reply-To: Message-ID: <20070412222449.47464.qmail@web52604.mail.re2.yahoo.com> --- Rex Dieter wrote: > Antonio Olivares wrote: > > > I have two cd drives in my computer. One is a > TSSTcorp, samsumg > > writemaster drive which is identified by k3b > correctly. However the other > > drive does not show up. > > imo, better asked on the k3b-user ml, > http://sourceforge.net/mail/?group_id=26138 > > > k3b only sees 1 of the drives. The other drive > does not appear. k3b is > > also at 1.0rc6 or something like that, when it > will be updated to 1.0? > > just updated in rawhide today (yesterday?). k3b now sees the other drive. Thanks the updates are coming in except for k3b's but it will soon I hope :). > > > I also get the following message when running k3b. > > > > cdrdao will be run without root privileges > > It is highly recommended to configure cdrdao to > run with root privileges > > to increase the overall stability of the burning > process. > > Mostly harmless. We might want to disable that > warning. (?) > > > Mp3 Audio Decoder plugin not found. > > Not free, so not included in Fedora's k3b build > (hint: livna has k3b-extras-nonfree for that kind of > stuff) > > -- Rex > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > I know about the nonfree stuff. It is harmless as you mention. I was just posting so that you could do that (Disable that warning!) :) Regards, Antonio ____________________________________________________________________________________ Looking for earth-friendly autos? Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center. http://autos.yahoo.com/green_center/ From rodd at clarkson.id.au Fri Apr 13 00:01:13 2007 From: rodd at clarkson.id.au (Rodd Clarkson) Date: Fri, 13 Apr 2007 10:01:13 +1000 Subject: totem can't play DVDs In-Reply-To: References: <1176404503.3442.5.camel@localhost.localdomain> Message-ID: <1176422474.24205.12.camel@localhost.localdomain> On Thu, 2007-04-12 at 14:44 -0500, Rex Dieter wrote: > Marius Andreiana wrote: > > > I just noticed recently that totem can't play DVDs anymore > > $ rpm -q libdvdcss > ? No, it's bigger than just this. See: http://bugzilla.gnome.org/show_bug.cgi?id=393769 Apparently, gstreamer-0.10 doesn't support DVD playback (which it did in gstreamer-0.8, which is why playback worked). There's a work around in the this bug, but it would be much better if this just worked. I must get around to nagging gstreamer developers about this, but haven't got there yet. R. -- "It's a fine line between denial and faith. It's much better on my side" From rdieter at math.unl.edu Fri Apr 13 01:02:45 2007 From: rdieter at math.unl.edu (Rex Dieter) Date: Thu, 12 Apr 2007 20:02:45 -0500 Subject: totem can't play DVDs In-Reply-To: <1176422474.24205.12.camel@localhost.localdomain> References: <1176404503.3442.5.camel@localhost.localdomain> <1176422474.24205.12.camel@localhost.localdomain> Message-ID: Rodd Clarkson wrote: > On Thu, 2007-04-12 at 14:44 -0500, Rex Dieter wrote: >> Marius Andreiana wrote: >>> I just noticed recently that totem can't play DVDs anymore ... > No, it's bigger than just this. > See: http://bugzilla.gnome.org/show_bug.cgi?id=393769 > Apparently, gstreamer-0.10 doesn't support DVD playback (which it did in > gstreamer-0.8, which is why playback worked). Ah, see also related recent blog from planet.fedoraproject.org: http://thomas.apestaart.org/log/?p=467 -- Rex From gerrytool at gmail.com Fri Apr 13 01:33:33 2007 From: gerrytool at gmail.com (Gerry Tool) Date: Thu, 12 Apr 2007 20:33:33 -0500 Subject: Keyboard lights always on in F7T3 In-Reply-To: <461EA916.6060401@yahoo.com> References: <461EA916.6060401@yahoo.com> Message-ID: On 4/12/07, Allen Kistler wrote: > > Gerry Tool wrote: > > While in F7T3, all three of my keyboard LEDs are constantly lit. So, it > is > > impossible to tell whether NumLock and CapsLock are actually on without > > typing something. > > > > Do others see this too? If so, what component should a bug be reported > > against. > > > > This keyboard works correctly in FC6, Ubuntu and Windows. > > It sounds similar to a kernel bug I filed a little while ago. > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=233797 > But at least you can still use yours. > > If you think your bug is related to mine, you could add info. > If you think it's different, it's probably still the kernel, but I > suppose it could be hal or X11 stuff. I think they both do some > handling on their own. Do you see the problem in run level 1 or 3? > > Both kernels I currently have in Test3 do the same thing; I also have a Test2 partition and it behaves normally. When I first boot, the NumLock light is on, but the keyboard is actually in NumLock OFF. When I press the NumLock key, all three lights come on steady and the NumLock function is enabled. Further operation of the NumLock or CapsLock keys does toggle the function of the keyboard, but the three lights stay on forever until reboot. I opened a console session with Ctrl-Alt-F1 and the behavior there was the same. I don't remember another way to get to a different run level. I don't think this is the same problem you are dealing with. I'm still unsure what to report it against. Gerry -------------- next part -------------- An HTML attachment was scrubbed... URL: From twaugh at redhat.com Fri Apr 13 08:54:51 2007 From: twaugh at redhat.com (Tim Waugh) Date: Fri, 13 Apr 2007 09:54:51 +0100 Subject: Fedora Core 6 Test Update: hplip-1.7.2-1.fc6 In-Reply-To: <16de708d0704121244n605099a3n7060931331426cc9@mail.gmail.com> References: <200704121938.l3CJcOs1010745@int-mx1.corp.redhat.com> <16de708d0704121244n605099a3n7060931331426cc9@mail.gmail.com> Message-ID: <1176454491.5364.7.camel@cyberelk.elk> On Thu, 2007-04-12 at 14:44 -0500, Arthur Pemberton wrote: > Is this with or without the GUI applications? And what of the shortcuts to them? There are no changes in that regard. Those changes will be in Fedora 7. > Fedora Core 6 and proud Please test out the packages and let me know if there are problems. Thanks, Tim. */ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From buildsys at redhat.com Fri Apr 13 10:09:41 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Fri, 13 Apr 2007 06:09:41 -0400 Subject: rawhide report: 20070413 changes Message-ID: <200704131009.l3DA9fTi017805@hs20-bc2-6.build.redhat.com> Updated Packages: PyQt-3.17.1-1.fc7 ----------------- * Thu Apr 12 2007 Than Ngo - 3.17.1-1.fc7 - 3.17.1 anaconda-11.2.0.48-1 -------------------- * Thu Apr 12 2007 David Cantrell - 2.0.2-1 - Latest update from NSA * Merged checkmodule man page fix from Dan Walsh. control-center-1:2.18.0-8.fc7 ----------------------------- * Thu Apr 12 2007 David Zeuthen - 2.18.0-8 - Disable start-at-helper patch for now (#223669) - Disable gnome-bg patch as it's empty - BR metacity-devel dbus-1.0.2-3.fc7 ---------------- * Thu Apr 12 2007 David Zeuthen - 1.0.2-3 - Start SELinux thread after setuid call (#221168) * Wed Mar 28 2007 Matthias Clasen - 1.0.2-2 - Require pkgconfig in the -devel package * Sun Mar 25 2007 Matthias Clasen - 1.0.2-1 - Update to 1.0.2 - Drop obsolete patches - Fix directory ownership issues (#233753) dhcp-12:3.0.5-31.fc7 -------------------- * Thu Apr 12 2007 David Cantrell - 12:3.0.5-31 - Spec file cleanups (#225691) - Put libdhcpctl.a and libomapi.a in dhcp-devel-static package - Put libdhcp4client.a in libdhcp4client-devel-static package doxygen-1:1.5.2-1.fc7 --------------------- * Thu Apr 12 2007 Than Ngo - 1:1.5.2-1 - 1.5.2 file-roller-2.18.1-1.fc7 ------------------------ * Thu Apr 12 2007 Christopher Aillon - 2.18.1-1 - Update to 2.18.1 flac-1.1.4-4.fc7 ---------------- * Thu Apr 12 2007 - Bastien Nocera - 1.1.4-4 - The byteSwap symbol shouldn't be global, reported by Joe Orton (#215920) gdm-1:2.18.0-10.fc7 ------------------- * Thu Apr 12 2007 Ray Strode - 1:2.18.0-10 - add "Default" session back to the sessions menu (bug 234218) gimp-help-2-0.1.0.12.fc7 ------------------------ * Thu Apr 12 2007 Nils Philippsen - 2-0.1.0.12 - version 2-0.12 gnome-applet-vm-0.1.0-2.fc7 --------------------------- * Thu Apr 12 2007 Karel Zak 0.1.0-2 - fix rpmlint issues * Wed Sep 27 2006 Karel Zak 0.1.0-1 - upgrade to stable upstream release - fix build requires - fix #205930 - missing dependency for virt-manager * Thu Jul 27 2006 Jeremy Katz - 0.1.0-0.rc1.2 - BR xen-devel gnome-mount-0.6-1.fc7 --------------------- * Thu Apr 12 2007 David Zeuthen - 0.6-1 - Update to upstream release 0.6 - No significant changes apart from better i18n coverage gnome-session-2.18.0-4.fc7 -------------------------- * Thu Apr 12 2007 David Zeuthen - 2.18.0-4 - start same kind of AT's in session as started in gdm (#229912) hal-0.5.9-3.fc7 --------------- * Thu Apr 12 2007 David Zeuthen - 0.5.9-3 - Add patches from 0.5.9 stable branch * Tue Apr 03 2007 David Zeuthen - 0.5.9-2 - Fix a bug with how LUKS interacts with locking - Obsolete older HAL packages to provide an upgrade path for multilib kdenetwork-7:3.5.6-3.fc7 ------------------------ * Thu Apr 12 2007 Than Ngo - 7:3.5.6-3.fc7 - cleanup - apply CVS upstream patches * Mon Apr 02 2007 Than Ngo - 7:3.5.6-2.fc7 - catch the empty ICQ UIN case when creating an account, which would crash Kopete, kde#139719 * Thu Feb 08 2007 Chitlesh Goorah 7:3.5.5-0.3 - dropped autoconf, gcc-c++, glibc-devel as BR - split ksirc, ktalkd and kdict as a separate package kdenetwork-extras - dropped requires: kdelibs >= %{kdelibs_epoch}:%{version} already required by kdebase - added timestamps wherever possible kernel-2.6.20-1.3062.fc7 ------------------------ * Thu Apr 12 2007 Kristian H??gsberg - Add a few more firewire bug fixes, incorporate last couple of changes to userspace interface. * Thu Apr 12 2007 Dave Jones - 2.6.21-rc6-git5 * Thu Apr 12 2007 Dave Jones - Update nouveau patch. (Richard Hughes) lftp-3.5.10-3.fc7 ----------------- * Wed Apr 11 2007 Maros Barabas - 3.5.10-3 - Correct mistake removing devel package & calling chkconfig - Resolves #235436 - Removing automake autoconf - Resolves #225984 libXrandr-1.2.0-3.fc7 --------------------- * Thu Apr 12 2007 Adam Jackson 1.2.0-3 - BuildRequire on the randrproto virtual instead of a magic x-x-p-d version. - Fix -devel package to require sufficiently new randrproto. libdhcp-1.24-3.fc7 ------------------ * Thu Apr 12 2007 David Cantrell - 1.24-3 - Put libdhcp.a in the libdhcp-devel-static package libraw1394-1.2.1-5.fc7 ---------------------- * Thu Apr 12 2007 Kristian H??gsberg - 1.2.1-5 - Make rawiso support actually work. - Update fw-device-cdev.h to sync with latest kernel patch. * Tue Apr 03 2007 Kristian H??gsberg - 1.2.1-4 - Update juju patch with rawiso support. libselinux-2.0.13-1.fc7 ----------------------- * Thu Apr 12 2007 Dan Walsh - 2.0.13-1 - Upgrade to upstream * Merged rpm_execcon python binding fix, matchpathcon man page fix, and getsebool -a handling for EACCES from Dan Walsh. * Thu Apr 12 2007 Dan Walsh - 2.0.12-2 - Add missing interface lockdev-1.0.1-11.fc7 -------------------- * Thu Apr 12 2007 Karel Zak - 1.0.1-11 - fix rpmlint issues - change lockdev permissions from 2755 to 2711 lslk-1.29-18.fc7 ---------------- * Thu Apr 12 2007 Karel Zak 1.29-18 - fix according to rmplint newt-0.52.6-3.fc7 ----------------- * Thu Apr 12 2007 Miroslav Lichvar - 0.52.6-3 - fix cursor positioning when setting entry or checkbox flags - fix counting of items in checkboxtree - fix some memory leaks policycoreutils-2.0.9-1.fc7 --------------------------- * Thu Apr 12 2007 Dan Walsh 2.0.9-1 - Updated version of sepolgen * Merged seobject setransRecords patch to return the first alias from Xavier Toth. readahead-1:1.4.1-1.fc7 ----------------------- * Thu Apr 12 2007 Karel Zak - 1:1.4.1-1 - upgrade to new upstream version 1.4.1 - generate new lists * Tue Feb 27 2007 Karel Zak - 1:1.4-1 - upgrade to new upstream version - cleanup spec file * Fri Feb 02 2007 Karel Zak - 1:1.3-7 - rebuild (update file lists) selinux-policy-2.5.12-2.fc7 --------------------------- * Thu Apr 12 2007 Dan Walsh 2.5.12-2 - Fix samba_net to allow it to view samba_var_t sendmail-8.14.1-1.1 ------------------- * Thu Apr 12 2007 Thomas Woerner 8.14.1-1.1 - replaced prereq tags with requires() tags. * Thu Apr 12 2007 Thomas Woerner 8.14.1-1 - new version 8.14.1 - spec file cleanup for merge review (rhbz#226407) - dropped update support for sendmail versions prior to 8.12.0 - using pdf documentation sip-4.6-1.fc7 ------------- * Thu Apr 12 2007 Than Ngo - 4.6-1.fc7 - 4.6 sudo-1.6.8p12-14.fc7 -------------------- * Thu Apr 12 2007 Peter Vrabec 1.6.8p12-14 - also use getgrouplist() to determine group membership (#235915) thunderbird-2.0.0.0-0.4.rc1.fc7 ------------------------------- * Thu Apr 12 2007 Christopher Aillon 2.0.0.0-0.3.rc1 - Rebuild into Fedora * Wed Apr 11 2007 Christopher Aillon 2.0.0.0-0.3.rc1 - Update langpacks * Thu Apr 05 2007 Christopher Aillon 2.0.0.0-0.2.rc1 - Build option tweaks - Bring the install section to parity with Firefox's vixie-cron-4:4.1-82.fc7 ----------------------- * Thu Apr 12 2007 Marcela Maslanova - 4:4.1-82 - removed bz220376.patch - change in manual - using jobs in cron.d - Resolves: rhbz#235932, rhbz#235998 vorbis-tools-1:1.1.1.svn20070412-1.fc7 -------------------------------------- * Thu Apr 12 2007 - Bastien Nocera - 1.1.1.svn20070412-1.fc7 - Upgrade to a current SVN snapshot of vorbis-tools to get our FLAC support back, after the recent libFLAC upgrade (#229124) - Remove obsolete UTF8 and Curl mute patches xterm-225-2.fc7 --------------- * Thu Apr 12 2007 Miroslav Lichvar 225-2 - fix sections in man pages Broken deps for ppc64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ppc64 requires gimp-print >= 0:4.2.0 Broken deps for ia64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ia64 requires gimp-print >= 0:4.2.0 Broken deps for i386 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.i386 requires gimp-print >= 0:4.2.0 Broken deps for x86_64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.x86_64 requires gimp-print >= 0:4.2.0 Broken deps for ppc ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ppc requires gimp-print >= 0:4.2.0 From fct-cornette at insight.rr.com Fri Apr 13 10:56:47 2007 From: fct-cornette at insight.rr.com (Jim Cornette) Date: Fri, 13 Apr 2007 06:56:47 -0400 Subject: Keyboard lights always on in F7T3 In-Reply-To: References: <461EA916.6060401@yahoo.com> Message-ID: <461F61EF.7080509@insight.rr.com> Gerry Tool wrote: > On 4/12/07, *Allen Kistler* > wrote: > > Gerry Tool wrote: > > While in F7T3, all three of my keyboard LEDs are constantly > lit. So, it is > > impossible to tell whether NumLock and CapsLock are actually on > without > > typing something. > > > > Do others see this too? If so, what component should a bug be > reported > > against. > > > > This keyboard works correctly in FC6, Ubuntu and Windows. > > It sounds similar to a kernel bug I filed a little while ago. > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=233797 > But at least you can still use yours. > > If you think your bug is related to mine, you could add info. > If you think it's different, it's probably still the kernel, but I > suppose it could be hal or X11 stuff. I think they both do some > handling on their own. Do you see the problem in run level 1 or 3? > > Both kernels I currently have in Test3 do the same thing; I also have a > Test2 partition and it behaves normally. > > When I first boot, the NumLock light is on, but the keyboard is actually > in NumLock OFF. When I press the NumLock key, all three lights come on > steady and the NumLock function is enabled. Further operation of the > NumLock or CapsLock keys does toggle the function of the keyboard, but > the three lights stay on forever until reboot. > > I opened a console session with Ctrl-Alt-F1 and the behavior there was > the same. I don't remember another way to get to a different run level. > > I don't think this is the same problem you are dealing with. I'm still > unsure what to report it against. > > Gerry > The indicators are controlled by a code as on the linked table. The kernel could be the problem or some driver for the keyboard. Are you using a USB or PS2 type of keyboard? http://maven.smith.edu/~thiebaut/ArtOfAssembly/CH20/CH20-1.html#HEADING1-5 Jim -- A bank is a place where they lend you an umbrella in fair weather and ask for it back the when it begins to rain. -- Robert Frost From gerrytool at gmail.com Fri Apr 13 14:00:08 2007 From: gerrytool at gmail.com (Gerry Tool) Date: Fri, 13 Apr 2007 09:00:08 -0500 Subject: Keyboard lights always on in F7T3 In-Reply-To: <461F61EF.7080509@insight.rr.com> References: <461EA916.6060401@yahoo.com> <461F61EF.7080509@insight.rr.com> Message-ID: On 4/13/07, Jim Cornette wrote: > > Gerry Tool wrote: > > On 4/12/07, *Allen Kistler* > > wrote: > > > > Gerry Tool wrote: > > > While in F7T3, all three of my keyboard LEDs are constantly > > lit. So, it is > > > impossible to tell whether NumLock and CapsLock are actually on > > without > > > typing something. > > > > > > Do others see this too? If so, what component should a bug be > > reported > > > against. > > > > > > This keyboard works correctly in FC6, Ubuntu and Windows. > > > > It sounds similar to a kernel bug I filed a little while ago. > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=233797 > > But at least you can still use yours. > > > > If you think your bug is related to mine, you could add info. > > If you think it's different, it's probably still the kernel, but I > > suppose it could be hal or X11 stuff. I think they both do some > > handling on their own. Do you see the problem in run level 1 or 3? > > > > Both kernels I currently have in Test3 do the same thing; I also have a > > Test2 partition and it behaves normally. > > > > When I first boot, the NumLock light is on, but the keyboard is actually > > in NumLock OFF. When I press the NumLock key, all three lights come on > > steady and the NumLock function is enabled. Further operation of the > > NumLock or CapsLock keys does toggle the function of the keyboard, but > > the three lights stay on forever until reboot. > > > > I opened a console session with Ctrl-Alt-F1 and the behavior there was > > the same. I don't remember another way to get to a different run level. > > > > I don't think this is the same problem you are dealing with. I'm still > > unsure what to report it against. > > > > Gerry > > > > The indicators are controlled by a code as on the linked table. The > kernel could be the problem or some driver for the keyboard. > Are you using a USB or PS2 type of keyboard? > > http://maven.smith.edu/~thiebaut/ArtOfAssembly/CH20/CH20-1.html#HEADING1-5 > > Jim > > The keyboard described above is a new Dell USB keyboard (my computer is homebrew.) Your question prompted some testing. An old Logitech PS2 keyboard works correctly. A recent Belkin USB keyboard works differently. In F7T3, none of its lights function. However when I plug it into the PS2 port through a USB to PS2 adapter, it works correctly in F7T3. The Dell USB keyboard will not function plugged into the PS2 port through the adapter. Any definitive package to post a bug against? Thanks. Gerry -------------- next part -------------- An HTML attachment was scrubbed... URL: From gerrytool at gmail.com Fri Apr 13 16:26:35 2007 From: gerrytool at gmail.com (Gerry Tool) Date: Fri, 13 Apr 2007 11:26:35 -0500 Subject: Wireless does not start on boot in F7T3 Message-ID: I have an Avaya (orinoco chip) pcmcia network adapter plugged into my laptop. Setting up wireless works just fine. However, on reboot, I must always open System > Administration > Network and activate the card before it will connect, even though the "Activate device when computer starts" and "Allow all users to enable and disable this service" are both checked. The wired port, eth0, always tries to activate even though these boxes are unchecked for that device, and there is no cable connected. Sometimes, it even says it is connected, even though it obviously isn't. Can anyone make sense of this and tell me how to get the wireless device automatically connected on boot? Thanks. Gerry -------------- next part -------------- An HTML attachment was scrubbed... URL: From selinux at gmail.com Fri Apr 13 16:39:54 2007 From: selinux at gmail.com (Tom London) Date: Fri, 13 Apr 2007 09:39:54 -0700 Subject: i810 vs. intel: frequency differences? Message-ID: <4c4ba1530704130939x7f76a192n8a22c0bf3195410@mail.gmail.com> Running xorg-x11-drv-i810-1.6.5-19.fc7, I've noticed that seem to drive different monitor frequencies for the same monitor/settings/xorg.conf. Running on two different LCD monitors, if my xorg.conf says 'i810', I consistently get Horiz rate of 79.8kHz and Vert rate of 74.6Hz. If I only change i810->intel and restart X, I consistently get Horiz rate of 83.0kHz and Vert rate of 77.8Hz (the last is above supported rate (~75Hz) for both monitors). I've also noticed inconsistencies between the rates reported by my monitors and that reported by xrandr when I run with 'intel': xrandr reports Horiz is 80kHz (vs. monitor reporting 83kHz) and Vert is 75Hz (vs. monitor reporting 77.8Hz). Anyone have idea what could be causing this? The only 'workaround' I've devised is to run 'xrandr --rate 60'. That puts the monitor 'within supported rates'. When I do that, xrandr says it is supporting 59.9Hz while the monitor says it is getting 60.1Hz.... Any suggestions? tom -- Tom London From nphilipp at redhat.com Thu Apr 12 15:02:08 2007 From: nphilipp at redhat.com (Nils Philippsen) Date: Thu, 12 Apr 2007 17:02:08 +0200 Subject: rawhide report: 20070412 changes In-Reply-To: <200704121002.l3CA2rY2028557@hs20-bc2-6.build.redhat.com> References: <200704121002.l3CA2rY2028557@hs20-bc2-6.build.redhat.com> Message-ID: <1176390128.12320.43.camel@gibraltar.stuttgart.redhat.com> On Thu, 2007-04-12 at 06:02 -0400, buildsys at redhat.com wrote: > Broken deps for ppc64 > ---------------------------------------------------------- > gimp - 2:2.2.13-2.fc7.ppc64 requires gimp-print >= 0:4.2.0 gimp requires gimp-print which nowadays is provided by gutenprint which is in extras which prevents gimp from being rebuilt with the corrected requirements ;-). Should all be sorted out by the merger I hope. -- Nils Philippsen / Red Hat / nphilipp at redhat.com "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety." -- B. Franklin, 1759 PGP fingerprint: C4A8 9474 5C4C ADE3 2B8F 656D 47D8 9B65 6951 3011 -- fedora-devel-list mailing list fedora-devel-list at redhat.com https://www.redhat.com/mailman/listinfo/fedora-devel-list From ajackson at redhat.com Fri Apr 13 17:10:20 2007 From: ajackson at redhat.com (Adam Jackson) Date: Fri, 13 Apr 2007 13:10:20 -0400 Subject: i810 vs. intel: frequency differences? In-Reply-To: <4c4ba1530704130939x7f76a192n8a22c0bf3195410@mail.gmail.com> References: <4c4ba1530704130939x7f76a192n8a22c0bf3195410@mail.gmail.com> Message-ID: <1176484220.9710.13.camel@localhost.localdomain> On Fri, 2007-04-13 at 09:39 -0700, Tom London wrote: > Running xorg-x11-drv-i810-1.6.5-19.fc7, I've noticed that seem to > drive different monitor frequencies for the same > monitor/settings/xorg.conf. > > Running on two different LCD monitors, if my xorg.conf says 'i810', I > consistently get Horiz rate of 79.8kHz and Vert rate of 74.6Hz. > > If I only change i810->intel and restart X, I consistently get Horiz > rate of 83.0kHz and Vert rate of 77.8Hz (the last is above supported > rate (~75Hz) for both monitors). The X log, at least for the intel run, should show the exact timings being sent to the monitor, as well as what the monitor reports for capabilities. That said, there could easily be bugs in the intel driver. > I've also noticed inconsistencies between the rates reported by my > monitors and that reported by xrandr when I run with 'intel': xrandr > reports Horiz is 80kHz (vs. monitor reporting 83kHz) and Vert is 75Hz > (vs. monitor reporting 77.8Hz). Rounding error. Monitors are not particularly smart. - ajax From selinux at gmail.com Fri Apr 13 17:37:19 2007 From: selinux at gmail.com (Tom London) Date: Fri, 13 Apr 2007 10:37:19 -0700 Subject: i810 vs. intel: frequency differences? In-Reply-To: <1176484220.9710.13.camel@localhost.localdomain> References: <4c4ba1530704130939x7f76a192n8a22c0bf3195410@mail.gmail.com> <1176484220.9710.13.camel@localhost.localdomain> Message-ID: <4c4ba1530704131037n7c3a7fccjf16f540b54281ccf@mail.gmail.com> On 4/13/07, Adam Jackson wrote: > On Fri, 2007-04-13 at 09:39 -0700, Tom London wrote: > > Running xorg-x11-drv-i810-1.6.5-19.fc7, I've noticed that seem to > > drive different monitor frequencies for the same > > monitor/settings/xorg.conf. > > > > Running on two different LCD monitors, if my xorg.conf says 'i810', I > > consistently get Horiz rate of 79.8kHz and Vert rate of 74.6Hz. > > > > If I only change i810->intel and restart X, I consistently get Horiz > > rate of 83.0kHz and Vert rate of 77.8Hz (the last is above supported > > rate (~75Hz) for both monitors). > > The X log, at least for the intel run, should show the exact timings > being sent to the monitor, as well as what the monitor reports for > capabilities. That said, there could easily be bugs in the intel > driver. > > > I've also noticed inconsistencies between the rates reported by my > > monitors and that reported by xrandr when I run with 'intel': xrandr > > reports Horiz is 80kHz (vs. monitor reporting 83kHz) and Vert is 75Hz > > (vs. monitor reporting 77.8Hz). > > Rounding error. Monitors are not particularly smart. > > - ajax > Would normally agree about 'rounding error', but setting the driver to 'intel' puts 2 monitors 'out of range' for Horiz. Also, the monitors have no problem reporting 74.6 for 'i810' vs. 77.8 for 'intel'. There must be a difference in the actual signal. No? What exactly from Xorg.0.log would be useful for me to provide? tom -- Tom London From ajackson at redhat.com Fri Apr 13 17:47:34 2007 From: ajackson at redhat.com (Adam Jackson) Date: Fri, 13 Apr 2007 13:47:34 -0400 Subject: i810 vs. intel: frequency differences? In-Reply-To: <4c4ba1530704131037n7c3a7fccjf16f540b54281ccf@mail.gmail.com> References: <4c4ba1530704130939x7f76a192n8a22c0bf3195410@mail.gmail.com> <1176484220.9710.13.camel@localhost.localdomain> <4c4ba1530704131037n7c3a7fccjf16f540b54281ccf@mail.gmail.com> Message-ID: <1176486454.9710.21.camel@localhost.localdomain> On Fri, 2007-04-13 at 10:37 -0700, Tom London wrote: > On 4/13/07, Adam Jackson wrote: > > On Fri, 2007-04-13 at 09:39 -0700, Tom London wrote: > > > Running xorg-x11-drv-i810-1.6.5-19.fc7, I've noticed that seem to > > > drive different monitor frequencies for the same > > > monitor/settings/xorg.conf. > > > > > > Running on two different LCD monitors, if my xorg.conf says 'i810', I > > > consistently get Horiz rate of 79.8kHz and Vert rate of 74.6Hz. > > > > > > If I only change i810->intel and restart X, I consistently get Horiz > > > rate of 83.0kHz and Vert rate of 77.8Hz (the last is above supported > > > rate (~75Hz) for both monitors). > > > > The X log, at least for the intel run, should show the exact timings > > being sent to the monitor, as well as what the monitor reports for > > capabilities. That said, there could easily be bugs in the intel > > driver. > > > > > I've also noticed inconsistencies between the rates reported by my > > > monitors and that reported by xrandr when I run with 'intel': xrandr > > > reports Horiz is 80kHz (vs. monitor reporting 83kHz) and Vert is 75Hz > > > (vs. monitor reporting 77.8Hz). > > > > Rounding error. Monitors are not particularly smart. > > > > - ajax > > > Would normally agree about 'rounding error', but setting the driver to > 'intel' puts 2 monitors 'out of range' for Horiz. Also, the monitors > have no problem reporting 74.6 for 'i810' vs. 77.8 for 'intel'. There > must be a difference in the actual signal. No? > > What exactly from Xorg.0.log would be useful for me to provide? The whole thing, in a bug report, preferably. - ajax From selinux at gmail.com Fri Apr 13 18:24:44 2007 From: selinux at gmail.com (Tom London) Date: Fri, 13 Apr 2007 11:24:44 -0700 Subject: i810 vs. intel: frequency differences? In-Reply-To: <1176486454.9710.21.camel@localhost.localdomain> References: <4c4ba1530704130939x7f76a192n8a22c0bf3195410@mail.gmail.com> <1176484220.9710.13.camel@localhost.localdomain> <4c4ba1530704131037n7c3a7fccjf16f540b54281ccf@mail.gmail.com> <1176486454.9710.21.camel@localhost.localdomain> Message-ID: <4c4ba1530704131124uf68c094j4997818ce3bcdb71@mail.gmail.com> On 4/13/07, Adam Jackson wrote: > On Fri, 2007-04-13 at 10:37 -0700, Tom London wrote: > > On 4/13/07, Adam Jackson wrote: > > > On Fri, 2007-04-13 at 09:39 -0700, Tom London wrote: > > > > Running xorg-x11-drv-i810-1.6.5-19.fc7, I've noticed that seem to > > > > drive different monitor frequencies for the same > > > > monitor/settings/xorg.conf. > > > > > > > > Running on two different LCD monitors, if my xorg.conf says 'i810', I > > > > consistently get Horiz rate of 79.8kHz and Vert rate of 74.6Hz. > > > > > > > > If I only change i810->intel and restart X, I consistently get Horiz > > > > rate of 83.0kHz and Vert rate of 77.8Hz (the last is above supported > > > > rate (~75Hz) for both monitors). > > > > > > The X log, at least for the intel run, should show the exact timings > > > being sent to the monitor, as well as what the monitor reports for > > > capabilities. That said, there could easily be bugs in the intel > > > driver. > > > > > > > I've also noticed inconsistencies between the rates reported by my > > > > monitors and that reported by xrandr when I run with 'intel': xrandr > > > > reports Horiz is 80kHz (vs. monitor reporting 83kHz) and Vert is 75Hz > > > > (vs. monitor reporting 77.8Hz). > > > > > > Rounding error. Monitors are not particularly smart. > > > > > > - ajax > > > > > Would normally agree about 'rounding error', but setting the driver to > > 'intel' puts 2 monitors 'out of range' for Horiz. Also, the monitors > > have no problem reporting 74.6 for 'i810' vs. 77.8 for 'intel'. There > > must be a difference in the actual signal. No? > > > > What exactly from Xorg.0.log would be useful for me to provide? > > The whole thing, in a bug report, preferably. > > - ajax > BZ: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=236414 Attached 3 copies of Xorg.0.log: First right after graphical login running with 'intel', monitor is 'out of range' (77.8Hz). Second above, plus ran 'xrandr --rate 60': monitor stabilizes Third, changed xorg.conf to 'i810': running with 75 Hz (monitor agrees). thanks in advance..... tom -- Tom London From twaugh at redhat.com Fri Apr 13 19:36:26 2007 From: twaugh at redhat.com (Tim Waugh) Date: Fri, 13 Apr 2007 15:36:26 -0400 Subject: Fedora Core 6 Test Update: hplip-1.7.2-2.fc6 Message-ID: <200704131936.l3DJaQlM029865@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-434 2007-04-13 --------------------------------------------------------------------- Product : Fedora Core 6 Name : hplip Version : 1.7.2 Release : 2.fc6 Summary : HP Linux Imaging and Printing Project Description : The Hewlett-Packard Linux Imaging and Printing Project provides drivers for HP printers and multi-function peripherals. --------------------------------------------------------------------- Update Information: New version. --------------------------------------------------------------------- * Fri Apr 13 2007 Tim Waugh 1.7.2-2 - Bumped selinux-policy conflict version (bug #236092). * Wed Apr 11 2007 Tim Waugh 1.7.2-1 - 1.7.2. - Better media-empty-error state handling: always set the state. - Use marker-supply-low IPP message. * Tue Apr 3 2007 Tim Waugh - Link libsane-hpaio against libsane (bug #234813). * Wed Dec 6 2006 Tim Waugh 1.6.12-1 - 1.6.12. No longer need broken-conf, loop, out-of-paper, guest or sane-debug patches. --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ e4b2bf96f5fd7e3a10abff7e09acc3bfb7186d4c SRPMS/hplip-1.7.2-2.fc6.src.rpm e4b2bf96f5fd7e3a10abff7e09acc3bfb7186d4c noarch/hplip-1.7.2-2.fc6.src.rpm 11af244aad06e5e7ef08a3226b456071f0d7a92a ppc/hplip-1.7.2-2.fc6.ppc.rpm d3fe8d10b0bd012f8c18555a1af92ac2ea7e9c2d ppc/hpijs-1.7.2-2.fc6.ppc.rpm 90d2cd9019e21897a7e501d55d6352444ef29943 ppc/debug/hplip-debuginfo-1.7.2-2.fc6.ppc.rpm dbf8d6724c38604e50c07994454c7be0fb6eac36 ppc/libsane-hpaio-1.7.2-2.fc6.ppc.rpm 28e24857e282737698c3d459365f24367814e3fd x86_64/debug/hplip-debuginfo-1.7.2-2.fc6.x86_64.rpm d3871083e6ed153ff5b7ec71ade0002dd9175e99 x86_64/libsane-hpaio-1.7.2-2.fc6.x86_64.rpm 08b1fa392ceeb6dcddb8a496e7ddf7e1eabb4783 x86_64/hplip-1.7.2-2.fc6.x86_64.rpm 334680ebd73ade7a3d3f621306f53b00a0389f8e x86_64/hpijs-1.7.2-2.fc6.x86_64.rpm 3dbbc49a4feb74535bfc802a6515e9d6dec59f36 i386/hplip-1.7.2-2.fc6.i386.rpm e78f9f374775259cab9af79508ac8e938cbd5878 i386/debug/hplip-debuginfo-1.7.2-2.fc6.i386.rpm 073a89dcf7214b66983c95e064ac9a1972b02bc7 i386/libsane-hpaio-1.7.2-2.fc6.i386.rpm 8cfed6890b36da74bfde01e4a2d8f7acb6a63253 i386/hpijs-1.7.2-2.fc6.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From dwalsh at redhat.com Fri Apr 13 20:03:45 2007 From: dwalsh at redhat.com (Daniel Walsh) Date: Fri, 13 Apr 2007 16:03:45 -0400 Subject: Fedora Core 6 Test Update: selinux-policy-2.4.6-57.fc6 Message-ID: <200704132003.l3DK3jNt006754@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-442 2007-04-13 --------------------------------------------------------------------- Product : Fedora Core 6 Name : selinux-policy Version : 2.4.6 Release : 57.fc6 Summary : SELinux policy configuration Description : SELinux Reference Policy - modular. --------------------------------------------------------------------- * Fri Apr 13 2007 Dan Walsh 2.4.6-57 - Allow fusefs_t to associate any file type so mv command will work. * Thu Apr 12 2007 Dan Walsh 2.4.6-56 - Allow lvm mls_file_read_up to look at Fixed disks Resolves: #236060 - More fixes for apcupsd * Thu Apr 12 2007 Dan Walsh 2.4.6-55 - Allow samba to list inotifyfs - Allow cups to send mail - kudzu Needs to ptrace init Resolves: #225443 * Tue Apr 10 2007 Dan Walsh 2.4.6-54 - syslog needs to be run as SystemHigh - Fix file context mapping Resolves: #235725 - Add apcupsd policy * Thu Apr 5 2007 Dan Walsh 2.4.6-52 - Don't relabel if selinux is not enabled - Allow netutils to read sysfs Resolves: #235357 - Allow samba to work as a PDC Resolves: #235360 - Allow ypserv to bind to ports 600-1024 Resolves: #235363 - Fix kudzu to be able to telinit Resolves: #225443 * Tue Apr 3 2007 Dan Walsh 2.4.6-51 - Allow nscd setcap privs * Mon Apr 2 2007 Dan Walsh 2.4.6-50 - More work to allow kudzu to setup init correctly so getty will work Resolves: #225443 - Allow pegasus to execute ifconfig Resolves: #227485 - Allow Aide to look at lnk_files and other fixes Resolves: #234885 - querying cups jobs with sysadm_r needs override mls restrictions Resolves: #234889 --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ 667ae7ad42ba2669f2fa7154fd4047d82dc74bce SRPMS/selinux-policy-2.4.6-57.fc6.src.rpm 667ae7ad42ba2669f2fa7154fd4047d82dc74bce noarch/selinux-policy-2.4.6-57.fc6.src.rpm 5412f617ed0091f8c049a69eba7a3b6cfce7771e ppc/selinux-policy-devel-2.4.6-57.fc6.noarch.rpm 86f41e35a9417a9de33aacb85d8dd447237391d8 ppc/selinux-policy-2.4.6-57.fc6.noarch.rpm 6cdd5e961be94477878a7e8468105a151dc1f912 ppc/selinux-policy-targeted-2.4.6-57.fc6.noarch.rpm c78ae923472522e7d9a75c97eeca8a06414c4843 ppc/selinux-policy-mls-2.4.6-57.fc6.noarch.rpm 237155e2b442c7a71eb5f28f9f4878637f993853 ppc/selinux-policy-strict-2.4.6-57.fc6.noarch.rpm 5412f617ed0091f8c049a69eba7a3b6cfce7771e x86_64/selinux-policy-devel-2.4.6-57.fc6.noarch.rpm 86f41e35a9417a9de33aacb85d8dd447237391d8 x86_64/selinux-policy-2.4.6-57.fc6.noarch.rpm 6cdd5e961be94477878a7e8468105a151dc1f912 x86_64/selinux-policy-targeted-2.4.6-57.fc6.noarch.rpm c78ae923472522e7d9a75c97eeca8a06414c4843 x86_64/selinux-policy-mls-2.4.6-57.fc6.noarch.rpm 237155e2b442c7a71eb5f28f9f4878637f993853 x86_64/selinux-policy-strict-2.4.6-57.fc6.noarch.rpm 5412f617ed0091f8c049a69eba7a3b6cfce7771e i386/selinux-policy-devel-2.4.6-57.fc6.noarch.rpm 86f41e35a9417a9de33aacb85d8dd447237391d8 i386/selinux-policy-2.4.6-57.fc6.noarch.rpm 6cdd5e961be94477878a7e8468105a151dc1f912 i386/selinux-policy-targeted-2.4.6-57.fc6.noarch.rpm c78ae923472522e7d9a75c97eeca8a06414c4843 i386/selinux-policy-mls-2.4.6-57.fc6.noarch.rpm 237155e2b442c7a71eb5f28f9f4878637f993853 i386/selinux-policy-strict-2.4.6-57.fc6.noarch.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From olivares14031 at yahoo.com Fri Apr 13 22:58:57 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Fri, 13 Apr 2007 15:58:57 -0700 (PDT) Subject: k3b is not updating, cd drive goes away again Message-ID: <20070413225857.41648.qmail@web52604.mail.re2.yahoo.com> Dear list, k3b's update has been released and for some reason or another I am not getting it. I am also losing the other drive. IT does not appear once again. Several of the updates made it appear since the last message, but something happened again and it disappears once again. IN slax live cd, slax6rc, all the drives appear correctly, but here they don't. [olivares at localhost ~]$ su - Password: [root at localhost ~]# yum update k3b Loading "installonlyn" plugin Setting up Update Process Could not find update match for k3b No Packages marked for Update/Obsoletion [root at localhost ~]# rpm -qa k3b k3b-1.0.0-0.rc6.1.fc7 [root at localhost ~]# What's wrong? udev was not updating and now it did update, I got most of the updates [root at localhost ~]# rpm -qa udev udev-106-2.fc7 Dependencies Resolved ============================================================================= Package Arch Version Repository Size ============================================================================= Installing: kernel i686 2.6.20-1.3062.fc7 development 16 M Updating: PyQt i386 3.17.1-1.fc7 development 2.0 M control-center i386 1:2.18.0-8.fc7 development 2.8 M dbus i386 1.0.2-3.fc7 development 470 k dbus-devel i386 1.0.2-3.fc7 development 1.6 M dbus-x11 i386 1.0.2-3.fc7 development 28 k dhclient i386 12:3.0.5-31.fc7 development 269 k doxygen i386 1:1.5.2-1.fc7 development 2.4 M file-roller i386 2.18.1-1.fc7 development 966 k flac i386 1.1.4-4.fc7 development 343 k freehdl i386 0.0.4-2.fc7 extras-development 1.4 M gdm i386 1:2.18.0-10.fc7 development 4.3 M gimp-help noarch 2-0.1.0.12.fc7 development 60 M gnome-mount i386 0.6-1.fc7 development 111 k gnome-session i386 2.18.0-4.fc7 development 475 k hal i386 0.5.9-3.fc7 development 451 k hal-devel i386 0.5.9-3.fc7 development 28 k hal-libs i386 0.5.9-3.fc7 development 54 k kdenetwork i386 7:3.5.6-3.fc7 development 11 M kernel-headers i386 2.6.20-1.3062.fc7 development 650 k lftp i386 3.5.10-3.fc7 development 837 k libXrandr i386 1.2.0-3.fc7 development 21 k libXrandr-devel i386 1.2.0-3.fc7 development 16 k libdhcp i386 1.24-3.fc7 development 60 k libdhcp4client i386 12:3.0.5-31.fc7 development 223 k libraw1394 i386 1.2.1-5.fc7 development 41 k libselinux i386 2.0.13-1.fc7 development 98 k libselinux-devel i386 2.0.13-1.fc7 development 138 k libselinux-python i386 2.0.13-1.fc7 development 58 k lockdev i386 1.0.1-11.fc7 development 15 k lockdev-devel i386 1.0.1-11.fc7 development 16 k newt i386 0.52.6-3.fc7 development 129 k newt-devel i386 0.52.6-3.fc7 development 39 k policycoreutils i386 2.0.9-1.fc7 development 623 k policycoreutils-gui i386 2.0.9-1.fc7 development 105 k readahead i386 1:1.4.1-1.fc7 development 46 k selinux-policy noarch 2.5.12-2.fc7 development 366 k selinux-policy-targeted noarch 2.5.12-2.fc7 development 958 k sendmail i386 8.14.1-1.1 development 842 k sip i386 4.6-1.fc7 development 234 k smolt noarch 0.9.6-2.fc7 extras-development 147 k smolt-firstboot noarch 0.9.6-2.fc7 extras-development 7.1 k sudo i386 1.6.8p12-14.fc7 development 218 k vixie-cron i386 4:4.1-82.fc7 development 92 k vorbis-tools i386 1:1.1.1.svn20070412-1.fc7 development 188 k xterm i386 225-2.fc7 development 333 k Removing: kernel i686 2.6.20-1.3053.fc7 installed 47 M Transaction Summary ============================================================================= Install 1 Package(s) Update 45 Package(s) Remove 1 Package(s) Total download size: 111 M Is this ok [y/N]: y K3b's update does not appear here? what could be the problem? Thanks, Antonio __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From alan at clueserver.org Fri Apr 13 23:03:09 2007 From: alan at clueserver.org (alan) Date: Fri, 13 Apr 2007 16:03:09 -0700 (PDT) Subject: k3b is not updating, cd drive goes away again In-Reply-To: <20070413225857.41648.qmail@web52604.mail.re2.yahoo.com> References: <20070413225857.41648.qmail@web52604.mail.re2.yahoo.com> Message-ID: On Fri, 13 Apr 2007, Antonio Olivares wrote: > > Dear list, > > k3b's update has been released and for some reason or another I am not getting it. I am also losing the other drive. IT does not appear once again. Several of the updates made it appear since the last message, but something happened again and it disappears once again. IN slax live cd, slax6rc, all the drives appear correctly, but here they don't. Have you tried uninstalling the package and then reinstalling with yum? -- "Invoking the supernatural can explain anything, and hence explains nothing." - University of Utah bioengineering professor Gregory Clark From buildsys at redhat.com Sat Apr 14 10:17:06 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Sat, 14 Apr 2007 06:17:06 -0400 Subject: rawhide report: 20070414 changes Message-ID: <200704141017.l3EAH6kW024820@hs20-bc2-6.build.redhat.com> Updated Packages: anaconda-11.2.0.49-1 -------------------- * Fri Apr 13 2007 Jeremy Katz - 11.2.0.49-1 - Fix SELinux labels on moved files with live install (#236282) - Add vmmouse driver * Thu Apr 12 2007 David Cantrell - 11.2.0.48-1 - Don't write out remove lines for packages that don't exist on the installation arch (clumens) - Remove unused code from partedUtils.py (clumens) - Fix handling of plain text release notes (Elliot Peele) - Fix RAID minor number allocation in text mode UI (clumens) - Force /sbin and /usr/sbin in the PATH (katzj) - Don't copy stage2.img if it is not found (katzj) - Test given URL for HTTP/FTP install modes when stage2 is loaded from CD * Mon Apr 09 2007 Jeremy Katz - 11.2.0.47-1 - Fix build on s390 - Ensure we exit at the end of the install. control-center-1:2.18.0-9.fc7 ----------------------------- * Fri Apr 13 2007 Ray Strode - 2.18.0-9 - Load settings-daemon parts more asynchronously (to help with bug 236296) dbus-1.0.2-4.fc7 ---------------- * Sat Apr 14 2007 Matthias Clasen - 1.0.2-4 - Move the dbus-launch man page to the x11 subpackage * Thu Apr 12 2007 David Zeuthen - 1.0.2-3 - Start SELinux thread after setuid call (#221168) * Wed Mar 28 2007 Matthias Clasen - 1.0.2-2 - Require pkgconfig in the -devel package dovecot-1.0.0-11.fc7 -------------------- * Fri Apr 13 2007 Tomas Janousek - 1.0.0-11 - update to latest upstream eclipse-1:3.2.2-8.fc7 --------------------- * Wed Apr 11 2007 Ben Konrath 3.2.2-8 - Link to system-installed jsch instead of including it. - Fix links to system-installed javadocs. evolution-2.10.1-3.fc7 ---------------------- * Fri Apr 13 2007 Matthew Barnes - 2.10.1-3.fc7 - Add patch for RH bug #235878 (make Help->Contents work again). f-spot-0.3.5-2.fc7 ------------------ * Fri Apr 13 2007 Christopher Aillon - 0.3.5-2 - Now with validated desktop files! gnome-mount-0.6-2.fc7 --------------------- * Sat Apr 14 2007 Matthias Clasen - 0.6.2 - Fix the GConf scriptlets (#234716) gnome-panel-2.18.0-9.fc7 ------------------------ * Fri Apr 13 2007 Ray Strode - 2.18.0-9 - Apply upstream patch from Ross Burton (upstream bug 416120) to show completed tasks in the clock applet as completed. gnome-power-manager-2.18.2-1.fc7 -------------------------------- * Fri Apr 13 2007 Ray Strode - 2.18.2-1 - Update to 2.18.2 gnome-session-2.18.0-5.fc7 -------------------------- * Sat Apr 14 2007 Matthias Clasen - 2.18.0-5 - Add a dependency on dbus-x11 hplip-1.7.2-6.fc7 ----------------- * Fri Apr 13 2007 Tim Waugh 1.7.2-6 - Fixed dangling symlinks (bug #236156). - Move all fax bits to the gui package (bug #236161). - Don't ship fax PPD and backend twice (bug #236092). - Run update-desktop-database in the gui package's %post scriptlet (bug #236163). - Moved desktop-file-utils requirement to gui package (bug #236163). - Bumped selinux-policy conflict version (bug #236092). ipsec-tools-0.6.6-4.fc7 ----------------------- * Fri Apr 13 2007 Steve Grubb - 0.6.6-4.fc7 - Resolves: #236121 increase buffer for context - Resolves: #234491 kernel sends ACQUIRES that racoon is not catching - Resolves: #218386 labeled ipsec does not work over loopback kernel-2.6.20-1.3066.fc7 ------------------------ * Fri Apr 13 2007 John W. Linville - Update git-wireless-dev.patch - Remove linux-2.6-rt2x00-scan-fix.patch (obsoleted by update above) - Remove git-wireless-dev-fixes.patch (obsoleted by update above) - Update git-iwlwifi.patch * Fri Apr 13 2007 Dave Jones - Make NMI timeout a config option. * Fri Apr 13 2007 Kristian H??gsberg - Redo diff against the 'juju' upstream branch so we get the right fixes in the firewire patch. kudzu-1.2.68-1 -------------- * Fri Apr 13 2007 Bill Nottingham - 1.2.68-1 - pata_hpt* matching (#227281) - Fix size of memset in pci scanning () - require zlib during build () * Thu Mar 29 2007 Jeremy Katz - 1.2.67-1 - try to get the "best" match for a pci device when matching aliases instead of just the first match (#225026) * Mon Mar 26 2007 Jeremy Katz - 1.2.66-1 - define PROBE_LOADED for python (dcantrell, #233507) logwatch-7.3.4-6.fc7 -------------------- * Fri Apr 13 2007 Ivana Varekova 7.3.4-6 - remove another xntpd service logs - add sshd logs with two spaces after the date tag nasm-0.98.39-5.fc7 ------------------ * Wed Feb 07 2007 Petr Machata - 0.98.39-5 - tidy up the specfile per rpmlint comments - use utf-8 and fix national characters in contributor's names - port bogus elf patch to new nasm version and turn it on again openoffice.org-1:2.2.0-14.5 --------------------------- * Wed Apr 11 2007 Caolan McNamara - 1:2.2.0-14.5 - Resolves: rhbz#235828 INIFILE optimization breaks addins - Resolves: rhbz#235325 crash on launch of x86_64 soffice.bin - finish ld reordering -> apparent 0.4 warm launch improvement http://people.redhat.com/caolanm/speed/ldreorder.ods pam-0.99.7.1-5.fc7 ------------------ * Fri Apr 13 2007 Tomas Mraz 0.99.7.1-5 - pam_selinux: improve context change auditing (#234781) - pam_namespace: fix parsing config file with unknown users (#234513) * Fri Mar 23 2007 Tomas Mraz 0.99.7.1-4 - pam_console: always decrement use count (#230823) - pam_namespace: use raw context for poly dir name (#227345) - pam_namespace: truncate long poly dir name (append hash) (#230120) - we don't patch any po files anymore * Wed Feb 21 2007 Tomas Mraz 0.99.7.1-3 - correctly relabel tty in the default case (#229542) - pam_unix: cleanup of bigcrypt support - pam_unix: allow modification of '*' passwords to root parted-1.8.6-4.fc7 ------------------ * Fri Apr 13 2007 David Cantrell - 1.8.6-4 - Fix primary partition cylinder alignment error for DOS disk labels (#229745) - Do not build and package up libparted.a, only the shared library policycoreutils-2.0.9-2.fc7 --------------------------- * Fri Apr 13 2007 Dan Walsh 2.0.9-2 - Add polgengui pykickstart-1.0-1.fc7 --------------------- * Fri Apr 13 2007 Chris Lumens - 1.0-1 - Update documentation. - Update translations. rhpxl-0.46-1.fc7 ---------------- * Fri Apr 13 2007 Jeremy Katz - 0.46-1 - auto-configure vmmouse driver for VMWare and qemu sharutils-4.6.3-1.fc7 --------------------- * Tue Apr 10 2007 Than Ngo - 4.6.3-1 - 4.6.3 spamassassin-3.2.0-0.4.rc2.fc7 ------------------------------ * Fri Apr 13 2007 Warren Togami 3.2.0-0.4.rc2 - 3.2.0 rc2 telnet-1:0.17-38.fc7 -------------------- * Fri Apr 13 2007 Adam Tkac - 1:0.17-38.fc7 - added -c option which disables reverse dns checking (#223448) - added smp_mflags to make - start using dist macro xorg-x11-server-1.2.99.905-5.fc7 -------------------------------- * Fri Apr 13 2007 Adam Jackson 1.2.99.905-5 - xserver-rc5-to-now.patch: Updates from git. Broken deps for i386 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.i386 requires gimp-print >= 0:4.2.0 Broken deps for ppc64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ppc64 requires gimp-print >= 0:4.2.0 Broken deps for x86_64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.x86_64 requires gimp-print >= 0:4.2.0 Broken deps for ia64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ia64 requires gimp-print >= 0:4.2.0 Broken deps for ppc ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ppc requires gimp-print >= 0:4.2.0 From rwarsow at online.de Sat Apr 14 15:53:51 2007 From: rwarsow at online.de (Ronald Warsow) Date: Sat, 14 Apr 2007 17:53:51 +0200 Subject: Fedora Core 6 Test Update: kernel-2.6.20-1.2944.fc6 In-Reply-To: <461E8C02.7050403@redhat.com> References: <200704121918.l3CJI8Hw003114@int-mx1.corp.redhat.com> <461E8C02.7050403@redhat.com> Message-ID: <4620F90F.6020805@online.de> Chuck Ebbert wrote: > Chuck Ebbert wrote: >> --------------------------------------------------------------------- >> Fedora Test Update Notification >> FEDORA-2007-432 >> 2007-04-12 >> --------------------------------------------------------------------- >> >> Product : Fedora Core 6 >> Name : kernel >> Version : 2.6.20 >> Release : 1.2944.fc6 > > Unless somebody complains I'm going to release this one tomorrow. > > Very minor updates from 2943... > once again and maybe for|against the (complaining) audience: ;-) the xen version fixed my bugs https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=221854 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=221864 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=233918 -- ronald From keepertoad at verizon.net Sat Apr 14 16:11:15 2007 From: keepertoad at verizon.net (B.J. McClure) Date: Sat, 14 Apr 2007 11:11:15 -0500 Subject: Wireless does not start on boot in F7T3 In-Reply-To: <20070414155406.089D973068@hormel.redhat.com> References: <20070414155406.089D973068@hormel.redhat.com> Message-ID: <1176567075.5207.48.camel@office.rioconcho> > I have an Avaya (orinoco chip) pcmcia network adapter plugged into my > laptop. Setting up wireless works just fine. > > However, on reboot, I must always open System > Administration > > Network and > activate the card before it will connect, even though the "Activate > device > when computer starts" and "Allow all users to enable and disable this > service" are both checked. > > The wired port, eth0, always tries to activate even though these > boxes are > unchecked for that device, and there is no cable connected. > Sometimes, it > even says it is connected, even though it obviously isn't. > > Can anyone make sense of this and tell me how to get the wireless > device > automatically connected on boot? Did you look at configuration file in /etc/sysconfig/network- scripts/? I had difficulty getting the gui to write to the config file and had to edit by hand. Make sure the option ONBOOT=yes is set. Cheers, B.J. CentOS 4.4, Linux 2.6.9-42.0.10.ELsmp x86_64 11:05:30 up 20:34, 2 users, load average: 0.00, 0.00, 0.07 From gerrytool at gmail.com Sun Apr 15 00:38:34 2007 From: gerrytool at gmail.com (Gerry Tool) Date: Sat, 14 Apr 2007 19:38:34 -0500 Subject: Wireless does not start on boot in F7T3 In-Reply-To: <1176567075.5207.48.camel@office.rioconcho> References: <20070414155406.089D973068@hormel.redhat.com> <1176567075.5207.48.camel@office.rioconcho> Message-ID: On 4/14/07, B.J. McClure wrote: > > > > I have an Avaya (orinoco chip) pcmcia network adapter plugged into my > > laptop. Setting up wireless works just fine. > > > > However, on reboot, I must always open System > Administration > > > Network and > > activate the card before it will connect, even though the "Activate > > device > > when computer starts" and "Allow all users to enable and disable this > > service" are both checked. > > > > The wired port, eth0, always tries to activate even though these > > boxes are > > unchecked for that device, and there is no cable connected. > > Sometimes, it > > even says it is connected, even though it obviously isn't. > > > > Can anyone make sense of this and tell me how to get the wireless > > device > > automatically connected on boot? > > Did you look at configuration file in /etc/sysconfig/network- > scripts/? I had difficulty getting the gui to write > to the config file and had to edit by hand. Make sure the option > > ONBOOT=yes > is set. > > Cheers, > B.J. > > Thanks for the reply. The config file looks fine, including the ONBOOT line. I have to go into the Network Configuration dialog each boot and Activate the interface. Gerry -------------- next part -------------- An HTML attachment was scrubbed... URL: From michal at harddata.com Sun Apr 15 01:43:18 2007 From: michal at harddata.com (Michal Jaegermann) Date: Sat, 14 Apr 2007 19:43:18 -0600 Subject: Wireless does not start on boot in F7T3 In-Reply-To: References: <20070414155406.089D973068@hormel.redhat.com> <1176567075.5207.48.camel@office.rioconcho> Message-ID: <20070415014318.GA20111@mail.harddata.com> On Sat, Apr 14, 2007 at 07:38:34PM -0500, Gerry Tool wrote: > > Thanks for the reply. The config file looks fine, including the ONBOOT line. > > I have to go into the Network Configuration dialog each boot and Activate the > interface. Try to see if putting '/sbin/pccardctl insert >/dev/null 2>&1' in /etc/rc.d/rc.local will make a difference. An output is redirected as you will get an error if you are booting without your wireless card. That should be not necessary but if nothing else works you may try to workaround in such way. Michal From buildsys at redhat.com Sun Apr 15 10:19:06 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Sun, 15 Apr 2007 06:19:06 -0400 Subject: rawhide report: 20070415 changes Message-ID: <200704151019.l3FAJ6sB019062@hs20-bc2-6.build.redhat.com> Removed package portmap Updated Packages: binutils-2.17.50.0.12-4 ----------------------- * Sat Apr 14 2007 Jakub Jelinek 2.17.50.0.12-4 - fix linking non-ELF input objects into ELF output (#235747) evolution-2.10.1-4.fc7 ---------------------- * Sat Apr 14 2007 Matthew Barnes - 2.10.1-4.fc7 - Add patch for RH bug #234315 (fix saving attachments). * Fri Apr 13 2007 Matthew Barnes - 2.10.1-3.fc7 - Add patch for RH bug #235878 (make Help->Contents work again). * Tue Apr 10 2007 Matthew Barnes - 2.10.1-2.fc7 - Revise patch for GNOME bug #362638 to fix RH bug #235096 (crash when displaying a mail server message to user). ipsec-tools-0.6.6-6.fc7 ----------------------- * Sat Apr 14 2007 Steve Grubb - 0.6.6-6.fc7 - Resolves: #235680 racoon socket descriptor exhaustion kernel-2.6.20-1.3069.fc7 ------------------------ * Sat Apr 14 2007 Dave Jones - 2.6.21-rc6-git7 * Sat Apr 14 2007 David Woodhouse - Add modalias attributes to ps3_system_bus devices in the (probably vain) hope that they'll fix the installer. - Ensure initrd memory is reserved when the PPC64 kernel is booted from a bootwrapper instead of OF. * Fri Apr 13 2007 John W. Linville - Update git-wireless-dev.patch - Remove linux-2.6-rt2x00-scan-fix.patch (obsoleted by update above) - Remove git-wireless-dev-fixes.patch (obsoleted by update above) - Update git-iwlwifi.patch policycoreutils-2.0.9-3.fc7 --------------------------- * Sat Apr 14 2007 Dan Walsh 2.0.9-3 - Fixes for policygengui thunderbird-2.0.0.0-0.5.rc1.fc7 ------------------------------- * Fri Apr 13 2007 Christopher Aillon 2.0.0.0-0.5.rc1 - Fix the desktop file - Clean up the files list - Remove the default client stuff from the pref window * Thu Apr 12 2007 Christopher Aillon 2.0.0.0-0.4.rc1 - Rebuild into Fedora * Wed Apr 11 2007 Christopher Aillon 2.0.0.0-0.3.rc1 - Update langpacks Broken deps for ia64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ia64 requires gimp-print >= 0:4.2.0 Broken deps for ppc64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ppc64 requires gimp-print >= 0:4.2.0 Broken deps for i386 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.i386 requires gimp-print >= 0:4.2.0 Broken deps for x86_64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.x86_64 requires gimp-print >= 0:4.2.0 Broken deps for ppc ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ppc requires gimp-print >= 0:4.2.0 From bcwise at speakeasy.net Sun Apr 15 15:07:22 2007 From: bcwise at speakeasy.net (Carlo Wise) Date: Sun, 15 Apr 2007 10:07:22 -0500 Subject: Firewall GUI Utility (system-config-securitylevel) v.1.7.0 Message-ID: <46223FAA.3050404@speakeasy.net> I have noticed that version 1.7.0.fc7 has a problem saving certain changes. It will only save changes made that involve modifying at least 1 of the Trusted Services. For instance, If I add or remove a trusted port it will work fine; however, if I try to add only 1 or more ports manually, the prompt confirming the changes does not appear nor are the changes saved. If I add a trusted port and also a port manually the changes will be saved. The bottom line is that it only works as long as there are changes made to any of the trusted ports. Carlo Wise From justin.conover at gmail.com Sun Apr 15 17:29:36 2007 From: justin.conover at gmail.com (Justin Conover) Date: Sun, 15 Apr 2007 12:29:36 -0500 Subject: install locks up Message-ID: I've tried many versions of f7t*/livecd's and when it comes to the boot screen with the 60 second countdown, it locks there. New pc with sata hd/dvd's gma x3000. FC6 installed and other distro's, anything else I can test or do to install f7*? lspci 00:00.0 Host bridge: Intel Corporation 82P965/G965 Memory Controller Hub (rev 02) 00:01.0 PCI bridge: Intel Corporation 82P965/G965 PCI Express Root Port (rev 02) 00:02.0 VGA compatible controller: Intel Corporation 82G965 Integrated Graphics Controller (rev 02) 00:02.1 Display controller: Intel Corporation 82G965 Integrated Graphics Controller (rev 02) 00:19.0 Ethernet controller: Intel Corporation 82562V 10/100 Network Connection (rev 02) 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #4 (rev 02) 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #5 (rev 02) 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #2 (rev 02) 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02) 00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #3 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI #1 (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2) 00:1f.0 ISA bridge: Intel Corporation 82801HH (ICH8DH) LPC Interface Controller (rev 02) 00:1f.2 RAID bus controller: Intel Corporation 82801HR/HO/HH (ICH8R/DO/DH) SATA RAID Controller (rev 02) 00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02) $ lspci -vv 00:00.0 Host bridge: Intel Corporation 82P965/G965 Memory Controller Hub (rev 02) Subsystem: Dell Unknown device 01dd Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:01.0 PCI bridge: Intel Corporation 82P965/G965 PCI Express Root Port (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- Capabilities: 00:02.0 VGA compatible controller: Intel Corporation 82G965 Integrated Graphics Controller (rev 02) (prog-if 00 [VGA]) Subsystem: Dell Unknown device 01dd Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:02.1 Display controller: Intel Corporation 82G965 Integrated Graphics Controller (rev 02) Subsystem: Dell Unknown device 01dd Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:19.0 Ethernet controller: Intel Corporation 82562V 10/100 Network Connection (rev 02) Subsystem: Dell Unknown device 01dd Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #4 (rev 02) (prog-if 00 [UHCI]) Subsystem: Dell Unknown device 01dd Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) Subsystem: Dell Unknown device 01dd Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- Capabilities: 00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI #1 (rev 02) (prog-if 00 [UHCI]) Subsystem: Dell Unknown device 01dd Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2) (prog-if 01 [Subtractive decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- Capabilities: 00:1f.0 ISA bridge: Intel Corporation 82801HH (ICH8DH) LPC Interface Controller (rev 02) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- 00:1f.2 RAID bus controller: Intel Corporation 82801HR/HO/HH (ICH8R/DO/DH) SATA RAID Controller (rev 02) Subsystem: Dell Unknown device 01dd Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- 00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02) Subsystem: Dell Unknown device 01dd Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- From stefmanos at gmail.com Sun Apr 15 20:22:11 2007 From: stefmanos at gmail.com (Stephanos Manos) Date: Sun, 15 Apr 2007 23:22:11 +0300 Subject: copying from nfs4 problem In-Reply-To: References: Message-ID: Stephanos Manos wrote: > Hi > > I'm running a fully updated rawhide and i have a strange problem. > > When trying to copy a folder (.evolution) from a nfs4 mount the copy > procedure hangs for ever and the mounted tree is unaccessible. > > If i boot with the xen kernel then there is no problem. The copy > finishes ok. > > For the copy I'm using mc > > Has anyone seen this problem? > > Regards > > Stephanos > Since no one answered my previous post i assume i am the only one with this type of problem. The problem (copy hung for ever) is present only in f7 (from test2 to current rawhide) but not in a fully updated FC6 on the same system. The file it hungs during copying is random. Tested on two different systems (a desktop and a laptop) with the same nfs4 export. So on what i fill a bug report; kernel? From caf at omen.com Mon Apr 16 01:09:57 2007 From: caf at omen.com (Chuck Forsberg WA7KGX N2469R) Date: Sun, 15 Apr 2007 18:09:57 -0700 Subject: URLs for net install? Message-ID: <1176685797.3994.14.camel@omen.com> Since the 64 bit FC7T3 won't load on my Core Duo system, I tried a recent rescue cd with the idea of doing a net install. I tried several different URLs but could not find anything that worked. Furthermore, I could not find what to give for a URL on the Fedora web site or with Google. The net install for some distros comes preloaded with a choice of working places to download files from. The net install should present some working defaults. In any case, it should not require many pages of additional settings before deciding the URL wasn't to its liking. -- Chuck Forsberg caf at omen.com www.omen.com 503-614-0430 Developer of Industrial ZMODEM(Tm) for Embedded Applications Omen Technology Inc "The High Reliability Software" 10255 NW Old Cornelius Pass Portland OR 97231 FAX 629-0665 From buildsys at redhat.com Mon Apr 16 09:59:16 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Mon, 16 Apr 2007 05:59:16 -0400 Subject: rawhide report: 20070416 changes Message-ID: <200704160959.l3G9xGZA005118@hs20-bc2-6.build.redhat.com> Updated Packages: ekiga-2.0.9-1.fc7 ----------------- * Sun Apr 15 2007 Daniel Veillard - 2.0.9.1 - Upgrade to ekiga-2.0.9 epiphany-2.18.1-2.fc7 --------------------- * Sun Apr 15 2007 Christopher Aillon 2.18.1-2 - Use the system default bookmarks - Remove no longer needed autotools BRs fedora-bookmarks-7-1 -------------------- kernel-2.6.20-1.3071.fc7 ------------------------ * Sun Apr 15 2007 Dave Jones - 2.6.21-rc7 * Sun Apr 15 2007 Dave Jones - 2.6.21-rc6-git8 opal-2.2.8-1.fc7 ---------------- * Sun Apr 15 2007 Daniel Veillard - 2.2.8-1 - upstream release of 2.2.8 pwlib-1.10.7-1.fc7 ------------------ * Sun Apr 15 2007 Daniel Veillard - 1.10.7-1 - Update to 1.10.7 * Tue Apr 10 2007 Daniel Veillard - 1.10.6-1 - Update to 1.10.6 Broken deps for ppc64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ppc64 requires gimp-print >= 0:4.2.0 Broken deps for ia64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ia64 requires gimp-print >= 0:4.2.0 Broken deps for i386 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.i386 requires gimp-print >= 0:4.2.0 Broken deps for ppc ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.ppc requires gimp-print >= 0:4.2.0 Broken deps for x86_64 ---------------------------------------------------------- gimp - 2:2.2.13-2.fc7.x86_64 requires gimp-print >= 0:4.2.0 From russell at strong.id.au Mon Apr 16 11:05:59 2007 From: russell at strong.id.au (Russell Strong) Date: Mon, 16 Apr 2007 21:05:59 +1000 Subject: Network stopped working with 2.6.20-1.3062.fc7 Message-ID: <46235897.7070603@strong.id.au> Network not working after boot, however it did pick up a dhcp address. Checked /var/log/messages and noticed: NETDEV WATCHDOG: eth0: transmit timed out repeated multiple time.... Tryed: ifdown eth0 rmmod r8169 ifup eth0 Got: r8169: probe of 000:01:00.0 failed with error -22 r8169 device eth0 does not seem to be present, delaying initialization. Checked /var/log/messages: r8169 Gigabit Ethernet driver 2.2LK-NAPI loaded ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 17(level, low) -> IRQ 17 ACPI: PCI Interrupt for device 0000:01:00.0 disabled r8169: probe of 0000:01:00.0 failed with error -22 lspci -vvv: 01:00:.0 Ethernet Controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev ff) (prog-if ff) !!! Unknown header type 7f uname -r 2.6.20-1.3062.fc7 BTW, it wasn't overly stable with earlier kernels but kind of worked. From tomhorsley at adelphia.net Mon Apr 16 12:28:16 2007 From: tomhorsley at adelphia.net (Tom Horsley) Date: Mon, 16 Apr 2007 8:28:16 -0400 Subject: No joy with FC7 Test3 Message-ID: <6755265.1176726496251.JavaMail.root@web12.mail.adelphia.net> First I couldn't install from the DVD: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=236519 Then after telling it to install from the DVD iso image on disk, it hangs (seemingly forever - certain long than my patience lasted) computing dependencies: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=236520 Have others seen these problems? Seems pretty bad for something that is already at test 3 :-(. From justin.conover at gmail.com Mon Apr 16 13:44:38 2007 From: justin.conover at gmail.com (Justin Conover) Date: Mon, 16 Apr 2007 08:44:38 -0500 Subject: No joy with FC7 Test3 In-Reply-To: <6755265.1176726496251.JavaMail.root@web12.mail.adelphia.net> References: <6755265.1176726496251.JavaMail.root@web12.mail.adelphia.net> Message-ID: On 4/16/07, Tom Horsley wrote: > > First I couldn't install from the DVD: > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=236519 > > Then after telling it to install from the DVD iso image > on disk, it hangs (seemingly forever - certain long than my > patience lasted) computing dependencies: > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=236520 > > Have others seen these problems? Seems pretty bad for > something that is already at test 3 :-(. > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list Mine simply hangs on the first screen were it counts down from 60 seconds to make a decision, Live CD has two options, something like this: Boot Boot with RAM Prime has more options for install/upgrade and what not, but locks up on the same screen, I don't have a chance to do anything. Not sure if it is sata dvd's/hds or the gma x3000. -------------- next part -------------- An HTML attachment was scrubbed... URL: From katzj at redhat.com Mon Apr 16 13:58:12 2007 From: katzj at redhat.com (Jeremy Katz) Date: Mon, 16 Apr 2007 09:58:12 -0400 Subject: install locks up In-Reply-To: References: Message-ID: <1176731892.13833.2.camel@aglarond.local> On Sun, 2007-04-15 at 12:29 -0500, Justin Conover wrote: > I've tried many versions of f7t*/livecd's and when it comes to the > boot screen with the 60 second countdown, it locks there. (Stupid question...) Does it continue if you hit enter? > New pc with sata hd/dvd's gma x3000. FC6 installed and other > distro's, anything else I can test or do to install f7*? Exactly what type of machine is this? Is there a BIOS update available? Jeremy From justin.conover at gmail.com Mon Apr 16 14:54:34 2007 From: justin.conover at gmail.com (Justin Conover) Date: Mon, 16 Apr 2007 09:54:34 -0500 Subject: install locks up In-Reply-To: <1176731892.13833.2.camel@aglarond.local> References: <1176731892.13833.2.camel@aglarond.local> Message-ID: On 4/16/07, Jeremy Katz wrote: > > On Sun, 2007-04-15 at 12:29 -0500, Justin Conover wrote: > > I've tried many versions of f7t*/livecd's and when it comes to the > > boot screen with the 60 second countdown, it locks there. > > (Stupid question...) Does it continue if you hit enter? > > > New pc with sata hd/dvd's gma x3000. FC6 installed and other > > distro's, anything else I can test or do to install f7*? > > Exactly what type of machine is this? Is there a BIOS update > available? > > Jeremy > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > Enter doesn't work :) I'll check on the BIOS when I get home tonight. *Dell Dimension E520* Intel (r) Core?2 Duo Processor E6400 (2.13GHz, 1066 FSB) Memory *4GB Dual Channel DDR2 SDRAM at 667MHz- 4DIMMs* Video Cards *Intel(r) Graphics Media Accelerator X3000* Hard Drives 2x *160GB Serial ATA Hard Drive (7200RPM) *CD or DVD Drive *Dual Drives: 16X DVD ROM Drive and 48X CD-RW/DVD Combo*(SATA) -------------- next part -------------- An HTML attachment was scrubbed... URL: From justin.conover at gmail.com Mon Apr 16 14:56:47 2007 From: justin.conover at gmail.com (Justin Conover) Date: Mon, 16 Apr 2007 09:56:47 -0500 Subject: install locks up In-Reply-To: References: <1176731892.13833.2.camel@aglarond.local> Message-ID: On 4/16/07, Justin Conover wrote: > > > > On 4/16/07, Jeremy Katz wrote: > > > > On Sun, 2007-04-15 at 12:29 -0500, Justin Conover wrote: > > > I've tried many versions of f7t*/livecd's and when it comes to the > > > boot screen with the 60 second countdown, it locks there. > > > > (Stupid question...) Does it continue if you hit enter? > > > > > New pc with sata hd/dvd's gma x3000. FC6 installed and other > > > distro's, anything else I can test or do to install f7*? > > > > Exactly what type of machine is this? Is there a BIOS update > > available? > > > > Jeremy > > > > -- > > fedora-test-list mailing list > > fedora-test-list at redhat.com > > To unsubscribe: > > https://www.redhat.com/mailman/listinfo/fedora-test-list > > > > > Enter doesn't work :) > > I'll check on the BIOS when I get home tonight. > > *Dell Dimension E520 * > Intel (r) Core?2 Duo Processor E6400 (2.13GHz, 1066 FSB) > Memory *4GB Dual Channel DDR2 SDRAM at 667MHz- 4DIMMs* > Video Cards *Intel(r) Graphics Media Accelerator X3000* > Hard Drives 2x *160GB Serial ATA Hard Drive (7200RPM) > *CD or DVD Drive *Dual Drives: 16X DVD ROM Drive and 48X CD-RW/DVD Combo*(SATA) FYI.. FC6/Ubuntu Fiesty/Debian 4 all install fine. -------------- next part -------------- An HTML attachment was scrubbed... URL: From wwoods at redhat.com Mon Apr 16 15:26:41 2007 From: wwoods at redhat.com (Will Woods) Date: Mon, 16 Apr 2007 15:26:41 +0000 Subject: No joy with FC7 Test3 In-Reply-To: <6755265.1176726496251.JavaMail.root@web12.mail.adelphia.net> References: <6755265.1176726496251.JavaMail.root@web12.mail.adelphia.net> Message-ID: <1176737201.5178.87.camel@metroid.rdu.redhat.com> On Mon, 2007-04-16 at 08:28 -0400, Tom Horsley wrote: > First I couldn't install from the DVD: > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=236519 Yes, this is a known bug with certain SATA controllers. > Then after telling it to install from the DVD iso image > on disk, it hangs (seemingly forever - certain long than my > patience lasted) computing dependencies: > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=236520 > > Have others seen these problems? Seems pretty bad for > something that is already at test 3 :-(. No, it's fine for most users. I'm sad to say that you're just one of the unlucky ones. What kind of machine are you installing this on, exactly? I've seen somewhat similar hang problems on another x86_64 machine - it will seem to hang during installation unless you wiggle the mouse / type on the keyboard: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=232991 It'd be really helpful if could give some details about the hardware in your bug reports. For instance, the output of 'lspci -v' would help a lot. -w -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From wwoods at redhat.com Mon Apr 16 22:25:58 2007 From: wwoods at redhat.com (Will Woods) Date: Mon, 16 Apr 2007 22:25:58 +0000 Subject: F7T4 and SATA/IDE testing - a call to arms! Message-ID: <1176762358.5178.124.camel@metroid.rdu.redhat.com> Hi, folks! This is your early warning that F7Test4 - the last of the pre-F7 test releases - is coming out NEXT WEEK. IF YOU HAVE BEEN HAVING PROBLEMS WITH DISK DETECTION AND/OR OTHER DISK-RELATED THINGS, please read this! One of the biggest changes in F7 is the new IDE driver stack, which uses libata (like the SATA drivers do). Not only are IDE hard drives now called /dev/sdX, but they're using new and interesting code. This could be (and has been) causing some problems relating to drive detection at boot time and install time, especially with upgrades from FC6 and earlier. Here's a couple of common examples: Bug #225026: pata_amd not loaded so no drives found https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=225026 Already fixed for Test4. sata_sil causes system freeze https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=232991 This only affects one machine that we've seen - if you've seen it too, please let us know! I'm sure there's more bugs out there, so here's where we need your help. * If you have already filed a bug, make sure of the following. 1) The following information should be attached: - lspci output (try 'lspci > lspci.txt') - dmesg output (same, 'dmesg > dmesg.txt') Please make sure those things are added to the bug as attachments, not pasted into the comment box. 2) Make sure the bug is filed against the component 'kernel', and version 'devel'. * If you haven't filed a bug, *please* try installing from rawhide (see http://fedoraproject.org/wiki/Testing#installing-rawhide for info) to see if the problem is fixed. If it still happens, FILE A BUG! If you need help filing a bug, come by #fedora-qa on freenode and we'll be happy to help. Furthermore, this Friday we'll be trying to sort out all of the outstanding disk driver bugs. If you want some help tracing your problem, come by #fedora-devel sometime around 1pm EDT (1700UTC) and we'll help as best we can. Thanks for your support! -w -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From cra at WPI.EDU Mon Apr 16 22:32:40 2007 From: cra at WPI.EDU (Chuck Anderson) Date: Mon, 16 Apr 2007 18:32:40 -0400 Subject: F7T4 and SATA/IDE testing - a call to arms! In-Reply-To: <1176762358.5178.124.camel@metroid.rdu.redhat.com> References: <1176762358.5178.124.camel@metroid.rdu.redhat.com> Message-ID: <20070416223240.GB23940@angus.ind.WPI.EDU> On Mon, Apr 16, 2007 at 10:25:58PM +0000, Will Woods wrote: > One of the biggest changes in F7 is the new IDE driver stack, which uses > libata (like the SATA drivers do). Not only are IDE hard drives now > called /dev/sdX, but they're using new and interesting code. This could > be (and has been) causing some problems relating to drive detection at > boot time and install time, especially with upgrades from FC6 and > earlier. What about Anaconda issues? Anaconda doesn't handle the transition of /dev/hdX to /dev/sdX properly on upgrades due to /etc/sysconfig/grub: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=229704 From stymar at alcatel-lucent.com Mon Apr 16 22:37:09 2007 From: stymar at alcatel-lucent.com (Styma, Robert E (Robert)) Date: Mon, 16 Apr 2007 17:37:09 -0500 Subject: F7T4 and SATA/IDE testing - a call to arms! In-Reply-To: <1176762358.5178.124.camel@metroid.rdu.redhat.com> References: <1176762358.5178.124.camel@metroid.rdu.redhat.com> Message-ID: all to arms! > > Hi, folks! > > This is your early warning that F7Test4 - the last of the pre-F7 test > releases - is coming out NEXT WEEK. > Quick Question: I will add a sata card and drive to my test machine and hopefully get some useful testing done. How do the new drivers order the drives with mixed pata and sata? In the old system: hda -> primary master hdb -> primary slave hdc -> secondary master hdd -> secondary slave. The sata's were then sda1, sda2, etc. Bob Styma From tomhorsley at adelphia.net Mon Apr 16 22:09:38 2007 From: tomhorsley at adelphia.net (Tom Horsley) Date: Mon, 16 Apr 2007 18:09:38 -0400 Subject: No joy with FC7 Test3 In-Reply-To: <6755265.1176726496251.JavaMail.root@web12.mail.adelphia.net> References: <6755265.1176726496251.JavaMail.root@web12.mail.adelphia.net> Message-ID: <20070416180938.7bc6839d@zooty> On Mon, 16 Apr 2007 8:28:16 -0400 Tom Horsley wrote: > Then after telling it to install from the DVD iso image > on disk, it hangs (seemingly forever - certain long than my > patience lasted) computing dependencies: > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=236520 Well, I tried this again to gather some info on tty2, and while I was poking around on the system, it finally got through the dependency check, so it looks like it isn't hung, just massively slower than it was on previous releases. My next problem was the system forgetting all the static IP info I specified and going back to trying DHCP on the first reboot, but I see there is already a bugzilla for that. I guess I'll play with FC7t3 some and see what new bugs I encounter :-). From tomhorsley at adelphia.net Mon Apr 16 23:29:43 2007 From: tomhorsley at adelphia.net (Tom Horsley) Date: Mon, 16 Apr 2007 19:29:43 -0400 Subject: where is package group info? Message-ID: <20070416192943.3a5d7457@zooty> I installed only a subset of what I wanted due to the really slow dependency computation, and I figured I could add extra stuff after I was up and running. I can mount the DVD image, and I see it has a repodata directory, so I created an /etc/yum.repos.d entry pointing to the DVD image, and made it be the only repo enabled. Unfortunately the Add/Remove software app doesn't find any of the package group info that had things organized when installing. It does find all the individual rpms, so I'm on the right track, but where does it have to go to dig up the package groups? From cra at WPI.EDU Tue Apr 17 00:01:54 2007 From: cra at WPI.EDU (Chuck Anderson) Date: Mon, 16 Apr 2007 20:01:54 -0400 Subject: development-debuginfo yum traceback Message-ID: <20070417000154.GD23940@angus.ind.WPI.EDU> Is this a yum bug or a repo problem? >sudo yum --enablerepo=development-debuginfo install openoffice.org-debuginfo Loading "installonlyn" plugin Setting up Install Process Parsing package install arguments Traceback (most recent call last): File "/usr/bin/yum", line 29, in yummain.main(sys.argv[1:]) File "/usr/share/yum-cli/yummain.py", line 94, in main result, resultmsgs = base.doCommands() File "/usr/share/yum-cli/cli.py", line 263, in doCommands return self.yum_cli_commands[self.basecmd].doCommand(self, self.basecmd, self.extcmds) File "/usr/share/yum-cli/yumcommands.py", line 134, in doCommand return base.installPkgs(extcmds) File "/usr/share/yum-cli/cli.py", line 434, in installPkgs self.pkgSack.matchPackageNames(arglist) File "/usr/lib/python2.5/site-packages/yum/__init__.py", line 496, in pkgSack = property(fget=lambda self: self._getSacks(), File "/usr/lib/python2.5/site-packages/yum/__init__.py", line 379, in _getSacks self.repos.populateSack(which=repos) File "/usr/lib/python2.5/site-packages/yum/repos.py", line 200, in populateSack sack.populate(repo, mdtype, callback, cacheonly) File "/usr/lib/python2.5/site-packages/yum/yumRepo.py", line 132, in populate if self._check_db_version(repo, mydbtype): File "/usr/lib/python2.5/site-packages/yum/yumRepo.py", line 189, in _check_db_version if repo.repoXML.repoData.has_key(mdtype): AttributeError: 'NoneType' object has no attribute 'repoData' >rpm -qa yum\* yum-updatesd-3.1.6-1.fc7 yum-metadata-parser-1.0.4-1.fc7 yum-3.1.6-1.fc7 yum-utils-1.1.1-1.fc7 From katzj at redhat.com Tue Apr 17 00:47:34 2007 From: katzj at redhat.com (Jeremy Katz) Date: Mon, 16 Apr 2007 20:47:34 -0400 Subject: F7T4 and SATA/IDE testing - a call to arms! In-Reply-To: <20070416223240.GB23940@angus.ind.WPI.EDU> References: <1176762358.5178.124.camel@metroid.rdu.redhat.com> <20070416223240.GB23940@angus.ind.WPI.EDU> Message-ID: <1176770854.15093.0.camel@aglarond.local> On Mon, 2007-04-16 at 18:32 -0400, Chuck Anderson wrote: > On Mon, Apr 16, 2007 at 10:25:58PM +0000, Will Woods wrote: > > One of the biggest changes in F7 is the new IDE driver stack, which uses > > libata (like the SATA drivers do). Not only are IDE hard drives now > > called /dev/sdX, but they're using new and interesting code. This could > > be (and has been) causing some problems relating to drive detection at > > boot time and install time, especially with upgrades from FC6 and > > earlier. > > What about Anaconda issues? Anaconda doesn't handle the transition of > /dev/hdX to /dev/sdX properly on upgrades due to /etc/sysconfig/grub: > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=229704 We know and are working towards a solution on this one for test4 Jeremy From fedora at leemhuis.info Tue Apr 17 05:43:04 2007 From: fedora at leemhuis.info (Thorsten Leemhuis) Date: Tue, 17 Apr 2007 07:43:04 +0200 Subject: F7T4 and SATA/IDE testing - a call to arms! In-Reply-To: <1176762358.5178.124.camel@metroid.rdu.redhat.com> References: <1176762358.5178.124.camel@metroid.rdu.redhat.com> Message-ID: <46245E68.2080807@leemhuis.info> On 17.04.2007 00:25, Will Woods wrote: > [...] > This is your early warning that F7Test4 - the last of the pre-F7 test > releases - is coming out NEXT WEEK. > > IF YOU HAVE BEEN HAVING PROBLEMS WITH DISK DETECTION AND/OR OTHER > DISK-RELATED THINGS, please read this! Just FYI, I updated two machines with pata drives to rawhide some weeks ago and it worked (using mount by labels). But on one machine I had an oddity: that machine was installed long ago (FC2/FC3) when we didn't use "mount swap by label" -- thus the swap partition /dev/hda? was still hardcoded in /etc/fstab. I noticed that oddity because suspend-to-disk wasn't working. Not sure if it's worth fixing by anaconda -- according to feedback in #fedora-devel from weeks ago it probably isn't CU thl From gaguilera at diputacionavila.es Tue Apr 17 07:05:30 2007 From: gaguilera at diputacionavila.es (Gonzalo Aguilera) Date: Tue, 17 Apr 2007 09:05:30 +0200 Subject: Fedora core 7 test 3 for iSeries Message-ID: <00d001c780be$c97491f0$4c0105c0@cpd2000> Hi! I have downloaded Fedora core 7 test 3 ppc but I can't find any iSeries folder. Is iSeries supported for this release of Fedora? -------------- next part -------------- An HTML attachment was scrubbed... URL: From rhally at mindspring.com Tue Apr 17 07:12:30 2007 From: rhally at mindspring.com (Richard Hally) Date: Tue, 17 Apr 2007 03:12:30 -0400 Subject: F7T4 and SATA/IDE testing - a call to arms! In-Reply-To: <1176762358.5178.124.camel@metroid.rdu.redhat.com> References: <1176762358.5178.124.camel@metroid.rdu.redhat.com> Message-ID: <4624735E.90403@mindspring.com> Will Woods wrote: > Hi, folks! > > This is your early warning that F7Test4 - the last of the pre-F7 test > releases - is coming out NEXT WEEK. > > IF YOU HAVE BEEN HAVING PROBLEMS WITH DISK DETECTION AND/OR OTHER > DISK-RELATED THINGS, please read this! > > One of the biggest changes in F7 is the new IDE driver stack, which uses > libata (like the SATA drivers do). Not only are IDE hard drives now > called /dev/sdX, but they're using new and interesting code. This could > be (and has been) causing some problems relating to drive detection at > boot time and install time, especially with upgrades from FC6 and > earlier. > > Here's a couple of common examples: > > Bug #225026: pata_amd not loaded so no drives found > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=225026 > Already fixed for Test4. > > sata_sil causes system freeze > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=232991 > This only affects one machine that we've seen - if you've seen it too, > please let us know! Here is one for pata_sis not finding a CD drive. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235902 Richard From gianluca.cecchi at gmail.com Tue Apr 17 07:54:30 2007 From: gianluca.cecchi at gmail.com (Gianluca Cecchi) Date: Tue, 17 Apr 2007 09:54:30 +0200 Subject: anaconda dhcp ip and extra repositories setup doesn't work Message-ID: <561c252c0704170054k29323c3br5326c50f8bbeca6e@mail.gmail.com> trying to install from yesterday rsynced f7 tree. using boot.iso as cd starting image in virtual qemu/kvm. I begin installation specifying http type and anaconda sets correctly dhcp ip initially. Then, when I try to setup extra repository, anaconda asks again ip configuration as it needs to connect to internet, asking also def gateway and dns server. But at this time it stays undefinitely with the window telling "getting ip for eth0"..... Shouldn't it try only to set up def gw and resolver, as it already get an ip before? or at least recomplete getting the ip? Do I have to post a bug for this? Gianluca From buildsys at redhat.com Tue Apr 17 09:57:47 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Tue, 17 Apr 2007 05:57:47 -0400 Subject: rawhide report: 20070417 changes Message-ID: <200704170957.l3H9vl45024210@hs20-bc2-6.build.redhat.com> Removed package gaim Removed package cdrtools Updated Packages: ConsoleKit-0.2.1-2.fc7 ---------------------- * Mon Apr 16 2007 David Zeuthen - 0.2.1-2 - Set doc directory correctly * Mon Apr 16 2007 David Zeuthen - 0.2.1-1 - Update to upstream release 0.2.1 - Drop the patch to daemonize properly as that was merged upstream ORBit2-2.14.7-3.fc7 ------------------- * Mon Apr 16 2007 Matthias Clasen - 2.14.7-3 - Add alpha to 64bit arches (#236544) SysVinit-2.86-16 ---------------- * Mon Apr 16 2007 Bill Nottingham - 2.86-16 - pidof: ignore '-c' when called as non-root (#230829) autofs-1:5.0.1-8 ---------------- * Mon Apr 16 2007 Ian Kent - 5.0.1-8 - add configuration variable to control appending of global options (bz 214684). - add command option to set a global mount options string (bz 214684). automake15-1.5-22 ----------------- * Mon Apr 16 2007 Karsten Hopp 1.5-22 - update subdirs patch (#225299) - don't run autotools during build axis-0:1.2.1-2jpp.7.fc7 ----------------------- * Wed Apr 04 2007 Permaine Cheung 0:1.2.1-2jpp.7 - Fix building javadoc - rpmlint cleanup * Thu Aug 03 2006 Deepak Bhole 0:1.2.1-2jpp.6 - Added missing requirements * Sat Jul 22 2006 Jakub Jelinek - 0:1.2.1-2jpp_5fc - Rebuilt bcel-0:5.1-10jpp.1.fc7 ---------------------- * Fri Apr 13 2007 Permaine Cheung 0:5.1-10jpp.1 - Merge with upstream version and rpmlint cleanup, fix BR * Fri Feb 09 2007 Ralph Apel 0:5.1-10jpp - Fix empty-post and empty-postun - Fix no-cleaning-of-buildroot * Fri Feb 09 2007 Ralph Apel 0:5.1-9jpp - Optionally build without maven - Add bootstrap option bind-31:9.4.0-6.fc7 ------------------- * Mon Apr 16 2007 Adam Tkac 31:9.4.0-6.fc7 - added idn support (still under development with upstream, disabled by default) cairo-1.4.4-1.fc7 ----------------- * Mon Apr 16 2007 Carl Worth 1.4.4-1 - Update to 1.4.4 chkconfig-1.3.34-1 ------------------ * Mon Apr 16 2007 Bill Nottingham 1.3.34-1 - translation updates: as, bg, bn_IN, bs, ca, de, fr, hi, hu, id, ja, ka, ml, ms, nb, or, sk, sl - add resetpriorities to the man page (#197399) compiz-0.3.6-8.fc7 ------------------ * Mon Apr 16 2007 Kristian H??gsberg - 0.3.6-8 - Update metacity build requires to metacity-devel. control-center-1:2.18.0-10.fc7 ------------------------------ * Mon Apr 16 2007 Ray Strode - 2.18.0-10 - Remove trailing space after escaped newline in schema post install. Reported by Yanko Kaneti. echo-icon-theme-0.2-2.20070417wiki.fc7 -------------------------------------- * Tue Apr 17 2007 Matthias Clasen - 0.2.2.20070417wiki - New snapshot - Include scalable images foomatic-3.0.2-47.fc7 --------------------- * Mon Apr 16 2007 Tim Waugh 3.0.2-47 - Fixed %prep (bug #208851). - Removed now-unused with_omni code. glibc-2.5.90-21 --------------- * Mon Apr 16 2007 Jakub Jelinek 2.5.90-21 - don't include individual locale files in glibc-common, rather include prepared locale-archive template and let build-locale-archive create locale-archive from the template and any user supplied /usr/lib/locale/*_* directories, then unlink the locale-archive template - this should save > 80MB of glibc-common occupied disk space - fix _XOPEN_VERSION (BZ#4364) - fix printf with %g and values tiny bit smaller than 1.e-4 (#235864, BZ#4362) - fix NIS+ __nisfind_server (#235229) gnome-applet-vm-0.1.2-2.fc7 --------------------------- * Mon Apr 16 2007 Karel Zak 0.1.2-2 - sync with upstream - remove dependence on dbus libs - fix collaboration with virt-manager - fix rh#213790 - not able to create a new virtual machine via the applet - fix rh#211560 - s/button-press-event/button-release-event/ (GTK events) gnome-vfs2-monikers-2.15.3-3 ---------------------------- gtk-sharp2-2.10.0-4.fc7 ----------------------- * Tue Apr 17 2007 Alexander Larsson 2.10.0-4 - Rebuild (#236295) hplip-1.7.2-7.fc7 ----------------- * Mon Apr 16 2007 Tim Waugh 1.7.2-7 - Some parts can run without GUI support after all (bug #236161). - Added /sbin/service and /sbin/chkconfig requirements for the scriptlets (bug #236445). - Fixed %post scriptlet's condrestart logic (bug #236445). initscripts-8.52-1 ------------------ * Mon Apr 16 2007 Bill Nottingham 8.52-1 - lang.sh: fix locales where SYSFONT is not the default (#229996) - ifup-wireless: properly quote arguments (#234756) - readonly-root: add options for mounting state (#234916) - rwtab: updates (#219339, ) - add netconsole init script (#235952) - disable link checking when PERSISTENT_DHCLIENT is set (#234075) - restore file context on /etc/resolv.conf (#230776, ) - ifup-post: only use the first address (#230157, ) - ifup-ipsec: allow overriding of my_identifier (#229343, ) - ifup-wireless: set link up before itweaking wireless parameters (#228253) - rc.sysinit: restorecon on mount points when relabeling (#220322) - init.ipv6-global: cleanup & optimize sysctl usage (#217595) - ifup-eth: support ETHTOOL_OPTS on bridge devices (#208043, ) - network-functions-ipv6: as we don't use NETWORKING_IPV6, silence errors (#195845) - fix description (#229919) - translation updates java-1.5.0-gcj-1.5.0.0-14.fc7 ----------------------------- * Mon Apr 16 2007 Thomas Fitzsimmons - 1.5.0.0-14 - Import java-gcj-compat 1.0.76. - Related: rhbz#200836 kernel-2.6.20-1.3079.fc7 ------------------------ * Mon Apr 16 2007 Dave Jones - libata HPA support. * Mon Apr 16 2007 Dave Jones - Silence some more PM related noisy printk's. * Mon Apr 16 2007 Dave Jones - Fix up some more warnings. mc-1:4.6.1a-45.20070124cvs.fc7 ------------------------------ * Mon Apr 16 2007 Jindrich Novy 4.6.1a-45 - fix segmentation fault while editing non-UTF8 files (#229383) * Mon Apr 02 2007 Jindrich Novy 4.6.1a-44 - fix unowned directories (#233880) * Thu Feb 15 2007 Jindrich Novy 4.6.1a-43 - display free space correctly for multiple filesystems (#225153) (thanks to Tomas Heinrich for patch) - fix up configs mkinitrd-6.0.9-1 ---------------- * Mon Apr 16 2007 Peter Jones - 6.0.9-1 - Use scsi_wait_scan.ko with scsi storage modules (#220470) - Fix handling of config files with no 'default' line in grubby * Wed Mar 28 2007 Peter Jones - Fix perms on libbdevid * Fri Mar 23 2007 Jeremy Katz - handle new firewire stack (#231708) nautilus-sendto-0.10-2.fc7 -------------------------- * Mon Apr 16 2007 Warren Togami - 0.10-2 - disable gaim dep temporarily during transition to pidgin pilot-link-2:0.12.1-6.fc7 ------------------------- * Mon Apr 16 2007 Ivana Varekova - 2:0.12.1-6 - add --enable-libusb (#236413) policycoreutils-2.0.9-4.fc7 --------------------------- * Mon Apr 16 2007 Dan Walsh 2.0.9-4 - Add -l flag to restorecon to not traverse file systems python-virtinst-0.103.0-1.fc7 ----------------------------- * Mon Apr 16 2007 Daniel P. Berrange - 0.103.0-1.fc7 - Updated to 0.103.0 release - More validation of UUIDs - Automatically reboot Windows guests with CDROM still attached - Allow '-' in guest names - Adjust way distro detection is done redhat-artwork-5.0.12-4.fc7 --------------------------- * Mon Apr 16 2007 David Zeuthen 5.0.12-4 - omit kde style/widgets (for now) (Rex Dieter, #236633) scim-1.4.5-14.fc7 ----------------- * Tue Apr 17 2007 Jens Petersen - 1.4.5-14 - update initial-locale-hotkey-186861.patch to really turn off the Ctrl-Space hotkey by default for non-Asian users (#235435) * Wed Apr 11 2007 Jens Petersen - 1.4.5-13 - do not set a hotkey by default for non-Asian users (#235435) - move the scim system config file from scim-system-default-config.patch into a source file scim-system-config * Wed Apr 04 2007 Jens Petersen - 1.4.5-12 - add X-GNOME-PersonalSettings category to scim-setup.desktop (#234167) - also use desktop-file-install instead of scim-setup-desktop-file.patch to remove Applications category selinux-policy-2.5.12-3.fc7 --------------------------- * Thu Apr 12 2007 Dan Walsh 2.5.12-3 - fixes for fusefs sendmail-8.14.1-2 ----------------- * Mon Apr 16 2007 Thomas Woerner 8.14.1-2 - readded chkconfig add for sendmail in post script - dropped mysql support (useless without further patching) - fixed executable permissions for /usr/sbin/makemap and /usr/sbin/smrsh - dropped FFR_UNSAFE_SASL, because it has no effect anymore sysklogd-1.4.2-5.fc7 -------------------- * Mon Apr 16 2007 Peter Vrabec 1.4.2-5 - sysklogd provides new realtime interface (#236356) system-config-printer-0.7.63.1-1.fc7 ------------------------------------ * Mon Apr 16 2007 Tim Waugh 0.7.63.1-1 - 0.7.63.1: - Small applet fixes. tcp_wrappers-7.6-44.fc7 ----------------------- * Mon Apr 16 2007 Tomas Janousek - 7.6-44 - added restore_sigalarm and siglongjmp patches from Debian, fixes #205129 tetex-3.0-39.fc7 ---------------- * Mon Apr 16 2007 Jindrich Novy 3.0-39 - mark map files as configs (#143661) transfig-1:3.2.5-1.fc7 ---------------------- * Mon Apr 16 2007 Than Ngo - 1:3.2.5-1.fc7 - 3.2.5 unixODBC-2.2.12-2.fc7 --------------------- * Mon Apr 16 2007 Tom Lane 2.2.12-2 - Drop BuildRequires for kdelibs-devel Resolves: #152717 - Clean up a few rpmlint complaints vim-2:7.0.224-2.fc7 ------------------- * Mon Apr 16 2007 Karsten Hopp 7.0.224-2 - use more macros - drop BR perl - move license to main doc directory - set vendor to 'fedora' (desktop-file) - don't own man directories - preserve timestamps of non-generated files - run update-desktop-database * Thu Apr 05 2007 Karsten Hopp 7.0.224-1 - vim-X11 provides gvim * Fri Mar 30 2007 Karsten Hopp 7.0.224-1 - patchlevel 224 virt-manager-0.4.0-1.fc7 ------------------------ * Mon Apr 16 2007 Daniel P. Berrange - 0.4.0-1.fc7 - Support for managing virtual networks - Ability to attach guest to virtual networks - Automatically set VNC keymap based on local keymap - Support for disk & network device addition/removal * Wed Mar 28 2007 Daniel P. Berrange - 0.3.2-3.fc7 - Fix HVM check to allow KVM guests to be created (bz 233644) - Fix default file size suggestion xfig-3.2.5-1.fc7 ---------------- * Mon Apr 16 2007 Than Ngo - 3.2.5-1.fc7 - 3.2.5 yelp-2.18.1-2.fc7 ----------------- * Tue Apr 17 2007 Matthias Clasen - 2.18.1-2 - Fix a crash in the info parser (#216308) Broken deps for i386 ---------------------------------------------------------- anaconda-runtime - 11.2.0.49-1.i386 requires mkisofs dvd+rw-tools - 7.0-3.fc7.i386 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.i386 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.i386 requires cdrecord k3b - 1.0-1.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs vim-X11 - 2:7.0.224-2.fc7.i386 requires 4 xcdroast - 0.98a15-13.i386 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.i386 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.i386 requires mkisofs >= 0:2.0 Broken deps for ppc64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.49-1.ppc64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ppc64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ppc64 requires mkisofs k3b - 1.0-1.fc7.ppc64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires cdrecord vim-X11 - 2:7.0.224-2.fc7.ppc64 requires 4 xcdroast - 0.98a15-13.ppc64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires mkisofs >= 0:2.0 Broken deps for ia64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.49-1.ia64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ia64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ia64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ia64 requires mkisofs k3b - 1.0-1.fc7.ia64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires cdrecord vim-X11 - 2:7.0.224-2.fc7.ia64 requires 4 xcdroast - 0.98a15-13.ia64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires mkisofs >= 0:2.0 Broken deps for x86_64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.49-1.x86_64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.x86_64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.x86_64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.x86_64 requires mkisofs k3b - 1.0-1.fc7.x86_64 requires cdrecord k3b - 1.0-1.fc7.i386 requires mkisofs k3b - 1.0-1.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord vim-X11 - 2:7.0.224-2.fc7.x86_64 requires 4 xcdroast - 0.98a15-13.x86_64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires mkisofs >= 0:2.0 Broken deps for ppc ---------------------------------------------------------- anaconda-runtime - 11.2.0.49-1.ppc requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ppc requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ppc requires mkisofs k3b - 1.0-1.fc7.ppc requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc requires cdrecord vim-X11 - 2:7.0.224-2.fc7.ppc requires 4 xcdroast - 0.98a15-13.ppc requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc requires mkisofs >= 0:2.0 xcdroast - 0.98a15-13.ppc requires cdrecord >= 0:2.0 From caf at omen.com Tue Apr 17 11:33:09 2007 From: caf at omen.com (Chuck Forsberg WA7KGX N2469R) Date: Tue, 17 Apr 2007 04:33:09 -0700 Subject: Ethernet still unreliable in 2944 Message-ID: <1176809590.4223.32.camel@omen.com> Just a reminder that the previously reported ethernet unreliability is still present in kernel 2944. The last good kernel was 2869. I have not seen this problem in 2869 or previous kernels. Apr 16 10:53:04 omen kernel: NETDEV WATCHDOG: eth0: transmit timed out Apr 16 10:53:04 omen kernel: eth0: transmit timed out, tx_status 00 status 8601. Apr 16 10:53:04 omen kernel: diagnostics: net 0cd8 media 8880 dma 0000003a fifo 8000 Apr 16 10:53:04 omen kernel: eth0: Interrupt posted but not delivered -- IRQ blocked by another device? Apr 16 10:53:04 omen kernel: Flags; bus-master 1, dirty 21772441(9) current 21772441(9) Apr 16 10:53:04 omen kernel: Transmit list 00000000 vs. f700d7a0. Apr 16 10:53:04 omen kernel: 0: @f700d200 length 80000042 status 00010042 Apr 16 10:53:04 omen kernel: 1: @f700d2a0 length 8000004d status 0c01004d Apr 16 10:53:04 omen kernel: 2: @f700d340 length 8000004d status 0c01004d Apr 16 10:53:04 omen kernel: 3: @f700d3e0 length 80000042 status 00010042 Apr 16 10:53:04 omen kernel: 4: @f700d480 length 8000004d status 0c01004d Apr 16 10:53:04 omen kernel: 5: @f700d520 length 8000002a status 0001002a Apr 16 10:53:04 omen kernel: 6: @f700d5c0 length 8000004d status 0c01004d Apr 16 10:53:04 omen kernel: 7: @f700d660 length 8000004d status 8c01004d Apr 16 10:53:04 omen kernel: 8: @f700d700 length 8000004d status 8c01004d Apr 16 10:53:04 omen kernel: 9: @f700d7a0 length 80000042 status 00010042 Apr 16 10:53:04 omen kernel: 10: @f700d840 length 80000042 status 00010042 Apr 16 10:53:04 omen kernel: 11: @f700d8e0 length 80000042 status 00010042 Apr 16 10:53:04 omen kernel: 12: @f700d980 length 80000042 status 00010042 Apr 16 10:53:04 omen kernel: 13: @f700da20 length 80000042 status 00010042 Apr 16 10:53:04 omen kernel: 14: @f700dac0 length 8000004d status 0c01004d Apr 16 10:53:04 omen kernel: 15: @f700db60 length 80000042 status 00010042 PCI Ethernet card eth0 Link encap:Ethernet HWaddr 00:50:04:6D:3A:22 inet addr:70.89.176.169 Bcast:70.89.176.171 Mask:255.255.255.252 inet6 addr: fe80::250:4ff:fe6d:3a22/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:168959 errors:0 dropped:0 overruns:0 frame:0 TX packets:94078 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:252610944 (240.9 MiB) TX bytes:6931990 (6.6 MiB) Interrupt:66 Base address:0x8000 Motherboard 1000 Ethernet eth1 Link encap:Ethernet HWaddr 00:15:F2:43:18:42 inet addr:192.168.1.13 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::215:f2ff:fe43:1842/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:156033 errors:0 dropped:0 overruns:0 frame:0 TX packets:225705 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:12610173 (12.0 MiB) TX bytes:399787442 (381.2 MiB) Interrupt:225 Base address:0xc000 -- Chuck Forsberg caf at omen.com www.omen.com 503-614-0430 Developer of Industrial ZMODEM(Tm) for Embedded Applications Omen Technology Inc "The High Reliability Software" 10255 NW Old Cornelius Pass Portland OR 97231 FAX 629-0665 From jkeating at redhat.com Tue Apr 17 11:48:04 2007 From: jkeating at redhat.com (Jesse Keating) Date: Tue, 17 Apr 2007 07:48:04 -0400 Subject: rawhide report: 20070417 changes In-Reply-To: <200704170957.l3H9vl45024210@hs20-bc2-6.build.redhat.com> References: <200704170957.l3H9vl45024210@hs20-bc2-6.build.redhat.com> Message-ID: <200704170748.04492.jkeating@redhat.com> On Tuesday 17 April 2007 05:57:47 buildsys at redhat.com wrote: > ????????anaconda-runtime - 11.2.0.49-1.i386 requires mkisofs > ????????dvd+rw-tools - 7.0-3.fc7.i386 requires mkisofs >= 0:2.0 > ????????k3b - 1.0-1.fc7.i386 requires cdrecord > ????????k3b - 1.0-1.fc7.i386 requires mkisofs > ????????nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord > ????????nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs > ????????xcdroast - 0.98a15-13.i386 requires cdrecord >= 0:2.0 > ????????xcdroast - 0.98a15-13.i386 requires cdda2wav >= 0:2.0 > ????????xcdroast - 0.98a15-13.i386 requires mkisofs >= 0:2.0 All the above are provided by cdrkit in Extras, which this dep checker doesn't take into account. There shouldn't be any problems if you have both Core and Extras enabled, as the spins will. > vim-X11 - 2:7.0.224-2.fc7.i386 requires 4 This looks like a typo. -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From karsten at redhat.com Tue Apr 17 11:58:06 2007 From: karsten at redhat.com (Karsten Hopp) Date: Tue, 17 Apr 2007 13:58:06 +0200 Subject: rawhide report: 20070417 changes In-Reply-To: <200704170748.04492.jkeating@redhat.com> References: <200704170957.l3H9vl45024210@hs20-bc2-6.build.redhat.com> <200704170748.04492.jkeating@redhat.com> Message-ID: <4624B64E.5030302@redhat.com> Jesse Keating schrieb: ... > >> vim-X11 - 2:7.0.224-2.fc7.i386 requires 4 > > This looks like a typo. > > Fixed in 7.0.224-3.fc7 -- Karsten Hopp | Mail: karsten at redhat.de Red Hat Deutschland | Tel: +49-711-96437-0 Hauptstaetterstr.58 | Fax: +49-711-613590 D-70178 Stuttgart | http://www.redhat.de From dr.diesel at gmail.com Tue Apr 17 12:16:53 2007 From: dr.diesel at gmail.com (Dr. Diesel) Date: Tue, 17 Apr 2007 07:16:53 -0500 Subject: Ethernet still unreliable in 2944 In-Reply-To: <1176809590.4223.32.camel@omen.com> References: <1176809590.4223.32.camel@omen.com> Message-ID: <2a28d2ab0704170516o649afb3et23b18901d9b72533@mail.gmail.com> I will second this! Chuck, are you experiencing the issue only while receiving to the 2944 box? Outbound seems fine. On 4/17/07, Chuck Forsberg WA7KGX N2469R wrote: > Just a reminder that the previously reported ethernet > unreliability is still present in kernel 2944. The > last good kernel was 2869. I have not seen this problem > in 2869 or previous kernels. > > Apr 16 10:53:04 omen kernel: NETDEV WATCHDOG: eth0: transmit timed out > Apr 16 10:53:04 omen kernel: eth0: transmit timed out, tx_status 00 > status 8601. > Apr 16 10:53:04 omen kernel: diagnostics: net 0cd8 media 8880 dma > 0000003a fifo 8000 > Apr 16 10:53:04 omen kernel: eth0: Interrupt posted but not delivered -- > IRQ blocked by another device? > Apr 16 10:53:04 omen kernel: Flags; bus-master 1, dirty 21772441(9) > current 21772441(9) > Apr 16 10:53:04 omen kernel: Transmit list 00000000 vs. f700d7a0. > Apr 16 10:53:04 omen kernel: 0: @f700d200 length 80000042 status > 00010042 > Apr 16 10:53:04 omen kernel: 1: @f700d2a0 length 8000004d status > 0c01004d > Apr 16 10:53:04 omen kernel: 2: @f700d340 length 8000004d status > 0c01004d > Apr 16 10:53:04 omen kernel: 3: @f700d3e0 length 80000042 status > 00010042 > Apr 16 10:53:04 omen kernel: 4: @f700d480 length 8000004d status > 0c01004d > Apr 16 10:53:04 omen kernel: 5: @f700d520 length 8000002a status > 0001002a > Apr 16 10:53:04 omen kernel: 6: @f700d5c0 length 8000004d status > 0c01004d > Apr 16 10:53:04 omen kernel: 7: @f700d660 length 8000004d status > 8c01004d > Apr 16 10:53:04 omen kernel: 8: @f700d700 length 8000004d status > 8c01004d > Apr 16 10:53:04 omen kernel: 9: @f700d7a0 length 80000042 status > 00010042 > Apr 16 10:53:04 omen kernel: 10: @f700d840 length 80000042 status > 00010042 > Apr 16 10:53:04 omen kernel: 11: @f700d8e0 length 80000042 status > 00010042 > Apr 16 10:53:04 omen kernel: 12: @f700d980 length 80000042 status > 00010042 > Apr 16 10:53:04 omen kernel: 13: @f700da20 length 80000042 status > 00010042 > Apr 16 10:53:04 omen kernel: 14: @f700dac0 length 8000004d status > 0c01004d > Apr 16 10:53:04 omen kernel: 15: @f700db60 length 80000042 status > 00010042 > > PCI Ethernet card > eth0 Link encap:Ethernet HWaddr 00:50:04:6D:3A:22 > inet addr:70.89.176.169 Bcast:70.89.176.171 > Mask:255.255.255.252 > inet6 addr: fe80::250:4ff:fe6d:3a22/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:168959 errors:0 dropped:0 overruns:0 frame:0 > TX packets:94078 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:252610944 (240.9 MiB) TX bytes:6931990 (6.6 MiB) > Interrupt:66 Base address:0x8000 > > Motherboard 1000 Ethernet > eth1 Link encap:Ethernet HWaddr 00:15:F2:43:18:42 > inet addr:192.168.1.13 Bcast:192.168.1.255 > Mask:255.255.255.0 > inet6 addr: fe80::215:f2ff:fe43:1842/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:156033 errors:0 dropped:0 overruns:0 frame:0 > TX packets:225705 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:12610173 (12.0 MiB) TX bytes:399787442 (381.2 MiB) > Interrupt:225 Base address:0xc000 > > > -- > Chuck Forsberg caf at omen.com www.omen.com 503-614-0430 > Developer of Industrial ZMODEM(Tm) for Embedded Applications > Omen Technology Inc "The High Reliability Software" > 10255 NW Old Cornelius Pass Portland OR 97231 FAX 629-0665 > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > From twaugh at redhat.com Tue Apr 17 12:42:55 2007 From: twaugh at redhat.com (Tim Waugh) Date: Tue, 17 Apr 2007 08:42:55 -0400 Subject: Fedora Core 6 Test Update: hplip-1.7.2-3.fc6 Message-ID: <200704171242.l3HCgtWo008841@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-434 2007-04-17 --------------------------------------------------------------------- Product : Fedora Core 6 Name : hplip Version : 1.7.2 Release : 3.fc6 Summary : HP Linux Imaging and Printing Project Description : The Hewlett-Packard Linux Imaging and Printing Project provides drivers for HP printers and multi-function peripherals. --------------------------------------------------------------------- Update Information: New version. --------------------------------------------------------------------- * Mon Apr 16 2007 Tim Waugh 1.7.2-3 - Added /sbin/service and /sbin/chkconfig requirements for the scriptlets (bug #236445). - Fixed %post scriptlet's condrestart logic (bug #236445). * Fri Apr 13 2007 Tim Waugh 1.7.2-2 - Bumped selinux-policy conflict version (bug #236092). * Wed Apr 11 2007 Tim Waugh 1.7.2-1 - 1.7.2. - Better media-empty-error state handling: always set the state. - Use marker-supply-low IPP message. * Tue Apr 3 2007 Tim Waugh - Link libsane-hpaio against libsane (bug #234813). * Wed Dec 6 2006 Tim Waugh 1.6.12-1 - 1.6.12. No longer need broken-conf, loop, out-of-paper, guest or sane-debug patches. --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ 92a0ada59db027299d4c239d32a58801a5f5cc8d SRPMS/hplip-1.7.2-3.fc6.src.rpm 92a0ada59db027299d4c239d32a58801a5f5cc8d noarch/hplip-1.7.2-3.fc6.src.rpm a54b922d9b72d9b82fcb8469ce2c4591fdee475b ppc/debug/hplip-debuginfo-1.7.2-3.fc6.ppc.rpm 52cfe257aee6dd86f4d251622c774b1b576c593f ppc/hplip-1.7.2-3.fc6.ppc.rpm dabff04de8e9d70e5693f13d150eaf27de3bfd15 ppc/hpijs-1.7.2-3.fc6.ppc.rpm 8db23b741fc4e56c17d7f4aad41458ea61e058bb ppc/libsane-hpaio-1.7.2-3.fc6.ppc.rpm 8edc133538b77d5a33b011f79890bd58a0d60bed x86_64/hplip-1.7.2-3.fc6.x86_64.rpm 5b3ecc8a74a4bd9e86ab8c1ded10e1a6dd80e317 x86_64/debug/hplip-debuginfo-1.7.2-3.fc6.x86_64.rpm f0752ccf2b516047a5bea785995445f6ebb39a4a x86_64/libsane-hpaio-1.7.2-3.fc6.x86_64.rpm a21c420b7ffe6a349e97e93f39bdcf27803e3713 x86_64/hpijs-1.7.2-3.fc6.x86_64.rpm ee206b563fd044095be4c0b6c2ac4603a7f359d0 i386/hpijs-1.7.2-3.fc6.i386.rpm f9bfe114831629ce3e2ee9f3514f5c71805b9572 i386/libsane-hpaio-1.7.2-3.fc6.i386.rpm ae0361b449184da586377caa35c769859dea22a6 i386/hplip-1.7.2-3.fc6.i386.rpm 644253b4835007c1ac9fb53d80840c327a065265 i386/debug/hplip-debuginfo-1.7.2-3.fc6.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From ikent at redhat.com Tue Apr 17 12:46:56 2007 From: ikent at redhat.com (Ian Kent) Date: Tue, 17 Apr 2007 08:46:56 -0400 Subject: Fedora Core 6 Test Update: autofs-5.0.1-0.rc3.28 Message-ID: <200704171246.l3HCku11010158@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-443 2007-04-17 --------------------------------------------------------------------- Product : Fedora Core 6 Name : autofs Version : 5.0.1 Release : 0.rc3.28 Summary : A tool for automatically mounting and unmounting filesystems Description : autofs is a daemon which automatically mounts filesystems when you use them, and unmounts them later when you are not using them. This can include network filesystems, CD-ROMs, floppies, and so forth. --------------------------------------------------------------------- * Mon Apr 16 2007 Ian Kent - 5.0.1-0.rc3.28 - fix command option patch. * Mon Apr 16 2007 Ian Kent - 5.0.1-0.rc3.27 - add configuration variable to control appending of global options (bz 214684). - add command option to set a global mount options string (bz 214684). * Thu Mar 8 2007 Ian Kent - 5.0.1-0.rc3.26 - fixed numeric export match (bz 231188). --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ bfd17baab3e9a6240ac88e5962f1cc2fb193db47 SRPMS/autofs-5.0.1-0.rc3.28.src.rpm bfd17baab3e9a6240ac88e5962f1cc2fb193db47 noarch/autofs-5.0.1-0.rc3.28.src.rpm 3dc26b03515a79b4d9b73ad9c486811b6be1ce64 ppc/debug/autofs-debuginfo-5.0.1-0.rc3.28.ppc.rpm 87d81f19017689a3a157119ce70b0183da6f22ae ppc/autofs-5.0.1-0.rc3.28.ppc.rpm 37877397f88b7f7291385fffa5b1a094d2e73998 x86_64/debug/autofs-debuginfo-5.0.1-0.rc3.28.x86_64.rpm fe62acab3ff2795df255fb29eb4f76581aa85d8b x86_64/autofs-5.0.1-0.rc3.28.x86_64.rpm 89a48f2c316bcc4202fefadc1d41f352d616d402 i386/debug/autofs-debuginfo-5.0.1-0.rc3.28.i386.rpm c4425822836f485697de42e06a9395606961ddfe i386/autofs-5.0.1-0.rc3.28.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From twaugh at redhat.com Tue Apr 17 12:52:51 2007 From: twaugh at redhat.com (Tim Waugh) Date: Tue, 17 Apr 2007 08:52:51 -0400 Subject: Fedora Core 6 Test Update: foomatic-3.0.2-39.5.fc6 Message-ID: <200704171252.l3HCqpkj011932@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-446 2007-04-17 --------------------------------------------------------------------- Product : Fedora Core 6 Name : foomatic Version : 3.0.2 Release : 39.5.fc6 Summary : Foomatic printer database. Description : Foomatic is a comprehensive, spooler-independent database of printers, printer drivers, and driver descriptions. It contains utilities to generate driver description files and printer queues for CUPS, LPD, LPRng, and PDQ using the database. There is also the possibility to read the PJL options out of PJL-capable laser printers and take them into account at the driver description file generation. There are spooler-independent command line interfaces to manipulate queues (foomatic-configure) and to print files/manipulate jobs (foomatic printjob). The site http://www.linuxprinting.org/ is based on this database. --------------------------------------------------------------------- Update Information: Bug fix update. --------------------------------------------------------------------- * Mon Apr 16 2007 Tim Waugh 3.0.2-39.5 - Fixed %prep (bug #208851). * Tue Jan 9 2007 Tim Waugh 3.0.2-39.4 - Removed m2300w files (bug #203381). * Fri Jan 5 2007 Tim Waugh 3.0.2-39.3 - Updated db to 3.0-20070105 (bug #214037, bug #191661, bug #198999, bug #191504, bug #187387, bug #188762, bug #170373, bug #221121, bug #214801). * Fri Dec 1 2006 Tim Waugh 3.0.2-39.2 - Updated db to 3.0-20061130. --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ 7fabd9110460f9fa1a3797d1dff2ea6292fb56b6 SRPMS/foomatic-3.0.2-39.5.fc6.src.rpm 7fabd9110460f9fa1a3797d1dff2ea6292fb56b6 noarch/foomatic-3.0.2-39.5.fc6.src.rpm de001b91ae004ebfdba7c90745d9c6bb9a42f6ca ppc/debug/foomatic-debuginfo-3.0.2-39.5.fc6.ppc.rpm ccc0240d9cb8fb00f18cc1b45ab673f9b64a9bf7 ppc/foomatic-3.0.2-39.5.fc6.ppc.rpm 148af1a7e649bb55a419744cc522cf8d16dc2696 x86_64/debug/foomatic-debuginfo-3.0.2-39.5.fc6.x86_64.rpm 1d61ae61ad9d9dd59758936d369abb471d0a28e2 x86_64/foomatic-3.0.2-39.5.fc6.x86_64.rpm 630f67567fc430815657ff4abfd7f8a57c2fd824 i386/foomatic-3.0.2-39.5.fc6.i386.rpm 534a536c36b3757786a1f5e0c6b38097ffad4b32 i386/debug/foomatic-debuginfo-3.0.2-39.5.fc6.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From riku.seppala at kymp.net Tue Apr 17 12:55:10 2007 From: riku.seppala at kymp.net (=?ISO-8859-1?Q?Riku_Sepp=E4l=E4?=) Date: Tue, 17 Apr 2007 15:55:10 +0300 Subject: Ethernet still unreliable in 2944 In-Reply-To: <2a28d2ab0704170516o649afb3et23b18901d9b72533@mail.gmail.com> References: <1176809590.4223.32.camel@omen.com> <2a28d2ab0704170516o649afb3et23b18901d9b72533@mail.gmail.com> Message-ID: <4624C3AE.3000109@kymp.net> I'm maybe having different problem, but ethernet does not work for me. It looks like this bug http://bugzilla.kernel.org/show_bug.cgi?id=8090 that was supposed to been fixed almost two months ago. Running f7t3, had to manually update the kernel to version 3071 with no better luck. I have to use the interactive boot, otherwise it just hangs determining IP information for eth0. This is HP laptop dv9237eu. messages when I do dhclient eth0 Apr 17 15:41:44 localhost dhclient: Internet Systems Consortium DHCP Client V3.0.5-RedHat Apr 17 15:41:44 localhost dhclient: Copyright 2004-2006 Internet Systems Consortium. Apr 17 15:41:44 localhost dhclient: All rights reserved. Apr 17 15:41:44 localhost dhclient: For info, please visit http://www.isc.org/sw/dhcp/ Apr 17 15:41:44 localhost dhclient: Apr 17 15:41:45 localhost dhclient: Listening on LPF/eth0/00:00:6c:80:7d:78 Apr 17 15:41:45 localhost dhclient: Sending on LPF/eth0/00:00:6c:80:7d:78 Apr 17 15:41:45 localhost dhclient: Sending on Socket/fallback Apr 17 15:41:45 localhost dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 Apr 17 15:41:45 localhost dhclient: DHCPNAK from 172.16.20.5 Apr 17 15:41:45 localhost avahi-daemon[2609]: Interface eth0.IPv6 no longer relevant for mDNS. Apr 17 15:41:45 localhost avahi-daemon[2609]: Leaving mDNS multicast group on interface eth0.IPv6 with address fe80::200:6cff:fe80:7d78. Apr 17 15:41:45 localhost avahi-daemon[2609]: Withdrawing address record for fe80::200:6cff:fe80:7d78 on eth0. Apr 17 15:41:45 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4 Apr 17 15:41:45 localhost dhclient: send_packet: Network is down Apr 17 15:41:46 localhost avahi-daemon[2609]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::200:6cff:fe80:7d78. Apr 17 15:41:46 localhost avahi-daemon[2609]: New relevant interface eth0.IPv6 for mDNS. Apr 17 15:41:46 localhost avahi-daemon[2609]: Registering new address record for fe80::200:6cff:fe80:7d78 on eth0.*. Apr 17 15:41:48 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 Apr 17 15:41:49 localhost dhclient: DHCPOFFER from 172.16.20.5 Apr 17 15:41:49 localhost dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 Apr 17 15:41:53 localhost dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 Apr 17 15:42:06 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4 Apr 17 15:42:06 localhost dhclient: DHCPOFFER from 172.16.20.5 Apr 17 15:42:06 localhost dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 Apr 17 15:42:12 localhost dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 Apr 17 15:42:17 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 Apr 17 15:42:18 localhost dhclient: DHCPOFFER from 172.16.20.5 Apr 17 15:42:18 localhost dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 Apr 17 15:42:25 localhost last message repeated 2 times Apr 17 15:42:30 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 Apr 17 15:42:31 localhost dhclient: DHCPOFFER from 172.16.20.5 Apr 17 15:42:31 localhost dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 Apr 17 15:42:34 localhost dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 Apr 17 15:42:41 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 Apr 17 15:42:42 localhost dhclient: DHCPOFFER from 172.16.20.5 Apr 17 15:42:42 localhost dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 Apr 17 15:42:49 localhost last message repeated 2 times and so on.. Riku Dr. Diesel wrote: > I will second this! > > Chuck, are you experiencing the issue only while receiving to the 2944 > box? Outbound seems fine. > > > > On 4/17/07, Chuck Forsberg WA7KGX N2469R wrote: >> Just a reminder that the previously reported ethernet >> unreliability is still present in kernel 2944. The >> last good kernel was 2869. I have not seen this problem >> in 2869 or previous kernels. >> >> Apr 16 10:53:04 omen kernel: NETDEV WATCHDOG: eth0: transmit timed out >> Apr 16 10:53:04 omen kernel: eth0: transmit timed out, tx_status 00 >> status 8601. >> Apr 16 10:53:04 omen kernel: diagnostics: net 0cd8 media 8880 dma >> 0000003a fifo 8000 >> Apr 16 10:53:04 omen kernel: eth0: Interrupt posted but not delivered -- >> IRQ blocked by another device? >> Apr 16 10:53:04 omen kernel: Flags; bus-master 1, dirty 21772441(9) >> current 21772441(9) >> Apr 16 10:53:04 omen kernel: Transmit list 00000000 vs. f700d7a0. >> Apr 16 10:53:04 omen kernel: 0: @f700d200 length 80000042 status >> 00010042 >> Apr 16 10:53:04 omen kernel: 1: @f700d2a0 length 8000004d status >> 0c01004d >> Apr 16 10:53:04 omen kernel: 2: @f700d340 length 8000004d status >> 0c01004d >> Apr 16 10:53:04 omen kernel: 3: @f700d3e0 length 80000042 status >> 00010042 >> Apr 16 10:53:04 omen kernel: 4: @f700d480 length 8000004d status >> 0c01004d >> Apr 16 10:53:04 omen kernel: 5: @f700d520 length 8000002a status >> 0001002a >> Apr 16 10:53:04 omen kernel: 6: @f700d5c0 length 8000004d status >> 0c01004d >> Apr 16 10:53:04 omen kernel: 7: @f700d660 length 8000004d status >> 8c01004d >> Apr 16 10:53:04 omen kernel: 8: @f700d700 length 8000004d status >> 8c01004d >> Apr 16 10:53:04 omen kernel: 9: @f700d7a0 length 80000042 status >> 00010042 >> Apr 16 10:53:04 omen kernel: 10: @f700d840 length 80000042 status >> 00010042 >> Apr 16 10:53:04 omen kernel: 11: @f700d8e0 length 80000042 status >> 00010042 >> Apr 16 10:53:04 omen kernel: 12: @f700d980 length 80000042 status >> 00010042 >> Apr 16 10:53:04 omen kernel: 13: @f700da20 length 80000042 status >> 00010042 >> Apr 16 10:53:04 omen kernel: 14: @f700dac0 length 8000004d status >> 0c01004d >> Apr 16 10:53:04 omen kernel: 15: @f700db60 length 80000042 status >> 00010042 >> >> PCI Ethernet card >> eth0 Link encap:Ethernet HWaddr 00:50:04:6D:3A:22 >> inet addr:70.89.176.169 Bcast:70.89.176.171 >> Mask:255.255.255.252 >> inet6 addr: fe80::250:4ff:fe6d:3a22/64 Scope:Link >> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 >> RX packets:168959 errors:0 dropped:0 overruns:0 frame:0 >> TX packets:94078 errors:0 dropped:0 overruns:0 carrier:0 >> collisions:0 txqueuelen:1000 >> RX bytes:252610944 (240.9 MiB) TX bytes:6931990 (6.6 MiB) >> Interrupt:66 Base address:0x8000 >> >> Motherboard 1000 Ethernet >> eth1 Link encap:Ethernet HWaddr 00:15:F2:43:18:42 >> inet addr:192.168.1.13 Bcast:192.168.1.255 >> Mask:255.255.255.0 >> inet6 addr: fe80::215:f2ff:fe43:1842/64 Scope:Link >> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 >> RX packets:156033 errors:0 dropped:0 overruns:0 frame:0 >> TX packets:225705 errors:0 dropped:0 overruns:0 carrier:0 >> collisions:0 txqueuelen:1000 >> RX bytes:12610173 (12.0 MiB) TX bytes:399787442 (381.2 MiB) >> Interrupt:225 Base address:0xc000 >> >> >> -- >> Chuck Forsberg caf at omen.com www.omen.com 503-614-0430 >> Developer of Industrial ZMODEM(Tm) for Embedded Applications >> Omen Technology Inc "The High Reliability Software" >> 10255 NW Old Cornelius Pass Portland OR 97231 FAX 629-0665 >> >> -- >> fedora-test-list mailing list >> fedora-test-list at redhat.com >> To unsubscribe: >> https://www.redhat.com/mailman/listinfo/fedora-test-list >> > From twaugh at redhat.com Tue Apr 17 13:09:02 2007 From: twaugh at redhat.com (Tim Waugh) Date: Tue, 17 Apr 2007 09:09:02 -0400 Subject: Fedora Core 6 Test Update: coreutils-5.97-12.5.fc6 Message-ID: <200704171309.l3HD92eo017430@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-436 2007-04-17 --------------------------------------------------------------------- Product : Fedora Core 6 Name : coreutils Version : 5.97 Release : 12.5.fc6 Summary : The GNU core utilities: a set of tools commonly used in shell scripts Description : These are the GNU core utilities. This package is the combination of the old GNU fileutils, sh-utils, and textutils packages. --------------------------------------------------------------------- Update Information: Bug fix update. --------------------------------------------------------------------- * Tue Apr 17 2007 Tim Waugh 5.97-12.5 - Fixed dangling symlinks fix (bug #230052, bug #236311). * Wed Apr 11 2007 Tim Waugh 5.97-12.4 - Backported ls fix for 'ls -lL' showing dangling links with full paths (bug #230052). - Fixed rm race (bug #235401). * Wed Jan 24 2007 Tim Waugh - Fixed wrong error message (bug #223869). * Wed Jan 10 2007 Tim Waugh 5.97-12.3 - Prevent a cut(1) crash (bug #220312). --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ 540e384721ef164b3d1d90698970329dbcc70660 SRPMS/coreutils-5.97-12.5.fc6.src.rpm 540e384721ef164b3d1d90698970329dbcc70660 noarch/coreutils-5.97-12.5.fc6.src.rpm 3c95f61c977b3a430fe8a6075fd86dbe6afd0d51 ppc/debug/coreutils-debuginfo-5.97-12.5.fc6.ppc.rpm 2566b75e9f21650e8928ca56b056e0c6c449a0cc ppc/coreutils-5.97-12.5.fc6.ppc.rpm be8a6bb99cd38a5da24a257539fb2527c90e5dda x86_64/debug/coreutils-debuginfo-5.97-12.5.fc6.x86_64.rpm d88abe3465d0c17ae46f0aef7b7879adfe882058 x86_64/coreutils-5.97-12.5.fc6.x86_64.rpm fd9ea4ccdf6202186b5db8f185760922cd9bce95 i386/coreutils-5.97-12.5.fc6.i386.rpm 16d09390cf66815ca522e8c24bdd9f51805074de i386/debug/coreutils-debuginfo-5.97-12.5.fc6.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From davej at redhat.com Tue Apr 17 14:19:14 2007 From: davej at redhat.com (Dave Jones) Date: Tue, 17 Apr 2007 10:19:14 -0400 Subject: Fedora core 7 test 3 for iSeries In-Reply-To: <00d001c780be$c97491f0$4c0105c0@cpd2000> References: <00d001c780be$c97491f0$4c0105c0@cpd2000> Message-ID: <20070417141914.GA29814@redhat.com> On Tue, Apr 17, 2007 at 09:05:30AM +0200, Gonzalo Aguilera wrote: > Hi! I have downloaded Fedora core 7 test 3 ppc but I can't find any iSeries folder. Is iSeries supported for this release of Fedora? No. There was talk of the generic ppc64 kernel being bent-to-fit so that it worked on iseries, but I don't think that got done, as it's fairly major surgery. I think you're also the first person to ever ask for iseries Fedora in its history, which is somewhat telling as to why we dropped it. Dave -- http://www.codemonkey.org.uk From jacliburn at bellsouth.net Tue Apr 17 14:30:53 2007 From: jacliburn at bellsouth.net (Jay Cliburn) Date: Tue, 17 Apr 2007 09:30:53 -0500 Subject: Ethernet still unreliable in 2944 In-Reply-To: <4624C3AE.3000109@kymp.net> References: <1176809590.4223.32.camel@omen.com> <2a28d2ab0704170516o649afb3et23b18901d9b72533@mail.gmail.com> <4624C3AE.3000109@kymp.net> Message-ID: <4624DA1D.3030004@bellsouth.net> Riku Sepp?l? wrote: > I'm maybe having different problem, but ethernet does not work for me. > It looks like this bug http://bugzilla.kernel.org/show_bug.cgi?id=8090 > that was supposed to been fixed almost two months ago. The patch referenced in kernel bug report 8090 was applied 28 March and is in 2.6.21-rc7. (It's also in -rc5; I didn't check any kernels earlier than that.) commit 4db43e677ec2dcfb6129d5e557ed4795f9e4a031 Merge: 935c631... a9c87a1... Author: Linus Torvalds Date: Wed Mar 28 13:45:13 2007 -0700 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git * 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/ne SUN3/3X Lance trivial fix improved mv643xx_eth: Fix use of uninitialized port_num field forcedeth: fix tx timeout ---> forcedeth: fix nic poll qla3xxx: bugfix: Jumbo frame handling. qla3xxx: bugfix: Dropping interrupt under heavy network load. qla3xxx: bugfix: Multi segment sends were getting whacked. qla3xxx: bugfix: Add tx control block memset. atl1: remove unnecessary crc inversion myri10ge: correctly detect when TSO should be used [PATCH] WE-22 : prevent information leak on 64 bit [PATCH] wext: Add missing ioctls to 64<->32 conversion [PATCH] bcm43xx: Fix machine check on PPC for version 1 PHY [PATCH] bcm43xx: fix radio_set_tx_iq [PATCH] bcm43xx: Fix code for confusion between PHY revision and PHY versi From cebbert at redhat.com Tue Apr 17 14:50:31 2007 From: cebbert at redhat.com (Chuck Ebbert) Date: Tue, 17 Apr 2007 10:50:31 -0400 Subject: Ethernet still unreliable in 2944 In-Reply-To: <1176809590.4223.32.camel@omen.com> References: <1176809590.4223.32.camel@omen.com> Message-ID: <4624DEB7.4090905@redhat.com> Chuck Forsberg WA7KGX N2469R wrote: > Just a reminder that the previously reported ethernet > unreliability is still present in kernel 2944. The > last good kernel was 2869. I have not seen this problem > in 2869 or previous kernels. > > Apr 16 10:53:04 omen kernel: NETDEV WATCHDOG: eth0: transmit timed out > Apr 16 10:53:04 omen kernel: eth0: transmit timed out, tx_status 00 > status 8601. > Apr 16 10:53:04 omen kernel: diagnostics: net 0cd8 media 8880 dma > 0000003a fifo 8000 > Apr 16 10:53:04 omen kernel: eth0: Interrupt posted but not delivered -- > IRQ blocked by another device? This is Bugzilla #231687. Nobody seems to have an answer for it. From guido.ledermann at googlemail.com Tue Apr 17 14:54:15 2007 From: guido.ledermann at googlemail.com (Guido Ledermann) Date: Tue, 17 Apr 2007 16:54:15 +0200 Subject: Boot crashes with 3079 Message-ID: <4624DF97.1090405@googlemail.com> Hello, I can't boot the latest kernel (3079). I see some dump/debug information on the screen, but is this stored somewhere so that I'm able to provide this information to file a bug in bugzilla? Guido From mattdm at mattdm.org Tue Apr 17 14:58:26 2007 From: mattdm at mattdm.org (Matthew Miller) Date: Tue, 17 Apr 2007 10:58:26 -0400 Subject: Firewall GUI Utility (system-config-securitylevel) v.1.7.0 In-Reply-To: <46223FAA.3050404@speakeasy.net> References: <46223FAA.3050404@speakeasy.net> Message-ID: <20070417145826.GA29303@jadzia.bu.edu> On Sun, Apr 15, 2007 at 10:07:22AM -0500, Carlo Wise wrote: > I have noticed that version 1.7.0.fc7 has a problem saving certain > changes. It will only save changes made that involve modifying at least > 1 of the Trusted Services. For instance, If I add or remove a trusted > port it will work fine; however, if I try to add only 1 or more ports > manually, the prompt confirming the changes does not appear nor are the > changes saved. If I add a trusted port and also a port manually the > changes will be saved. The bottom line is that it only works as long as > there are changes made to any of the trusted ports. Bugzilla? -- Matthew Miller mattdm at mattdm.org Boston University Linux ------> From dcantrell at redhat.com Tue Apr 17 15:11:10 2007 From: dcantrell at redhat.com (David Cantrell) Date: Tue, 17 Apr 2007 11:11:10 -0400 Subject: anaconda dhcp ip and extra repositories setup doesn't work In-Reply-To: <561c252c0704170054k29323c3br5326c50f8bbeca6e@mail.gmail.com> References: <561c252c0704170054k29323c3br5326c50f8bbeca6e@mail.gmail.com> Message-ID: <1176822670.6913.11.camel@mortise.boston.redhat.com> On Tue, 2007-04-17 at 09:54 +0200, Gianluca Cecchi wrote: > trying to install from yesterday rsynced f7 tree. > using boot.iso as cd starting image in virtual qemu/kvm. > I begin installation specifying http type and anaconda sets correctly > dhcp ip initially. > Then, when I try to setup extra repository, anaconda asks again ip > configuration as it needs to connect to internet, asking also def > gateway and dns server. > But at this time it stays undefinitely with the window telling > "getting ip for eth0"..... > Shouldn't it try only to set up def gw and resolver, as it already get > an ip before? > or at least recomplete getting the ip? > Do I have to post a bug for this? Yes, please file a bug for this. -- David Cantrell Red Hat / Westford, MA -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From wwoods at redhat.com Tue Apr 17 15:49:52 2007 From: wwoods at redhat.com (Will Woods) Date: Tue, 17 Apr 2007 15:49:52 +0000 Subject: Boot crashes with 3079 In-Reply-To: <4624DF97.1090405@googlemail.com> References: <4624DF97.1090405@googlemail.com> Message-ID: <1176824992.5178.130.camel@metroid.rdu.redhat.com> On Tue, 2007-04-17 at 16:54 +0200, Guido Ledermann wrote: > Hello, > > I can't boot the latest kernel (3079). I see some dump/debug information > on the screen, but is this stored somewhere so that I'm able to provide > this information to file a bug in bugzilla? AFAIK, unless it crashes after the system logger has started, nothing's going to be written to disk. There might be something you can do with the kdump kernel, but I'm not sure how that works just yet. The usual procedure is to hook up a serial console and capture the messages that way. The quick-and-dirty way is to take a picture of the screen with a digital camera of some kind, and transcribe it (or attach the image to the bug). What kind of a system are you running? What module is it crashing in? -w -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From cra at WPI.EDU Tue Apr 17 15:49:45 2007 From: cra at WPI.EDU (Chuck Anderson) Date: Tue, 17 Apr 2007 11:49:45 -0400 Subject: puplet / yum-updatesd Message-ID: <20070417154945.GE23940@angus.ind.WPI.EDU> I need some help troubleshooting puplet and yum-updatesd so I can provide useful bug reports. I'm ready to tackle these issues head-on again now that I am running rawhide. I have a freshly installed F7/development system on a new partition. The old /home partition is mounted so I have my user files that have lived on this /home since FC6, FC5, FC4, etc. I have never ever seen a puplet bubble pop up on this system under my user account ever since puplet existed. As far as I can tell, puplet and yum-updatesd are running: cra 4286 0.0 0.6 25484 12928 ? S 17:47:53 00:00:00 /usr/bin/python -tt /usr/bin/puplet root 22013 0.0 2.8 72356 58604 pts/2 S 20:05:06 00:00:15 /usr/bin/python /usr/sbin/yum-updatesd My config is default: [main] # how often to check for new updates (in seconds) run_interval = 3600 # how often to allow checking on request (in seconds) updaterefresh = 600 # how to send notifications (valid: dbus, email, syslog) emit_via = dbus # automatically install updates do_update = no # automatically download updates do_download = no # automatically download deps of updates do_download_deps = no I'm running the latest: >rpm -qf `which puplet` pirut-1.3.6-1.fc7 >rpm -qf `which yum-updatesd` yum-updatesd-3.1.6-1.fc7 How do I start figuring out what is going on here? There must be something wrong in my dotfiles somewhere, since I have had puplet work on other systems. It also works in a new test account I created on this system. Thanks. From davej at redhat.com Tue Apr 17 15:52:10 2007 From: davej at redhat.com (Dave Jones) Date: Tue, 17 Apr 2007 11:52:10 -0400 Subject: Boot crashes with 3079 In-Reply-To: <4624DF97.1090405@googlemail.com> References: <4624DF97.1090405@googlemail.com> Message-ID: <20070417155210.GA6126@redhat.com> On Tue, Apr 17, 2007 at 04:54:15PM +0200, Guido Ledermann wrote: > Hello, > > I can't boot the latest kernel (3079). I see some dump/debug information > on the screen, but is this stored somewhere so that I'm able to provide > this information to file a bug in bugzilla? No. Worse case - digital camera photo will help. boot with vga=1 to get more lines of text on the screen. Before doing that though, as a hunch... try doing 'setenforce 0' and then reinstalling the kernel rpm. Dave -- http://www.codemonkey.org.uk From Tom.Browder at fwb.srs.com Tue Apr 17 16:32:18 2007 From: Tom.Browder at fwb.srs.com (Browder, Tom) Date: Tue, 17 Apr 2007 11:32:18 -0500 Subject: F7T3: Unable to Find Correct Driver for "local CDROM" Install Message-ID: I'm trying to install F7T3 on my Linux box and when I get to the part where the menu says: Install from: local CDROM I select it and then get into a driver selection list which I have no real clue as to what to pick. (I have a LITE ON DVD RW.) I methodically stepped through the list (still working) and nothing so far seems to work (I just got a segv failure for the last driver). I don't understand how the system can boot from the DVD and then not be able to read it again. On the other hand, maybe there is something else it is looking for: driver for what? I need a clue as to how to proceed (I tried dhcp and couldn't get that to work either). Thanks. -Tom From gerrytool at gmail.com Tue Apr 17 17:34:13 2007 From: gerrytool at gmail.com (Gerry Tool) Date: Tue, 17 Apr 2007 12:34:13 -0500 Subject: F7T3: Unable to Find Correct Driver for "local CDROM" Install In-Reply-To: References: Message-ID: On 4/17/07, Browder, Tom wrote: > > I'm trying to install F7T3 on my Linux box and when I get to the part > where the menu says: > > Install from: > local CDROM > > I select it and then get into a driver selection list which I have no > real clue as to what to pick. (I have a LITE ON DVD RW.) > > I methodically stepped through the list (still working) and nothing so > far seems to work (I just got a segv failure for the last driver). > > I don't understand how the system can boot from the DVD and then not be > able to read it again. On the other hand, maybe there is something else > it is looking for: driver for what? > > I need a clue as to how to proceed (I tried dhcp and couldn't get that > to work either). The driver it is trying to get you to select is for the parallel ATA devices on your motherboard. In my case, I have a board with an AMD processor, so the driver that works is pata_amd. This is a result of switching from IDE support to libata support for drives. Gerry -------------- next part -------------- An HTML attachment was scrubbed... URL: From Tom.Browder at fwb.srs.com Tue Apr 17 17:48:09 2007 From: Tom.Browder at fwb.srs.com (Browder, Tom) Date: Tue, 17 Apr 2007 12:48:09 -0500 Subject: F7T3: Unable to Find Correct Driver for "local CDROM" Install In-Reply-To: References: Message-ID: >-----Original Message----- >From: fedora-test-list-bounces at redhat.com >[mailto:fedora-test-list-bounces at redhat.com] On Behalf Of Gerry Tool >Sent: Tuesday, April 17, 2007 12:34 >To: For testers of Fedora Core development releases >Subject: Re: F7T3: Unable to Find Correct Driver for "local >CDROM" Install ... >The driver it is trying to get you to select is for the >parallel ATA devices on your motherboard. In my case, I have >a board with an AMD processor, so the driver that works is >pata_amd. This is a result of switching from IDE support to >libata support for drives. Gerry, thanks for the reply. I, too, have an AMD motherboard and anaconda shows the pata_amd driver loading before I get to the screen to start installation. Any other ideas? I do see (as the installation started and the info flashes by rapidly) that my hard drive is found (also my zip 250 usb drive and ethernet card). So if the DVD is recognized, then for what device do you think a driver is being sought? -Tom From caf at omen.com Tue Apr 17 18:05:35 2007 From: caf at omen.com (Chuck Forsberg WA7KGX N2469R) Date: Tue, 17 Apr 2007 11:05:35 -0700 Subject: Ethernet still unreliable in 2944 In-Reply-To: <4624DEB7.4090905@redhat.com> References: <1176809590.4223.32.camel@omen.com> <4624DEB7.4090905@redhat.com> Message-ID: <1176833136.4223.46.camel@omen.com> On Tue, 2007-04-17 at 10:50 -0400, Chuck Ebbert wrote: > Chuck Forsberg WA7KGX N2469R wrote: > > Just a reminder that the previously reported ethernet > > unreliability is still present in kernel 2944. The > > last good kernel was 2869. I have not seen this problem > > in 2869 or previous kernels. > This is Bugzilla #231687. Nobody seems to have an answer for it. I hope this bug didn't find its way into RHEL5. When the bug hits, the two-way connection between the omen.com box and the internet is severed. The local network connects to the motherboard NIC and is not affected. The bug generally pops up when there is moderate activity on the PCI NIC connected to the internet and light activity on the local net. I did not experience this bug during the day or so I was using x86_64 fc7t3. Until whatever happened to vncserver in x86_64 fc7t3 that prevents the Gnome desktop from working (previously reported) is fixed, I won't be running the 64 bit kernel long enough for the bug to appear. -- Chuck Forsberg caf at omen.com www.omen.com 503-614-0430 Developer of Industrial ZMODEM(Tm) for Embedded Applications Omen Technology Inc "The High Reliability Software" 10255 NW Old Cornelius Pass Portland OR 97231 FAX 629-0665 From riku.seppala at kymp.net Tue Apr 17 18:33:13 2007 From: riku.seppala at kymp.net (=?ISO-8859-1?Q?Riku_Sepp=E4l=E4?=) Date: Tue, 17 Apr 2007 21:33:13 +0300 Subject: Ethernet still unreliable in 2944 In-Reply-To: <4624DA1D.3030004@bellsouth.net> References: <1176809590.4223.32.camel@omen.com> <2a28d2ab0704170516o649afb3et23b18901d9b72533@mail.gmail.com> <4624C3AE.3000109@kymp.net> <4624DA1D.3030004@bellsouth.net> Message-ID: <462512E9.10901@kymp.net> Yep. Now it works after manually updating a lot of different packages, dunno what helped. Starting X still hangs the system but atleast I can yum update now. :) Riku Jay Cliburn wrote: > Riku Sepp?l? wrote: >> I'm maybe having different problem, but ethernet does not work for >> me. It looks like this bug >> http://bugzilla.kernel.org/show_bug.cgi?id=8090 >> that was supposed to been fixed almost two months ago. > > The patch referenced in kernel bug report 8090 was applied 28 March > and is in 2.6.21-rc7. (It's also in -rc5; I didn't check any kernels > earlier than that.) > > commit 4db43e677ec2dcfb6129d5e557ed4795f9e4a031 > Merge: 935c631... a9c87a1... > Author: Linus Torvalds > Date: Wed Mar 28 13:45:13 2007 -0700 > > Merge branch 'upstream-linus' of > master.kernel.org:/pub/scm/linux/kernel/git > > * 'upstream-linus' of > master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/ne > SUN3/3X Lance trivial fix improved > mv643xx_eth: Fix use of uninitialized port_num field > forcedeth: fix tx timeout > ---> forcedeth: fix nic poll > qla3xxx: bugfix: Jumbo frame handling. > qla3xxx: bugfix: Dropping interrupt under heavy network load. > qla3xxx: bugfix: Multi segment sends were getting whacked. > qla3xxx: bugfix: Add tx control block memset. > atl1: remove unnecessary crc inversion > myri10ge: correctly detect when TSO should be used > [PATCH] WE-22 : prevent information leak on 64 bit > [PATCH] wext: Add missing ioctls to 64<->32 conversion > [PATCH] bcm43xx: Fix machine check on PPC for version 1 PHY > [PATCH] bcm43xx: fix radio_set_tx_iq > [PATCH] bcm43xx: Fix code for confusion between PHY revision and > PHY versi > > From arnout.lok at gmail.com Tue Apr 17 19:00:18 2007 From: arnout.lok at gmail.com (Arnout Lok) Date: Tue, 17 Apr 2007 21:00:18 +0200 Subject: URLs for net install? In-Reply-To: <1176685797.3994.14.camel@omen.com> References: <1176685797.3994.14.camel@omen.com> Message-ID: <1993cbdc0704171200m3e63630fpa8fcc3b08b88b28a@mail.gmail.com> On 4/16/07, Chuck Forsberg WA7KGX N2469R wrote: > Since the 64 bit FC7T3 won't load on my Core Duo system, > I tried a recent rescue cd with the idea of doing a net > install. > > I tried several different URLs but could not find anything > that worked. Furthermore, I could not find what to give for > a URL on the Fedora web site or with Google. I used the following passage from the installation-guide for fc6: http://docs.fedoraproject.org/install-guide/fc6/en/sn-installing-networkinstallation.html But it took some trial and error before it worked. > The net install for some distros comes preloaded with a choice > of working places to download files from. > > The net install should present some working defaults. > In any case, it should not require many pages of additional settings > before deciding the URL wasn't to its liking. I agree that a default url, which could redirect to a random mirror, would be much more user-friendly. During my net-install I searched on an other computer for the exact mirror-url and wrote it down. Not exactly very convenient. regards, Arnout Lok From ihok at hotmail.com Tue Apr 17 17:55:33 2007 From: ihok at hotmail.com (Jack Tanner) Date: Tue, 17 Apr 2007 17:55:33 +0000 (UTC) Subject: how long do packages stay in testing? Message-ID: The testing repo has packages as old as openldap-2.3.30-1.fc6.1.src.rpm 30-Nov-2006 and sysklogd-1.4.1-42.fc7.src.rpm 11-Dec-2006. Is there any policy about how long packages should stay in testing? AFAICS, if a package shows up in testing, it's either good and should get pushed to updates in a little while, or it's bad and it should get yanked from testing. Right? From cebbert at redhat.com Tue Apr 17 19:26:51 2007 From: cebbert at redhat.com (Chuck Ebbert) Date: Tue, 17 Apr 2007 15:26:51 -0400 Subject: how long do packages stay in testing? In-Reply-To: References: Message-ID: <46251F7B.5030609@redhat.com> Jack Tanner wrote: > The testing repo has packages as old as openldap-2.3.30-1.fc6.1.src.rpm > 30-Nov-2006 and sysklogd-1.4.1-42.fc7.src.rpm 11-Dec-2006. Is there any policy > about how long packages should stay in testing? AFAICS, if a package shows up in > testing, it's either good and should get pushed to updates in a little while, or > it's bad and it should get yanked from testing. Right? It's very hard to remove packages from testing after you've decided not to release them. So some people just leave them there, apparently. From drago01 at gmail.com Tue Apr 17 20:31:04 2007 From: drago01 at gmail.com (dragoran) Date: Tue, 17 Apr 2007 22:31:04 +0200 Subject: F7T4 and SATA/IDE testing - a call to arms! In-Reply-To: <1176762358.5178.124.camel@metroid.rdu.redhat.com> References: <1176762358.5178.124.camel@metroid.rdu.redhat.com> Message-ID: <46252E88.8060508@gmail.com> sry for my last mail I meant this one: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234684 From drago01 at gmail.com Tue Apr 17 20:36:00 2007 From: drago01 at gmail.com (dragoran) Date: Tue, 17 Apr 2007 22:36:00 +0200 Subject: F7T4 and SATA/IDE testing - a call to arms! In-Reply-To: <1176762358.5178.124.camel@metroid.rdu.redhat.com> References: <1176762358.5178.124.camel@metroid.rdu.redhat.com> Message-ID: <46252FB0.9040802@gmail.com> ARGH! sry for the spam one more mail (I will shut up after this one..) I never worked on this boxs because of the other pata_amd bug (already fixed). it worked on my laptop thats why I got confused, so its no regression (only regression FC6->F7), and not a regression between test releases. p.s: so will go to bed now.. I hope this kind of spam does not happen again, sorry! From katzj at redhat.com Tue Apr 17 20:44:42 2007 From: katzj at redhat.com (Jeremy Katz) Date: Tue, 17 Apr 2007 16:44:42 -0400 Subject: F7T4 and SATA/IDE testing - a call to arms! In-Reply-To: <46245E68.2080807@leemhuis.info> References: <1176762358.5178.124.camel@metroid.rdu.redhat.com> <46245E68.2080807@leemhuis.info> Message-ID: <1176842682.22139.15.camel@aglarond.local> On Tue, 2007-04-17 at 07:43 +0200, Thorsten Leemhuis wrote: > On 17.04.2007 00:25, Will Woods wrote: > > [...] > > This is your early warning that F7Test4 - the last of the pre-F7 test > > releases - is coming out NEXT WEEK. > > > > IF YOU HAVE BEEN HAVING PROBLEMS WITH DISK DETECTION AND/OR OTHER > > DISK-RELATED THINGS, please read this! > > Just FYI, I updated two machines with pata drives to rawhide some weeks > ago and it worked (using mount by labels). But on one machine I had an > oddity: that machine was installed long ago (FC2/FC3) when we didn't use > "mount swap by label" -- thus the swap partition /dev/hda? was still > hardcoded in /etc/fstab. I noticed that oddity because suspend-to-disk > wasn't working. > > Not sure if it's worth fixing by anaconda -- according to feedback in > #fedora-devel from weeks ago it probably isn't We at least are going to try to give some useful feedback. And also add some bits to the release notes about how to make sure your fstab is using labels for physical disk partitions. Jeremy From cra at WPI.EDU Tue Apr 17 20:50:38 2007 From: cra at WPI.EDU (Chuck Anderson) Date: Tue, 17 Apr 2007 16:50:38 -0400 Subject: F7T4 and SATA/IDE testing - a call to arms! In-Reply-To: <1176842682.22139.15.camel@aglarond.local> References: <1176762358.5178.124.camel@metroid.rdu.redhat.com> <46245E68.2080807@leemhuis.info> <1176842682.22139.15.camel@aglarond.local> Message-ID: <20070417205038.GG23940@angus.ind.WPI.EDU> On Tue, Apr 17, 2007 at 04:44:42PM -0400, Jeremy Katz wrote: > We at least are going to try to give some useful feedback. And also add > some bits to the release notes about how to make sure your fstab is > using labels for physical disk partitions. What about if you have > 15 partitions on a /dev/hdX device which isn't supported in /dev/sdX? Will you warn about that scenario? From paul at all-the-johnsons.co.uk Tue Apr 17 20:54:41 2007 From: paul at all-the-johnsons.co.uk (Paul) Date: Tue, 17 Apr 2007 21:54:41 +0100 Subject: SAA7130 PCI TV Card Message-ID: <1176843281.3465.40.camel@T7.Linux> Hi, Quite a while back (probably just after Christmas), I bought a nice PVR card to replace the one I currently have. Only problem is that the Philips SAA7130 chipset caused problems with the kernel. Does anyone know if the current rawhide kernels (say from the start of last week) are capable of supporting this card without coughing and falling down dead yet? TTFN Paul -- Sie k?nnen mich aufreizen und wirklich hei? machen! -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From katzj at redhat.com Tue Apr 17 21:16:26 2007 From: katzj at redhat.com (Jeremy Katz) Date: Tue, 17 Apr 2007 17:16:26 -0400 Subject: F7T4 and SATA/IDE testing - a call to arms! In-Reply-To: <20070417205038.GG23940@angus.ind.WPI.EDU> References: <1176762358.5178.124.camel@metroid.rdu.redhat.com> <46245E68.2080807@leemhuis.info> <1176842682.22139.15.camel@aglarond.local> <20070417205038.GG23940@angus.ind.WPI.EDU> Message-ID: <1176844586.22139.18.camel@aglarond.local> On Tue, 2007-04-17 at 16:50 -0400, Chuck Anderson wrote: > On Tue, Apr 17, 2007 at 04:44:42PM -0400, Jeremy Katz wrote: > > We at least are going to try to give some useful feedback. And also add > > some bits to the release notes about how to make sure your fstab is > > using labels for physical disk partitions. > > What about if you have > 15 partitions on a /dev/hdX device which > isn't supported in /dev/sdX? Will you warn about that scenario? Yep, that's the other one that we're adding a catch for.[1] Jeremy [1] Although I'm still grumpy that nothing has happened in the kernel to improve this one :( From drago01 at gmail.com Tue Apr 17 20:32:37 2007 From: drago01 at gmail.com (dragoran) Date: Tue, 17 Apr 2007 22:32:37 +0200 Subject: F7T4 and SATA/IDE testing - a call to arms! In-Reply-To: <1176762358.5178.124.camel@metroid.rdu.redhat.com> References: <1176762358.5178.124.camel@metroid.rdu.redhat.com> Message-ID: <46252EE5.3030304@gmail.com> ...sry again for being stupid it worked in test2 not 3 ...and here is the bug link again: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234684 sry I should read my mails first before pressing the send button. From drago01 at gmail.com Tue Apr 17 20:27:21 2007 From: drago01 at gmail.com (dragoran) Date: Tue, 17 Apr 2007 22:27:21 +0200 Subject: F7T4 and SATA/IDE testing - a call to arms! In-Reply-To: <1176762358.5178.124.camel@metroid.rdu.redhat.com> References: <1176762358.5178.124.camel@metroid.rdu.redhat.com> Message-ID: <46252DA9.8090208@gmail.com> Will Woods wrote: > Hi, folks! > > This is your early warning that F7Test4 - the last of the pre-F7 test > releases - is coming out NEXT WEEK. > > IF YOU HAVE BEEN HAVING PROBLEMS WITH DISK DETECTION AND/OR OTHER > DISK-RELATED THINGS, please read this! > > One of the biggest changes in F7 is the new IDE driver stack, which uses > libata (like the SATA drivers do). Not only are IDE hard drives now > called /dev/sdX, but they're using new and interesting code. This could > be (and has been) causing some problems relating to drive detection at > boot time and install time, especially with upgrades from FC6 and > earlier. > > Here's a couple of common examples: > > Bug #225026: pata_amd not loaded so no drives found > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=225026 > Already fixed for Test4. > > sata_sil causes system freeze > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=232991 > This only affects one machine that we've seen - if you've seen it too, > please let us know! > please don't forget this one: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=179564 it worked on test 3 so its a regression! From pbrobinson at gmail.com Wed Apr 18 01:13:54 2007 From: pbrobinson at gmail.com (Peter Robinson) Date: Wed, 18 Apr 2007 02:13:54 +0100 Subject: SAA7130 PCI TV Card In-Reply-To: <1176843281.3465.40.camel@T7.Linux> References: <1176843281.3465.40.camel@T7.Linux> Message-ID: <5256d0b0704171813k7654ba9ej4ec5bae560ed6e44@mail.gmail.com> And along these lines does anyone know I'd the dvico fusion hdtv nano (not sure if this is the exact name but its close) usb stick tuner works in fedora, or how to get it work? I tried a couple of months ago and failed miserably. Pete On 4/17/07, Paul wrote: > Hi, > > Quite a while back (probably just after Christmas), I bought a nice PVR > card to replace the one I currently have. Only problem is that the > Philips SAA7130 chipset caused problems with the kernel. > > Does anyone know if the current rawhide kernels (say from the start of > last week) are capable of supporting this card without coughing and > falling down dead yet? > > TTFN > > Paul > -- > Sie k?nnen mich aufreizen und wirklich hei? machen! > From pribyl at lowlevel.cz Wed Apr 18 07:11:48 2007 From: pribyl at lowlevel.cz (Adam Pribyl) Date: Wed, 18 Apr 2007 09:11:48 +0200 (CEST) Subject: F7T3: Unable to Find Correct Driver for "local CDROM" Install In-Reply-To: References: Message-ID: On Tue, 17 Apr 2007, Browder, Tom wrote: >> -----Original Message----- >> From: fedora-test-list-bounces at redhat.com >> [mailto:fedora-test-list-bounces at redhat.com] On Behalf Of Gerry Tool >> Sent: Tuesday, April 17, 2007 12:34 >> To: For testers of Fedora Core development releases >> Subject: Re: F7T3: Unable to Find Correct Driver for "local >> CDROM" Install > ... >> The driver it is trying to get you to select is for the >> parallel ATA devices on your motherboard. In my case, I have >> a board with an AMD processor, so the driver that works is >> pata_amd. This is a result of switching from IDE support to >> libata support for drives. > > Gerry, thanks for the reply. > > I, too, have an AMD motherboard and anaconda shows the pata_amd driver > loading before I get to the screen to start installation. > > Any other ideas? > See the topic "F7T4 and SATA/IDE testing - a call to arms!" This is exacly what this is about. > > -Tom Adam Pribyl From rmy at tigress.co.uk Wed Apr 18 08:13:03 2007 From: rmy at tigress.co.uk (Ron Yorston) Date: Wed, 18 Apr 2007 09:13:03 +0100 Subject: F7T4 and SATA/IDE testing - a call to arms! In-Reply-To: <1176844586.22139.18.camel@aglarond.local> References: <1176762358.5178.124.camel@metroid.rdu.redhat.com> <46245E68.2080807@leemhuis.info> <1176842682.22139.15.camel@aglarond.local> <20070417205038.GG23940@angus.ind.WPI.EDU> <1176844586.22139.18.camel@aglarond.local> Message-ID: <200704180813.l3I8D3hK025870@tiffany.internal.tigress.co.uk> Jeremy Katz wrote: >On Tue, 2007-04-17 at 16:50 -0400, Chuck Anderson wrote: >> On Tue, Apr 17, 2007 at 04:44:42PM -0400, Jeremy Katz wrote: >> > We at least are going to try to give some useful feedback. And also add >> > some bits to the release notes about how to make sure your fstab is >> > using labels for physical disk partitions. >> >> What about if you have > 15 partitions on a /dev/hdX device which >> isn't supported in /dev/sdX? Will you warn about that scenario? > >Yep, that's the other one that we're adding a catch for.[1] > >Jeremy > >[1] Although I'm still grumpy that nothing has happened in the kernel to >improve this one :( Is there a bugzilla entry for this? I couldn't find one. Ron From gianluca.cecchi at gmail.com Wed Apr 18 09:08:46 2007 From: gianluca.cecchi at gmail.com (Gianluca Cecchi) Date: Wed, 18 Apr 2007 11:08:46 +0200 Subject: anaconda dhcp ip and extra repositories setup doesn't work Message-ID: <561c252c0704180208t54795c1em22c8030b11774d8b@mail.gmail.com> Ok, opened bug 236884 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=236884 From buildsys at redhat.com Wed Apr 18 09:49:19 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Wed, 18 Apr 2007 05:49:19 -0400 Subject: rawhide report: 20070418 changes Message-ID: <200704180949.l3I9nJYj032288@hs20-bc2-6.build.redhat.com> New package hal-info Device information files for HAL Updated Packages: anaconda-11.2.0.51-1 -------------------- * Tue Apr 17 2007 Jeremy Katz - 11.2.0.51-1 - Some PS3 fixes (dwmw2) - Try to handle some of the problem cases with the ide -> libata driver changes (clumens, katzj, #229704) - Fix text mode package descriptions (clumens, #233662) - Fix netlink buffer size (dcantrell, #234764) - Fix how we disable ipv6 (dcantrell) - Add a few more packages to upgrade blacklists - Warn and try not to blow up with scsi disks with more than 15 partitions (dcantrell, katzj) autofs-1:5.0.1-9 ---------------- * Tue Apr 17 2007 Ian Kent - 5.0.1-9 - upstream fix for filesystem is local check. - disable exports access control check (bz 203277). - fix patch to add command option for set a global mount options (bz 214684). avalon-framework-0:4.1.4-2jpp.14.fc7 ------------------------------------ * Thu Mar 08 2007 Permaine Cheung - 0:4.1.4-2jpp.14 - rpmlint cleanup. comps-extras-11.3-1 ------------------- * Tue Apr 17 2007 Bill Nottingham - 11.3-1 - add icons: clustering, virt, window-managers, uncategorized control-center-1:2.18.0-12.fc7 ------------------------------ * Tue Apr 17 2007 Ray Strode - 2.18.0-12 - Make theme changes work again (among other things). Bug 236752. * Tue Apr 17 2007 Matthias Clasen - 2.18.0-11 - Remove debugging spew from the about-me capplet dhcp-12:3.0.5-32.fc7 -------------------- * Tue Apr 17 2007 David Cantrell - 12:3.0.5-32 - Added missing newline on usage() screen in dhclient filesystem-2.4.6-1.fc7 ---------------------- * Tue Apr 17 2007 Phil Knirsch - 2.4.6-1 - Added several more /usr/share directories (#222905) firefox-2.0.0.3-4.fc7 --------------------- * Tue Apr 17 2007 Christopher Aillon 2.0.0.3-4 - Fix permissions of the man page gdm-1:2.18.0-11.fc7 ------------------- * Tue Apr 17 2007 Ray Strode - 1:2.18.0-11 - Be more verbose to help isolate the problem in bug 234567 ghostscript-8.15.4-3.fc7 ------------------------ * Tue Apr 17 2007 Tim Waugh 8.15.4-3 - Apply fonts in CIDFnmap even if the same fontnames are already registered (bug #163231). - New file CIDFmap (bug #233966). - Allow local overrides for FAPIcidfmap, cidfmap and Fontmap (bug #233966). gnome-mime-data-2.18.0-1.fc7 ---------------------------- * Tue Apr 17 2007 - Bastien Nocera - 2.18.0-1 - Upgrade to 2.18.0 and make noarch hal-0.5.9-4.fc7 --------------- * Tue Apr 17 2007 David Zeuthen - 0.5.9-4 - Rebuild without hal-info bits and Require new package hal-info (#230707) hplip-1.7.2-8.fc7 ----------------- * Tue Apr 17 2007 Tim Waugh 1.7.2-8 - Update desktop database on %postun as well (bug #236163). kernel-2.6.20-1.3084.fc7 ------------------------ * Tue Apr 17 2007 Dave Jones - sata_nv: Don't attempt using ADMA for (READ|SET)_MAX commands * Tue Apr 17 2007 Dave Jones - disable sparse checking (segfault) * Tue Apr 17 2007 Dave Jones - Update KVM to v19 kudzu-1.2.69-1 -------------- * Tue Apr 17 2007 Bill Nottingham - 1.2.69-1 - PS3 support (#236469, ) libsepol-2.0.3-1.fc7 -------------------- * Tue Apr 17 2007 Dan Walsh 2.0.3-1 - Upgrade to latest from NSA * Merged add boolmap argument to expand_module_avrules() from Chris PeBenito. libvirt-0.2.2-1.fc7 ------------------- * Tue Apr 17 2007 Daniel Veillard - 0.2.2-1.fc7 - Release of 0.2.2 - lot of assorted bugfixes and cleanups - preparing for Xen-3.0.5 * Thu Mar 22 2007 Jeremy Katz - 0.2.1-2.fc7 - don't require xen; we don't need the daemon and can control non-xen now - fix scriptlet error (need to own more directories) - update description text * Fri Mar 16 2007 Daniel Veillard - 0.2.1-1.fc7 - Release of 0.2.1 - lot of bug and portability fixes - Add support for network autostart and init scripts - New API to detect the virtualization capabilities of a host - Documentation updates libxml2-2.6.28-1 ---------------- * Tue Apr 17 2007 Daniel Veillard 2.6.28-1 - upstream release 2.6.28 see http://xmlsoft.org/news.html - many bug fixed upstream lm_sensors-2.10.3-2.fc7 ----------------------- * Tue Apr 17 2007 Phil Knirsch - 2.10.3-2 - Fixed one more problem with sensors-detect (#215984) * Tue Apr 17 2007 Phil Knirsch - 2.10.3-1 - Update to lm_sensors-2.10.3 mdadm-2.6.1-4.fc7 ----------------- * Mon Apr 16 2007 Doug Ledford - 2.6.1-4 - More cleanups for merge review process - Related: bz226134 mikmod-3.2.2-1.fc7 ------------------ * Tue Apr 17 2007 Jindrich Novy 3.2.2-1 - update to mikmod-3.2.2-beta1 - drop useless libtool, texinfo BuildRequires - don't use undefined macros, spec fixes - fix install-info scriptlet usage (#223711), thanks to Ville Skytta pirut-1.3.7-1.fc7 ----------------- * Tue Apr 17 2007 Jeremy Katz - 1.3.7-1 - Show full information about gpg key (#215721) - Fix traceback in single package installer (#236142) - Ensure we don't show groups/categories that don't have packages policycoreutils-2.0.9-5.fc7 --------------------------- * Mon Apr 16 2007 Dan Walsh 2.0.9-5 - Fully path script.py ppc64-utils-0.11-4.fc7 ---------------------- * Mon Apr 16 2007 David Woodhouse - 0.11-4 - Fix handling of PS3 secondary PPU in bootwrapper pygtk2-2.10.4-2.fc7 ------------------- * Tue Apr 17 2007 Matthew Barnes - 2.10.4-2.fc7 - Make pygtk-demo executable (RH bug #236716). pyorbit-2.14.2-2.fc7 -------------------- * Tue Apr 17 2007 Matthew Barnes - 2.14.2-2.fc7 - Fix some file permissions (RH bug #236738). - Spec file cleanups. python-virtinst-0.103.0-2.fc7 ----------------------------- * Tue Apr 17 2007 Mark McLoughlin - 0.103.0-2.fc7 - Fix urlgrabber import error scim-tables-0.5.7-3.fc7 ----------------------- * Tue Apr 17 2007 Jens Petersen - 0.5.7-3 - make the main package own the tables directory (#226399) * Tue Mar 27 2007 Caius Chance - 0.5.7-2.1 - Fixed bz#226399: Merge Review, scim-tables. * Mon Mar 19 2007 Caius Chance - 0.5.7-2 - Fixed bz#217639: scim-tables Chang-Jie preedit was not cleared after focus out then focus in. selinux-policy-2.5.12-5.fc7 --------------------------- * Tue Apr 17 2007 Dan Walsh 2.5.12-5 - Allow insmod_t to mount kvmfs_t filesystems * Tue Apr 17 2007 Dan Walsh 2.5.12-4 - Rwho policy - Fixes for consolekit shared-mime-info-0.20-2.fc7 --------------------------- * Tue Apr 17 2007 - Bastien Nocera - 0.20-2 - Fix the dia association (#194313) sound-juicer-2.16.4-1.fc7 ------------------------- * Tue Apr 17 2007 - Bastien Nocera - 2.16.4-1 - Update to 2.16.4 to get xdg-users-dir support, fix #236658, and follow the device selection in the control-center squirrelmail-1.4.9a-1.fc7 ------------------------- * Tue Apr 17 2007 Martin Bacovsky - 1.4.9a-1 - upgarde to new upstream 1.4.9a - resolves: #235560 Many SM errors in apache logs system-config-samba-1.2.41-1.fc7 -------------------------------- * Tue Apr 17 2007 Nils Philippsen - 1.2.41 - cope with separate nmb service (#234687) * Tue Apr 17 2007 Nils Philippsen - 1.2.40 - don't access smbpasswd directly but use pdbedit to allow for tdb/ldap backends (#236557) * Thu Mar 22 2007 Nils Philippsen - update URL system-config-securitylevel-1.8.0-1.fc7 --------------------------------------- * Tue Apr 17 2007 Thomas Woerner 1.8.0-1 - Lots of interface changes and cleanup - New ability to disable ipsec, ipp and mdns entries vim-2:7.0.224-3.fc7 ------------------- * Tue Apr 17 2007 Karsten Hopp 7.0.224-3 - fix typo in require line (vim-X11 - 2:7.0.224-2.fc7.i386 requires 4) xorg-x11-drv-amd-0.0-9.20061016git.fc7 -------------------------------------- * Tue Apr 17 2007 Adam Jackson 0.0-9.20061016git - Fix the license. xorg-x11-drv-nv-2.0.2-1.fc7 --------------------------- * Tue Apr 17 2007 Adam Jackson 2.0.2-1 - nv 2.0.2 - nv.xinf: PCI ID updates for yet more G80 cards. - Drop panel-range-hack, superceded upstream now. ypbind-3:1.19-9.fc7 ------------------- * Tue Apr 17 2007 Steve Dickson - 3:1.19-9 - Fixed typo in init script (bz 233459) - Changed init script to look in /etc/yp.conf for the domain name when not already set. (bz 113386) - Reworked init script to eliminate unreasonable hangs when ypbind cannot bind to nis server. (bz 112770) Broken deps for i386 ---------------------------------------------------------- anaconda-runtime - 11.2.0.51-1.i386 requires mkisofs dvd+rw-tools - 7.0-3.fc7.i386 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.i386 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.i386 requires cdrecord k3b - 1.0-1.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs xcdroast - 0.98a15-13.i386 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.i386 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.i386 requires mkisofs >= 0:2.0 Broken deps for ia64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.51-1.ia64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ia64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ia64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ia64 requires mkisofs k3b - 1.0-1.fc7.ia64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires cdrecord xcdroast - 0.98a15-13.ia64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires mkisofs >= 0:2.0 Broken deps for ppc64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.51-1.ppc64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ppc64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ppc64 requires mkisofs k3b - 1.0-1.fc7.ppc64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires cdrecord xcdroast - 0.98a15-13.ppc64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires mkisofs >= 0:2.0 Broken deps for ppc ---------------------------------------------------------- anaconda-runtime - 11.2.0.51-1.ppc requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ppc requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ppc requires mkisofs k3b - 1.0-1.fc7.ppc requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc requires cdrecord xcdroast - 0.98a15-13.ppc requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc requires mkisofs >= 0:2.0 xcdroast - 0.98a15-13.ppc requires cdrecord >= 0:2.0 Broken deps for x86_64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.51-1.x86_64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.x86_64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.x86_64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.i386 requires mkisofs k3b - 1.0-1.fc7.i386 requires cdrecord k3b - 1.0-1.fc7.x86_64 requires mkisofs k3b - 1.0-1.fc7.x86_64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord xcdroast - 0.98a15-13.x86_64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires mkisofs >= 0:2.0 From gianluca.cecchi at gmail.com Wed Apr 18 09:50:53 2007 From: gianluca.cecchi at gmail.com (Gianluca Cecchi) Date: Wed, 18 Apr 2007 11:50:53 +0200 Subject: ip6tables service tries to start even if ipv6 was deselected during installation Message-ID: <561c252c0704180250u6c2a7ad0ibde7533428e66c57@mail.gmail.com> low priority but I think it could help consistency with config chosen during install time See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=236888 From filip.tsachev at gmail.com Wed Apr 18 09:54:29 2007 From: filip.tsachev at gmail.com (Filip Tsachev) Date: Wed, 18 Apr 2007 12:54:29 +0300 Subject: Install fedora stable next to my rawhide Message-ID: Hello, Currently I have rawhide. I'd really appreciate any clue on how to install two systems at the same time. I want to have another fedora 6 for example but I don't want to get my current grub config out of order. I have one boot partition - 100MB, can it be used by both systems or maybe even better Any quick suggestions? -- Cheers, Filip From gianluca.cecchi at gmail.com Wed Apr 18 10:17:13 2007 From: gianluca.cecchi at gmail.com (Gianluca Cecchi) Date: Wed, 18 Apr 2007 12:17:13 +0200 Subject: Install fedora stable next to my rawhide Message-ID: <561c252c0704180317p4b135367w82943926d09bc0d5@mail.gmail.com> I think you need: - a free partition / disk - install fc6 on that partition without creating separate / and /boot but only one / - configure grub during fc6 installation to install on boot sector of root partition (not MBR) - restart PC and so rawhide (you didn't modify MBR) - insert a new line at the end in grub.conf like this below, supposing fc6 was installed on /dev/hda2 (grub starts from 0 for both disks and partitions) title FC6 rootnoverify (hd0,1) chainloader +1 - restart and choose FC6 when you want it HIH, Gianluca From gianluca.cecchi at gmail.com Wed Apr 18 10:21:01 2007 From: gianluca.cecchi at gmail.com (Gianluca Cecchi) Date: Wed, 18 Apr 2007 12:21:01 +0200 Subject: Install fedora stable next to my rawhide In-Reply-To: <561c252c0704180317p4b135367w82943926d09bc0d5@mail.gmail.com> References: <561c252c0704180317p4b135367w82943926d09bc0d5@mail.gmail.com> Message-ID: <561c252c0704180321i1c9416b4ob0a99fc62825fe43@mail.gmail.com> I forgot to mention that in this way when you boot you will get the f7 grub and if you choose FC6 you will then get the FC6 grub menu with its own options. When you update fc6 kernels inside FC6 system, the grub.conf inside FC6 will be updated (so the second grub screen not the main F7 one) From filip.tsachev at gmail.com Wed Apr 18 10:34:35 2007 From: filip.tsachev at gmail.com (Filip Tsachev) Date: Wed, 18 Apr 2007 13:34:35 +0300 Subject: Install fedora stable next to my rawhide In-Reply-To: <561c252c0704180321i1c9416b4ob0a99fc62825fe43@mail.gmail.com> References: <561c252c0704180317p4b135367w82943926d09bc0d5@mail.gmail.com> <561c252c0704180321i1c9416b4ob0a99fc62825fe43@mail.gmail.com> Message-ID: Hi, On 18/04/07, Gianluca Cecchi wrote: > I forgot to mention that in this way when you boot you will get the f7 > grub and if you choose FC6 you will then get the FC6 grub menu with > its own options. > When you update fc6 kernels inside FC6 system, the grub.conf inside > FC6 will be updated (so the second grub screen not the main F7 one) > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > Thanks, so the boot loader is mandatory also for the fc6? -- Cheers, Filip From filip.tsachev at gmail.com Wed Apr 18 10:39:44 2007 From: filip.tsachev at gmail.com (Filip Tsachev) Date: Wed, 18 Apr 2007 13:39:44 +0300 Subject: ip6tables service tries to start even if ipv6 was deselected during installation In-Reply-To: <561c252c0704180250u6c2a7ad0ibde7533428e66c57@mail.gmail.com> References: <561c252c0704180250u6c2a7ad0ibde7533428e66c57@mail.gmail.com> Message-ID: Hi, On 18/04/07, Gianluca Cecchi wrote: > low priority but I think it could help consistency with config chosen > during install time > > See > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=236888 > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > Same here. Something else - there used to be a method to insert some lines in modprobe.conf to disable ipv6 but it doesn't work since a few fedora releases. I want it completely removed from my box. -- Cheers, Filip From filip.tsachev at fedoraproject.org Wed Apr 18 11:12:37 2007 From: filip.tsachev at fedoraproject.org (Filip Tsachev) Date: Wed, 18 Apr 2007 14:12:37 +0300 Subject: Kernel 2.6 cpufreq-module for nForce2 based mainboards - issues Message-ID: >From developer web site @http://www.hasw.net/linux/ : "cpufreq-nforce2: Kernel 2.6 cpufreq-module for nForce2 based mainboards Current version: Included in Kernel 2.6. " It's stated that the module is included but what is the problem with FC7t3 and other recent releases? Before I could easily just make and make install cpufreq-nforce2 module, now it does build but it can't be inserted with modprobe. Anyone having cpufreq working with nforce2 on recent fedora kernel's? Do I have to rebuild my kernel with this module enabled for this to work instead of trying to add the module? It's a pity it's not included in fedora kernels. It works great and saves the trees ;) Cheers, Filip From filip.tsachev at gmail.com Wed Apr 18 11:23:30 2007 From: filip.tsachev at gmail.com (Filip Tsachev) Date: Wed, 18 Apr 2007 14:23:30 +0300 Subject: Anyone have mplayer working with FC7 test3? In-Reply-To: <6B74CFE2B2A0B748BB3DC16E04769786366F55@hall.tup.com> References: <461DD2AA.1050100@rasmil.dk> <6B74CFE2B2A0B748BB3DC16E04769786366F55@hall.tup.com> Message-ID: Hi, On 12/04/07, Arch Willingham wrote: > Thanks! > > -----Original Message----- > From: fedora-test-list-bounces at redhat.com > [mailto:fedora-test-list-bounces at redhat.com]On Behalf Of Tim Lauridsen > Sent: Thursday, April 12, 2007 2:33 AM > To: For testers of Fedora Core development releases > Subject: Re: Anyone have mplayer working with FC7 test3? > > > Tim Lauridsen wrote: > > Arch Willingham wrote: > >> I have it working with one machine running FC7 test3 but it was an > >> upgrade from FC6. I just did a brand new install of FC7 test3 and > >> tried to install mplayer. It died with dependency issues with > >> libdts.so.0,libfaad.so.0, and libxvidcore.so.4 (see below). > >> > >> # rpm -Uvh mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm > >> warning: mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm: Header V3 DSA > >> signature: NOKEY, key ID a109b1ec > >> error: Failed dependencies: > >> libdts.so.0 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 > >> libfaad.so.0 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 > >> libxvidcore.so.4 is needed by > >> mplayer-1.0-0.72.20070325svn.lvn7.i386 > >> > >> > >> Thanks! > >> > >> Arch > >> > >> > > No problem here. > > > > #rpm -ivh http://rpm.livna.org/livna-release-6.rpm > > #vi /etc/yum.repos.d/livna.repo > > change the 'enabled=1' to 'enabled=0' > > #yum --enabledrepo=livna-development install mplayer. > ups, it should be > > yum --enablerepo=livna-development install mplayer > > Tim > > > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > If you still have this problem you might want to try freshrpms repo for fedora which has mplayer too, you just need to exclude it from livna.repo file with exclude=mplayer -- Cheers, Filip From mefoster at gmail.com Wed Apr 18 10:58:21 2007 From: mefoster at gmail.com (Mary Ellen Foster) Date: Wed, 18 Apr 2007 12:58:21 +0200 Subject: ip6tables service tries to start even if ipv6 was deselected during installation In-Reply-To: References: <561c252c0704180250u6c2a7ad0ibde7533428e66c57@mail.gmail.com> Message-ID: On 18/04/07, Filip Tsachev wrote: > Something else - there used to be a method to insert some lines in > modprobe.conf to disable ipv6 but it doesn't work since a few fedora > releases. I want it completely removed from my box. Here's the instructions I followed: http://www.mjmwired.net/resources/mjm-fedora-fc6.html#ipv6 Seems to work pretty well. I needed to do this to run a program that didn't play nice with an ipv6 localhost. MEF -- Mary Ellen Foster http://homepages.inf.ed.ac.uk/mef/ From filip.tsachev at gmail.com Wed Apr 18 11:30:23 2007 From: filip.tsachev at gmail.com (Filip Tsachev) Date: Wed, 18 Apr 2007 14:30:23 +0300 Subject: USB pen vfat R/W for user? In-Reply-To: <1176226633.5291.39.camel@hepntw292.pp.rl.ac.uk> References: <1176226633.5291.39.camel@hepntw292.pp.rl.ac.uk> Message-ID: Hi, On 10/04/07, William John Murray wrote: > Hello there, > I would like HAL to mount my USB pen r/w for users on > FC7T3. > I have 3 partitions, and the ext2 ones do mount r/w (or r if I change > it), but the vfat one is always "rwxr xr x" > Is it possible to change this? > Thanks, > Bill > -- > __________________________________________________________ > Bill Murray w.j.murray at rl.ac.uk (41)-1235-446256 > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > I noticed there is a difference if you insert the device before boot or after boot & logged in. I'd love to see that fixed, basically I'd like to harcode the user which has RW even if the device is inserted before boot, is that possible? -- Cheers, Filip From ggw at wolves.durham.nc.us Wed Apr 18 12:46:33 2007 From: ggw at wolves.durham.nc.us (G.Wolfe Woodbury) Date: Wed, 18 Apr 2007 08:46:33 -0400 Subject: Anaconda gets interrupted by LVM activation - BZ 232862 - anyone else seeing this? Message-ID: <20070418124633.GA19868@wolves.durham.nc.us> The bug report may well prove that I don't know as much as I thought I did, but is anyone else seeing rawhide (f7test) failures with non-default disk layouts? Bugzilla 232862 details much of my problem, but I present a summary here. My testbed machine that it is failing on is a MSI motherboard, VIA chipset, and a Celeron @600MHz (an older machine, yes). I get consistent LVM activation failures during the installation no matter what I try to do with the disk layouts. I seem to be able to get an installation process going when I accept the "default" layout (and ssometimes even then!) I thought for a while (briefly) that I had found a syntax error in anaconda's call to vgchange, but that is obviously not the problem. There is the change over from the old ATA method to the new, and this started happening at that transition. However, I have wiped the partition table/MBR and started from scratch a couple of times, still getting the errors. I have even tride hand configuring with no LVM partitions/volumes at all and still get vgchange failures. I've done memtest86+, run some heavy math stuff and otherwise verified that under FC6 (with updates) that the hardware is still basically good, but this machine just does not like FC7 series installs. -- G.Wolfe Woodbury -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From gianluca.cecchi at gmail.com Wed Apr 18 12:54:15 2007 From: gianluca.cecchi at gmail.com (Gianluca Cecchi) Date: Wed, 18 Apr 2007 14:54:15 +0200 Subject: Install fedora stable next to my rawhide In-Reply-To: <561c252c0704180321i1c9416b4ob0a99fc62825fe43@mail.gmail.com> References: <561c252c0704180317p4b135367w82943926d09bc0d5@mail.gmail.com> <561c252c0704180321i1c9416b4ob0a99fc62825fe43@mail.gmail.com> Message-ID: <561c252c0704180554s5c43d763ofda99fb8d71ef39@mail.gmail.com> On 4/18/07, Filip Tsachev wrote: > Thanks, so the boot loader is mandatory also for the fc6? I think so. And in my opinion is safer for kernel updates.... Eventually you can put into the initial part of FC6 grub.conf a short timeout value and hide the menu so that the system boots directly in default config. Something like: timeout 1 hiddenmenu to display the menu, if needed, you will have to press the key. Gianluca From sgrubb at redhat.com Wed Apr 18 13:38:11 2007 From: sgrubb at redhat.com (Steve Grubb) Date: Wed, 18 Apr 2007 09:38:11 -0400 Subject: Ethernet still unreliable in 2944 In-Reply-To: <1176833136.4223.46.camel@omen.com> References: <1176809590.4223.32.camel@omen.com> <4624DEB7.4090905@redhat.com> <1176833136.4223.46.camel@omen.com> Message-ID: <200704180938.11417.sgrubb@redhat.com> On Tuesday 17 April 2007 14:05, Chuck Forsberg WA7KGX N2469R wrote: > The bug generally pops up when there is moderate activity on the PCI NIC > connected to the internet and light activity on the local > net. I've been seeing this bug for a while, too. I think it was introduced right after the 2832 build back in Feb. (Since rawhide kernel changelogs do not correlate version with entries like every other package does, I can't be certain.) I've shown it to people, but no one's really figured out what's causing it. The machine has 2 ethernet cards, one connected and one not. Virtually any network activity like "yum update" is enough to cause the problem. With hardware like I have, no rawhide kernel has been usable for 2 months. -Steve From cra at WPI.EDU Wed Apr 18 14:39:43 2007 From: cra at WPI.EDU (Chuck Anderson) Date: Wed, 18 Apr 2007 10:39:43 -0400 Subject: Install fedora stable next to my rawhide In-Reply-To: <561c252c0704180317p4b135367w82943926d09bc0d5@mail.gmail.com> References: <561c252c0704180317p4b135367w82943926d09bc0d5@mail.gmail.com> Message-ID: <20070418143943.GX30685@angus.ind.WPI.EDU> On Wed, Apr 18, 2007 at 12:17:13PM +0200, Gianluca Cecchi wrote: > I think you need: > - a free partition / disk > - install fc6 on that partition without creating separate / and /boot > but only one / You can also create a separate /boot. I usually partition my disks with space for two ~100MB primary /boot partitions for this purpose, and a shared LVM VG setup with shared swap LV and separate / LVs. From notting at redhat.com Wed Apr 18 18:28:18 2007 From: notting at redhat.com (Bill Nottingham) Date: Wed, 18 Apr 2007 14:28:18 -0400 Subject: ip6tables service tries to start even if ipv6 was deselected during installation In-Reply-To: References: <561c252c0704180250u6c2a7ad0ibde7533428e66c57@mail.gmail.com> Message-ID: <20070418182818.GB19284@nostromo.devel.redhat.com> > Same here. > > Something else - there used to be a method to insert some lines in > modprobe.conf to disable ipv6 but it doesn't work since a few fedora > releases. I want it completely removed from my box. This is fixed in anaconda in the past day or two - now it drops a file in /etc/modprobe.d to disable loading of the IPv6 module if IPv6 is deselected. Bill From filip.tsachev at gmail.com Wed Apr 18 20:00:08 2007 From: filip.tsachev at gmail.com (Filip Tsachev) Date: Wed, 18 Apr 2007 23:00:08 +0300 Subject: Install fedora stable next to my rawhide In-Reply-To: <20070418143943.GX30685@angus.ind.WPI.EDU> References: <561c252c0704180317p4b135367w82943926d09bc0d5@mail.gmail.com> <20070418143943.GX30685@angus.ind.WPI.EDU> Message-ID: Hi, On 18/04/07, Chuck Anderson wrote: > On Wed, Apr 18, 2007 at 12:17:13PM +0200, Gianluca Cecchi wrote: > > I think you need: > > - a free partition / disk > > - install fc6 on that partition without creating separate / and /boot > > but only one / > > You can also create a separate /boot. I usually partition my disks > with space for two ~100MB primary /boot partitions for this purpose, > and a shared LVM VG setup with shared swap LV and separate / LVs. > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > Thank you all for the feedback. One more thing: Can I share my 1g swap with the second fedora (no LVM) ? Any problems with that? -- Cheers, Filip From filip.tsachev at gmail.com Wed Apr 18 20:01:30 2007 From: filip.tsachev at gmail.com (Filip Tsachev) Date: Wed, 18 Apr 2007 23:01:30 +0300 Subject: ip6tables service tries to start even if ipv6 was deselected during installation In-Reply-To: <20070418182818.GB19284@nostromo.devel.redhat.com> References: <561c252c0704180250u6c2a7ad0ibde7533428e66c57@mail.gmail.com> <20070418182818.GB19284@nostromo.devel.redhat.com> Message-ID: Hi, On 18/04/07, Bill Nottingham wrote: > > Same here. > > > > Something else - there used to be a method to insert some lines in > > modprobe.conf to disable ipv6 but it doesn't work since a few fedora > > releases. I want it completely removed from my box. > > This is fixed in anaconda in the past day or two - now it drops > a file in /etc/modprobe.d to disable loading of the IPv6 module > if IPv6 is deselected. > > Bill > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > That's pro-active in action :) -- Cheers, Filip From cra at WPI.EDU Wed Apr 18 20:04:44 2007 From: cra at WPI.EDU (Chuck Anderson) Date: Wed, 18 Apr 2007 16:04:44 -0400 Subject: ip6tables service tries to start even if ipv6 was deselected during installation In-Reply-To: <20070418182818.GB19284@nostromo.devel.redhat.com> References: <561c252c0704180250u6c2a7ad0ibde7533428e66c57@mail.gmail.com> <20070418182818.GB19284@nostromo.devel.redhat.com> Message-ID: <20070418200444.GJ23940@angus.ind.WPI.EDU> On Wed, Apr 18, 2007 at 02:28:18PM -0400, Bill Nottingham wrote: > > Same here. > > > > Something else - there used to be a method to insert some lines in > > modprobe.conf to disable ipv6 but it doesn't work since a few fedora > > releases. I want it completely removed from my box. > > This is fixed in anaconda in the past day or two - now it drops > a file in /etc/modprobe.d to disable loading of the IPv6 module > if IPv6 is deselected. If I deselect IPv4 in Anaconda, does it do the same for the IPv4 stack? From notting at redhat.com Wed Apr 18 20:05:45 2007 From: notting at redhat.com (Bill Nottingham) Date: Wed, 18 Apr 2007 16:05:45 -0400 Subject: ip6tables service tries to start even if ipv6 was deselected during installation In-Reply-To: <20070418200444.GJ23940@angus.ind.WPI.EDU> References: <561c252c0704180250u6c2a7ad0ibde7533428e66c57@mail.gmail.com> <20070418182818.GB19284@nostromo.devel.redhat.com> <20070418200444.GJ23940@angus.ind.WPI.EDU> Message-ID: <20070418200545.GA10693@nostromo.devel.redhat.com> Chuck Anderson (cra at WPI.EDU) said: > If I deselect IPv4 in Anaconda, does it do the same for the IPv4 > stack? Not a module, so... no. Bill From mclasen at redhat.com Wed Apr 18 22:15:17 2007 From: mclasen at redhat.com (Matthias Clasen) Date: Wed, 18 Apr 2007 18:15:17 -0400 Subject: Fedora Core 5 Test Update: poppler-0.5.1-3.fc5 Message-ID: <200704182215.l3IMFHjh027615@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-448 2007-04-18 --------------------------------------------------------------------- Product : Fedora Core 5 Name : poppler Version : 0.5.1 Release : 3.fc5 Summary : Pdf rendering library Description : Poppler, a PDF rendering library, it's a fork of the xpdf PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC. --------------------------------------------------------------------- Update Information: This update includes the qt bindings for poppler. --------------------------------------------------------------------- * Fri Dec 8 2006 Matthias Clasen 0.5.1-3 - Add subpackages for the poppler Qt bindings --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/5/ fd842261beeff785cd67c1ed15cae2c7f59f22aa SRPMS/poppler-0.5.1-3.fc5.src.rpm fd842261beeff785cd67c1ed15cae2c7f59f22aa noarch/poppler-0.5.1-3.fc5.src.rpm c5c49f2e2e6fd6d11c168cf119affbaf604c6db9 ppc/poppler-qt-devel-0.5.1-3.fc5.ppc.rpm 6f8d9648d5ed40904f9064a5ca9bd1be798fdc61 ppc/poppler-devel-0.5.1-3.fc5.ppc.rpm b4d1e9f1045908cff312a9c3ff1a64df565bdbdc ppc/poppler-qt-0.5.1-3.fc5.ppc.rpm 0f1cf7f84b3fbc73ee029b875fc4d0c4b3b9bde3 ppc/poppler-utils-0.5.1-3.fc5.ppc.rpm cedd3566c936ba67fd8e6d0dccd0de77fdc3292a ppc/poppler-0.5.1-3.fc5.ppc.rpm e3e14567be2b89fe30d798789ebada1f20bc526f ppc/debug/poppler-debuginfo-0.5.1-3.fc5.ppc.rpm 926483fadc24837f0f0db90ca14000af49c6db76 x86_64/poppler-qt-0.5.1-3.fc5.x86_64.rpm 0b6ce1327182618f7751d023965e2af82151097a x86_64/poppler-qt-devel-0.5.1-3.fc5.x86_64.rpm a1a06f00617481f40d8e16358818fabd19f17873 x86_64/poppler-utils-0.5.1-3.fc5.x86_64.rpm 5771c84e747a9d70b675eb9209b18813e236d533 x86_64/debug/poppler-debuginfo-0.5.1-3.fc5.x86_64.rpm 097f83332fe8e244cb0ab8c081cb7bb9ba6fbe49 x86_64/poppler-devel-0.5.1-3.fc5.x86_64.rpm e48bdf121b2364290bc9afcd412fca70434853ae x86_64/poppler-0.5.1-3.fc5.x86_64.rpm 72c1dc0df788a4161c4eec720bfd527967ff6477 i386/poppler-utils-0.5.1-3.fc5.i386.rpm 06af172fb25b90c02d7b6d383a50a289973a536c i386/poppler-qt-devel-0.5.1-3.fc5.i386.rpm f0d8cd6cecfa530cffcc0a1deef370cd701b453d i386/poppler-devel-0.5.1-3.fc5.i386.rpm 7daac489156f8536d786bf4c7959fe3d2a4e7da0 i386/debug/poppler-debuginfo-0.5.1-3.fc5.i386.rpm 349fcb7ce1b3a257d62342a97bbdc340d793a8f3 i386/poppler-qt-0.5.1-3.fc5.i386.rpm 6d22ed10ca1021848e8444107ad6ee3a70c709a1 i386/poppler-0.5.1-3.fc5.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From ikent at redhat.com Wed Apr 18 22:16:54 2007 From: ikent at redhat.com (Ian Kent) Date: Wed, 18 Apr 2007 18:16:54 -0400 Subject: Fedora Core 6 Test Update: autofs-5.0.1-0.rc3.29 Message-ID: <200704182216.l3IMGsEt027953@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-443 2007-04-18 --------------------------------------------------------------------- Product : Fedora Core 6 Name : autofs Version : 5.0.1 Release : 0.rc3.29 Summary : A tool for automatically mounting and unmounting filesystems Description : autofs is a daemon which automatically mounts filesystems when you use them, and unmounts them later when you are not using them. This can include network filesystems, CD-ROMs, floppies, and so forth. --------------------------------------------------------------------- * Tue Apr 17 2007 Ian Kent - 5.0.1-0.rc3.29 - upstream fix for filesystem is local check. - disable exports access control check (bz 203277). - fix patch to add command option for set a global mount options (bz 214684). * Mon Apr 16 2007 Ian Kent - 5.0.1-0.rc3.28 - fix command option patch. * Mon Apr 16 2007 Ian Kent - 5.0.1-0.rc3.27 - add configuration variable to control appending of global options (bz 214684). - add command option to set a global mount options string (bz 214684). * Thu Mar 8 2007 Ian Kent - 5.0.1-0.rc3.26 - fixed numeric export match (bz 231188). --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ 68916db615183cd7fd55b356e266cce0a9e6ddd1 SRPMS/autofs-5.0.1-0.rc3.29.src.rpm 68916db615183cd7fd55b356e266cce0a9e6ddd1 noarch/autofs-5.0.1-0.rc3.29.src.rpm ec5a080d7e9d09ef604676b8b66719bc7c0e366b ppc/debug/autofs-debuginfo-5.0.1-0.rc3.29.ppc.rpm d3bd54a010103b9e91d689cacb352305e8b396f3 ppc/autofs-5.0.1-0.rc3.29.ppc.rpm 40a9ee01574678b29b112e41428a75554d642fd4 x86_64/debug/autofs-debuginfo-5.0.1-0.rc3.29.x86_64.rpm 425621a742edd6069a1c2faf760a17b9c045022f x86_64/autofs-5.0.1-0.rc3.29.x86_64.rpm 306cfc4a2e62f7d8644f11199ad032f5541e0b2c i386/debug/autofs-debuginfo-5.0.1-0.rc3.29.i386.rpm 3a6b7e86bfeb8ffbe3a0facd1c6bfd51c5440a52 i386/autofs-5.0.1-0.rc3.29.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From dwalsh at redhat.com Wed Apr 18 22:17:25 2007 From: dwalsh at redhat.com (Daniel Walsh) Date: Wed, 18 Apr 2007 18:17:25 -0400 Subject: Fedora Core 6 Test Update: policycoreutils-1.34.1-7.fc6 Message-ID: <200704182217.l3IMHPRc028053@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-449 2007-04-18 --------------------------------------------------------------------- Product : Fedora Core 6 Name : policycoreutils Version : 1.34.1 Release : 7.fc6 Summary : SELinux policy core utilities. Description : Security-enhanced Linux is a feature of the Linux?? kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement??, Role-based Access Control, and Multi-level Security. policycoreutils contains the policy core utilities that are required for basic operation of a SELinux system. These utilities include load_policy to load policies, setfiles to label filesystems, newrole to switch roles, and run_init to run /etc/init.d scripts in the proper context. --------------------------------------------------------------------- * Tue Apr 17 2007 Dan Walsh 1.34.1-7 - Fully path script.py * Mon Apr 16 2007 Dan Walsh 1.34.1-6 - Add sepolgen/gui * Thu Mar 22 2007 Dan Walsh 1.34.1-5 - Fix fixfiles manpage - Fix restorecond init script * Thu Feb 1 2007 Dan Walsh 1.34.1-4 - Fix audit2allow on missing translations * Wed Jan 24 2007 Dan Walsh 1.34.1-3 - More chcat fixes * Wed Jan 24 2007 Dan Walsh 1.34.1-2 - Change chcat to exec semodule so file context is maintained * Wed Jan 24 2007 Dan Walsh 1.34.1-1 - Fix system-config-selinux ports view - Update to upstream * Fixed newrole non-pam build. * Updated version for stable branch. --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ 0847e02cfaa0b8cbbbb70a4125e565753086e9e6 SRPMS/policycoreutils-1.34.1-7.fc6.src.rpm 0847e02cfaa0b8cbbbb70a4125e565753086e9e6 noarch/policycoreutils-1.34.1-7.fc6.src.rpm e8a4293900847eed9eea0e075009ab3870ed5474 ppc/debug/policycoreutils-debuginfo-1.34.1-7.fc6.ppc.rpm 317476c8538976925daa705e65c1e7f206b02953 ppc/policycoreutils-newrole-1.34.1-7.fc6.ppc.rpm 060ec52f44fdb7b33bda0ca1f37f043abb0a9c34 ppc/policycoreutils-1.34.1-7.fc6.ppc.rpm 239423a382bb01cfee0069e3c5ee905086c4ff4b ppc/policycoreutils-gui-1.34.1-7.fc6.ppc.rpm 412a215810cb95f5bca287c90e2c1081d9e14395 x86_64/policycoreutils-1.34.1-7.fc6.x86_64.rpm 341b20f999ea75ebde644348600aa882d2b5e9d2 x86_64/policycoreutils-gui-1.34.1-7.fc6.x86_64.rpm 37666bc8bbfb4e391e0c4b5a6b48487f545b4f05 x86_64/debug/policycoreutils-debuginfo-1.34.1-7.fc6.x86_64.rpm c20bef9709d3753161073f123ce0a30475c99744 x86_64/policycoreutils-newrole-1.34.1-7.fc6.x86_64.rpm f6b5405760e3469f25bda03aa09274f911cde9e3 i386/debug/policycoreutils-debuginfo-1.34.1-7.fc6.i386.rpm 434d42de3ad0c1ed659f8a052b42530ce47bfe2a i386/policycoreutils-newrole-1.34.1-7.fc6.i386.rpm 1018730196ea0c20d0a0a4c3d62254d1e2393e47 i386/policycoreutils-1.34.1-7.fc6.i386.rpm 501629c1803e3a951bc87c00b9ccd733117968ae i386/policycoreutils-gui-1.34.1-7.fc6.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From jjohnstn at redhat.com Wed Apr 18 22:17:57 2007 From: jjohnstn at redhat.com (Jeff Johnston) Date: Wed, 18 Apr 2007 18:17:57 -0400 Subject: Fedora Core 6 Test Update: eclipse-cdt-3.1.2-3.fc6 Message-ID: <200704182217.l3IMHveK028172@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-450 2007-04-18 --------------------------------------------------------------------- Product : Fedora Core 6 Name : eclipse-cdt Version : 3.1.2 Release : 3.fc6 Summary : Eclipse C/C++ Development Tools (CDT) plugin Description : The eclipse-cdt package contains Eclipse features and plugins that are useful for C and C++ development. --------------------------------------------------------------------- * Mon Apr 16 2007 Jeff Johnston 3.1.2-3 - Add missing gif to org.eclipse.cdt.make.ui. - Resolves: #236558 * Tue Feb 27 2007 Jeff Johnston 3.1.2-2 - Resolves: #229891, #230253, #205310, #229893 - Rebase autotools to 0.0.8.1 source. * Wed Feb 21 2007 Jeff Johnston 3.1.2-1 - Rebase CDT to 3.1.2. - Rebase autotools to 0.0.8 source. - Replace subconsole patch with new build console patch. --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ b077383b261347a0fcadfb7ead9fd290e5cf3e38 SRPMS/eclipse-cdt-3.1.2-3.fc6.src.rpm b077383b261347a0fcadfb7ead9fd290e5cf3e38 noarch/eclipse-cdt-3.1.2-3.fc6.src.rpm c73af18395b93f540745cc64e550ceeb388c53f6 ppc/eclipse-cdt-3.1.2-3.fc6.ppc.rpm 352ef86e2ff035d96567a610e5605fba8f710563 ppc/debug/eclipse-cdt-debuginfo-3.1.2-3.fc6.ppc.rpm 232c89b295a67a5d5e3733fe92158149115e4cea ppc/eclipse-cdt-sdk-3.1.2-3.fc6.ppc.rpm c8b63b11e33f2a0c75a544c3ed6fc9a8ef41d831 x86_64/eclipse-cdt-3.1.2-3.fc6.x86_64.rpm b329c1cd3aff0cca8b478aea5adbdc6f648db6b0 x86_64/debug/eclipse-cdt-debuginfo-3.1.2-3.fc6.x86_64.rpm 6d3c329ec7007565d7c6b59e3f5e626ccee95c30 x86_64/eclipse-cdt-sdk-3.1.2-3.fc6.x86_64.rpm ad127d240f549ca376bef0f2a7751da85a65ba1a i386/eclipse-cdt-3.1.2-3.fc6.i386.rpm ee7338d2466802d45e9aafe7d1212a2ba3058cd0 i386/eclipse-cdt-sdk-3.1.2-3.fc6.i386.rpm d4beb6c51d17c1d24a216c0618b4dd4c84c7bdef i386/debug/eclipse-cdt-debuginfo-3.1.2-3.fc6.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From jorton at redhat.com Wed Apr 18 22:42:31 2007 From: jorton at redhat.com (Joe Orton) Date: Wed, 18 Apr 2007 18:42:31 -0400 Subject: Fedora Core 6 Test Update: httpd-2.2.4-1.fc6 Message-ID: <200704182242.l3IMgVZS004942@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-456 2007-04-18 --------------------------------------------------------------------- Product : Fedora Core 6 Name : httpd Version : 2.2.4 Release : 1.fc6 Summary : Apache HTTP Server Description : The Apache HTTP Server is a powerful, efficient, and extensible web server. --------------------------------------------------------------------- Update Information: This update includes the latest stable release of the Apache HTTP Server, fixing a number of minor bugs. --------------------------------------------------------------------- * Fri Mar 23 2007 Joe Orton 2.2.4-1.fc6 - update to 2.2.4 - fix path to special.mk in apxs (#217092) - fix path to lynx in apachectl --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ 77816620c72e5c68e9f221a604f2dbe6bae2951f SRPMS/httpd-2.2.4-1.fc6.src.rpm 77816620c72e5c68e9f221a604f2dbe6bae2951f noarch/httpd-2.2.4-1.fc6.src.rpm 020eb8342ceed69d40649778aa8775acf041bb8d ppc/httpd-2.2.4-1.fc6.ppc.rpm 092ea3a5bb9d9022df9891afde59c91f8b5a0c34 ppc/httpd-devel-2.2.4-1.fc6.ppc.rpm ca090a3456b22533dcc993439502b505e0e3ca80 ppc/debug/httpd-debuginfo-2.2.4-1.fc6.ppc.rpm 23864baa67374b1097b40b900a19724ba77f0cb8 ppc/mod_ssl-2.2.4-1.fc6.ppc.rpm 128fd740b9387cf77b33a3eef2f5e9a3f41e6afe ppc/httpd-manual-2.2.4-1.fc6.ppc.rpm 4e54f640f8442fb1cf2dec656a862551dfd776dd x86_64/mod_ssl-2.2.4-1.fc6.x86_64.rpm 6eff403ee3761eedec9ec54f0f4a5a287c457d9e x86_64/debug/httpd-debuginfo-2.2.4-1.fc6.x86_64.rpm 5c789f3439bae909ee24ddd46059c81695b72335 x86_64/httpd-devel-2.2.4-1.fc6.x86_64.rpm 2dfc86e8b624ac2351836187b0e4ff03aa0efb4c x86_64/httpd-manual-2.2.4-1.fc6.x86_64.rpm e0464e27429d5ddc7bf081572a2b443d8c5d0a02 x86_64/httpd-2.2.4-1.fc6.x86_64.rpm d5e890c5451da58e99f27d2c146cfcb3a84a602e i386/debug/httpd-debuginfo-2.2.4-1.fc6.i386.rpm 71f8a247fd6340a65d00475398ee92886912a9cc i386/httpd-manual-2.2.4-1.fc6.i386.rpm 26fd3cdff2acb9510cf95c4df783a359cdca93e9 i386/httpd-devel-2.2.4-1.fc6.i386.rpm 6bea330f0dcff293f0afaa1bd3e711e2436ece44 i386/mod_ssl-2.2.4-1.fc6.i386.rpm 4572b77d5df55cfb82dd4b30cd81d552715f8fd1 i386/httpd-2.2.4-1.fc6.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From wwoods at redhat.com Wed Apr 18 22:58:06 2007 From: wwoods at redhat.com (Will Woods) Date: Wed, 18 Apr 2007 18:58:06 -0400 Subject: anaconda dhcp ip and extra repositories setup doesn't work In-Reply-To: <561c252c0704180208t54795c1em22c8030b11774d8b@mail.gmail.com> References: <561c252c0704180208t54795c1em22c8030b11774d8b@mail.gmail.com> Message-ID: <1176937086.5178.165.camel@metroid.rdu.redhat.com> On Wed, 2007-04-18 at 11:08 +0200, Gianluca Cecchi wrote: > Ok, opened bug 236884 > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=236884 FWIW, this seems to work fine (using current rawhide) when I try it on a non-virtual x86_64 machine. -w -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From buildsys at redhat.com Thu Apr 19 09:38:41 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Thu, 19 Apr 2007 05:38:41 -0400 Subject: rawhide report: 20070419 changes Message-ID: <200704190938.l3J9cfuE018723@hs20-bc2-6.build.redhat.com> Updated Packages: PyXML-0.8.4-6 ------------- * Wed Apr 18 2007 Jeremy Katz - 0.8.4-6 - rebuild so that things aren't statically linked with libpython booty-0.84-1 ------------ * Wed Apr 18 2007 Peter Jones - 0.84-1 - Fix mkofboot setup on non-pmac, non-pseries ppc machines (#236513) hal-0.5.9-5.fc7 --------------- * Wed Apr 18 2007 Kristian H??gsberg - 0.5.9-5 - Update firewire prober to use correct ioctl codes. kernel-2.6.20-1.3091.fc7 ------------------------ * Wed Apr 18 2007 Dave Jones - Bump mkinitrd require: to 6.0.9-1 for scsi_wait_scan fixes. * Wed Apr 18 2007 Dave Jones - Allow overriding module parameters from kernel command_line * Wed Apr 18 2007 Dave Jones - 2.6.21-rc7-git2 libraw1394-1.2.1-7.fc7 ---------------------- * Wed Apr 18 2007 Kristian H??gsberg - 1.2.1-7 - Update firewire-cdev.h again to get the iso context create ioctl changes. - Bump kernel requires accordingly. * Tue Apr 17 2007 Kristian H??gsberg - 1.2.1-6 - Update to latest ioctl changes. policycoreutils-2.0.9-7.fc7 --------------------------- * Wed Apr 18 2007 Dan Walsh 2.0.9-7 - Fix restorecon crash * Wed Apr 18 2007 Dan Walsh 2.0.9-6 - Change polgengui to a druid pyspi-0.6.1-3.fc7 ----------------- * Wed Apr 18 2007 Jeremy Katz - 0.6.1-3 - rebuild to get rid of static libpython linkage python-numeric-24.2-4.fc7 ------------------------- * Wed Apr 18 2007 Jeremy Katz - 24.2-4 - rebuild so that we're not statically linking libpython rhgb-0.17.6-1.fc7 ----------------- * Wed Apr 18 2007 Matthias Clasen - 0.17.6-1 - Fix two swapped highlight colors rhpl-0.204-1 ------------ * Wed Apr 18 2007 Chris Lumens - 0.204-1 - Fix PS3 platform detection (#236507). rhythmbox-0.10.0-5.fc7 ---------------------- * Wed Apr 18 2007 - Bastien Nocera - 0.10.0-5.fc7 - Set the first time flag on startup, otherwise the iRadio's initial playlist is never loaded (Gnoem BZ #431167) rpcbind-0.1.4-5.fc7 ------------------- * Wed Apr 18 2007 Steve Dickson 0.1.4-5 - Added dependency on setup which contains the correct rpcbind /etc/service entry which in turns stops rpcbind from haning when NIS is enabled. (bz 236865) setup-2.6.4-1.fc7 ----------------- * Wed Apr 18 2007 Phil Knirsch 2.6.4-1 - Modified the 111/[tcp/udp] entries to work with rpcbind (#236639) * Mon Mar 12 2007 Phil Knirsch 2.6.3-1 - Changed winbind_auth to wbpriv by request of the samba maintainer * Tue Dec 12 2006 Phil Knirsch 2.6.2-1.fc7 - Updated uidgid for split of pcap into arpwatcher and tcpdump. yum-3.1.6-2.fc7 --------------- * Wed Apr 18 2007 Jeremy Katz - 3.1.6-2 - fix install with patterns (#236950) - fix multiple repos in anaconda (#231543) Broken deps for i386 ---------------------------------------------------------- anaconda-runtime - 11.2.0.51-1.i386 requires mkisofs dvd+rw-tools - 7.0-3.fc7.i386 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.i386 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.i386 requires cdrecord k3b - 1.0-1.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs xcdroast - 0.98a15-13.i386 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.i386 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.i386 requires mkisofs >= 0:2.0 Broken deps for ppc64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.51-1.ppc64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ppc64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ppc64 requires mkisofs k3b - 1.0-1.fc7.ppc64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires cdrecord xcdroast - 0.98a15-13.ppc64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires mkisofs >= 0:2.0 Broken deps for ppc ---------------------------------------------------------- anaconda-runtime - 11.2.0.51-1.ppc requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ppc requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ppc requires mkisofs k3b - 1.0-1.fc7.ppc requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc requires cdrecord xcdroast - 0.98a15-13.ppc requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc requires mkisofs >= 0:2.0 xcdroast - 0.98a15-13.ppc requires cdrecord >= 0:2.0 Broken deps for x86_64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.51-1.x86_64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.x86_64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.x86_64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.x86_64 requires mkisofs k3b - 1.0-1.fc7.x86_64 requires cdrecord k3b - 1.0-1.fc7.i386 requires mkisofs k3b - 1.0-1.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord xcdroast - 0.98a15-13.x86_64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires mkisofs >= 0:2.0 Broken deps for ia64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.51-1.ia64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ia64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ia64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ia64 requires mkisofs k3b - 1.0-1.fc7.ia64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires cdrecord xcdroast - 0.98a15-13.ia64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires mkisofs >= 0:2.0 From olivares14031 at yahoo.com Thu Apr 19 13:06:36 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Thu, 19 Apr 2007 06:06:36 -0700 (PDT) Subject: kernel-2.6.20-1.3091.fc7 fails to load. only 3084 is working. Message-ID: <463828.6386.qm@web52610.mail.re2.yahoo.com> kernel-2.6.20-1.3091.fc7 ------------------------ * Wed Apr 18 2007 Dave Jones - Bump mkinitrd require: to 6.0.9-1 for scsi_wait_scan fixes. * Wed Apr 18 2007 Dave Jones - Allow overriding module parameters from kernel command_line * Wed Apr 18 2007 Dave Jones - 2.6.21-rc7-git2 when booting there is a stack error or something like that EIP is at parse_args+0x118/0x223 eax: 00000000 ebx: 00000001 exc: f0866esde ......... Will try again and see if it boots. Regards, Antonio __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From dtimms at iinet.net.au Thu Apr 19 13:33:08 2007 From: dtimms at iinet.net.au (David Timms) Date: Thu, 19 Apr 2007 23:33:08 +1000 Subject: kernel-2.6.20-1.3091.fc7 fails to load. only 3084 is working. In-Reply-To: <463828.6386.qm@web52610.mail.re2.yahoo.com> References: <463828.6386.qm@web52610.mail.re2.yahoo.com> Message-ID: <46276F94.20006@iinet.net.au> Antonio Olivares wrote: > kernel-2.6.20-1.3091.fc7 > ------------------------ > * Wed Apr 18 2007 Dave Jones > - Bump mkinitrd require: to 6.0.9-1 for scsi_wait_scan fixes. > > * Wed Apr 18 2007 Dave Jones > - Allow overriding module parameters from kernel command_line > > * Wed Apr 18 2007 Dave Jones > - 2.6.21-rc7-git2 > > > when booting there is a stack error or something like that > > EIP is at parse_args+0x118/0x223 > eax: 00000000 ebx: 00000001 exc: f0866esde > > ......... > > Will try again and see if it boots. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=237098 installer: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=237092 DavidT. From katzj at redhat.com Thu Apr 19 13:38:40 2007 From: katzj at redhat.com (Jeremy Katz) Date: Thu, 19 Apr 2007 09:38:40 -0400 Subject: kernel-2.6.20-1.3091.fc7 fails to load. only 3084 is working. In-Reply-To: <46276F94.20006@iinet.net.au> References: <463828.6386.qm@web52610.mail.re2.yahoo.com> <46276F94.20006@iinet.net.au> Message-ID: <1176989920.3767.5.camel@aglarond.local> On Thu, 2007-04-19 at 23:33 +1000, David Timms wrote: > Antonio Olivares wrote: > > kernel-2.6.20-1.3091.fc7 [snip] > > when booting there is a stack error or something like that > > > > EIP is at parse_args+0x118/0x223 > > eax: 00000000 ebx: 00000001 exc: f0866esde > > ......... > > > > Will try again and see if it boots. > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=237098 And davej is on the case of fixing it... go davej, go! :-) Jeremy From rwarsow at online.de Thu Apr 19 13:50:02 2007 From: rwarsow at online.de (rwarsow) Date: Thu, 19 Apr 2007 15:50:02 +0200 Subject: kernel-2.6.20-1.3091.fc7 fails to load. only 3084 is working. In-Reply-To: <1176989920.3767.5.camel@aglarond.local> References: <463828.6386.qm@web52610.mail.re2.yahoo.com> <46276F94.20006@iinet.net.au> <1176989920.3767.5.camel@aglarond.local> Message-ID: <4627738A.6040103@online.de> Jeremy Katz wrote: > On Thu, 2007-04-19 at 23:33 +1000, David Timms wrote: > >> Antonio Olivares wrote: >> >>> kernel-2.6.20-1.3091.fc7 >>> > [snip] > >>> when booting there is a stack error or something like that >>> >>> EIP is at parse_args+0x118/0x223 >>> eax: 00000000 ebx: 00000001 exc: f0866esde >>> ......... >>> >>> Will try again and see if it boots. >>> >> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=237098 >> > > 'attached a photo to that bz. > And davej is on the case of fixing it... go davej, go! :-) > > Jeremy > > From katzj at redhat.com Thu Apr 19 14:01:19 2007 From: katzj at redhat.com (Jeremy Katz) Date: Thu, 19 Apr 2007 10:01:19 -0400 Subject: rawhide report: 20070419 changes In-Reply-To: <1176990847.3877.16.camel@zod.rchland.ibm.com> References: <200704190938.l3J9cfuE018723@hs20-bc2-6.build.redhat.com> <1176990847.3877.16.camel@zod.rchland.ibm.com> Message-ID: <1176991279.3767.17.camel@aglarond.local> On Thu, 2007-04-19 at 08:54 -0500, Josh Boyer wrote: > On Thu, 2007-04-19 at 05:38 -0400, buildsys at redhat.com wrote: > > kernel-2.6.20-1.3091.fc7 > > ------------------------ > > FYI this kernel goes Boom on boot. The problem is bugzilla'd and is > being worked around for now. And I just kicked off a new rawhide compose with the previous kernel. Jeremy From rwarsow at online.de Thu Apr 19 14:22:19 2007 From: rwarsow at online.de (Ronald Warsow) Date: Thu, 19 Apr 2007 16:22:19 +0200 Subject: rawhide report: 20070419 changes In-Reply-To: <1176991279.3767.17.camel@aglarond.local> References: <200704190938.l3J9cfuE018723@hs20-bc2-6.build.redhat.com> <1176990847.3877.16.camel@zod.rchland.ibm.com> <1176991279.3767.17.camel@aglarond.local> Message-ID: <46277B1B.5070207@online.de> Jeremy Katz wrote: > On Thu, 2007-04-19 at 08:54 -0500, Josh Boyer wrote: > >> On Thu, 2007-04-19 at 05:38 -0400, buildsys at redhat.com wrote: >> >>> kernel-2.6.20-1.3091.fc7 >>> ------------------------ >>> >> FYI this kernel goes Boom on boot. The problem is bugzilla'd and is >> being worked around for now. >> > > And I just kicked off a new rawhide compose with the previous kernel. > > Jeremy > > are able/authorized to put this kernel offline, too ? -- ronald From buildsys at redhat.com Thu Apr 19 15:36:12 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Thu, 19 Apr 2007 11:36:12 -0400 Subject: rawhide report: 20070419 changes Message-ID: <200704191536.l3JFaCvb020869@hs20-bc2-6.build.redhat.com> Updated Packages: anaconda-11.2.0.52-1 -------------------- * Wed Apr 18 2007 Jeremy Katz - 11.2.0.52-1 - More PS3 fixes (dwmw2, #236480, #236508) - Fix broadcast calculation (dcantrell, #236266) - Allow anaconda to install debuginfo (#236033) - Fixes for installs from live image running off of USB key - Don't nuke locale-archive (clumens, #236978) - Fix rescue image default (clumens, #236453) - Try to be smarter about resolution for 480i ps3 (#236510) kernel-2.6.20-1.3088.fc7 ------------------------ * Wed Apr 18 2007 John W. Linville - Update fix for bcm43xx-mac80211 oops on ppc w/ phy rev 1 * Wed Apr 18 2007 Kristian H??gsberg - Add missing _IOC_WRITE for create iso context ioctl code. * Wed Apr 18 2007 Jeremy Katz - add fix for kvm with non-PAE kernels - another firewire fix (krh) scim-1.4.5-15.fc7 ----------------- * Wed Apr 18 2007 Warren Togami - 1.4.5-15 - revert previous change made in #235435 due to a more complete solution in #236974. SCIM will no longer start by default on non-Asian locales. Non-Asian desktop users can choose to enable scim explicitly with im-chooser. * Tue Apr 17 2007 Jens Petersen - 1.4.5-14 - update initial-locale-hotkey-186861.patch to really turn off the Ctrl-Space hotkey by default for non-Asian users (#235435) * Wed Apr 11 2007 Jens Petersen - 1.4.5-13 - do not set a hotkey by default for non-Asian users (#235435) - move the scim system config file from scim-system-default-config.patch into a source file scim-system-config Broken deps for i386 ---------------------------------------------------------- anaconda-runtime - 11.2.0.52-1.i386 requires mkisofs dvd+rw-tools - 7.0-3.fc7.i386 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.i386 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.i386 requires cdrecord k3b - 1.0-1.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs xcdroast - 0.98a15-13.i386 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.i386 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.i386 requires mkisofs >= 0:2.0 Broken deps for ia64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.52-1.ia64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ia64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ia64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ia64 requires mkisofs k3b - 1.0-1.fc7.ia64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires cdrecord xcdroast - 0.98a15-13.ia64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires mkisofs >= 0:2.0 Broken deps for ppc64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.52-1.ppc64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ppc64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ppc64 requires mkisofs k3b - 1.0-1.fc7.ppc64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires cdrecord xcdroast - 0.98a15-13.ppc64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires mkisofs >= 0:2.0 Broken deps for x86_64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.52-1.x86_64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.x86_64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.x86_64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.x86_64 requires mkisofs k3b - 1.0-1.fc7.x86_64 requires cdrecord k3b - 1.0-1.fc7.i386 requires mkisofs k3b - 1.0-1.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord xcdroast - 0.98a15-13.x86_64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires mkisofs >= 0:2.0 Broken deps for ppc ---------------------------------------------------------- anaconda-runtime - 11.2.0.52-1.ppc requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ppc requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ppc requires mkisofs k3b - 1.0-1.fc7.ppc requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc requires cdrecord xcdroast - 0.98a15-13.ppc requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc requires mkisofs >= 0:2.0 xcdroast - 0.98a15-13.ppc requires cdrecord >= 0:2.0 From katzj at redhat.com Thu Apr 19 15:37:52 2007 From: katzj at redhat.com (Jeremy Katz) Date: Thu, 19 Apr 2007 11:37:52 -0400 Subject: rawhide report: 20070419 changes In-Reply-To: <1176991279.3767.17.camel@aglarond.local> References: <200704190938.l3J9cfuE018723@hs20-bc2-6.build.redhat.com> <1176990847.3877.16.camel@zod.rchland.ibm.com> <1176991279.3767.17.camel@aglarond.local> Message-ID: <1176997072.3767.19.camel@aglarond.local> On Thu, 2007-04-19 at 10:01 -0400, Jeremy Katz wrote: > On Thu, 2007-04-19 at 08:54 -0500, Josh Boyer wrote: > > On Thu, 2007-04-19 at 05:38 -0400, buildsys at redhat.com wrote: > > > kernel-2.6.20-1.3091.fc7 > > > ------------------------ > > > > FYI this kernel goes Boom on boot. The problem is bugzilla'd and is > > being worked around for now. > > And I just kicked off a new rawhide compose with the previous kernel. And it should be on its way to the mirrors now. Jeremy From davej at redhat.com Thu Apr 19 15:55:02 2007 From: davej at redhat.com (Dave Jones) Date: Thu, 19 Apr 2007 11:55:02 -0400 Subject: kernel-2.6.20-1.3091.fc7 fails to load. only 3084 is working. In-Reply-To: <1176989920.3767.5.camel@aglarond.local> References: <463828.6386.qm@web52610.mail.re2.yahoo.com> <46276F94.20006@iinet.net.au> <1176989920.3767.5.camel@aglarond.local> Message-ID: <20070419155502.GA16001@redhat.com> On Thu, Apr 19, 2007 at 09:38:40AM -0400, Jeremy Katz wrote: > On Thu, 2007-04-19 at 23:33 +1000, David Timms wrote: > > Antonio Olivares wrote: > > > kernel-2.6.20-1.3091.fc7 > [snip] > > > when booting there is a stack error or something like that > > > > > > EIP is at parse_args+0x118/0x223 > > > eax: 00000000 ebx: 00000001 exc: f0866esde > > > ......... > > > > > > Will try again and see if it boots. > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=237098 > > And davej is on the case of fixing it... go davej, go! :-) Dropped the bogus patch for now. Building 3094 now. Dave -- http://www.codemonkey.org.uk From davej at redhat.com Thu Apr 19 15:58:05 2007 From: davej at redhat.com (Dave Jones) Date: Thu, 19 Apr 2007 11:58:05 -0400 Subject: Kernel 2.6 cpufreq-module for nForce2 based mainboards - issues In-Reply-To: References: Message-ID: <20070419155805.GB16001@redhat.com> On Wed, Apr 18, 2007 at 02:12:37PM +0300, Filip Tsachev wrote: > >From developer web site @http://www.hasw.net/linux/ : > > "cpufreq-nforce2: Kernel 2.6 cpufreq-module for nForce2 based mainboards > Current version: Included in Kernel 2.6. " > > It's stated that the module is included but what is the problem with > FC7t3 and other recent releases? > > Before I could easily just make and make install cpufreq-nforce2 > module, now it does build but it can't be inserted with modprobe. > > Anyone having cpufreq working with nforce2 on recent fedora kernel's? > > Do I have to rebuild my kernel with this module enabled for this to > work instead of trying to add the module? > > It's a pity it's not included in fedora kernels. It works great and > saves the trees ;) It may work fine for you, but sadly this isn't the case across the board. The problem is that we don't have register level documentation for nvidia chipsets (same story as their graphic cards), so we've no real idea what we're doing, and the driver as it stands today is entirely reverse engineered. Given there have been upstream reports of instability with it loaded, I chose not to enable it in the Fedora kernel to avoid seeing undebuggable scenarios. Dave -- http://www.codemonkey.org.uk From abaumhau at neo.rr.com Thu Apr 19 16:53:43 2007 From: abaumhau at neo.rr.com (Andy Baumhauer) Date: Thu, 19 Apr 2007 12:53:43 -0400 Subject: Pidgin 2.0 crash Message-ID: <46279E97.9070104@neo.rr.com> Pidgin SIGSEGV in _gst_parse_yylex. I've opened a ticket with the pidgin folks (#210) with a stack trace. To reproduce the problem, just connect to irc.freenode.net and it will crash when opening the NicServ window. Installed packages: fedora-release-6.92-1 pidgin-2.0.0-0.34.beta7devel.fc7 libpurple-2.0.0-0.34.beta7devel.fc7 gstreamer-tools-0.10.12-1.fc7 gstreamer-plugins-farsight-0.12.0-1.fc7 gstreamer-0.10.12-1.fc7 gstreamer-plugins-base-0.10.12-2.fc7 gstreamer-plugins-good-0.10.5-5.fc7 gstreamer-plugins-pulse-0.9.4-4.fc7 gstreamer-plugins-base-0.10.12-2.fc7 Here is a backtrace: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1105209664 (LWP 25071)] 0x0000003bd267ad0c in _gst_parse_yylex () from /usr/lib64/libgstreamer-0.10.so.0 (gdb) bt full #0 0x0000003bd267ad0c in _gst_parse_yylex () from /usr/lib64/libgstreamer-0.10.so.0 No symbol table info available. #1 0x0000003bd267cee2 in _gst_parse__yyparse () from /usr/lib64/libgstreamer-0.10.so.0 No symbol table info available. #2 0x0000003bd267f2de in _gst_parse_launch () from /usr/lib64/libgstreamer-0.10.so.0 No symbol table info available. #3 0x0000003bd26665c8 in gst_parse_bin_from_description () from /usr/lib64/libgstreamer-0.10.so.0 No symbol table info available. #4 0x00002aaabbc1f430 in g_source_remove () from /usr/lib64/gstreamer-0.10/libgstgconfelements.so No symbol table info available. #5 0x00002aaabbc1f668 in g_source_remove () from /usr/lib64/gstreamer-0.10/libgstgconfelements.so No symbol table info available. #6 0x00002aaabbc1cd9c in g_source_remove () from /usr/lib64/gstreamer-0.10/libgstgconfelements.so No symbol table info available. #7 0x00002aaabbc1d22a in g_source_remove () from /usr/lib64/gstreamer-0.10/libgstgconfelements.so No symbol table info available. #8 0x0000003bd26356d7 in g_source_remove () from /usr/lib64/libgstreamer-0.10.so.0 No symbol table info available. #9 0x0000003bd263830b in g_source_remove () from /usr/lib64/libgstreamer-0.10.so.0 No symbol table info available. #10 0x0000003bd262a57f in g_source_remove () from /usr/lib64/libgstreamer-0.10.so.0 No symbol table info available. #11 0x0000003bd26356d7 in g_source_remove () from /usr/lib64/libgstreamer-0.10.so.0 No symbol table info available. #12 0x0000003bd263830b in g_source_remove () from /usr/lib64/libgstreamer-0.10.so.0 No symbol table info available. #13 0x00002aaabc27394a in g_source_remove () from /usr/lib64/gstreamer-0.10/libgstplaybin.so No symbol table info available. #14 0x00002aaabc274aca in g_source_remove () from /usr/lib64/gstreamer-0.10/libgstplaybin.so No symbol table info available. #15 0x00002aaabc279d78 in g_source_remove () from /usr/lib64/gstreamer-0.10/libgstplaybin.so No symbol table info available. #16 0x0000003bc5c0af19 in g_closure_invoke () from /lib64/libgobject-2.0.so.0 No symbol table info available. #17 0x0000003bc5c1a788 in g_source_remove () from /lib64/libgobject-2.0.so.0 No symbol table info available. #18 0x0000003bc5c1bbd4 in g_signal_emit_valist () from /lib64/libgobject-2.0.so.0 No symbol table info available. #19 0x0000003bc5c1bda3 in g_signal_emit () from /lib64/libgobject-2.0.so.0 No symbol table info available. #20 0x0000003bc5c0af19 in g_closure_invoke () from /lib64/libgobject-2.0.so.0 No symbol table info available. #21 0x0000003bc5c1a788 in g_source_remove () from /lib64/libgobject-2.0.so.0 No symbol table info available. #22 0x0000003bc5c1bbd4 in g_signal_emit_valist () from /lib64/libgobject-2.0.so.0 No symbol table info available. #23 0x0000003bc5c1bda3 in g_signal_emit () from /lib64/libgobject-2.0.so.0 No symbol table info available. #24 0x00002aaabcaac382 in g_source_remove () from /usr/lib64/gstreamer-0.10/libgstwavparse.so No symbol table info available. #25 0x00002aaabcaac9f4 in g_source_remove () from /usr/lib64/gstreamer-0.10/libgstwavparse.so No symbol table info available. #26 0x00002aaabcaad2e3 in g_source_remove () from /usr/lib64/gstreamer-0.10/libgstwavparse.so No symbol table info available. #27 0x0000003bd2662a4d in g_source_remove () from /usr/lib64/libgstreamer-0.10.so.0 No symbol table info available. #28 0x0000003bc344ad49 in g_source_remove () from /lib64/libglib-2.0.so.0 No symbol table info available. #29 0x0000003bc34493a4 in g_source_remove () from /lib64/libglib-2.0.so.0 No symbol table info available. #30 0x0000003bc1c061b5 in start_thread () from /lib64/libpthread.so.0 No symbol table info available. #31 0x0000003bc0ccfdcd in clone () from /lib64/libc.so.6 No symbol table info available. Has anyone else seen this problem? Andrew B From abaumhau at neo.rr.com Thu Apr 19 16:58:55 2007 From: abaumhau at neo.rr.com (Andy Baumhauer) Date: Thu, 19 Apr 2007 12:58:55 -0400 Subject: gnome-panel hang Message-ID: <46279FCF.6000804@neo.rr.com> During the updates on 4/18/07, when I logged back into Gnome, the gnome-panel hangs. The "Updates" balloon appears at the top far left, instead of on the updater icon on the top right. I had added hwsensors on the top toolbar, and these weren't appearing (using acpi and lmsensors). The toolbar was completely unresponsive. Icons on the desktop would open, but many programs would hang on start (gnome-terminal) and a blank popup would appear. I was unable to confirm which applet was hanging the panel. I ended up fixing the problem my removing .gnome, .gnome2, and .gconf (probably overkill). Andrew B From romal at gmx.de Thu Apr 19 19:43:10 2007 From: romal at gmx.de (Robert M. Albrecht) Date: Thu, 19 Apr 2007 21:43:10 +0200 Subject: F7T3 Live CD Message-ID: <4627C64E.7010806@gmx.de> Hi, I tried the livecd on a system with 384 MB of ram. Booting from cd works, using the from-ram-option does produce a kernel panic. "Can`t sync to disc". I understand, that this system is low of memory. Could the system inform the user, "this option does not work on your system, because of low memory?". I think, this would enhance user-experience with Fedoras LiveCD. Should I file a Bugzilla ? Against Anaconda ? cu romal From pribyl at lowlevel.cz Thu Apr 19 20:00:27 2007 From: pribyl at lowlevel.cz (Adam Pribyl) Date: Thu, 19 Apr 2007 22:00:27 +0200 (CEST) Subject: F7T3 Live CD In-Reply-To: <4627C64E.7010806@gmx.de> References: <4627C64E.7010806@gmx.de> Message-ID: On Thu, 19 Apr 2007, Robert M. Albrecht wrote: > I understand, that this system is low of memory. Could the system inform > the user, "this option does not work on your system, because of low > memory?". Rawhide has in first menu note that you need 1GB+ RAM. I thing this is sufficient. > > I think, this would enhance user-experience with Fedoras LiveCD. > > Should I file a Bugzilla ? Against Anaconda ? > > cu romal > Adam Pribyl From pribyl at lowlevel.cz Thu Apr 19 20:14:29 2007 From: pribyl at lowlevel.cz (Adam Pribyl) Date: Thu, 19 Apr 2007 22:14:29 +0200 (CEST) Subject: Rawhide LiveCD Message-ID: Several experiences with latest (?) rawhide Live CD. 1. It boots awfully long. At least compared to any other Live CD. I think disabling both readaheads and maybe other not needed services for Live CD would be good option as CD/DVD are slow seeking and loading a lot of small files just because the maybe sometimes used cost lot of time. 2. I tried it on several computers. Very often I hit various errors after login and before GNOME was completely loaded. It's note very well reproducable but I remember something about sound, gnome-panel crash etc. 3. On one system I have two ethernet cards. Even though both were detected only eth1 was active after boot finished. eth0 was not configured at all. Adam Pribyl From david at lovesunix.net Thu Apr 19 21:43:25 2007 From: david at lovesunix.net (David Nielsen) Date: Thu, 19 Apr 2007 23:43:25 +0200 Subject: Pidgin 2.0 crash In-Reply-To: <46279E97.9070104@neo.rr.com> References: <46279E97.9070104@neo.rr.com> Message-ID: <1177019005.5864.2.camel@dawkins.stavtrup-st.dk> tor, 19 04 2007 kl. 12:53 -0400, skrev Andy Baumhauer: > Pidgin SIGSEGV in _gst_parse_yylex. I've opened a ticket with the > pidgin folks (#210) with a stack trace. To reproduce the problem, just > connect to irc.freenode.net and it will crash when opening the NicServ > window. > > Installed packages: > fedora-release-6.92-1 > pidgin-2.0.0-0.34.beta7devel.fc7 > libpurple-2.0.0-0.34.beta7devel.fc7 > gstreamer-tools-0.10.12-1.fc7 > gstreamer-plugins-farsight-0.12.0-1.fc7 > gstreamer-0.10.12-1.fc7 > gstreamer-plugins-base-0.10.12-2.fc7 > gstreamer-plugins-good-0.10.5-5.fc7 > gstreamer-plugins-pulse-0.9.4-4.fc7 > gstreamer-plugins-base-0.10.12-2.fc7 > > Here is a backtrace: That backstace needs debug symbols, the good Peter Gordon just so happen to have been extremely helpful with that: http://thecodergeek.com/blog/2007/04/18/getting-useful-backtraces - David From gianluca.cecchi at gmail.com Thu Apr 19 22:06:56 2007 From: gianluca.cecchi at gmail.com (Gianluca Cecchi) Date: Fri, 20 Apr 2007 00:06:56 +0200 Subject: guidelines to install f7 from hard disk? Message-ID: <561c252c0704191506m244d267bo60f242323b73c24f@mail.gmail.com> Hello, I rsynced a x86_64 f7 tree and created a dvd iso image from it. Can I use this iso to install with hard disk method? Or do I need the set of multiple CDs? I can correctly boot from usb key (created using the diskboot.img from the tree itself), and choose to install/upgrade and select partition and directory. It says it cannot find #1 CD... switching to console shows the partition mounted under /tmp/isodir Do I have to rename the DVD iso image to anything particular? Another thing: suppose I have fc6 x86_64 installed and want to upgrade it, can I have the iso image on the same fc6 / partition or does it have to be on a different partition from the ones target of my installation / upgrade? Thanks for any hint or link to explanation of how the hard disk method is expected to work. Gianluca From paul at all-the-johnsons.co.uk Thu Apr 19 22:34:08 2007 From: paul at all-the-johnsons.co.uk (Paul) Date: Thu, 19 Apr 2007 23:34:08 +0100 Subject: Writing a screensaver in C# Message-ID: <1177022048.3186.28.camel@T7.Linux> Hi, It's pretty simple to write a screensaver for Win32 in C# (intercept a mouse and keyboard event and a few other bits, then rename the .exe to .scr). Does anyone know if it's as simple to write a screensaver in C# for either Gnome or KDE desktops? TTFN Paul -- Sie k?nnen mich aufreizen und wirklich hei? machen! -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From sertac.liste at gmail.com Thu Apr 19 23:01:32 2007 From: sertac.liste at gmail.com (=?utf-8?B?U2VydGHDpyDDli4gWcSxbGTEsXo=?=) Date: Fri, 20 Apr 2007 02:01:32 +0300 Subject: gnome-panel hang In-Reply-To: <46279FCF.6000804@neo.rr.com> References: <46279FCF.6000804@neo.rr.com> Message-ID: <20070419230131.GA5021@kerouac> [19.Nis.07 12:58 -0400] Andy Baumhauer: > During the updates on 4/18/07, when I logged back into Gnome, the > gnome-panel hangs. The "Updates" balloon appears at the top far left, > instead of on the updater icon on the top right. I had added hwsensors on > the top toolbar, and these weren't appearing (using acpi and lmsensors). > The toolbar was completely unresponsive. Icons on the desktop would open, > but many programs would hang on start (gnome-terminal) and a blank popup > would appear. Almost the same happens here, too. And occasionally it?s more like a session hang. Sometimes right clicking on desktop responds, sometimes not. > I was unable to confirm which applet was hanging the panel. I ended > up fixing the problem my removing .gnome, .gnome2, and .gconf > (probably overkill). I suspect this is about system sounds. Killing esd ?unhangs? gnome here. Maybe by removing .gconf you just unset /desktop/gnome/sound/enable_esd? -- ~serta? From olivares14031 at yahoo.com Thu Apr 19 23:24:14 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Thu, 19 Apr 2007 16:24:14 -0700 (PDT) Subject: SELinux is preventing /usr/sbin/semodule (semanage_t) "getattr" to / (security_t). Message-ID: <222679.2941.qm@web52606.mail.re2.yahoo.com> Dear list(s), currently running Rawhide and setroubleshoot browser fires up with a denial Summary SELinux is preventing /usr/sbin/semodule (semanage_t) "getattr" to / (security_t). Detailed Description SELinux denied access requested by /usr/sbin/semodule. It is not expected that this access is required by /usr/sbin/semodule and this access may signal an intrusion attempt. It is also possible that the specific version or configuration of the application is causing it to require additional access. Allowing Access You can generate a local policy module to allow this access - see http://fedora.redhat.com/docs/selinux-faq-fc5/#id2961385 Or you can disable SELinux protection altogether. Disabling SELinux protection is not recommended. Please file a http://bugzilla.redhat.com/bugzilla/enter_bug.cgi against this package. Additional Information Source Context user_u:system_r:semanage_t Target Context system_u:object_r:security_t Target Objects / [ filesystem ] Affected RPM Packages policycoreutils-2.0.2-3.fc7 [application]filesystem-2.4.2-1.fc7 [target] Policy RPM selinux-policy-2.5.4-1.fc7 Selinux Enabled True Policy Type targeted MLS Enabled True Enforcing Mode Enforcing Plugin Name plugins.catchall Host Name localhost Platform Linux localhost 2.6.20-1.2949.fc7 #1 SMP Mon Feb 26 18:37:35 EST 2007 i686 athlon Alert Count 1 First Seen Wed 04 Apr 2007 06:46:19 AM CDT Last Seen Wed 04 Apr 2007 06:46:19 AM CDT Local ID 32e2ac76-301c-4f3f-b971-e8b7da4fff73 Line Numbers Raw Audit Messages avc: denied { getattr } for comm="semodule" dev=selinuxfs egid=0 euid=0 exe="/usr/sbin/semodule" exit=-13 fsgid=0 fsuid=0 gid=0 items=0 name="/" pid=8883 scontext=user_u:system_r:semanage_t:s0 sgid=0 subj=user_u:system_r:semanage_t:s0 suid=0 tclass=filesystem tcontext=system_u:object_r:security_t:s0 tty=pts1 uid=0 Summary SELinux is preventing /usr/sbin/useradd (useradd_t) "read write" to faillog (var_log_t). Detailed Description SELinux denied access requested by /usr/sbin/useradd. It is not expected that this access is required by /usr/sbin/useradd and this access may signal an intrusion attempt. It is also possible that the specific version or configuration of the application is causing it to require additional access. Allowing Access Sometimes labeling problems can cause SELinux denials. You could try to restore the default system file context for faillog, restorecon -v faillog If this does not work, there is currently no automatic way to allow this access. Instead, you can generate a local policy module to allow this access - see http://fedora.redhat.com/docs/selinux-faq-fc5/#id2961385 Or you can disable SELinux protection altogether. Disabling SELinux protection is not recommended. Please file a http://bugzilla.redhat.com/bugzilla/enter_bug.cgi against this package. Additional Information Source Context user_u:system_r:useradd_t Target Context system_u:object_r:var_log_t Target Objects faillog [ file ] Affected RPM Packages shadow-utils-4.0.18.1-13.fc7 [application] Policy RPM selinux-policy-2.5.12-5.fc7 Selinux Enabled True Policy Type targeted MLS Enabled True Enforcing Mode Enforcing Plugin Name plugins.catchall_file Host Name localhost Platform Linux localhost 2.6.20-1.3088.fc7 #1 SMP Wed Apr 18 15:12:44 EDT 2007 i686 athlon Alert Count 1 First Seen Thu 19 Apr 2007 06:19:42 PM CDT Last Seen Thu 19 Apr 2007 06:19:42 PM CDT Local ID 2eacf14b-bf35-4d12-bb8e-13e35aeaaf6a Line Numbers Raw Audit Messages avc: denied { read, write } for comm="useradd" dev=dm-0 egid=0 euid=0 exe="/usr/sbin/useradd" exit=-13 fsgid=0 fsuid=0 gid=0 items=0 name="faillog" pid=3370 scontext=user_u:system_r:useradd_t:s0 sgid=0 subj=user_u:system_r:useradd_t:s0 suid=0 tclass=file tcontext=system_u:object_r:var_log_t:s0 tty=pts0 uid=0 Thanks for any help/suggestions on this. Regards, Antonio __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From sgrubb at redhat.com Fri Apr 20 00:00:46 2007 From: sgrubb at redhat.com (Steve Grubb) Date: Thu, 19 Apr 2007 20:00:46 -0400 Subject: SELinux is preventing /usr/sbin/semodule (semanage_t) "getattr" to / (security_t). In-Reply-To: <222679.2941.qm@web52606.mail.re2.yahoo.com> References: <222679.2941.qm@web52606.mail.re2.yahoo.com> Message-ID: <200704192000.46796.sgrubb@redhat.com> On Thursday 19 April 2007 19:24:14 Antonio Olivares wrote: > Summary > SELinux is preventing /usr/sbin/useradd > (useradd_t) "read write" to faillog > (var_log_t). > Allowing Access > Sometimes labeling problems can cause SELinux > denials. You could try to > restore the default system file context for > faillog, restorecon -v faillog So did you try the suggested fix? Looks correct to me. -Steve From rodd at clarkson.id.au Fri Apr 20 03:49:30 2007 From: rodd at clarkson.id.au (Rodd Clarkson) Date: Fri, 20 Apr 2007 13:49:30 +1000 Subject: inserting an SD card into the reader sees it mounted as root.root Message-ID: <1177040970.3794.2.camel@localhost.localdomain> Anyone else seeing this? This is on a current rawhide install. R. -- "It's a fine line between denial and faith. It's much better on my side" From rodd at clarkson.id.au Fri Apr 20 03:51:09 2007 From: rodd at clarkson.id.au (Rodd Clarkson) Date: Fri, 20 Apr 2007 13:51:09 +1000 Subject: inserting an SD card into the reader sees it mounted as root.root In-Reply-To: <1177040970.3794.2.camel@localhost.localdomain> References: <1177040970.3794.2.camel@localhost.localdomain> Message-ID: <1177041069.3794.5.camel@localhost.localdomain> On Fri, 2007-04-20 at 13:49 +1000, Rodd Clarkson wrote: > Anyone else seeing this? > > This is on a current rawhide install. Sorry, should've added a little more. Strangely, it mounts/unmounts fine, but you can't delete the files on the filesystem. I wouldn't have thought something mounted as root should be able to be umounted by a mere user. R. -- "It's a fine line between denial and faith. It's much better on my side" From filip.tsachev at gmail.com Fri Apr 20 06:32:27 2007 From: filip.tsachev at gmail.com (Filip Tsachev) Date: Fri, 20 Apr 2007 09:32:27 +0300 Subject: Kernel 2.6 cpufreq-module for nForce2 based mainboards - issues In-Reply-To: <20070419155805.GB16001@redhat.com> References: <20070419155805.GB16001@redhat.com> Message-ID: Hi, On 19/04/07, Dave Jones wrote: > On Wed, Apr 18, 2007 at 02:12:37PM +0300, Filip Tsachev wrote: > > >From developer web site @http://www.hasw.net/linux/ : > > > > "cpufreq-nforce2: Kernel 2.6 cpufreq-module for nForce2 based mainboards > > Current version: Included in Kernel 2.6. " > > > > It's stated that the module is included but what is the problem with > > FC7t3 and other recent releases? > > > > Before I could easily just make and make install cpufreq-nforce2 > > module, now it does build but it can't be inserted with modprobe. > > > > Anyone having cpufreq working with nforce2 on recent fedora kernel's? > > > > Do I have to rebuild my kernel with this module enabled for this to > > work instead of trying to add the module? > > > > It's a pity it's not included in fedora kernels. It works great and > > saves the trees ;) > > It may work fine for you, but sadly this isn't the case across the board. > The problem is that we don't have register level documentation for > nvidia chipsets (same story as their graphic cards), so we've no real > idea what we're doing, and the driver as it stands today is entirely > reverse engineered. > Given there have been upstream reports of instability with it loaded, > I chose not to enable it in the Fedora kernel to avoid seeing > undebuggable scenarios. > > Dave > > -- > http://www.codemonkey.org.uk > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > Thanks for your reply Dave, Unfortunatelly I spend days and days trying to recompile the kernel in the past and having various errors (Also followed & participated in the fedora forum kernel rebuild thread)... And the sad thing for me is that if I get to rebuild it, you release a new one ;) Anyway can you tell me if building the module should work or rebuilding fedora kernel with new config would be better? Thanks in advance! -- Cheers, Filip From filip.tsachev at gmail.com Fri Apr 20 06:34:55 2007 From: filip.tsachev at gmail.com (Filip Tsachev) Date: Fri, 20 Apr 2007 09:34:55 +0300 Subject: Rawhide LiveCD In-Reply-To: References: Message-ID: Hi, On 19/04/07, Adam Pribyl wrote: > Several experiences with latest (?) rawhide Live CD. > > 1. It boots awfully long. At least compared to any other Live CD. I think > disabling both readaheads and maybe other not needed services for Live CD > would be good option as CD/DVD are slow seeking and loading a lot of > small files just because the maybe sometimes used cost lot of time. > > 2. I tried it on several computers. Very often I hit various errors after > login and before GNOME was completely loaded. It's note very well > reproducable but I remember something about sound, gnome-panel crash etc. > > 3. On one system I have two ethernet cards. Even though both were > detected only eth1 was active after boot finished. eth0 was not configured > at all. > > Adam Pribyl > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > Well it's a development build... Nobody expects it to be as fast as a normal release. -- Cheers, Filip From filip.tsachev at gmail.com Fri Apr 20 06:38:34 2007 From: filip.tsachev at gmail.com (Filip Tsachev) Date: Fri, 20 Apr 2007 09:38:34 +0300 Subject: gnome-panel hang In-Reply-To: <20070419230131.GA5021@kerouac> References: <46279FCF.6000804@neo.rr.com> <20070419230131.GA5021@kerouac> Message-ID: Hi, On 20/04/07, Serta? ?. Y?ld?z wrote: > [19.Nis.07 12:58 -0400] Andy Baumhauer: > > During the updates on 4/18/07, when I logged back into Gnome, the > > gnome-panel hangs. The "Updates" balloon appears at the top far left, > > instead of on the updater icon on the top right. I had added hwsensors on > > the top toolbar, and these weren't appearing (using acpi and lmsensors). > > The toolbar was completely unresponsive. Icons on the desktop would open, > > but many programs would hang on start (gnome-terminal) and a blank popup > > would appear. > > Almost the same happens here, too. And occasionally it's more like > a session hang. Sometimes right clicking on desktop responds, sometimes > not. > > > I was unable to confirm which applet was hanging the panel. I ended > > up fixing the problem my removing .gnome, .gnome2, and .gconf > > (probably overkill). > > I suspect this is about system sounds. Killing esd 'unhangs' gnome here. > Maybe by removing .gconf you just unset /desktop/gnome/sound/enable_esd? > > -- > ~serta? > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > I noticed this several times with slightly different details. After I ran update a few times happened the same - I was using either yum or yumex and after update completes at some point (I'm not sure what's related here) the gnome session is almost unusable. Could it be that I simply have to follow the "update under init 3" strategy etc? -- Cheers, Filip From punj.inder at gmail.com Fri Apr 20 08:44:06 2007 From: punj.inder at gmail.com (Inder Punj) Date: Fri, 20 Apr 2007 14:14:06 +0530 Subject: Problem while downloading .po files Message-ID: Hi i am using RHEL 4 U1. Punjabi version. It is working fine Today i was trying to download the .po file by issuing the following commands: export CVS_RSH=ssh export CVSROOT=:ext:*username*@i18n.redhat.com:/usr/local/CVS cvs -z9 co translate/ It started downloading from the repository. But after some time(around 3 hours later) Becos i have poor bandwidth. i saw the following error and it stop working ... U kexec-tools/po/si.po U kexec-tools/po/sk.po U kexec-tools/po/sl.po U kexec-tools/po/sq.po U kexec-tools/po/sr.po U kexec-tools/po/sr at Latn.po U kexec-tools/po/sv.po U kexec-tools/po/ta.po U kexec-tools/po/te.po U kexec-tools/po/tr.po U kexec-tools/po/uk.po U kexec-tools/po/ur.po U kexec-tools/po/vi.po U kexec-tools/po/zh_CN.po U kexec-tools/po/zh_TW.po cvs server: Updating smolt U smolt/as.po U smolt/bg.po U smolt/bn_IN.po U smolt/ca.po U smolt/cs.po U smolt/da.po U smolt/de.po U smolt/es.po U smolt/fi.po U smolt/fr.po U smolt/gu.po U smolt/hi.po U smolt/hr.po U smolt/hu.po U smolt/it.po U smolt/ml.po U smolt/ms.po U smolt/nb.po U smolt/nl.po U smolt/or.po U smolt/pa.po U smolt/pl.po U smolt/pt_BR.po U smolt/ro.po U smolt/ru.po U smolt/smolt.pot U smolt/sr.po U smolt/sr at Latn.po U smolt/sv.po U smolt/ta.po U smolt/uk.po U smolt/zh-CN.po U smolt/zh_TW.po Permission denied (publickey,keyboard-interactive). cvs [checkout aborted]: end of file from server (consult above messages if any) Please help Thanks Inder -------------- next part -------------- An HTML attachment was scrubbed... URL: From buildsys at redhat.com Fri Apr 20 09:45:52 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Fri, 20 Apr 2007 05:45:52 -0400 Subject: rawhide report: 20070420 changes Message-ID: <200704200945.l3K9jqY1006951@hs20-bc2-6.build.redhat.com> Updated Packages: anaconda-11.2.0.52-1 -------------------- * Wed Apr 18 2007 Jeremy Katz - 11.2.0.52-1 - More PS3 fixes (dwmw2, #236480, #236508) - Fix broadcast calculation (dcantrell, #236266) - Allow anaconda to install debuginfo (#236033) - Fixes for installs from live image running off of USB key - Don't nuke locale-archive (clumens, #236978) - Fix rescue image default (clumens, #236453) - Try to be smarter about resolution for 480i ps3 (#236510) booty-0.85-1 ------------ * Thu Apr 19 2007 Jeremy Katz - 0.84-1 - fix for upgrade where we're creating a new bootloader config to create a new device.map initscripts-8.53-1 ------------------ * Thu Apr 19 2007 Bill Nottingham 8.53-1 - init.d/halt: use sound saving wrapper from alsa-utils, conflict with older versions (#236916) - usernetctl: drop user gid (#229372) - translation updates: ta, pt_BR, nb, as, hi, de kernel-2.6.20-1.3094.fc7 ------------------------ * Thu Apr 19 2007 Dave Jones - Fix oops in pata_sis * Thu Apr 19 2007 Dave Jones - Drop broken cmdline-modparam-override patch for now * Thu Apr 19 2007 David Woodhouse - Drop ps3-storage scsi scan hack now that mkinitrd is fixed - Update to final bcm43xx-mac80211 machine check patch scim-1.4.5-15.fc7 ----------------- * Wed Apr 18 2007 Warren Togami - 1.4.5-15 - revert previous change made in #235435 due to a more complete solution in #236974. SCIM will no longer start by default on non-Asian locales. Non-Asian desktop users can choose to enable scim explicitly with im-chooser. * Tue Apr 17 2007 Jens Petersen - 1.4.5-14 - update initial-locale-hotkey-186861.patch to really turn off the Ctrl-Space hotkey by default for non-Asian users (#235435) * Wed Apr 11 2007 Jens Petersen - 1.4.5-13 - do not set a hotkey by default for non-Asian users (#235435) - move the scim system config file from scim-system-default-config.patch into a source file scim-system-config xorg-x11-xinit-1.0.2-19.fc7 --------------------------- * Thu Apr 19 2007 Warren Togami 1.0.2-19 - disable SCIM by default in non-Asian languages #237054 If you want to use SCIM, use im-chooser to enable it. Broken deps for ppc64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.52-1.ppc64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ppc64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ppc64 requires mkisofs k3b - 1.0-1.fc7.ppc64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires cdrecord xcdroast - 0.98a15-13.ppc64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires mkisofs >= 0:2.0 Broken deps for i386 ---------------------------------------------------------- anaconda-runtime - 11.2.0.52-1.i386 requires mkisofs dvd+rw-tools - 7.0-3.fc7.i386 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.i386 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.i386 requires cdrecord k3b - 1.0-1.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs xcdroast - 0.98a15-13.i386 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.i386 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.i386 requires mkisofs >= 0:2.0 Broken deps for ia64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.52-1.ia64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ia64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ia64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ia64 requires mkisofs k3b - 1.0-1.fc7.ia64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires cdrecord xcdroast - 0.98a15-13.ia64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires mkisofs >= 0:2.0 Broken deps for x86_64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.52-1.x86_64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.x86_64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.x86_64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.x86_64 requires mkisofs k3b - 1.0-1.fc7.x86_64 requires cdrecord k3b - 1.0-1.fc7.i386 requires mkisofs k3b - 1.0-1.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires cdrecord xcdroast - 0.98a15-13.x86_64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires mkisofs >= 0:2.0 Broken deps for ppc ---------------------------------------------------------- anaconda-runtime - 11.2.0.52-1.ppc requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ppc requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ppc requires mkisofs k3b - 1.0-1.fc7.ppc requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc requires cdrecord xcdroast - 0.98a15-13.ppc requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc requires mkisofs >= 0:2.0 xcdroast - 0.98a15-13.ppc requires cdrecord >= 0:2.0 From katzj at redhat.com Fri Apr 20 12:36:05 2007 From: katzj at redhat.com (Jeremy Katz) Date: Fri, 20 Apr 2007 08:36:05 -0400 Subject: inserting an SD card into the reader sees it mounted as root.root In-Reply-To: <1177040970.3794.2.camel@localhost.localdomain> References: <1177040970.3794.2.camel@localhost.localdomain> Message-ID: <1177072565.610.2.camel@aglarond.local> On Fri, 2007-04-20 at 13:49 +1000, Rodd Clarkson wrote: > Anyone else seeing this? > > This is on a current rawhide install. gnome-mount had a busted %preun for a while; you'll need to remove and then reinstall the gnome-mount package and that _should_ fix things I think Jeremy From olivares14031 at yahoo.com Fri Apr 20 12:40:34 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Fri, 20 Apr 2007 05:40:34 -0700 (PDT) Subject: inserting an SD card into the reader sees it mounted as root.root In-Reply-To: <1177040970.3794.2.camel@localhost.localdomain> Message-ID: <83936.82893.qm@web52612.mail.re2.yahoo.com> --- Rodd Clarkson wrote: > Anyone else seeing this? Yes, I can confirm it. I inserted one and as a regular user could not do anything. Had to become root to do something. > > This is on a current rawhide install. > > > R. > -- > "It's a fine line between denial and faith. > It's much better on my side" > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From abaumhau at neo.rr.com Fri Apr 20 13:38:46 2007 From: abaumhau at neo.rr.com (Andy Baumhauer) Date: Fri, 20 Apr 2007 09:38:46 -0400 Subject: gnome-panel hang In-Reply-To: References: <46279FCF.6000804@neo.rr.com> <20070419230131.GA5021@kerouac> Message-ID: <4628C266.1070808@neo.rr.com> It's funny that you mention sounds. The problem appeared just after enabling desktop sounds with ESD mixing, then rebooting. In FC5 I opened a bug against gnome-terminal hanging up during copy/paste. This led to the realization that gnome-panel was locking up. I tracked it down to ESD sound being enabled (http://bugzilla.gnome.org/show_bug.cgi?id=329647#c6). I migrated to FC6 and the problem went away, so the bug was never resolved. Looks like whatever was causing the problem in FC5 is back again, but wasn't in FC6. Could this be related to the gstreamer re-entrant code bug that is killing pidgin (it dies just before making the "login sound"? Andy From abaumhau at neo.rr.com Fri Apr 20 13:44:30 2007 From: abaumhau at neo.rr.com (Andy Baumhauer) Date: Fri, 20 Apr 2007 09:44:30 -0400 Subject: Kernel panic: LVM not working in kernel since 2.6.20-1.3069 -- Repost Message-ID: <4628C3BE.1040406@neo.rr.com> (Repost to fit into 64KB limit) Kernel-2.6.20-1.3069 on x86_64 is the last kernel that has booted on my machine. I have two SATA drives with /dev/sda1 as /boot and /dev/sda2 using LVM with a non-default setup. /dev/sdb contains an FC6 install. /dev/mapper/vg_host-lv_root labeled as / /dev/mapper/vg_host-lv_var is a LUKS partition which decrypted maps to /dev/mapper/var /dev/mapper/vg_host-lv_home is a LUKS partion which decrypted maps to /dev/mapper/home swap is a dm-crypt partition with /dev/urandom as the key, relabeled at boot to be "swap" Keys are on a LUKS USB SD card, which I access at boot and decrypt (made some changes to /etc/rc.sysinit before init_crypto() is called). Don't be turned off by the encrypted disks. I'm 99% sure this isn't the source of the panic, since the boot process isn't even making it to the point of mounting the root filesystem (which isn't encrypted). In kernel 2.6.20-1.3069, everything works fine. The system boots and discovers the drives and the LVM partitions, then calls /etc/rc.sysinit and boot continues after I decrypt the volumes. In all kernels since then, the system panics before starting /etc/rc.sysinit. It appears from watching the device discovery that LVM isn't being initialized, so the later stages of init aren't seeing the drives. I'm quite sure it isn't my two encrypted volumes, but I'm not sure it isn't the non-standard naming of my volume groups (but I've always renamed volume groups from VolumeGroup00 to something else). Anyone have an idea? I need to get either a copy of the kernel-headers for 3069, or get a new working kernel. I'm stuck trying to compile some code that needs include/linux/limits.h and I don't have the headers, and I can't get any new kernel to boot. Here are the last few lines that I copied down before the panic (using 3084 kernel). Loading mbcache.ko module Loading jbd.ko module Loading ext3.ko module Loading dm-mod.ko module device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialized: Loading dm-mirror.ko module Loading dm-zero.ko module Loading dm-snapshot.ko module Trying to resume device (LABEL=swap) Creating root device Mounting root filesystem mount: could not find filesystem '/dev/root' Setting up other filesystems Setting up new root fs setuproot: moving /dev/ failed: no such file or directory no fstab.sys, mounting internal defaults setuproot: error mounting /proc: no such file or directory setuproot: error mounting /sys no such file or directory Switching to new root and running init Unmounting old /dev Unmounting old /proc Unmounting old /sys switchroot: mount failed: no such file or directory Booting has failed; Kernel panic - not syncing: Attempted to kill init! Here are my configs: /boot/grub/menu.lst: title Fedora (2.6.20-1.3084.fc7) root (hd0,0) kernel /vmlinuz-2.6.20-1.3084.fc7 ro root=LABEL=/ vga=792 rhgb quiet initrd /initrd-2.6.20-1.3084.fc7.img /etc/crypttab: swap /dev/mapper/vg_host-lv_swap /dev/urandom swap,cipher=twofish-cbc-essiv:sha256 var /dev/mapper/vg_host-lv_var /keyring/var.key home /dev/mapper/vg_host-lv_home /keyring/home.key /etc/fstab: LABEL=/ / ext3 defaults 1 1 LABEL=/boot /boot ext3 defaults 1 2 tmpfs /dev/shm tmpfs defaults 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 sysfs /sys sysfs defaults 0 0 proc /proc proc defaults 0 0 # Encrypted filesystems LABEL=/home /home ext3 defaults 1 2 LABEL=/var /var ext3 defaults 1 2 LABEL=swap swap swap defaults 0 0 /dev/mapper: (on kernel 3069) total 0 drwxr-xr-x 2 root root 280 2007-04-18 16:02 . drwxr-xr-x 16 root root 5160 2007-04-19 12:19 .. crw------- 1 root root 10, 63 2007-04-18 12:01 control brw-rw---- 1 root disk 253, 6 2007-04-18 16:02 home brw-rw---- 1 root disk 253, 11 2007-04-18 16:02 swap brw-rw---- 1 root disk 253, 5 2007-04-18 16:02 var brw-rw---- 1 root disk 253, 1 2007-04-18 12:01 vg_host-lv_home brw-rw---- 1 root disk 253, 0 2007-04-18 16:02 vg_host-lv_root brw-rw---- 1 root disk 253, 3 2007-04-18 12:01 vg_host-lv_swap brw-rw---- 1 root disk 253, 2 2007-04-18 12:01 vg_host-lv_var From abaumhau at neo.rr.com Fri Apr 20 14:02:41 2007 From: abaumhau at neo.rr.com (Andy Baumhauer) Date: Fri, 20 Apr 2007 10:02:41 -0400 Subject: gnome-panel hang In-Reply-To: <4628C266.1070808@neo.rr.com> References: <46279FCF.6000804@neo.rr.com> <20070419230131.GA5021@kerouac> <4628C266.1070808@neo.rr.com> Message-ID: <4628C801.9040008@neo.rr.com> I just confirmed that enabling ESD, logging out, and logging back in hangs gnome-panel, and killing esd from a vty restores gnome-panel. I received pop-up messages that said: The panel encountered a problem while loading "OAFIID:GNOME_FastUserSwitchApplet". The panel encountered a problem while loading "OAFIID:GNOME_SystemTrayApplet". The panel encountered a problem while loading "OAFIID:GNOME_ClockApplet". The panel encountered a problem while loading "OAFIID:GNOME_MixerApplet". ... Do you want to delete the applet from your configuration? I'm going to open a bug against this. From abaumhau at neo.rr.com Fri Apr 20 14:34:03 2007 From: abaumhau at neo.rr.com (Andy Baumhauer) Date: Fri, 20 Apr 2007 10:34:03 -0400 Subject: gnome-panel hang In-Reply-To: <4628C801.9040008@neo.rr.com> References: <46279FCF.6000804@neo.rr.com> <20070419230131.GA5021@kerouac> <4628C266.1070808@neo.rr.com> <4628C801.9040008@neo.rr.com> Message-ID: <4628CF5B.1000307@neo.rr.com> I've opened a bug (http://bugzilla.gnome.org/show_bug.cgi?id=431711) against this. If you have time, can you enable desktop sounds and see if you have the problem? If so, add a comment to this bug so we can get this resolved. Thanks, Andy From davej at redhat.com Fri Apr 20 18:25:11 2007 From: davej at redhat.com (Dave Jones) Date: Fri, 20 Apr 2007 14:25:11 -0400 Subject: Kernel 2.6 cpufreq-module for nForce2 based mainboards - issues In-Reply-To: References: <20070419155805.GB16001@redhat.com> Message-ID: <20070420182511.GA13939@redhat.com> On Fri, Apr 20, 2007 at 09:32:27AM +0300, Filip Tsachev wrote: > Unfortunatelly I spend days and days trying to recompile the kernel in > the past and having various errors (Also followed & participated in > the fedora forum kernel rebuild thread)... And the sad thing for me is > that if I get to rebuild it, you release a new one ;) > > Anyway can you tell me if building the module should work or > rebuilding fedora kernel with new config would be better? probably not a huge amount of work to turn it into a standalone module. Dave -- http://www.codemonkey.org.uk From davej at redhat.com Fri Apr 20 18:27:45 2007 From: davej at redhat.com (Dave Jones) Date: Fri, 20 Apr 2007 14:27:45 -0400 Subject: Kernel panic: LVM not working in kernel since 2.6.20-1.3069 -- Repost In-Reply-To: <4628C3BE.1040406@neo.rr.com> References: <4628C3BE.1040406@neo.rr.com> Message-ID: <20070420182745.GB13939@redhat.com> On Fri, Apr 20, 2007 at 09:44:30AM -0400, Andy Baumhauer wrote: > (Repost to fit into 64KB limit) > > Kernel-2.6.20-1.3069 on x86_64 is the last kernel that has booted on my > machine. This sounds like a mkinitrd bug, though I'm not immediately sure what could be the cause. File a bug, and attach both a working, and broken initrd for comparison. Dave -- http://www.codemonkey.org.uk From katzj at redhat.com Fri Apr 20 18:51:54 2007 From: katzj at redhat.com (Jeremy Katz) Date: Fri, 20 Apr 2007 14:51:54 -0400 Subject: rawhide-20070419 live rawhide image Message-ID: <1177095114.6539.18.camel@aglarond.local> Following up on last week's rawhide live image, we have another i386 live image available today based off of roughly yesterday's rawhide (includes some updates that showed up today). This is also getting close to what we're hoping Fedora 7 Test 4 will look like. Any testing to find critical bugs prior to the release of test 4 so that we can have test4 as good as possible would be _greatly_ appreciated. You can get the torrent file from http://torrent.fedoraproject.org. In addition to the image currently available, there will hopefully be a KDE live image available in an hour or so. Please file any issues against product Fedora Core, version devel and against the relevant component or LiveCD if you're unsure. Some currently known, highly visible and being worked bugs include: * Traceback in firstboot after installation (#236999) * Spewage from readahead during boot (#237302) Thanks for your help and support of Fedora! Jeremy From katzj at redhat.com Fri Apr 20 19:47:18 2007 From: katzj at redhat.com (Jeremy Katz) Date: Fri, 20 Apr 2007 15:47:18 -0400 Subject: rawhide-20070419 live rawhide image In-Reply-To: <1177095114.6539.18.camel@aglarond.local> References: <1177095114.6539.18.camel@aglarond.local> Message-ID: <1177098438.6539.19.camel@aglarond.local> On Fri, 2007-04-20 at 14:51 -0400, Jeremy Katz wrote: > You can get the torrent file from http://torrent.fedoraproject.org. In > addition to the image currently available, there will hopefully be a KDE > live image available in an hour or so. Please file any issues against > product Fedora Core, version devel and against the relevant component or > LiveCD if you're unsure. KDE image is now up as well Jeremy From ml at deadbabylon.de Fri Apr 20 23:05:28 2007 From: ml at deadbabylon.de (Sebastian Vahl) Date: Sat, 21 Apr 2007 01:05:28 +0200 Subject: rawhide-20070419 live rawhide image In-Reply-To: <1177095114.6539.18.camel@aglarond.local> References: <1177095114.6539.18.camel@aglarond.local> Message-ID: <20070421010528.62cf3d5d@localhost.localdomain> Am Fri, 20 Apr 2007 14:51:54 -0400 schrieb Jeremy Katz : > Following up on last week's rawhide live image, we have another i386 > live image available today based off of roughly yesterday's rawhide > (includes some updates that showed up today). This is also getting > close to what we're hoping Fedora 7 Test 4 will look like. Any > testing to find critical bugs prior to the release of test 4 so that > we can have test4 as good as possible would be _greatly_ appreciated. > > You can get the torrent file from http://torrent.fedoraproject.org. > In addition to the image currently available, there will hopefully be > a KDE live image available in an hour or so. Please file any issues > against product Fedora Core, version devel and against the relevant > component or LiveCD if you're unsure. > > Some currently known, highly visible and being worked bugs include: > * Traceback in firstboot after installation (#236999) > * Spewage from readahead during boot (#237302) > > Thanks for your help and support of Fedora! > > Jeremy > For the KDE-LiveCD it is interesting, if somebody could confirm, that this bug is really gone: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234728 And I've heard also that kdesktop might crash sometimes. If this happens on your box please drop me a note. Sebastian P.S.: Thanks for providing these images, Jeremy. :) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From rhally at mindspring.com Sat Apr 21 04:53:13 2007 From: rhally at mindspring.com (Richard Hally) Date: Sat, 21 Apr 2007 00:53:13 -0400 Subject: rawhide-20070419 live rawhide image In-Reply-To: <1177095114.6539.18.camel@aglarond.local> References: <1177095114.6539.18.camel@aglarond.local> Message-ID: <462998B9.1010507@mindspring.com> Jeremy Katz wrote: > Following up on last week's rawhide live image, we have another i386 > live image available today based off of roughly yesterday's rawhide > (includes some updates that showed up today). This is also getting > close to what we're hoping Fedora 7 Test 4 will look like. Any testing > to find critical bugs prior to the release of test 4 so that we can have > test4 as good as possible would be _greatly_ appreciated. > > You can get the torrent file from http://torrent.fedoraproject.org. In > addition to the image currently available, there will hopefully be a KDE > live image available in an hour or so. Please file any issues against > product Fedora Core, version devel and against the relevant component or > LiveCD if you're unsure. > > Some currently known, highly visible and being worked bugs include: > * Traceback in firstboot after installation (#236999) > * Spewage from readahead during boot (#237302) > > Thanks for your help and support of Fedora! > > Jeremy > The problem originally reported in https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235902 still exists with the rawhide-20070419 i386 live iso. The bug has been reopened. HTH Richard From punj.inder at gmail.com Sat Apr 21 05:12:19 2007 From: punj.inder at gmail.com (Inder Punj) Date: Fri, 20 Apr 2007 22:12:19 -0700 Subject: [Punjabi-users] Problem while downloading .po files In-Reply-To: <200704201454.37444.apbrar@gmail.com> References: <200704201454.37444.apbrar@gmail.com> Message-ID: Hi Thanks for co-operation. When i use cvs up. It show the following errors. [root at linuxtesting translate]# cvs up connect to address 66.187.233.241: Connection timed out Trying krb4 rsh... connect to address 66.187.233.241 : Connection timed out trying normal rsh (/usr/bin/rsh) elvis.redhat.com: Connection timed out cvs [update aborted]: end of file from server (consult above messages if any) But this time i am running my brodband with a improved bandwidth.. Regards, Inder On 4/20/07, A S Alam wrote: > > On Friday 20 Apr 2007 2:14:06 pm Inder Punj wrote: > > Hi > > > > i am using RHEL 4 U1. Punjabi version. It is working fine > > > > Today i was trying to download the .po file by issuing the following > > commands: > > > > export CVS_RSH=ssh > > export CVSROOT=:ext:*username*@i18n.redhat.com:/usr/local/CVS > > cvs -z9 co translate/ > > > *username* = HAVE you put your username here? > > > > It started downloading from the repository. But after some time(around > > 3 hours later) Becos i have poor bandwidth. > > i saw the following error and it stop working ... > > > > U kexec-tools/po/si.po > > U kexec-tools/po/sk.po > > U kexec-tools/po/sl.po > > U kexec-tools/po/sq.po > > U kexec-tools/po/sr.po > > U kexec-tools/po/sr at Latn.po > > U kexec-tools/po/sv.po > > U kexec-tools/po/ta.po > > U kexec-tools/po/te.po > > U kexec-tools/po/tr.po > > U kexec-tools/po/uk.po > > U kexec-tools/po/ur.po > > U kexec-tools/po/vi.po > > U kexec-tools/po/zh_CN.po > > U kexec-tools/po/zh_TW.po > > cvs server: Updating smolt > > U smolt/as.po > > U smolt/bg.po > > U smolt/bn_IN.po > > U smolt/ca.po > > U smolt/cs.po > > U smolt/da.po > > U smolt/de.po > > U smolt/es.po > > U smolt/fi.po > > U smolt/fr.po > > U smolt/gu.po > > U smolt/hi.po > > U smolt/hr.po > > U smolt/hu.po > > U smolt/it.po > > U smolt/ml.po > > U smolt/ms.po > > U smolt/nb.po > > U smolt/nl.po > > U smolt/or.po > > U smolt/pa.po > > U smolt/pl.po > > U smolt/pt_BR.po > > U smolt/ro.po > > U smolt/ru.po > > U smolt/smolt.pot > > U smolt/sr.po > > U smolt/sr at Latn.po > > U smolt/sv.po > > U smolt/ta.po > > U smolt/uk.po > > U smolt/zh-CN.po > > U smolt/zh_TW.po > > Permission denied (publickey,keyboard-interactive). > > cvs [checkout aborted]: end of file from server (consult above messages > if > > any) > > > it should workl, otherwise check like this: > goto "translate" folder > and cvs up > this can be a method > > if fail, let me know > > thanks > -- > A S Alam > ********** > *****POST***** > http://www.satluj.org > tz: GMT+5:30 > "Either find a way or make one" > ********** > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Punjabi-users mailing list > Punjabi-users at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/punjabi-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From buildsys at redhat.com Sat Apr 21 09:41:58 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Sat, 21 Apr 2007 05:41:58 -0400 Subject: rawhide report: 20070421 changes Message-ID: <200704210941.l3L9fweZ011635@hs20-bc2-6.build.redhat.com> Updated Packages: NetworkManager-1:0.6.5-1.fc7 ---------------------------- * Thu Apr 19 2007 Christopher Aillon 1:0.6.5-1 - Update to 0.6.5 final - Don't lose scanned security information anaconda-11.2.0.54-1 -------------------- * Fri Apr 20 2007 Chris Lumens - 11.2.0.54-1 - Be smarter about detecting network link status (dcantrell, #236483). - Lots of yum mirror list and retry fixes (dlehman). - BR libdhcp-static (dcantrell). - Add Mist theme (katzj). - Update translation files (katzj, #237263). - Fix VNC traceback (#237194). - Fix error message for > 15 partitions per disk (dcantrell, #234686). * Thu Apr 19 2007 Jeremy Katz - 11.2.0.53-1 - Add Romanian to language list (#237060) - Fix selinux context of /etc/modprobe.d - Move locale-archive.tmpl into the right place (clumens) - Don't duplicate filesystem entries (clumens, #236477) - Fix a python warning (dcantrell) - Fix release notes with live CD echo-icon-theme-0.2-2.20070419wiki.fc7 -------------------------------------- * Thu Apr 19 2007 Matthias Clasen - 0.2.2.20070419wiki - Drop scalable images again fedora-logos-6.0.98-2.fc7 ------------------------- * Fri Apr 20 2007 Matthias Clasen - 6.0.98-2 - Add a Fedora icon theme fedora-release-6.93-1 --------------------- * Fri Apr 20 2007 Jesse Keating - 6.93-1 - Bump for Test 4 * Mon Mar 19 2007 Jesse Keating - 6.92-1 - Bump for Test 3 - No more eula in fedora-release, moved to firstboot * Fri Feb 23 2007 Jesse Keating - 6.91-1 - Bump for Test 2 fedora-release-notes-6.93-1 --------------------------- * Sun Apr 15 2007 Paul W. Frields - 6.93-1 - Update for Fedora 7 test4 gnome-media-2.18.0-3.fc7 ------------------------ * Thu Apr 19 2007 - Bastien Nocera - 2.18.0-3 - Fix playback of last track in track mode (#142722) * Thu Apr 19 2007 - Bastien Nocera - 2.18.0-2 - Fix modality so that you can actually edit profiles in sound-juicer and Rhythmbox (#230872) gnome-mime-data-2.18.0-2.fc7 ---------------------------- * Wed Apr 18 2007 - Bastien Nocera - 2.18.0-2 - Really make noarch gnome-pilot-2.0.15-5.fc7 ------------------------ * Wed Apr 18 2007 Matthew Barnes - 2.0.15-5.fc7 - Add patch for RH bug #198211 (unresolved symbols in libraries). - Add autoconf and automake as build requirements, since we now have to run autoreconf before configure. * Wed Feb 07 2007 Matthias Clasen - 2.0.15-4 - Use desktop-file-install - Remove invalid category Application, add HardwareSettings - Other small spec cleanups libbonobo-2.18.0-3.fc7 ---------------------- * Fri Apr 20 2007 Matthias Clasen - 2.18.0-3 - Use the more correct upstream fix for the leak fixed in -2 libgnome-2.18.0-4.fc7 --------------------- * Thu Apr 19 2007 Matthias Clasen - 2.18.0-4 - Change the default icon theme to Fedora openoffice.org-1:2.2.0-14.6 --------------------------- * Tue Apr 17 2007 Caolan McNamara - 1:2.2.0-14.6 - merge openoffice.org-2.0.2.ooo59127.vcl.honourcairofont.patch - Resolves: rhbz#235834 update font subpixel logic - add dynamicsection patch for better offline debugging - Resolves: rhbz#236671 backup ldmerge readahead-1:1.4.1-2.fc7 ----------------------- * Fri Apr 20 2007 Jeremy Katz - 1:1.4.1-2 - don't be so noisy (#237302) redhat-artwork-5.0.12-5.fc7 --------------------------- * Thu Apr 19 2007 Matthias Clasen 5.0.12-5 - Add a Fedora metatheme - Add a Fedora icon theme - Change the default icon theme to Fedora rhythmbox-0.10.0-6.fc7 ---------------------- * Fri Apr 20 2007 - Bastien Nocera - 0.10.0-6.fc7 - Enable the Magnatune and Jamendo stores by default (#237131) system-config-securitylevel-1.7.0-1.fc7 --------------------------------------- * Fri Jan 12 2007 Chris Lumens 1.7.0-1 - Change .desktop file (#218925). - Make iptables default FORWARD rule REJECT (#221828). - Correct F12 behavior on main page (#221942). - Disable IPv6 firewall when asked to (#221942). - Support adding a user-specified custom firewall rules file that gets included after the defaults (#138143). * Thu Jan 04 2007 Chris Lumens 1.6.31-1 - Fix import that was causing a traceback (#221402). * Fri Dec 22 2006 Chris Lumens 1.6.30-1 - Reorganize code to be more useful as a library. - Allow changing the SELinux setting from text mode (#217767). thunderbird-2.0.0.0-1.fc7 ------------------------- * Thu Apr 19 2007 Christopher Aillon 2.0.0.0-1 - Update to 2.0.0.0 Final Broken deps for ia64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.54-1.ia64 requires genisoimage dvd+rw-tools - 7.0-3.fc7.ia64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ia64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ia64 requires mkisofs k3b - 1.0-1.fc7.ia64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires cdrecord xcdroast - 0.98a15-13.ia64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires mkisofs >= 0:2.0 Broken deps for ppc64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.54-1.ppc64 requires genisoimage dvd+rw-tools - 7.0-3.fc7.ppc64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ppc64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ppc64 requires mkisofs k3b - 1.0-1.fc7.ppc64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires cdrecord xcdroast - 0.98a15-13.ppc64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires mkisofs >= 0:2.0 Broken deps for i386 ---------------------------------------------------------- anaconda-runtime - 11.2.0.54-1.i386 requires genisoimage dvd+rw-tools - 7.0-3.fc7.i386 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.i386 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.i386 requires cdrecord k3b - 1.0-1.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs xcdroast - 0.98a15-13.i386 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.i386 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.i386 requires mkisofs >= 0:2.0 Broken deps for x86_64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.54-1.x86_64 requires genisoimage dvd+rw-tools - 7.0-3.fc7.x86_64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.x86_64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.x86_64 requires mkisofs k3b - 1.0-1.fc7.x86_64 requires cdrecord k3b - 1.0-1.fc7.i386 requires mkisofs k3b - 1.0-1.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord xcdroast - 0.98a15-13.x86_64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires mkisofs >= 0:2.0 Broken deps for ppc ---------------------------------------------------------- anaconda-runtime - 11.2.0.54-1.ppc requires genisoimage dvd+rw-tools - 7.0-3.fc7.ppc requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ppc requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ppc requires mkisofs k3b - 1.0-1.fc7.ppc requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc requires cdrecord xcdroast - 0.98a15-13.ppc requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc requires mkisofs >= 0:2.0 xcdroast - 0.98a15-13.ppc requires cdrecord >= 0:2.0 From drago01 at gmail.com Sat Apr 21 10:40:25 2007 From: drago01 at gmail.com (dragoran) Date: Sat, 21 Apr 2007 12:40:25 +0200 Subject: rawhide-20070419 live rawhide image In-Reply-To: <1177095114.6539.18.camel@aglarond.local> References: <1177095114.6539.18.camel@aglarond.local> Message-ID: <4629EA19.2000207@gmail.com> too slow (~10-30kb/s) and now not connected to seeders :( From jkeating at redhat.com Sat Apr 21 14:09:54 2007 From: jkeating at redhat.com (Jesse Keating) Date: Sat, 21 Apr 2007 10:09:54 -0400 Subject: rawhide report: 20070421 changes In-Reply-To: <200704210941.l3L9fweZ011635@hs20-bc2-6.build.redhat.com> References: <200704210941.l3L9fweZ011635@hs20-bc2-6.build.redhat.com> Message-ID: <200704211009.54962.jkeating@redhat.com> On Saturday 21 April 2007 05:41:58 buildsys at redhat.com wrote: > Updated Packages: Erm. This doesn't actually install. Anaconda now has a Requires on genisofs instead of the old mkisofs, however genisofs lives in Extras where our build system can't get to it, and thus when it tries to create a chroot to run anaconda's buildinstall, it can't satisfy the deps. We'll probably revert the Requires in anaconda today until such time that we merge, given that genisofs Provides mkisofs. We may or may not run another rawhide today, still discussing that with other Release Engineering folks. -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From drago01 at gmail.com Sat Apr 21 15:29:09 2007 From: drago01 at gmail.com (dragoran dragoran) Date: Sat, 21 Apr 2007 17:29:09 +0200 Subject: rawhide report: 20070421 changes In-Reply-To: <200704211009.54962.jkeating@redhat.com> References: <200704210941.l3L9fweZ011635@hs20-bc2-6.build.redhat.com> <200704211009.54962.jkeating@redhat.com> Message-ID: On 4/21/07, Jesse Keating wrote: > > On Saturday 21 April 2007 05:41:58 buildsys at redhat.com wrote: > > Updated Packages: > > Erm. This doesn't actually install. Anaconda now has a Requires on > genisofs > instead of the old mkisofs, however genisofs lives in Extras where our > build > system can't get to it, and thus when it tries to create a chroot to run > anaconda's buildinstall, it can't satisfy the deps. We'll probably revert > the Requires in anaconda today until such time that we merge, given that > genisofs Provides mkisofs. We may or may not run another rawhide today, > still discussing that with other Release Engineering folks. whats the current status of the merge? when will it be done? -- > Jesse Keating > Release Engineer: Fedora > > -- > fedora-devel-list mailing list > fedora-devel-list at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-devel-list > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jkeating at redhat.com Sat Apr 21 15:31:06 2007 From: jkeating at redhat.com (Jesse Keating) Date: Sat, 21 Apr 2007 11:31:06 -0400 Subject: rawhide report: 20070421 changes In-Reply-To: References: <200704210941.l3L9fweZ011635@hs20-bc2-6.build.redhat.com> <200704211009.54962.jkeating@redhat.com> Message-ID: <200704211131.06922.jkeating@redhat.com> On Saturday 21 April 2007 11:29:09 dragoran dragoran wrote: > whats the current status of the merge? when will it be done? The merge is waiting on one of two things. A) new hardware to get in place so we're more comfortable with the build capacity, or B) the last acceptable outage window before Fedora 7 releases. Either way it will be done before Fedora 7 final is publicly available. -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From drago01 at gmail.com Sat Apr 21 15:44:48 2007 From: drago01 at gmail.com (dragoran dragoran) Date: Sat, 21 Apr 2007 17:44:48 +0200 Subject: rawhide report: 20070421 changes In-Reply-To: <200704211131.06922.jkeating@redhat.com> References: <200704210941.l3L9fweZ011635@hs20-bc2-6.build.redhat.com> <200704211009.54962.jkeating@redhat.com> <200704211131.06922.jkeating@redhat.com> Message-ID: On 4/21/07, Jesse Keating wrote: > > On Saturday 21 April 2007 11:29:09 dragoran dragoran wrote: > > whats the current status of the merge? when will it be done? > > The merge is waiting on one of two things. A) new hardware to get in > place so > we're more comfortable with the build capacity, or B) the last acceptable > outage window before Fedora 7 releases. > > Either way it will be done before Fedora 7 final is publicly available. ok, but there will be still time to rebuild (an test!) the packages that needs something from extras to add extra features? or will this cause a releasedate change? why don't we wait for the merge before doing test4? -- > Jesse Keating > Release Engineer: Fedora > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From wwoods at redhat.com Sat Apr 21 18:10:03 2007 From: wwoods at redhat.com (Will Woods) Date: Sat, 21 Apr 2007 14:10:03 -0400 Subject: rawhide report: 20070421 changes In-Reply-To: References: <200704210941.l3L9fweZ011635@hs20-bc2-6.build.redhat.com> <200704211009.54962.jkeating@redhat.com> <200704211131.06922.jkeating@redhat.com> Message-ID: <1177179003.7796.20.camel@zebes.localdomain> On Sat, 2007-04-21 at 17:44 +0200, dragoran dragoran wrote: > ok, but there will be still time to rebuild (an test!) the packages > that needs something from extras to add extra features? or will this > cause a releasedate change? > why don't we wait for the merge before doing test4? Even if it started now, we wouldn't be able to finish the merge before the release date for Test4. The merge will be our first priority as soon as we get Test4 out, but we *need* to get Test4 into people's hands first so everyone can test it. There's a lot of stuff besides the merge that still needs testing. We're fairly confident that the merger will go smoothly and we won't need another test release. Once the merger is done people can rebuild packages with stuff from Extras. Those packages will released into rawhide so people can test them. We'll also be releasing weekly LiveCDs so people can test that way too. If all goes according to plan, we will not need to delay the release. But we're not fools. If it's not ready, we won't ship it until it is. -w -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From caf at omen.com Sat Apr 21 20:23:35 2007 From: caf at omen.com (Chuck Forsberg WA7KGX N2469R) Date: Sat, 21 Apr 2007 13:23:35 -0700 Subject: Adventures with net Install Message-ID: <1177187015.13391.17.camel@omen.com> The last two or three rescue cd net installs have failed in an interesting way. The first time I enter the site and path for an ftp install the rescue cd can't find it. Example: limestone.uoregon.edu /fedora/linux/development/arch/os/ This fails wit or without the trailing slash for both i386 and x86_64. I am then given the chance to reenter the data. Without changing ANYTHING the second try succeeds in accessing the mirror, and a few files are downloaded. But then there is a failure to use the stage image because a file descriptor is busy. This happened with both x86_64 and i386 installs, both FTP and HTTP. I was finally able to net install using an older (Apr 10) rescue CD. -- Chuck Forsberg caf at omen.com www.omen.com 503-614-0430 Developer of Industrial ZMODEM(Tm) for Embedded Applications Omen Technology Inc "The High Reliability Software" 10255 NW Old Cornelius Pass Portland OR 97231 FAX 629-0665 From romal at gmx.de Sat Apr 21 20:30:43 2007 From: romal at gmx.de (Robert M. Albrecht) Date: Sat, 21 Apr 2007 22:30:43 +0200 Subject: rawhide-20070419 live rawhide image In-Reply-To: <1177095114.6539.18.camel@aglarond.local> References: <1177095114.6539.18.camel@aglarond.local> Message-ID: <462A7473.50807@gmx.de> Hi, the livecd crashes at booting while still in textmode. slab error in verify_redzone_free() cache size-128 memory outside object was overwritten c04061e9 show_trace_log ... .. . . . . . . . ca39b834: redzone: 1:0xc, redzone 2:0x170fc2a5 ibm_acpi: ec onject not found and the systems hangs for over an hour. cu romal Jeremy Katz schrieb: > Following up on last week's rawhide live image, we have another i386 > live image available today based off of roughly yesterday's rawhide > (includes some updates that showed up today). This is also getting > close to what we're hoping Fedora 7 Test 4 will look like. Any testing > to find critical bugs prior to the release of test 4 so that we can have > test4 as good as possible would be _greatly_ appreciated. > > You can get the torrent file from http://torrent.fedoraproject.org. In > addition to the image currently available, there will hopefully be a KDE > live image available in an hour or so. Please file any issues against > product Fedora Core, version devel and against the relevant component or > LiveCD if you're unsure. > > Some currently known, highly visible and being worked bugs include: > * Traceback in firstboot after installation (#236999) > * Spewage from readahead during boot (#237302) > > Thanks for your help and support of Fedora! > > Jeremy > From wwoods at redhat.com Sat Apr 21 21:44:41 2007 From: wwoods at redhat.com (Will Woods) Date: Sat, 21 Apr 2007 17:44:41 -0400 Subject: Adventures with net Install In-Reply-To: <1177187015.13391.17.camel@omen.com> References: <1177187015.13391.17.camel@omen.com> Message-ID: <462A85C9.5020804@redhat.com> Chuck Forsberg WA7KGX N2469R wrote: > The last two or three rescue cd net installs have failed > in an interesting way. [snip] > I was finally able to net install using an older (Apr 10) > rescue CD. That's definitely interesting. Did you file a bug? The anaconda developers would surely like to be able to track this for F7. -w From stefmanos at gmail.com Sat Apr 21 23:08:34 2007 From: stefmanos at gmail.com (Stephanos Manos) Date: Sun, 22 Apr 2007 02:08:34 +0300 Subject: rawhide report: 20070421 changes In-Reply-To: <200704210941.l3L9fweZ011635@hs20-bc2-6.build.redhat.com> References: <200704210941.l3L9fweZ011635@hs20-bc2-6.build.redhat.com> Message-ID: buildsys at redhat.com wrote: [...] > > fedora-release-6.93-1 > --------------------- > * Fri Apr 20 2007 Jesse Keating - 6.93-1 > - Bump for Test 4 > Updating : fedora-release-notes ####################### [11/83] ///usr/share/doc/fedora-release-notes-6.93/about/C/about-fedora.xml:6: I/O warning : failed to load external entity "/usr/share/doc/fedora-release-notes-6.93/about/C/fdp-entities.ent" %FDP-ENTITIES; ^ %FDP-ENTITIES; ^ ??? Stephanos From david.hagood at gmail.com Sat Apr 21 23:46:35 2007 From: david.hagood at gmail.com (David Hagood) Date: Sat, 21 Apr 2007 18:46:35 -0500 Subject: Burning DVR+R, DVD+R DL Message-ID: <1177199195.27182.2.camel@surfer.hagood.sktc.net> I was trying to burn a DVD+R DL disk in my DVD+R DL drive, and lo and behold, what jumps out of cdrecord but: cdrecord: Found DVD+ media but DVD+R/DVD+RW support code is missing. cdrecord: If you need DVD+R/DVD+RW support, ask the Author for cdrecord-ProDVD. cdrecord: Free test versions and free keys for personal use are at ftp://ftp.berlios.de/pub/cdrecord/ProDVD/ cdrecord: Sorry, no CD/DVD-Recorder or unsupported CD/DVD-Recorder found on this target. Are there any packages for burning disks that don't carry the burden of this idiot's paranoia? From an037-ooai8 at yahoo.com Sun Apr 22 00:43:51 2007 From: an037-ooai8 at yahoo.com (Allen Kistler) Date: Sat, 21 Apr 2007 19:43:51 -0500 Subject: Burning DVR+R, DVD+R DL Message-ID: <462AAFC7.1080803@yahoo.com> David Hagood wrote: > I was trying to burn a DVD+R DL disk in my DVD+R DL drive, and lo and > behold, what jumps out of cdrecord but: > > > cdrecord: Found DVD+ media but DVD+R/DVD+RW support code is missing. > cdrecord: If you need DVD+R/DVD+RW support, ask the Author for > cdrecord-ProDVD. > cdrecord: Free test versions and free keys for personal use are at > ftp://ftp.berlios.de/pub/cdrecord/ProDVD/ > cdrecord: Sorry, no CD/DVD-Recorder or unsupported CD/DVD-Recorder found > on this target. > > Are there any packages for burning disks that don't carry the burden of > this idiot's paranoia? growisofs From david.hagood at gmail.com Sun Apr 22 01:16:20 2007 From: david.hagood at gmail.com (David Hagood) Date: Sat, 21 Apr 2007 20:16:20 -0500 Subject: Burning DVR+R, DVD+R DL In-Reply-To: <462AAFC7.1080803@yahoo.com> References: <462AAFC7.1080803@yahoo.com> Message-ID: <1177204580.27182.6.camel@surfer.hagood.sktc.net> On Sat, 2007-04-21 at 19:43 -0500, Allen Kistler wrote: > growisofs > Which also doesn't work - 0.33% done, estimate finish Sat Apr 21 20:40:06 2007 /dev/cdrecorder: "Current Write Speed" is 2.5x1352KBps. :-[ WRITE at LBA=0h failed with SK=3h/ASC=72h/ACQ=01h]: Input/output error :-( write failed: Input/output error From mike at miketc.com Sun Apr 22 04:57:43 2007 From: mike at miketc.com (Mike Chambers) Date: Sat, 21 Apr 2007 23:57:43 -0500 Subject: Burning DVR+R, DVD+R DL In-Reply-To: <1177199195.27182.2.camel@surfer.hagood.sktc.net> References: <1177199195.27182.2.camel@surfer.hagood.sktc.net> Message-ID: <1177217863.3400.0.camel@scrappy.miketc.com> On Sat, 2007-04-21 at 18:46 -0500, David Hagood wrote: > I was trying to burn a DVD+R DL disk in my DVD+R DL drive, and lo and > behold, what jumps out of cdrecord but: > > > cdrecord: Found DVD+ media but DVD+R/DVD+RW support code is missing. > cdrecord: If you need DVD+R/DVD+RW support, ask the Author for > cdrecord-ProDVD. > cdrecord: Free test versions and free keys for personal use are at > ftp://ftp.berlios.de/pub/cdrecord/ProDVD/ > cdrecord: Sorry, no CD/DVD-Recorder or unsupported CD/DVD-Recorder found > on this target. > > Are there any packages for burning disks that don't carry the burden of > this idiot's paranoia? k3b will do it. -- Mike Chambers Madisonville, KY "Sex is like air, it's not important unless your not getting any!" From buildsys at redhat.com Sun Apr 22 09:57:12 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Sun, 22 Apr 2007 05:57:12 -0400 Subject: rawhide report: 20070422 changes Message-ID: <200704220957.l3M9vC8T003808@hs20-bc2-6.build.redhat.com> Updated Packages: anaconda-11.2.0.54-2 -------------------- * Sat Apr 21 2007 Jesse Keating - 11.2.0.54-2 - s/genisoimage/mkisofs until the merge. Broken deps for ppc64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.54-2.ppc64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ppc64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ppc64 requires mkisofs k3b - 1.0-1.fc7.ppc64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires cdrecord xcdroast - 0.98a15-13.ppc64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires mkisofs >= 0:2.0 Broken deps for ia64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.54-2.ia64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ia64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ia64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ia64 requires mkisofs k3b - 1.0-1.fc7.ia64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires cdrecord xcdroast - 0.98a15-13.ia64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires mkisofs >= 0:2.0 Broken deps for i386 ---------------------------------------------------------- anaconda-runtime - 11.2.0.54-2.i386 requires mkisofs dvd+rw-tools - 7.0-3.fc7.i386 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.i386 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.i386 requires cdrecord k3b - 1.0-1.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs xcdroast - 0.98a15-13.i386 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.i386 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.i386 requires mkisofs >= 0:2.0 Broken deps for ppc ---------------------------------------------------------- anaconda-runtime - 11.2.0.54-2.ppc requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ppc requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ppc requires mkisofs k3b - 1.0-1.fc7.ppc requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc requires cdrecord xcdroast - 0.98a15-13.ppc requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc requires mkisofs >= 0:2.0 xcdroast - 0.98a15-13.ppc requires cdrecord >= 0:2.0 Broken deps for x86_64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.54-2.x86_64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.x86_64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.x86_64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.i386 requires mkisofs k3b - 1.0-1.fc7.i386 requires cdrecord k3b - 1.0-1.fc7.x86_64 requires mkisofs k3b - 1.0-1.fc7.x86_64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord xcdroast - 0.98a15-13.x86_64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires mkisofs >= 0:2.0 From arch at tuparks.com Sun Apr 22 16:22:04 2007 From: arch at tuparks.com (Arch Willingham) Date: Sun, 22 Apr 2007 12:22:04 -0400 Subject: Anyone have mplayer working with FC7 test3? References: <6B74CFE2B2A0B748BB3DC16E04769786366F2B@hall.tup.com><461DD1F5.1040308@rasmil.dk> <461DD2AA.1050100@rasmil.dk> Message-ID: <6B74CFE2B2A0B748BB3DC16E047697861D7860@hall.tup.com> I just tried to do this and got this message: # yum --enablerepo=livna-development install mplayer Loading "installonlyn" plugin Setting up Install Process Parsing package install arguments Traceback (most recent call last): File "/usr/bin/yum", line 29, in yummain.main(sys.argv[1:]) File "/usr/share/yum-cli/yummain.py", line 94, in main result, resultmsgs = base.doCommands() File "/usr/share/yum-cli/cli.py", line 263, in doCommands return self.yum_cli_commands[self.basecmd].doCommand(self, self.basecmd, self.extcmds) File "/usr/share/yum-cli/yumcommands.py", line 134, in doCommand return base.installPkgs(extcmds) File "/usr/share/yum-cli/cli.py", line 434, in installPkgs self.pkgSack.matchPackageNames(arglist) File "/usr/lib/python2.5/site-packages/yum/__init__.py", line 493, in pkgSack = property(fget=lambda self: self._getSacks(), File "/usr/lib/python2.5/site-packages/yum/__init__.py", line 376, in _getSacks self.repos.populateSack(which=repos) File "/usr/lib/python2.5/site-packages/yum/repos.py", line 200, in populateSack sack.populate(repo, mdtype, callback, cacheonly) File "/usr/lib/python2.5/site-packages/yum/yumRepo.py", line 132, in populate if self._check_db_version(repo, mydbtype): File "/usr/lib/python2.5/site-packages/yum/yumRepo.py", line 189, in _check_db_version if repo.repoXML.repoData.has_key(mdtype): AttributeError: 'NoneType' object has no attribute 'repoData' [root at localhost ~]# yum --enablerepo=livna-development install mplayer Loading "installonlyn" plugin Any ideas? Arch -----Original Message----- From: fedora-test-list-bounces at redhat.com on behalf of Tim Lauridsen Sent: Thu 4/12/2007 2:33 AM To: For testers of Fedora Core development releases Subject: Re: Anyone have mplayer working with FC7 test3? Tim Lauridsen wrote: > Arch Willingham wrote: >> I have it working with one machine running FC7 test3 but it was an >> upgrade from FC6. I just did a brand new install of FC7 test3 and >> tried to install mplayer. It died with dependency issues with >> libdts.so.0,libfaad.so.0, and libxvidcore.so.4 (see below). >> >> # rpm -Uvh mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm >> warning: mplayer-1.0-0.72.20070325svn.lvn7.i386.rpm: Header V3 DSA >> signature: NOKEY, key ID a109b1ec >> error: Failed dependencies: >> libdts.so.0 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 >> libfaad.so.0 is needed by mplayer-1.0-0.72.20070325svn.lvn7.i386 >> libxvidcore.so.4 is needed by >> mplayer-1.0-0.72.20070325svn.lvn7.i386 >> >> >> Thanks! >> >> Arch >> >> > No problem here. > > #rpm -ivh http://rpm.livna.org/livna-release-6.rpm > #vi /etc/yum.repos.d/livna.repo > change the 'enabled=1' to 'enabled=0' > #yum --enabledrepo=livna-development install mplayer. ups, it should be yum --enablerepo=livna-development install mplayer Tim -- fedora-test-list mailing list fedora-test-list at redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list From dsavage at peaknet.net Sun Apr 22 18:45:23 2007 From: dsavage at peaknet.net (Robert G. (Doc) Savage) Date: Sun, 22 Apr 2007 13:45:23 -0500 Subject: F7T3: Unable to Find Correct Driver for "local CDROM" Install In-Reply-To: References: Message-ID: <1177267523.1911.7.camel@lioness.protogeek.org> On Wed, 2007-04-18 at 09:11 +0200, Adam Pribyl wrote: > On Tue, 17 Apr 2007, Browder, Tom wrote: > > >> -----Original Message----- > >> From: fedora-test-list-bounces at redhat.com > >> [mailto:fedora-test-list-bounces at redhat.com] On Behalf Of Gerry Tool > >> Sent: Tuesday, April 17, 2007 12:34 > >> To: For testers of Fedora Core development releases > >> Subject: Re: F7T3: Unable to Find Correct Driver for "local > >> CDROM" Install > > ... > >> The driver it is trying to get you to select is for the > >> parallel ATA devices on your motherboard. In my case, I have > >> a board with an AMD processor, so the driver that works is > >> pata_amd. This is a result of switching from IDE support to > >> libata support for drives. > > > > Gerry, thanks for the reply. > > > > I, too, have an AMD motherboard and anaconda shows the pata_amd driver > > loading before I get to the screen to start installation. > > > > Any other ideas? > > > > See the topic "F7T4 and SATA/IDE testing - a call to arms!" > This is exacly what this is about. > > > > > -Tom > > Adam Pribyl Adam, I am having the same "boot then go blind" symptoms. What's worse, I can't get the install-from-local-hard-drive option to work either. When I point to /dev/sdb1 and give it the path to the DVD ISO image, it says it can't find it. I've used this many times with CD ISO images, but this is the first time for a DVD ISO image. Does the hard drive install option know how to recognize and use a DVD ISO image? (sha1sum = OK) --Doc Savage Fairview Heights, IL From gbcox at bzb.us Sun Apr 22 20:32:37 2007 From: gbcox at bzb.us (Gerald B. Cox) Date: Sun, 22 Apr 2007 13:32:37 -0700 Subject: USB Flash Drives in Fedora 7 Read Only In-Reply-To: <274498.6161.qm@web52601.mail.re2.yahoo.com> References: <274498.6161.qm@web52601.mail.re2.yahoo.com> Message-ID: <20070422133237.eolrapmev44wccsw@charon.bzb.us> Yes, both owner and group are root. Quoting Antonio Olivares : > > --- "Gerald B. Cox" wrote: > >> Runinng F7 Test 3 and found that USB drives when >> inserted are >> read-only. The way I had corrected this was to >> create an entry in >> FSTAB; but I thought that this was suppose to be >> handled >> automatically... >> >> I have a FC6 system and don't have any entries in >> FSTAB and it works >> correctly. >> >> Does anyone know what might be going on, or is this >> a bug? > > If you click on owner, do you see root.root instead of > username. I saw this but I do not know for sure. I > should CC this to fedora-test-list and find out. > > Regards, > > Antonio >> >> Thanks! >> >> >> -- >> fedora-list mailing list >> fedora-list at redhat.com >> To unsubscribe: >> https://www.redhat.com/mailman/listinfo/fedora-list >> > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > -- > fedora-list mailing list > fedora-list at redhat.com > To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list > From abaumhau at neo.rr.com Mon Apr 23 02:37:24 2007 From: abaumhau at neo.rr.com (Andy Baumhauer) Date: Sun, 22 Apr 2007 22:37:24 -0400 Subject: Kernel panic: LVM not working in kernel since 2.6.20-1.3069 -- Repost In-Reply-To: <20070420182745.GB13939@redhat.com> References: <4628C3BE.1040406@neo.rr.com> <20070420182745.GB13939@redhat.com> Message-ID: <462C1BE4.6080308@neo.rr.com> Thanks Dave, It turns out to be a mkinitrd bug. After analyzing the two nash init scripts in the initrd files attached, I noticed that the working one had lvm commands, and the other did not (as I suspected). After studying and debugging the mkinitrd script, I isolated the problem to the following function call: lvshow() { lvm.static lvs --ignorelockingfailure --noheadings -o vg_name \ $1 2>/dev/null | egrep -v '^ *(WARNING:|Volume Groups with)' } The problem stems from my /etc/fstab having all of the LVM partitions called with LABEL=/, LABEL=/var, and LABEL=/home. The lvshow function (lvm.static lvs) does not support LABEL=/ to locate a volume group. The work-around was to change LABEL=/ to /dev/mapper/VolumeGroup00-root and this was enough to output the correct nash script to start LVM at boot. The permanent fix is to determine if Fedora is going to use LABEL=/ in fstab (and use it in /etc/crypttab), and if so, fix the mkinitrd function to locate LVM volume groups by label. Andy From rodd at clarkson.id.au Sun Apr 22 01:56:14 2007 From: rodd at clarkson.id.au (Rodd Clarkson) Date: Sun, 22 Apr 2007 11:56:14 +1000 Subject: gnome-panel hang In-Reply-To: <20070419230131.GA5021@kerouac> References: <46279FCF.6000804@neo.rr.com> <20070419230131.GA5021@kerouac> Message-ID: <1177206974.20720.13.camel@localhost.localdomain> On Fri, 2007-04-20 at 02:01 +0300, Serta? ?. Y?ld?z wrote: > [19.Nis.07 12:58 -0400] Andy Baumhauer: > > During the updates on 4/18/07, when I logged back into Gnome, the > > gnome-panel hangs. The "Updates" balloon appears at the top far left, > > instead of on the updater icon on the top right. I had added hwsensors on > > the top toolbar, and these weren't appearing (using acpi and lmsensors). > > The toolbar was completely unresponsive. Icons on the desktop would open, > > but many programs would hang on start (gnome-terminal) and a blank popup > > would appear. > > Almost the same happens here, too. And occasionally it?s more like > a session hang. Sometimes right clicking on desktop responds, sometimes > not. > > > I was unable to confirm which applet was hanging the panel. I ended > > up fixing the problem my removing .gnome, .gnome2, and .gconf > > (probably overkill). > > I suspect this is about system sounds. Killing esd ?unhangs? gnome here. > Maybe by removing .gconf you just unset /desktop/gnome/sound/enable_esd? I've seen the exact same thing too. A quick 'killall esd' fixes things, but I guess it shouldn't be happening in the first place. Anyone make a suggestion on where to start debugging this. Would a hardware profile be a good start, or do we need a backtrace of esd (and how do we get this), or is esd just an innocent bystander. I'm willing to try and debug, but not sure were to start. R. -- "It's a fine line between denial and faith. It's much better on my side" From rodd at clarkson.id.au Sun Apr 22 01:53:26 2007 From: rodd at clarkson.id.au (Rodd Clarkson) Date: Sun, 22 Apr 2007 11:53:26 +1000 Subject: inserting an SD card into the reader sees it mounted as root.root In-Reply-To: <1177072565.610.2.camel@aglarond.local> References: <1177040970.3794.2.camel@localhost.localdomain> <1177072565.610.2.camel@aglarond.local> Message-ID: <1177206806.20720.10.camel@localhost.localdomain> On Fri, 2007-04-20 at 08:36 -0400, Jeremy Katz wrote: > On Fri, 2007-04-20 at 13:49 +1000, Rodd Clarkson wrote: > > Anyone else seeing this? > > > > This is on a current rawhide install. > > gnome-mount had a busted %preun for a while; you'll need to remove and > then reinstall the gnome-mount package and that _should_ fix things I > think Okay, I did a rpm -Uvh gnome-mount- --force since yum remove wanted to remove 122 packages. Here's hoping a forced upgrade is good enough. The media now mounts as rodd.root. Is this correct or should it be rodd.rodd? R. -- "It's a fine line between denial and faith. It's much better on my side" From rodd at clarkson.id.au Mon Apr 23 04:42:10 2007 From: rodd at clarkson.id.au (Rodd Clarkson) Date: Mon, 23 Apr 2007 14:42:10 +1000 Subject: USB Flash Drives in Fedora 7 Read Only In-Reply-To: <20070422133237.eolrapmev44wccsw@charon.bzb.us> References: <274498.6161.qm@web52601.mail.re2.yahoo.com> <20070422133237.eolrapmev44wccsw@charon.bzb.us> Message-ID: <1177303330.2949.7.camel@localhost.localdomain> I suspect the following will answer your questions: see: https://www.redhat.com/archives/fedora-test-list/2007-April/msg00387.html R. On Sun, 2007-04-22 at 13:32 -0700, Gerald B. Cox wrote: > Yes, both owner and group are root. > > Quoting Antonio Olivares : > > > > > --- "Gerald B. Cox" wrote: > > > >> Runinng F7 Test 3 and found that USB drives when > >> inserted are > >> read-only. The way I had corrected this was to > >> create an entry in > >> FSTAB; but I thought that this was suppose to be > >> handled > >> automatically... > >> > >> I have a FC6 system and don't have any entries in > >> FSTAB and it works > >> correctly. > >> > >> Does anyone know what might be going on, or is this > >> a bug? > > > > If you click on owner, do you see root.root instead of > > username. I saw this but I do not know for sure. I > > should CC this to fedora-test-list and find out. > > > > Regards, > > > > Antonio > >> > >> Thanks! > >> > >> > >> -- > >> fedora-list mailing list > >> fedora-list at redhat.com > >> To unsubscribe: > >> https://www.redhat.com/mailman/listinfo/fedora-list > >> > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam protection around > > http://mail.yahoo.com > > > > -- > > fedora-list mailing list > > fedora-list at redhat.com > > To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list > > > > > > > -- "It's a fine line between denial and faith. It's much better on my side" From buildsys at redhat.com Mon Apr 23 09:35:46 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Mon, 23 Apr 2007 05:35:46 -0400 Subject: rawhide report: 20070423 changes Message-ID: <200704230935.l3N9Zkjs022369@hs20-bc2-6.build.redhat.com> Updated Packages: (none) Broken deps for ppc64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.54-2.ppc64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ppc64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ppc64 requires mkisofs k3b - 1.0-1.fc7.ppc64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires cdrecord xcdroast - 0.98a15-13.ppc64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires mkisofs >= 0:2.0 Broken deps for i386 ---------------------------------------------------------- anaconda-runtime - 11.2.0.54-2.i386 requires mkisofs dvd+rw-tools - 7.0-3.fc7.i386 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.i386 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.i386 requires cdrecord k3b - 1.0-1.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs xcdroast - 0.98a15-13.i386 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.i386 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.i386 requires mkisofs >= 0:2.0 Broken deps for ppc ---------------------------------------------------------- anaconda-runtime - 11.2.0.54-2.ppc requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ppc requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ppc requires mkisofs k3b - 1.0-1.fc7.ppc requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc requires cdrecord xcdroast - 0.98a15-13.ppc requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc requires mkisofs >= 0:2.0 xcdroast - 0.98a15-13.ppc requires cdrecord >= 0:2.0 Broken deps for ia64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.54-2.ia64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ia64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ia64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ia64 requires mkisofs k3b - 1.0-1.fc7.ia64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires cdrecord xcdroast - 0.98a15-13.ia64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires mkisofs >= 0:2.0 Broken deps for x86_64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.54-2.x86_64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.x86_64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.x86_64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.x86_64 requires mkisofs k3b - 1.0-1.fc7.x86_64 requires cdrecord k3b - 1.0-1.fc7.i386 requires mkisofs k3b - 1.0-1.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord xcdroast - 0.98a15-13.x86_64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires mkisofs >= 0:2.0 From gianluca.cecchi at gmail.com Mon Apr 23 10:49:59 2007 From: gianluca.cecchi at gmail.com (Gianluca Cecchi) Date: Mon, 23 Apr 2007 12:49:59 +0200 Subject: create dvd iso from tree Message-ID: <561c252c0704230349i1c2cf586xcad15779c96149bd@mail.gmail.com> I see that today there are no updates... in the mean time we have the official dvd iso for test4 to down-torrent and test, what would be the correct method to create a dvd iso if I have rsynced the tree and for example I am into the directory containing (for x86_64): drwxr-sr-x 4096 2007/04/22 11:29:09 . -rw-r--r-- 85 2007/04/22 11:29:09 .discinfo -rw-r--r-- 364 2007/04/22 11:03:47 .treeinfo drwxr-sr-x 192512 2007/04/22 11:15:54 Fedora -rw-r--r-- 18385 2005/04/05 20:35:02 GPL -rw-r--r-- 12760 2007/04/21 04:07:51 README-Accessibility -rwxr-xr-x 147767 2007/04/21 04:07:51 RELEASE-NOTES-en_US.html -rw-r--r-- 1910 2007/04/21 02:25:43 RPM-GPG-KEY -rw-r--r-- 1706 2007/04/21 02:25:43 RPM-GPG-KEY-beta -rw-r--r-- 1519 2007/04/21 02:25:43 RPM-GPG-KEY-fedora -rw-r--r-- 2043 2007/04/21 02:25:43 RPM-GPG-KEY-fedora-extras -rw-r--r-- 1722 2007/04/21 02:25:43 RPM-GPG-KEY-fedora-legacy -rw-r--r-- 1105 2007/04/21 02:25:43 RPM-GPG-KEY-fedora-rawhide -rw-r--r-- 1076 2007/04/21 02:25:43 RPM-GPG-KEY-fedora-test -rw-r--r-- 1232 2007/04/21 02:25:43 RPM-GPG-KEY-rawhide -rw-r--r-- 2882 2007/04/21 04:07:51 fedora.css drwxr-xr-x 4096 2007/04/22 11:05:08 images drwxr-xr-x 4096 2007/04/22 11:05:09 isolinux drwxr-xr-x 4096 2007/04/22 11:21:56 repodata drwxr-xr-x 4096 2007/04/22 11:05:09 stylesheet-images Will this command do the trick (with the dot at the end)? mkisofs -R -J -T -v -no-emul-boot -boot-load-size 4 -boot-info-table \ -b isolinux/isolinux.bin \ -c isolinux/boot.cat -x "lost+found" \ -o FC7_rsynced_today_x86_64.iso . Do I need the command implantisomd5 if I don't want to verify media? Is it necessary a createrepo command (I don't see here the base directory under fedora one...)? thanks for your help. Gianluca From davej at redhat.com Mon Apr 23 14:23:14 2007 From: davej at redhat.com (Dave Jones) Date: Mon, 23 Apr 2007 10:23:14 -0400 Subject: Kernel panic: LVM not working in kernel since 2.6.20-1.3069 -- Repost In-Reply-To: <462C1BE4.6080308@neo.rr.com> References: <4628C3BE.1040406@neo.rr.com> <20070420182745.GB13939@redhat.com> <462C1BE4.6080308@neo.rr.com> Message-ID: <20070423142314.GB19674@redhat.com> On Sun, Apr 22, 2007 at 10:37:24PM -0400, Andy Baumhauer wrote: > Thanks Dave, > > It turns out to be a mkinitrd bug. > > After analyzing the two nash init scripts in the initrd files attached, I > noticed that the working one had lvm commands, and the other did not (as I > suspected). After studying and debugging the mkinitrd script, I isolated the > problem to the following function call: > > lvshow() { > lvm.static lvs --ignorelockingfailure --noheadings -o vg_name \ > $1 2>/dev/null | egrep -v '^ *(WARNING:|Volume Groups with)' > } > > The problem stems from my /etc/fstab having all of the LVM partitions called > with LABEL=/, LABEL=/var, and LABEL=/home. The lvshow function > (lvm.static lvs) > does not support LABEL=/ to locate a volume group. > > The work-around was to change LABEL=/ to /dev/mapper/VolumeGroup00-root > and this > was enough to output the correct nash script to start LVM at boot. > > The permanent fix is to determine if Fedora is going to use LABEL=/ in fstab > (and use it in /etc/crypttab), and if so, fix the mkinitrd function to > locate > LVM volume groups by label. Nnngghh.. The fragility of this stuff never ceases to amaze me. Can you file a bug on this please? Dave -- http://www.codemonkey.org.uk From clumens at redhat.com Mon Apr 23 14:48:07 2007 From: clumens at redhat.com (Chris Lumens) Date: Mon, 23 Apr 2007 10:48:07 -0400 Subject: Adventures with net Install In-Reply-To: <1177187015.13391.17.camel@omen.com> References: <1177187015.13391.17.camel@omen.com> Message-ID: <20070423144807.GD17381@exeter.boston.redhat.com> > The first time I enter the site and path for an ftp install > the rescue cd can't find it. Example: > limestone.uoregon.edu /fedora/linux/development/arch/os/ > This fails wit or without the trailing slash for both > i386 and x86_64. I am then given the chance to reenter > the data. Without changing ANYTHING the second try succeeds > in accessing the mirror, and a few files are downloaded. > But then there is a failure to use the stage image because > a file descriptor is busy. This happened with both x86_64 > and i386 installs, both FTP and HTTP. Yeah, I fixed this on Friday right before heading out of the office but we haven't gotten to building a new anaconda yet. Hopefully we'll do that today. I think FTP installs are broken otherwise, but this needed to get fixed before I could check that. - Chris From harald at redhat.com Mon Apr 23 14:48:48 2007 From: harald at redhat.com (Harald Hoyer) Date: Mon, 23 Apr 2007 16:48:48 +0200 Subject: Burning DVR+R, DVD+R DL In-Reply-To: <1177204580.27182.6.camel@surfer.hagood.sktc.net> References: <462AAFC7.1080803@yahoo.com> <1177204580.27182.6.camel@surfer.hagood.sktc.net> Message-ID: <462CC750.4090101@redhat.com> David Hagood schrieb: > On Sat, 2007-04-21 at 19:43 -0500, Allen Kistler wrote: > >> growisofs >> > > Which also doesn't work - > > 0.33% done, estimate finish Sat Apr 21 20:40:06 2007 > /dev/cdrecorder: "Current Write Speed" is 2.5x1352KBps. > :-[ WRITE at LBA=0h failed with SK=3h/ASC=72h/ACQ=01h]: Input/output error > :-( write failed: Input/output error > > seems like your cd drive does not like standard MMC commands... -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3475 bytes Desc: S/MIME Cryptographic Signature URL: From clydekunkel7734 at cox.net Mon Apr 23 15:15:29 2007 From: clydekunkel7734 at cox.net (Clyde E. Kunkel) Date: Mon, 23 Apr 2007 11:15:29 -0400 Subject: F7T4 and SATA/IDE testing - a call to arms! In-Reply-To: <1176762358.5178.124.camel@metroid.rdu.redhat.com> References: <1176762358.5178.124.camel@metroid.rdu.redhat.com> Message-ID: <462CCD91.70800@cox.net> Will Woods wrote: > Hi, folks! > > This is your early warning that F7Test4 - the last of the pre-F7 test > releases - is coming out NEXT WEEK. > > IF YOU HAVE BEEN HAVING PROBLEMS WITH DISK DETECTION AND/OR OTHER > DISK-RELATED THINGS, please read this! > > Thanks for your support! > > -w > Probably too late, but http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=237456 is a show stopper for me. Saw the same problem with test 3, but didn't have time to investigate. Strange thing is, I have a rawhide installation on the same machine that I have kept up-to-date since FC6 final days and the disk detection and libata work fine. -- Regards, Old Fart (my reply-to address is "munged" to defeat spambots) From romal at gmx.de Mon Apr 23 17:32:38 2007 From: romal at gmx.de (Robert M. Albrecht) Date: Mon, 23 Apr 2007 19:32:38 +0200 Subject: F7T4 and SATA/IDE testing - a call to arms! In-Reply-To: <462CCD91.70800@cox.net> References: <1176762358.5178.124.camel@metroid.rdu.redhat.com> <462CCD91.70800@cox.net> Message-ID: <462CEDB6.1000209@gmx.de> Hi, > Strange thing is, I have a rawhide installation on the same machine that > I have kept up-to-date since FC6 final days and the disk detection and > libata work fine. Same for me, except FC6 didn?t work either. But fc6test3 did work. Problem is, I lost my fc6test3 media to reinstall, so I had to migrate the machine to Ubuntu. Strange thing is, Ubunutu 6 does work, Ubuntu 7 has the same problem. But in contrast to updating Fedora, updating Ubuntu 6 to Ubuntu 7 does produce a non working system. cu romal From drago01 at gmail.com Mon Apr 23 20:13:48 2007 From: drago01 at gmail.com (dragoran dragoran) Date: Mon, 23 Apr 2007 22:13:48 +0200 Subject: Burning DVR+R, DVD+R DL In-Reply-To: <462CC750.4090101@redhat.com> References: <462AAFC7.1080803@yahoo.com> <1177204580.27182.6.camel@surfer.hagood.sktc.net> <462CC750.4090101@redhat.com> Message-ID: On 4/23/07, Harald Hoyer wrote: > > David Hagood schrieb: > > On Sat, 2007-04-21 at 19:43 -0500, Allen Kistler wrote: > > > >> growisofs > >> > > > > Which also doesn't work - > > > > 0.33% done, estimate finish Sat Apr 21 20:40:06 2007 > > /dev/cdrecorder: "Current Write Speed" is 2.5x1352KBps. > > :-[ WRITE at LBA=0h failed with SK=3h/ASC=72h/ACQ=01h]: Input/output error > > :-( write failed: Input/output error > > > > > > seems like your cd drive does not like standard MMC commands... I have the same problem on fc6 an only with dvd+r ... (rw works fine) any solution? -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From lmacken at redhat.com Mon Apr 23 22:47:31 2007 From: lmacken at redhat.com (Luke Macken) Date: Mon, 23 Apr 2007 18:47:31 -0400 Subject: Firewall GUI Utility (system-config-securitylevel) v.1.7.0 In-Reply-To: <20070417145826.GA29303@jadzia.bu.edu> References: <46223FAA.3050404@speakeasy.net> <20070417145826.GA29303@jadzia.bu.edu> Message-ID: <20070423224731.GF2991@tomservo.rh.rit.edu> On Tue, Apr 17, 2007 at 10:58:26AM -0400, Matthew Miller wrote: > On Sun, Apr 15, 2007 at 10:07:22AM -0500, Carlo Wise wrote: > > I have noticed that version 1.7.0.fc7 has a problem saving certain > > changes. It will only save changes made that involve modifying at least > > 1 of the Trusted Services. For instance, If I add or remove a trusted > > port it will work fine; however, if I try to add only 1 or more ports > > manually, the prompt confirming the changes does not appear nor are the > > changes saved. If I add a trusted port and also a port manually the > > changes will be saved. The bottom line is that it only works as long as > > there are changes made to any of the trusted ports. > > Bugzilla? Looks like https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=227285 ...although there is no mention of it actually succeeding when modifying the Trusted Services, so that might be good to mention. luke From lmacken at redhat.com Mon Apr 23 23:04:07 2007 From: lmacken at redhat.com (Luke Macken) Date: Mon, 23 Apr 2007 19:04:07 -0400 Subject: how long do packages stay in testing? In-Reply-To: <46251F7B.5030609@redhat.com> References: <46251F7B.5030609@redhat.com> Message-ID: <20070423230407.GG2991@tomservo.rh.rit.edu> On Tue, Apr 17, 2007 at 03:26:51PM -0400, Chuck Ebbert wrote: > Jack Tanner wrote: > > The testing repo has packages as old as openldap-2.3.30-1.fc6.1.src.rpm > > 30-Nov-2006 and sysklogd-1.4.1-42.fc7.src.rpm 11-Dec-2006. Is there any policy > > about how long packages should stay in testing? AFAICS, if a package shows up in > > testing, it's either good and should get pushed to updates in a little while, or > > it's bad and it should get yanked from testing. Right? > > It's very hard to remove packages from testing after you've > decided not to release them. So some people just leave them there, > apparently. At the moment there is no formal policy for updates-testing. This is going to change for Fedora 7 where testing updates will eventually require community approval before making their way to the stable repo. There are some flowcharts[0] describing the update process on the bodhi wiki. Suggestions for improvements are welcome. luke [0]: https://hosted.fedoraproject.org/projects/bodhi/wiki/DesignTesting From miles.lane at gmail.com Tue Apr 24 03:31:26 2007 From: miles.lane at gmail.com (Miles Lane) Date: Mon, 23 Apr 2007 20:31:26 -0700 Subject: FC7 request -- Make it so that /proc/acpi/wakeup flags are automatically enabled for USB and mousepad devices at boot time Message-ID: Hello, I am running the development packages on my HP Pavilion dv1240us. If I suspend using System-->Suspend, I cannot wake up the machine by using the mousepad or inserting a USB device. After harassing the ACPI development folks, I found out that I needed to enable the corresponding flags in /proc/acpi/wakeup. Can we please tweak FC7 so that these ACPI flags are set automatically at boot time? When I boot, the flags are all disabled: # cat /proc/acpi/wakeup Device Sleep state Status PCIB 5 disabled LAN 5 disabled PS2K 3 disabled PSM1 3 disabled USB0 3 disabled USB1 3 disabled USB2 3 disabled USB7 3 disabled If I run: # echo PSM1 > /proc/acpi/wakeup # echo USB0 > /proc/acpi/wakeup # echo USB1 > /proc/acpi/wakeup # echo USB2 > /proc/acpi/wakeup # echo USB7 > /proc/acpi/wakeup I get: # cat /proc/acpi/wakeup Device Sleep state Status PCIB 5 disabled LAN 5 disabled PS2K 3 enabled PSM1 3 enabled USB0 3 enabled USB1 3 enabled USB2 3 enabled USB7 3 enabled Once the flags are enabled, I can successfully wake from suspend by using my Synaptics mousepad or by inserting a USB device. Thanks, Miles From buildsys at redhat.com Tue Apr 24 09:48:21 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Tue, 24 Apr 2007 05:48:21 -0400 Subject: rawhide report: 20070424 changes Message-ID: <200704240948.l3O9mLJY009878@hs20-bc2-6.build.redhat.com> Updated Packages: alsa-utils-1.0.14-0.5.rc2.fc7 ----------------------------- * Wed Apr 18 2007 Martin Stransky 1.0.14-0.5.rc2 - added more funcionality to salsa (save/load sound settings), moved volume settings to /etc/alsa/ anaconda-11.2.0.55-1 -------------------- * Mon Apr 23 2007 Jeremy Katz - 11.2.0.55-1 - Fix FTP/HTTP installs booted from disc1/rescueCD - Ensure kickstart scripts are executed with the right cwd (clumens, #237317) - Fix net device comparison (dcantrell, #237431) - Fix multiple repos some more (#231543) * Fri Apr 20 2007 Chris Lumens - 11.2.0.54-1 - Be smarter about detecting network link status (dcantrell, #236483). - Lots of yum mirror list and retry fixes (dlehman). - BR libdhcp-static (dcantrell). - Add Mist theme (katzj). - Update translation files (katzj, #237263). - Fix VNC traceback (#237194). - Fix error message for > 15 partitions per disk (dcantrell, #234686). * Thu Apr 19 2007 Jeremy Katz - 11.2.0.53-1 - Add Romanian to language list (#237060) - Fix selinux context of /etc/modprobe.d - Move locale-archive.tmpl into the right place (clumens) - Don't duplicate filesystem entries (clumens, #236477) - Fix a python warning (dcantrell) - Fix release notes with live CD fedora-logos-6.0.98-3.fc7 ------------------------- * Mon Apr 23 2007 Matthias Clasen - 6.0.98-3 - Clean up %post scriptlet (#237428) fedora-release-notes-6.93-2 --------------------------- * Mon Apr 23 2007 Jesse Keating - 6.93-2 - Updated translations and bits from wiki iptables-1.3.7-2 ---------------- * Mon Apr 23 2007 Jeremy Katz - 1.3.7-2 - fix error when ipv6 support isn't loaded in the kernel (#236888) kernel-2.6.20-1.3104.fc7 ------------------------ * Sat Apr 21 2007 Dave Jones - 2.6.21-rc7-git5 * Fri Apr 20 2007 David Woodhouse - Add workaround for PS3 EHCI isochronous mode - SPU fixes for PS3 * Fri Apr 20 2007 Dave Jones - 2.6.21-rc7-git4 pygobject2-2.12.3-3.fc7 ----------------------- * Thu Apr 19 2007 Matthew Barnes - 2.12.3-3.fc7 - Add patch for RH bug #237179 (memory leak). selinux-policy-2.6.1-1.fc7 -------------------------- * Mon Apr 23 2007 Dan Walsh 2.6.1-1 - Upstream bumped the version * Thu Apr 19 2007 Dan Walsh 2.5.12-12 - Allow consolekit to syslog - Allow ntfs to work with hal * Thu Apr 19 2007 Dan Walsh 2.5.12-11 - Allow iptables to read etc_runtime_t totem-2.18.1-3.fc7 ------------------ * Mon Apr 23 2007 - Bastien Nocera - 2.18.2-3 - Add missing control-center-devel BuildRequires, to use the new playback key infrastructure in gnome-settings-daemon (#237484) yum-3.1.6-3.fc7 --------------- * Mon Apr 23 2007 Jeremy Katz - 3.1.6-3 - include the fix for comps files in extra repos with anaconda (#237546) Broken deps for ia64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.ia64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ia64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ia64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ia64 requires mkisofs k3b - 1.0-1.fc7.ia64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires cdrecord xcdroast - 0.98a15-13.ia64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires mkisofs >= 0:2.0 Broken deps for i386 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.i386 requires mkisofs dvd+rw-tools - 7.0-3.fc7.i386 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.i386 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.i386 requires cdrecord k3b - 1.0-1.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs xcdroast - 0.98a15-13.i386 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.i386 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.i386 requires mkisofs >= 0:2.0 Broken deps for ppc64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.ppc64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ppc64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ppc64 requires mkisofs k3b - 1.0-1.fc7.ppc64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires cdrecord xcdroast - 0.98a15-13.ppc64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires mkisofs >= 0:2.0 Broken deps for x86_64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.x86_64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.x86_64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.x86_64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.x86_64 requires mkisofs k3b - 1.0-1.fc7.x86_64 requires cdrecord k3b - 1.0-1.fc7.i386 requires mkisofs k3b - 1.0-1.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord xcdroast - 0.98a15-13.x86_64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires mkisofs >= 0:2.0 Broken deps for ppc ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.ppc requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ppc requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ppc requires mkisofs k3b - 1.0-1.fc7.ppc requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc requires cdrecord xcdroast - 0.98a15-13.ppc requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc requires mkisofs >= 0:2.0 xcdroast - 0.98a15-13.ppc requires cdrecord >= 0:2.0 From davej at redhat.com Tue Apr 24 14:20:13 2007 From: davej at redhat.com (Dave Jones) Date: Tue, 24 Apr 2007 10:20:13 -0400 Subject: FC7 request -- Make it so that /proc/acpi/wakeup flags are automatically enabled for USB and mousepad devices at boot time In-Reply-To: References: Message-ID: <20070424142013.GA23598@redhat.com> On Mon, Apr 23, 2007 at 08:31:26PM -0700, Miles Lane wrote: > Hello, > > I am running the development packages on my HP Pavilion dv1240us. > If I suspend using System-->Suspend, I cannot wake up the machine > by using the mousepad or inserting a USB device. After harassing the > ACPI development folks, I found out that I needed to enable the > corresponding flags in /proc/acpi/wakeup. Can we please tweak FC7 > so that these ACPI flags are set automatically at boot time? They're set by the BIOS. Some of them will allow you to configure them there. Dave -- http://www.codemonkey.org.uk From notting at redhat.com Tue Apr 24 14:43:11 2007 From: notting at redhat.com (Bill Nottingham) Date: Tue, 24 Apr 2007 10:43:11 -0400 Subject: FC7 request -- Make it so that /proc/acpi/wakeup flags are automatically enabled for USB and mousepad devices at boot time In-Reply-To: <20070424142013.GA23598@redhat.com> References: <20070424142013.GA23598@redhat.com> Message-ID: <20070424144311.GA9691@nostromo.devel.redhat.com> Dave Jones (davej at redhat.com) said: > > I am running the development packages on my HP Pavilion dv1240us. > > If I suspend using System-->Suspend, I cannot wake up the machine > > by using the mousepad or inserting a USB device. After harassing the > > ACPI development folks, I found out that I needed to enable the > > corresponding flags in /proc/acpi/wakeup. Can we please tweak FC7 > > so that these ACPI flags are set automatically at boot time? > > They're set by the BIOS. Some of them will allow you to configure them there. Moreover, the names aren't necessarily consistent across machines. Bill From das_deniz at yahoo.com Tue Apr 24 15:33:33 2007 From: das_deniz at yahoo.com (das) Date: Tue, 24 Apr 2007 08:33:33 -0700 (PDT) Subject: vtty screen resolution / font trouble Message-ID: <173361.39291.qm@web33113.mail.mud.yahoo.com> Hey Fedora Folks, Machine is IBM/Lenovo T60p - LCD panel has 1400x1050 - ATI Mobility FireGL v5250 (all correctly detected for X) (I have this same problem with CentOS-5 so i suspect RHEL 5 has the same issue) f7t3 + updates - init 5 startup is fine and resolution is good.... but switching to a vtty (e.g., Ctl-Alt-F2) and then not only is the font too large but the 24x80 char text display doesn't even show all the current lines on the screen. In other words - fonts and resolution are whacked - can't see prompt after 'ls -lR' because it's at the bottom of the terminal which is off the visible portion of the lcd display. This problem is also visible at shutdown - so you don't see what's currently being stopped / killed just whatever has scrolled up into the visible region of the lcd display. would submit bug but don't know the app responsible for vtty resolution mess-up.... thanks for the attention and suggestions das __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From ajackson at redhat.com Tue Apr 24 15:48:04 2007 From: ajackson at redhat.com (Adam Jackson) Date: Tue, 24 Apr 2007 11:48:04 -0400 Subject: vtty screen resolution / font trouble In-Reply-To: <173361.39291.qm@web33113.mail.mud.yahoo.com> References: <173361.39291.qm@web33113.mail.mud.yahoo.com> Message-ID: <1177429684.3981.64.camel@localhost.localdomain> On Tue, 2007-04-24 at 08:33 -0700, das wrote: > Hey Fedora Folks, > > Machine is IBM/Lenovo T60p - LCD panel has > 1400x1050 - ATI Mobility FireGL v5250 (all > correctly detected for X) > > (I have this same problem with CentOS-5 so i > suspect RHEL 5 has the same issue) > > f7t3 + updates - init 5 startup is fine and > resolution is good.... but switching to a vtty > (e.g., Ctl-Alt-F2) and then not only is the font > too large but the 24x80 char text display doesn't > even show all the current lines on the screen. > > In other words - fonts and resolution are whacked > - can't see prompt after 'ls -lR' because it's at > the bottom of the terminal which is off the > visible portion of the lcd display. > > This problem is also visible at shutdown - so you > don't see what's currently being stopped / killed > just whatever has scrolled up into the visible > region of the lcd display. > > would submit bug but don't know the app > responsible for vtty resolution mess-up.... VT switching bugs are usually the X server's fault (xorg-x11-server). Seen this before. Appears to be an ATI VBIOS bug, haven't traced it down further because it's unlikely it's fixable. - ajax From miles.lane at gmail.com Tue Apr 24 16:15:37 2007 From: miles.lane at gmail.com (Miles Lane) Date: Tue, 24 Apr 2007 09:15:37 -0700 Subject: FC7 request -- Make it so that /proc/acpi/wakeup flags are automatically enabled for USB and mousepad devices at boot time In-Reply-To: <20070424144311.GA9691@nostromo.devel.redhat.com> References: <20070424142013.GA23598@redhat.com> <20070424144311.GA9691@nostromo.devel.redhat.com> Message-ID: On 4/24/07, Bill Nottingham wrote: > Dave Jones (davej at redhat.com) said: > > > I am running the development packages on my HP Pavilion dv1240us. > > > If I suspend using System-->Suspend, I cannot wake up the machine > > > by using the mousepad or inserting a USB device. After harassing the > > > ACPI development folks, I found out that I needed to enable the > > > corresponding flags in /proc/acpi/wakeup. Can we please tweak FC7 > > > so that these ACPI flags are set automatically at boot time? > > > > They're set by the BIOS. Some of them will allow you to configure them there. My Phoenix BIOS doesn't appear to support modifying those values. I suppose there might be some utility that would modify the flags. I'll look around on the web. > Moreover, the names aren't necessarily consistent across machines. Yeah. Luckily, this issue will go away in an upcoming kernel. I don't know how long it will take for these changes to make it into a Linus release, though. See here: http://bugzilla.kernel.org/show_bug.cgi?id=8286 All the best, Miles From gianluca.cecchi at gmail.com Tue Apr 24 17:07:12 2007 From: gianluca.cecchi at gmail.com (Gianluca Cecchi) Date: Tue, 24 Apr 2007 19:07:12 +0200 Subject: icons of latest development openoffice Message-ID: <561c252c0704241007h7d4819d9lc3916e26734d5d52@mail.gmail.com> are the ones provided by openoffice and not the ones usually I got in Fedora... Is this intended...? I preferred the fedora ones Gianluca From caolanm at redhat.com Tue Apr 24 17:44:37 2007 From: caolanm at redhat.com (Caolan McNamara) Date: Tue, 24 Apr 2007 18:44:37 +0100 Subject: icons of latest development openoffice In-Reply-To: <561c252c0704241007h7d4819d9lc3916e26734d5d52@mail.gmail.com> References: <561c252c0704241007h7d4819d9lc3916e26734d5d52@mail.gmail.com> Message-ID: <1177436677.4652.7.camel@localhost.localdomain> On Tue, 2007-04-24 at 19:07 +0200, Gianluca Cecchi wrote: > are the ones provided by openoffice and not the ones usually I got in Fedora... > Is this intended...? I preferred the fedora ones It looks like the default Fedora GNOME theme is now "Fedora" which inherits its icons from "Mist", and "Mist" doesn't have any openoffice.org icons or inherit from one that does. So the fallback is all the way back to the "vanilla" OOo icons, bypassing the previous "BlueCurve" icons used by that theme and other inheriting themes like Clearlooks. The vanilla icons do look like crap, so hopefully either redhat-artwork or gnome-themes could be tweaked to use the BlueCurve icons for OOo apps. C. From mclasen at redhat.com Tue Apr 24 17:54:29 2007 From: mclasen at redhat.com (Matthias Clasen) Date: Tue, 24 Apr 2007 13:54:29 -0400 Subject: icons of latest development openoffice In-Reply-To: <1177436677.4652.7.camel@localhost.localdomain> References: <561c252c0704241007h7d4819d9lc3916e26734d5d52@mail.gmail.com> <1177436677.4652.7.camel@localhost.localdomain> Message-ID: <1177437269.3616.12.camel@localhost.localdomain> On Tue, 2007-04-24 at 18:44 +0100, Caolan McNamara wrote: > On Tue, 2007-04-24 at 19:07 +0200, Gianluca Cecchi wrote: > > are the ones provided by openoffice and not the ones usually I got in Fedora... > > Is this intended...? I preferred the fedora ones > > It looks like the default Fedora GNOME theme is now "Fedora" which > inherits its icons from "Mist", and "Mist" doesn't have any > openoffice.org icons or inherit from one that does. So the fallback is > all the way back to the "vanilla" OOo icons, bypassing the previous > "BlueCurve" icons used by that theme and other inheriting themes like > Clearlooks. > > The vanilla icons do look like crap, so hopefully either redhat-artwork > or gnome-themes could be tweaked to use the BlueCurve icons for OOo > apps. We can make Fedora inherit from Mist and Bluecurve, if that helps. That way, OOo should be able to get the Bluecurve icons From caolanm at redhat.com Tue Apr 24 17:59:04 2007 From: caolanm at redhat.com (Caolan McNamara) Date: Tue, 24 Apr 2007 18:59:04 +0100 Subject: icons of latest development openoffice In-Reply-To: <1177437269.3616.12.camel@localhost.localdomain> References: <561c252c0704241007h7d4819d9lc3916e26734d5d52@mail.gmail.com> <1177436677.4652.7.camel@localhost.localdomain> <1177437269.3616.12.camel@localhost.localdomain> Message-ID: <1177437544.4652.12.camel@localhost.localdomain> On Tue, 2007-04-24 at 13:54 -0400, Matthias Clasen wrote: > On Tue, 2007-04-24 at 18:44 +0100, Caolan McNamara wrote: > > > > The vanilla icons do look like crap, so hopefully either redhat-artwork > > or gnome-themes could be tweaked to use the BlueCurve icons for OOo > > apps. > > We can make Fedora inherit from Mist and Bluecurve, if that helps. That > way, OOo should be able to get the Bluecurve icons Yeah, go for it. That sounds like a good thing to do. The vanilla ones really stand out dramatically different. C. From veillard at redhat.com Tue Apr 24 20:42:38 2007 From: veillard at redhat.com (Daniel Veillard) Date: Tue, 24 Apr 2007 16:42:38 -0400 Subject: Fedora Core 6 Test Update: libvirt-0.2.2-1.fc6 Message-ID: <200704242042.l3OKgcp8005513@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-458 2007-04-24 --------------------------------------------------------------------- Product : Fedora Core 6 Name : libvirt Version : 0.2.2 Release : 1.fc6 Summary : Library providing a simple API for virtualization Description : Libvirt is a C toolkit to interract with the virtualization capabilities of recent versions of Linux (and other OSes). --------------------------------------------------------------------- Update Information: A number of bugs from 0.2.1 are fixed in this update --------------------------------------------------------------------- * Thu Apr 19 2007 Daniel Veillard - 0.2.2-1.fc6 - Release of 0.2.2 - lot of assorted bugfixes and cleanups - preparing for Xen-3.0.5 * Mon Mar 19 2007 Daniel Veillard - 2.0.1-2.fc6 - We still need to force use of new PVFB config style * Fri Mar 16 2007 Daniel Veillard - 2.0.1-1.fc6 - Release of 0.2.1 - lot of bug and portability fixes - Add support for network autostart and init scripts - New API to detect the virtualization capabilities of a host - Documentation updates --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ ddf02b3703994c6a1a0d55ecbc95e04f850c3dda SRPMS/libvirt-0.2.2-1.fc6.src.rpm ddf02b3703994c6a1a0d55ecbc95e04f850c3dda noarch/libvirt-0.2.2-1.fc6.src.rpm 1c4b3f59c8f635c8840c6945b29931f295a71abd x86_64/libvirt-python-0.2.2-1.fc6.x86_64.rpm 5060aa4d952499907e03c77c778de6fc6a937695 x86_64/libvirt-devel-0.2.2-1.fc6.x86_64.rpm 20545831ab033f850d6536c6da2480860b70b367 x86_64/debug/libvirt-debuginfo-0.2.2-1.fc6.x86_64.rpm c8895a83cc71c0b0deeeca73e8cdc712b0335eb4 x86_64/libvirt-0.2.2-1.fc6.x86_64.rpm 70d3c21085966c36392e6782ebe33aaa978ed9ca i386/libvirt-0.2.2-1.fc6.i386.rpm 61b565634820c0b27e55224b3d8f9b6a58aa7452 i386/libvirt-devel-0.2.2-1.fc6.i386.rpm 77a598a3fccf08965db662885900e627674b3e7f i386/libvirt-python-0.2.2-1.fc6.i386.rpm c866923086e9a4b7459a74ba5d7935229df9a1ad i386/debug/libvirt-debuginfo-0.2.2-1.fc6.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From veillard at redhat.com Tue Apr 24 20:43:05 2007 From: veillard at redhat.com (Daniel Veillard) Date: Tue, 24 Apr 2007 16:43:05 -0400 Subject: Fedora Core 6 Test Update: libxml2-2.6.28-1.fc6 Message-ID: <200704242043.l3OKh5Ad005647@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-459 2007-04-24 --------------------------------------------------------------------- Product : Fedora Core 6 Name : libxml2 Version : 2.6.28 Release : 1.fc6 Summary : Library providing XML and HTML support Description : This library allows to manipulate XML files. It includes support to read, modify and write XML and HTML files. There is DTDs support this includes parsing and validation even with complex DtDs, either at parse time or later once the document has been modified. The output can be a simple SAX stream or and in-memory DOM like representations. In this case one can use the built-in XPath and XPointer implementation to select subnodes or ranges. A flexible Input/Output mechanism is available, with existing HTTP and FTP modules and combined to an URI library. --------------------------------------------------------------------- Update Information: Many bug fixes in the upstream release --------------------------------------------------------------------- * Thu Apr 19 2007 Daniel Veillard 2.6.28-1.fc6 - upstream release 2.6.28 see http://xmlsoft.org/news.html - very large amount of bug fixes reported upstream * Thu Oct 26 2006 Daniel Veillard 2.6.27-1.FC6 - upstream release 2.6.27 see http://xmlsoft.org/news.html - very large amount of bug fixes reported upstream --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ 41257078e2a16316669bf9bbda3becc66d6b3ce3 SRPMS/libxml2-2.6.28-1.fc6.src.rpm 41257078e2a16316669bf9bbda3becc66d6b3ce3 noarch/libxml2-2.6.28-1.fc6.src.rpm adb4938d5a05b9e09dac7ce894d859549644cad7 ppc/libxml2-python-2.6.28-1.fc6.ppc.rpm 3611a79ef381543afeeb6ad95e71747657424b7c ppc/libxml2-devel-2.6.28-1.fc6.ppc.rpm ab3753b79d85b31cee8129a999c9d2072deb6159 ppc/debug/libxml2-debuginfo-2.6.28-1.fc6.ppc.rpm 6d11347f30ad642dc083db6318d663a4de917305 ppc/libxml2-2.6.28-1.fc6.ppc.rpm 8c59ea2c2206a8b4a01c3ccfe17f2ba54ad7d4d0 x86_64/libxml2-python-2.6.28-1.fc6.x86_64.rpm 6d1a949bebc0f2b2211c65a59986479dd377f987 x86_64/libxml2-devel-2.6.28-1.fc6.x86_64.rpm 70931bc23969b1ba5a84e4dbb7955f88f6784f12 x86_64/libxml2-2.6.28-1.fc6.x86_64.rpm df676547c16b8cc1ffca0eb1448c269cebd4c54d x86_64/debug/libxml2-debuginfo-2.6.28-1.fc6.x86_64.rpm 2215d300164c7dd0255b461fb293db3b8df758f7 i386/libxml2-2.6.28-1.fc6.i386.rpm 56148731e686bc9383438d2174e8c23939c06362 i386/libxml2-python-2.6.28-1.fc6.i386.rpm dadd365ff963432c55251fd7a39f7436ee43347c i386/debug/libxml2-debuginfo-2.6.28-1.fc6.i386.rpm 113eaed5b7c395763a46d17dc49b6a27fc763f12 i386/libxml2-devel-2.6.28-1.fc6.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From mbarnes at redhat.com Tue Apr 24 20:44:09 2007 From: mbarnes at redhat.com (Matthew Barnes) Date: Tue, 24 Apr 2007 16:44:09 -0400 Subject: Fedora Core 6 Test Update: pygobject2-2.12.3-2.fc6 Message-ID: <200704242044.l3OKi9il005949@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-461 2007-04-24 --------------------------------------------------------------------- Product : Fedora Core 6 Name : pygobject2 Version : 2.12.3 Release : 2.fc6 Summary : Python bindings for GObject Description : pygobject2 provides a convenient wrapper for the GObject library for use in Python programs. --------------------------------------------------------------------- Update Information: This update fixes a memory leak in pyg_flags_from_gtype(). --------------------------------------------------------------------- * Thu Apr 19 2007 Matthew Barnes - 2.12.3-2.fc6 - Add patch for RH bug #237179 (memory leak). * Sat Nov 18 2006 Matthew Barnes - 2.12.3-1.fc6 - Update to 2.12.3 --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ 6c9fdabe4436788a9cc86d3608edb2888fc6d2c5 SRPMS/pygobject2-2.12.3-2.fc6.src.rpm 6c9fdabe4436788a9cc86d3608edb2888fc6d2c5 noarch/pygobject2-2.12.3-2.fc6.src.rpm d38a91357409821ec49e15f9c1ecdb1e693a7c3d ppc/pygobject2-devel-2.12.3-2.fc6.ppc.rpm 8317e94865b33c4e91f03a2f2e7b1b28fdc52294 ppc/pygobject2-doc-2.12.3-2.fc6.ppc.rpm 44a269997e2cd7f9a61ca97ac445937e86c38333 ppc/pygobject2-2.12.3-2.fc6.ppc.rpm 56212518c4ecbb1af618b0ad9ea37140c6b61375 ppc/debug/pygobject2-debuginfo-2.12.3-2.fc6.ppc.rpm f8409bceac196593d7a107069575cb3899e9c23d x86_64/pygobject2-doc-2.12.3-2.fc6.x86_64.rpm b3ddab0f964b60c96b252ff759b7dc51b6b833dd x86_64/debug/pygobject2-debuginfo-2.12.3-2.fc6.x86_64.rpm e45f84e6509f27a7e031af7c672698a48ffacb63 x86_64/pygobject2-2.12.3-2.fc6.x86_64.rpm 1ba0e5dc2b4a56e9e70b0a7399a49ed4533e9263 x86_64/pygobject2-devel-2.12.3-2.fc6.x86_64.rpm b7bab990338b221e10076fec609f2cdae1951956 i386/pygobject2-2.12.3-2.fc6.i386.rpm 1435bf919793bf5303d310d9c91a86d339e897b1 i386/debug/pygobject2-debuginfo-2.12.3-2.fc6.i386.rpm af8084526347bb213749faf95834f35ec7f5fd30 i386/pygobject2-devel-2.12.3-2.fc6.i386.rpm 32b607c0146af709f87a599e9ac694259add4ee0 i386/pygobject2-doc-2.12.3-2.fc6.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From davidz at redhat.com Tue Apr 24 20:44:59 2007 From: davidz at redhat.com (David Zeuthen) Date: Tue, 24 Apr 2007 16:44:59 -0400 Subject: Fedora Core 6 Test Update: dbus-1.0.1-12.fc6 Message-ID: <200704242044.l3OKixRW006271@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-462 2007-04-24 --------------------------------------------------------------------- Product : Fedora Core 6 Name : dbus Version : 1.0.1 Release : 12.fc6 Summary : D-BUS message bus Description : D-BUS is a system for sending messages between applications. It is used both for the systemwide message bus service, and as a per-user-login-session messaging facility. --------------------------------------------------------------------- Update Information: This update fixes a bug where the bus daemon couldn't send messages to audit subsystem. --------------------------------------------------------------------- * Fri Apr 20 2007 David Zeuthen - 1.0.1-12 - Bump and rebuild * Fri Apr 20 2007 David Zeuthen - 1.0.1-11 - Bump and rebuild * Fri Apr 20 2007 David Zeuthen - 1.0.1-10 - Start SELinux thread after setuid call (#237289) * Thu Dec 21 2006 Ray Strode - 1.0.1-9 - instead of moving config file like we did in 1.0.1-5, just ship a compatible config file and upgrade on reboot (bug 218207 again) --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ c20df9db50ccf7763462edd68d59730b387cb7f1 SRPMS/dbus-1.0.1-12.fc6.src.rpm c20df9db50ccf7763462edd68d59730b387cb7f1 noarch/dbus-1.0.1-12.fc6.src.rpm 1ddcc560af3b275ba505cad7ecc1d4b892c28ed1 ppc/dbus-devel-1.0.1-12.fc6.ppc.rpm 6501666d1fa889e6949bcb3cc60dd10cdb88752b ppc/debug/dbus-debuginfo-1.0.1-12.fc6.ppc.rpm 2395c6dad7d742caa837fdc55ee2bd1a8cf49c41 ppc/dbus-x11-1.0.1-12.fc6.ppc.rpm 6d2f272b67d23683746fefa3fd6bc7bb0a1e7787 ppc/dbus-1.0.1-12.fc6.ppc.rpm 3a2a9907c9ea6fd149790d27819fa97b2c831167 x86_64/dbus-1.0.1-12.fc6.x86_64.rpm f59498fb414f268184f907e9a5c487a924a86caa x86_64/dbus-devel-1.0.1-12.fc6.x86_64.rpm 419e0ca451c4d9cfe7a31063629632946897cf6d x86_64/debug/dbus-debuginfo-1.0.1-12.fc6.x86_64.rpm 1949e715708e8a0abd8cfe30a85ecdf6996ba199 x86_64/dbus-x11-1.0.1-12.fc6.x86_64.rpm 1d1947c046aa93cc0ab3640423e8120a781d4b04 i386/dbus-devel-1.0.1-12.fc6.i386.rpm 3016d7a89db9ea344a4040b82dfb3e36a1f00cbe i386/debug/dbus-debuginfo-1.0.1-12.fc6.i386.rpm 92715991e6cd6f3caea97dc7e544fd7a8427ba5e i386/dbus-1.0.1-12.fc6.i386.rpm 65b7a21c389c542b0205a40e605551c16f7afe72 i386/dbus-x11-1.0.1-12.fc6.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From dwalsh at redhat.com Tue Apr 24 20:45:27 2007 From: dwalsh at redhat.com (Daniel Walsh) Date: Tue, 24 Apr 2007 16:45:27 -0400 Subject: Fedora Core 6 Test Update: selinux-policy-2.4.6-62.fc6 Message-ID: <200704242045.l3OKjR09006836@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-463 2007-04-24 --------------------------------------------------------------------- Product : Fedora Core 6 Name : selinux-policy Version : 2.4.6 Release : 62.fc6 Summary : SELinux policy configuration Description : SELinux Reference Policy - modular. --------------------------------------------------------------------- * Fri Apr 20 2007 Dan Walsh 2.4.6-62 - Revert patch to stop secadm and sysadm from having audit_control Resolves: #236855 - Allow clamav to create pid files in amavis_var_run - Allow apcupsd to send itselef signals * Thu Apr 19 2007 Dan Walsh 2.4.6-61 - Fix admin_domain_template to allow custom user types Resolves: #237133 -Allow lvm to create/delete generic device_t direcories/files under /dev Resolves: #237128 * Wed Apr 18 2007 Dan Walsh 2.4.6-60 - Fixes for AIDE at SystemHigh - Stop secadm and sysadm from having audit_control Resolves: #236855 * Mon Apr 16 2007 Dan Walsh 2.4.6-59 - Allow racoon to send audit messages Resolves: #232508 * Mon Apr 16 2007 Dan Walsh 2.4.6-58 - Fix aide specification Resolves: #234885 * Fri Apr 13 2007 Dan Walsh 2.4.6-57 - Allow fusefs_t to associate any file type so mv command will work. * Thu Apr 12 2007 Dan Walsh 2.4.6-56 - Allow lvm mls_file_read_up to look at Fixed disks Resolves: #236060 - More fixes for apcupsd * Thu Apr 12 2007 Dan Walsh 2.4.6-55 - Allow samba to list inotifyfs - Allow cups to send mail - kudzu Needs to ptrace init Resolves: #225443 --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ 64f1c55eea1519a405a72eebe18eee8f3293a17a SRPMS/selinux-policy-2.4.6-62.fc6.src.rpm 64f1c55eea1519a405a72eebe18eee8f3293a17a noarch/selinux-policy-2.4.6-62.fc6.src.rpm 29219436ac9a86ea00b78a2de8288fbb87c9e2f0 ppc/selinux-policy-targeted-2.4.6-62.fc6.noarch.rpm 825a2dc43c9af605ca42f4ed9446a41bdc0775f9 ppc/selinux-policy-devel-2.4.6-62.fc6.noarch.rpm 906f5ceb51c647ca55a7c42e1a41e5e2c8eae077 ppc/selinux-policy-mls-2.4.6-62.fc6.noarch.rpm fb9fe5ffb60f5ef04cc66d19505a5db671c35dfe ppc/selinux-policy-2.4.6-62.fc6.noarch.rpm cf1cb040f3f1d4cbdacdaa03156eaa833c22b3b4 ppc/selinux-policy-strict-2.4.6-62.fc6.noarch.rpm 29219436ac9a86ea00b78a2de8288fbb87c9e2f0 x86_64/selinux-policy-targeted-2.4.6-62.fc6.noarch.rpm 825a2dc43c9af605ca42f4ed9446a41bdc0775f9 x86_64/selinux-policy-devel-2.4.6-62.fc6.noarch.rpm 906f5ceb51c647ca55a7c42e1a41e5e2c8eae077 x86_64/selinux-policy-mls-2.4.6-62.fc6.noarch.rpm fb9fe5ffb60f5ef04cc66d19505a5db671c35dfe x86_64/selinux-policy-2.4.6-62.fc6.noarch.rpm cf1cb040f3f1d4cbdacdaa03156eaa833c22b3b4 x86_64/selinux-policy-strict-2.4.6-62.fc6.noarch.rpm 29219436ac9a86ea00b78a2de8288fbb87c9e2f0 i386/selinux-policy-targeted-2.4.6-62.fc6.noarch.rpm 825a2dc43c9af605ca42f4ed9446a41bdc0775f9 i386/selinux-policy-devel-2.4.6-62.fc6.noarch.rpm 906f5ceb51c647ca55a7c42e1a41e5e2c8eae077 i386/selinux-policy-mls-2.4.6-62.fc6.noarch.rpm fb9fe5ffb60f5ef04cc66d19505a5db671c35dfe i386/selinux-policy-2.4.6-62.fc6.noarch.rpm cf1cb040f3f1d4cbdacdaa03156eaa833c22b3b4 i386/selinux-policy-strict-2.4.6-62.fc6.noarch.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From dwalsh at redhat.com Tue Apr 24 20:45:55 2007 From: dwalsh at redhat.com (Daniel Walsh) Date: Tue, 24 Apr 2007 16:45:55 -0400 Subject: Fedora Core 6 Test Update: policycoreutils-1.34.1-8.fc6 Message-ID: <200704242045.l3OKjtGv007047@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-464 2007-04-24 --------------------------------------------------------------------- Product : Fedora Core 6 Name : policycoreutils Version : 1.34.1 Release : 8.fc6 Summary : SELinux policy core utilities. Description : Security-enhanced Linux is a feature of the Linux?? kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement??, Role-based Access Control, and Multi-level Security. policycoreutils contains the policy core utilities that are required for basic operation of a SELinux system. These utilities include load_policy to load policies, setfiles to label filesystems, newrole to switch roles, and run_init to run /etc/init.d scripts in the proper context. --------------------------------------------------------------------- * Tue Apr 17 2007 Dan Walsh 1.34.1-8 - Fix genhomedircon to handle __default__ not being user_u - Modify polgengui to be wizard * Tue Apr 17 2007 Dan Walsh 1.34.1-7 - Fully path script.py * Mon Apr 16 2007 Dan Walsh 1.34.1-6 - Add sepolgen/gui * Thu Mar 22 2007 Dan Walsh 1.34.1-5 - Fix fixfiles manpage - Fix restorecond init script --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ b1fa89ea6c58ac70c9cd5bc92d594dd365684a07 SRPMS/policycoreutils-1.34.1-8.fc6.src.rpm b1fa89ea6c58ac70c9cd5bc92d594dd365684a07 noarch/policycoreutils-1.34.1-8.fc6.src.rpm 54b508db3a0f52b707df6b59d0f6985142d20f29 ppc/policycoreutils-newrole-1.34.1-8.fc6.ppc.rpm 336706bfbc76e8a3edd15a0c577830e9c5d9b005 ppc/policycoreutils-gui-1.34.1-8.fc6.ppc.rpm 8056987c5169062ec809d2ebdccef27e76c6cab8 ppc/debug/policycoreutils-debuginfo-1.34.1-8.fc6.ppc.rpm 2eeaf9a001a6a9198f7252f84ff3ec3893d03433 ppc/policycoreutils-1.34.1-8.fc6.ppc.rpm 29e34271bb6550f719442bad2984716d4cadadb3 x86_64/debug/policycoreutils-debuginfo-1.34.1-8.fc6.x86_64.rpm 73d40d6fd52b3545e41fa51f8f7388f7d4a8a331 x86_64/policycoreutils-gui-1.34.1-8.fc6.x86_64.rpm 4d5dc5cf165d7748f394ae90388e8ae0874a4323 x86_64/policycoreutils-1.34.1-8.fc6.x86_64.rpm b450fcbf8c20037459fd533f45c5fb790f26d51c x86_64/policycoreutils-newrole-1.34.1-8.fc6.x86_64.rpm 46df0966c84d6733abea62ab7a8714f9a1e02292 i386/policycoreutils-newrole-1.34.1-8.fc6.i386.rpm 8621253925c1c8d89f843874cb303224f0e48f76 i386/policycoreutils-1.34.1-8.fc6.i386.rpm 4d2e5068f0c1c9f5003ef94e46b69269e7f0f99b i386/policycoreutils-gui-1.34.1-8.fc6.i386.rpm 8917c2f9740203cd3ff738a5fe15a9abebd8435a i386/debug/policycoreutils-debuginfo-1.34.1-8.fc6.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From ihok at hotmail.com Tue Apr 24 20:58:54 2007 From: ihok at hotmail.com (Jack Tanner) Date: Tue, 24 Apr 2007 20:58:54 +0000 (UTC) Subject: pretty emacs Message-ID: So it seems that Emacs 22 is nigh, and should actually make it into FC7 (at least as an update). Can we have xft and gtk enabled too? Then, hell can really freeze over. From riku.seppala at kymp.net Tue Apr 24 21:05:09 2007 From: riku.seppala at kymp.net (=?ISO-8859-1?Q?Riku_Sepp=E4l=E4?=) Date: Wed, 25 Apr 2007 00:05:09 +0300 Subject: kernel panic with 3104 if pci=noacpi Message-ID: <462E7105.5080009@kymp.net> Hello, I get kernel panic with 3104 if pci=noacpi, 3101 works. ACPI: Core revision 20070126 ACPI: setting ELCR to 0ea0 (from 0ca0) ExtINT not setup in hadrware but reported by MP table Kernel panic - not syncing: IO-APIC + timer doesen't work! Try using the 'noapic' kernel parameter This is the infamous HP dv9000 series laptop. Without pci=noacpi I get this bug http://bugzilla.kernel.org/show_bug.cgi?id=8186 3101 pci=noacpi -> works 3104 pci=noacpi -> kernel panic 3104 pci=noacpi noapic -> works Riku From sdl.web at gmail.com Tue Apr 24 21:08:50 2007 From: sdl.web at gmail.com (Leo) Date: Tue, 24 Apr 2007 22:08:50 +0100 Subject: pretty emacs References: Message-ID: ----- Jack Tanner (2007-04-24) wrote:----- > So it seems that Emacs 22 is nigh, and should actually make it into > FC7 (at least as an update). Can we have xft and gtk enabled too? > Then, hell can really freeze over. I'd also support enable gtk by default. XFT is not supported in Emacs 22 AFAIK. -- Leo (GPG Key: 9283AA3F) From marc_schwartz at comcast.net Wed Apr 25 00:19:01 2007 From: marc_schwartz at comcast.net (Marc Schwartz) Date: Tue, 24 Apr 2007 19:19:01 -0500 Subject: pretty emacs In-Reply-To: References: Message-ID: Leo wrote: > ----- Jack Tanner (2007-04-24) wrote:----- > >> So it seems that Emacs 22 is nigh, and should actually make it into >> FC7 (at least as an update). Can we have xft and gtk enabled too? >> Then, hell can really freeze over. > > I'd also support enable gtk by default. > > XFT is not supported in Emacs 22 AFAIK. It is, but it's better in 23 where it has been merged into the main Unicode trunk. See: http://www.emacswiki.org/cgi-bin/wiki/XftGnuEmacs Marc Schwartz <...been shivering for some time ;-) ...> From sdl.web at gmail.com Wed Apr 25 00:32:08 2007 From: sdl.web at gmail.com (Leo) Date: Wed, 25 Apr 2007 01:32:08 +0100 Subject: pretty emacs References: Message-ID: ----- Marc Schwartz (2007-04-25) wrote:----- >> I'd also support enable gtk by default. >> >> XFT is not supported in Emacs 22 AFAIK. > > It is, but it's better in 23 where it has been merged into the main > Unicode trunk. I didn't know that. But have you seen this bug when using XFT font: http://permalink.gmane.org/gmane.emacs.pretest.bugs/18219 It happens with Emacs 23 which makes it rather painful to use. -- Leo (GPG Key: 9283AA3F) From marc_schwartz at comcast.net Wed Apr 25 02:35:24 2007 From: marc_schwartz at comcast.net (Marc Schwartz) Date: Tue, 24 Apr 2007 21:35:24 -0500 Subject: pretty emacs In-Reply-To: References: Message-ID: Leo wrote: > ----- Marc Schwartz (2007-04-25) wrote:----- > >>> I'd also support enable gtk by default. >>> >>> XFT is not supported in Emacs 22 AFAIK. >> It is, but it's better in 23 where it has been merged into the main >> Unicode trunk. > > I didn't know that. > > But have you seen this bug when using XFT font: > http://permalink.gmane.org/gmane.emacs.pretest.bugs/18219 > > It happens with Emacs 23 which makes it rather painful to use. I don't use w3m so I cannot attest to the problem, however there was a post on the gnu.emacs.help group just today which pointed out this page on the emacs wiki, which you might find helpful: http://www.emacswiki.org/cgi-bin/wiki/w3m I use Bitstream fonts for everything (Vera Sans Mono for the default), so it is possible that I would not see the issues raised with some of the fonts used in the post you referred to. I use 23 with ECB, PSVN and ESS (Emacs Speaks Statistics) for R (http://www.r-project.org/) and it has been rock solid for me. About the only thing that I had to do somewhat differently is to use the updated pre-release CEDET tools and the ECB snap-shot release for 23. HTH, Marc Schwartz From caolanm at redhat.com Wed Apr 25 07:11:25 2007 From: caolanm at redhat.com (Caolan McNamara) Date: Wed, 25 Apr 2007 08:11:25 +0100 Subject: icons of latest development openoffice In-Reply-To: <1177436677.4652.7.camel@localhost.localdomain> References: <561c252c0704241007h7d4819d9lc3916e26734d5d52@mail.gmail.com> <1177436677.4652.7.camel@localhost.localdomain> Message-ID: <1177485086.2486.5.camel@localhost.localdomain> On Tue, 2007-04-24 at 18:44 +0100, Caolan McNamara wrote: > On Tue, 2007-04-24 at 19:07 +0200, Gianluca Cecchi wrote: > > are the ones provided by openoffice and not the ones usually I got in Fedora... > > Is this intended...? I preferred the fedora ones > > It looks like the default Fedora GNOME theme is now "Fedora" which > inherits its icons from "Mist", and "Mist" doesn't have any > openoffice.org icons or inherit from one that does. So the fallback is > all the way back to the "vanilla" OOo icons, bypassing the previous > "BlueCurve" icons used by that theme and other inheriting themes like > Clearlooks. > > The vanilla icons do look like crap, so hopefully either redhat-artwork > or gnome-themes could be tweaked to use the BlueCurve icons for OOo > apps. To be clear here I'm just referring to the icons used for the panel launchers, not the theme of the application itself. C. From sdl.web at gmail.com Wed Apr 25 07:38:38 2007 From: sdl.web at gmail.com (Leo) Date: Wed, 25 Apr 2007 08:38:38 +0100 Subject: pretty emacs References: Message-ID: ----- Marc Schwartz (2007-04-25) wrote:----- > I don't use w3m so I cannot attest to the problem Start Emacs with 'emacs -Q -fn "monospace:pixelsize=16" and then 'C-u 3 2 M-x hanoi'. Have you seen the screen flickering in Emacs 22 with XFT? i.e. if there is no such problem I will second enable XFT by default ;) -- Leo (GPG Key: 9283AA3F) From buildsys at redhat.com Wed Apr 25 09:26:29 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Wed, 25 Apr 2007 05:26:29 -0400 Subject: rawhide report: 20070425 changes Message-ID: <200704250926.l3P9QTu6000418@hs20-bc2-6.build.redhat.com> Updated Packages: (none) Broken deps for x86_64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.x86_64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.x86_64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.x86_64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.i386 requires mkisofs k3b - 1.0-1.fc7.i386 requires cdrecord k3b - 1.0-1.fc7.x86_64 requires mkisofs k3b - 1.0-1.fc7.x86_64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord xcdroast - 0.98a15-13.x86_64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires mkisofs >= 0:2.0 Broken deps for ppc ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.ppc requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ppc requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ppc requires mkisofs k3b - 1.0-1.fc7.ppc requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc requires cdrecord xcdroast - 0.98a15-13.ppc requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc requires mkisofs >= 0:2.0 xcdroast - 0.98a15-13.ppc requires cdrecord >= 0:2.0 Broken deps for i386 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.i386 requires mkisofs dvd+rw-tools - 7.0-3.fc7.i386 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.i386 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.i386 requires cdrecord k3b - 1.0-1.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs xcdroast - 0.98a15-13.i386 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.i386 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.i386 requires mkisofs >= 0:2.0 Broken deps for ia64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.ia64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ia64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ia64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ia64 requires mkisofs k3b - 1.0-1.fc7.ia64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires cdrecord xcdroast - 0.98a15-13.ia64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires mkisofs >= 0:2.0 Broken deps for ppc64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.ppc64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ppc64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ppc64 requires mkisofs k3b - 1.0-1.fc7.ppc64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires cdrecord xcdroast - 0.98a15-13.ppc64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires mkisofs >= 0:2.0 From caf at omen.com Wed Apr 25 09:33:18 2007 From: caf at omen.com (Chuck Forsberg WA7KGX N2469R) Date: Wed, 25 Apr 2007 02:33:18 -0700 Subject: FC7 Getting there... Message-ID: <1177493598.4234.12.camel@omen.com> I rsync'd the x86_64 development tree and then did an NFS install using the rescue-cd in a Core Duo Aus p5b-e motherboard. The Atansic ethernet works, yielding 750 Mb/s with ttcp. The April Nvidia beta driver actually works with FC7. I tried compiz. Complained about no sync extension. Google sez "omit xfree86-dga" to get rid of that complaint. Still couldn't get compiz to do anything interesting but the is the first time I've tried compiz. Loaded Beryl and it WORKS. Next step - a video player codec package that plays real video files. And then a working Cinelerra or suitable alternative. So far the only working Cinelerra I've seen is on Dynbolic. (Working Cinelerra :== no crash on PLAY.) -- Chuck Forsberg caf at omen.com www.omen.com 503-614-0430 Developer of Industrial ZMODEM(Tm) for Embedded Applications Omen Technology Inc "The High Reliability Software" 10255 NW Old Cornelius Pass Portland OR 97231 FAX 629-0665 From bkoz at redhat.com Wed Apr 25 13:26:38 2007 From: bkoz at redhat.com (Benjamin Kosnik) Date: Wed, 25 Apr 2007 15:26:38 +0200 Subject: pretty emacs In-Reply-To: References: Message-ID: <462F570E.5050500@redhat.com> > http://www.emacswiki.org/cgi-bin/wiki/XftGnuEmacs Whoo hooo!!!! Thanks for this, looks mighty cool. -benjamin From bcwise at speakeasy.net Wed Apr 25 14:33:40 2007 From: bcwise at speakeasy.net (Carlo Wise) Date: Wed, 25 Apr 2007 09:33:40 -0500 Subject: Kickstart won't start properly (system-config-kickstart-2.7.4-1.fc7) Message-ID: <462F66C4.2020708@speakeasy.net> I tired starting kickstart to test creating an installation file but kickstart will not start and generates an error report: Component: system-config-kickstart Summary: TBefdff07c selinuxPage.py:75:__init__:AttributeError: 'NoneType' object has no attribute 'set_model' Traceback (most recent call last): File "/usr/bin/system-config-kickstart", line 81, in kickstartGui.kickstartGui(file) File "/usr/share/system-config-kickstart/kickstartGui.py", line 165, in __init__ self.firewall_class = firewall.Firewall(xml, self.ksHandler) File "/usr/share/system-config-kickstart/firewall.py", line 99, in __init__ self.selinuxWindow = selinuxWindow(selinuxXml) File "/usr/share/system-config-kickstart/firewall.py", line 40, in __init__ selinuxPage.__init__(self, xml, doDebug, inFirstboot) File "/usr/share/system-config-securitylevel/selinuxPage.py", line 75, in __init__ self.enabledOptionMenu.set_model(listStore) AttributeError: 'NoneType' object has no attribute 'set_model' Local variables in innermost frame: xml: listStore: doDebug: None self: inFirstboot: False From clumens at redhat.com Wed Apr 25 14:35:24 2007 From: clumens at redhat.com (Chris Lumens) Date: Wed, 25 Apr 2007 10:35:24 -0400 Subject: Kickstart won't start properly (system-config-kickstart-2.7.4-1.fc7) In-Reply-To: <462F66C4.2020708@speakeasy.net> References: <462F66C4.2020708@speakeasy.net> Message-ID: <20070425143524.GG17381@exeter.boston.redhat.com> > Traceback (most recent call last): > File "/usr/bin/system-config-kickstart", line 81, in > kickstartGui.kickstartGui(file) > File "/usr/share/system-config-kickstart/kickstartGui.py", line 165, > in __init__ > self.firewall_class = firewall.Firewall(xml, self.ksHandler) > File "/usr/share/system-config-kickstart/firewall.py", line 99, in > __init__ > self.selinuxWindow = selinuxWindow(selinuxXml) > File "/usr/share/system-config-kickstart/firewall.py", line 40, in > __init__ > selinuxPage.__init__(self, xml, doDebug, inFirstboot) > File "/usr/share/system-config-securitylevel/selinuxPage.py", line 75, > in __init__ > self.enabledOptionMenu.set_model(listStore) > AttributeError: 'NoneType' object has no attribute 'set_model' You need to downgrade to system-config-securitylevel-1.7.0. - Chris From marc_schwartz at comcast.net Wed Apr 25 15:09:13 2007 From: marc_schwartz at comcast.net (Marc Schwartz) Date: Wed, 25 Apr 2007 10:09:13 -0500 Subject: pretty emacs In-Reply-To: References: Message-ID: Leo wrote: > ----- Marc Schwartz (2007-04-25) wrote:----- > >> I don't use w3m so I cannot attest to the problem > > Start Emacs with 'emacs -Q -fn "monospace:pixelsize=16" and then 'C-u 3 2 > M-x hanoi'. Have you seen the screen flickering in Emacs 22 with XFT? > i.e. if there is no such problem I will second enable XFT by default ;) No flickering in 23. I have not used 22 in some time however, but I have no recollection of flickering with it. FWIW, here is my script to build 23 from CVS. Note that I build and use it locally, so as to not overwrite the current FC6 stable version. Hence the use of the lisp path configure option, etc. # watch for line wrap here cvs -z3 -d:pserver:anonymous at cvs.savannah.gnu.org:/cvsroot/emacs co -r emacs-unicode-2 emacs cd emacs # Watch for line wrap here ./configure --enable-locallisppath=/usr/share/emacs/site-lisp --with-gtk --with-xft --enable-font-backend make bootstrap make Then what I do is to create a script called emacs.xft and put it into ~/bin. This contains: # Watch for line wrap here /PATH_TO/emacs/src/emacs --enable-font-backend -fn 'Bitstream Vera Sans Mono' $@ I then set my default text editor, etc. to this script. HTH, Marc Schwartz From sdl.web at gmail.com Wed Apr 25 15:45:33 2007 From: sdl.web at gmail.com (Leo) Date: Wed, 25 Apr 2007 16:45:33 +0100 Subject: pretty emacs References: Message-ID: ----- Marc Schwartz (2007-04-25) wrote:----- > No flickering in 23. I have not used 22 in some time however, but I > have no recollection of flickering with it. Weird! This bug has been identified by Kenichi Handa and not yet fixed. -- Leo (GPG Key: 9283AA3F) From ajackson at redhat.com Wed Apr 25 15:51:23 2007 From: ajackson at redhat.com (Adam Jackson) Date: Wed, 25 Apr 2007 11:51:23 -0400 Subject: FC7 Getting there... In-Reply-To: <1177493598.4234.12.camel@omen.com> References: <1177493598.4234.12.camel@omen.com> Message-ID: <1177516283.2745.1.camel@localhost.localdomain> On Wed, 2007-04-25 at 02:33 -0700, Chuck Forsberg WA7KGX N2469R wrote: > I rsync'd the x86_64 development tree and then did an NFS > install using the rescue-cd in a Core Duo Aus p5b-e > motherboard. The Atansic ethernet works, yielding > 750 Mb/s with ttcp. > > The April Nvidia beta driver actually works with FC7. > > I tried compiz. Complained about no sync extension. > Google sez "omit xfree86-dga" to get rid of that > complaint. Still couldn't get compiz to do anything > interesting but the is the first time I've tried compiz. The nvidia installer is broken. It adds a Modules section containing just Load "glx" even though that module is already in the default module set. This forces extmod to not get loaded, hence no dga, no sync, no shape, no lots of things. - ajax From ndbecker2 at gmail.com Wed Apr 25 17:04:46 2007 From: ndbecker2 at gmail.com (Neal Becker) Date: Wed, 25 Apr 2007 13:04:46 -0400 Subject: pretty emacs References: Message-ID: Marc Schwartz wrote: > Leo wrote: >> ----- Marc Schwartz (2007-04-25) wrote:----- >> >>> I don't use w3m so I cannot attest to the problem >> >> Start Emacs with 'emacs -Q -fn "monospace:pixelsize=16" and then 'C-u 3 2 >> M-x hanoi'. Have you seen the screen flickering in Emacs 22 with XFT? >> i.e. if there is no such problem I will second enable XFT by default ;) > > No flickering in 23. I have not used 22 in some time however, but I > have no recollection of flickering with it. > > FWIW, here is my script to build 23 from CVS. Note that I build and use > it locally, so as to not overwrite the current FC6 stable version. Hence > the use of the lisp path configure option, etc. > > # watch for line wrap here > > cvs -z3 -d:pserver:anonymous at cvs.savannah.gnu.org:/cvsroot/emacs co -r > emacs-unicode-2 emacs > > > cd emacs > > > # Watch for line wrap here > > ./configure --enable-locallisppath=/usr/share/emacs/site-lisp --with-gtk > --with-xft --enable-font-backend > > > make bootstrap > > make > > > Then what I do is to create a script called emacs.xft and put it into > ~/bin. This contains: > > # Watch for line wrap here > > /PATH_TO/emacs/src/emacs --enable-font-backend -fn 'Bitstream Vera Sans > Mono' $@ > > > I then set my default text editor, etc. to this script. > > HTH, > > Marc Schwartz > > > Thanks, but build fails here on fc6 x86_64: font.o: In function `Ffont_drive_otf': /home/nbecker/emacs/src/font.c:3425: undefined reference to `check_otf_features' From sdl.web at gmail.com Wed Apr 25 17:09:05 2007 From: sdl.web at gmail.com (Leo) Date: Wed, 25 Apr 2007 18:09:05 +0100 Subject: pretty emacs References: Message-ID: ----- Neal Becker (2007-04-25) wrote:----- > Thanks, but build fails here on fc6 x86_64: > font.o: In function `Ffont_drive_otf': > /home/nbecker/emacs/src/font.c:3425: undefined reference to `check_otf_features' This is a bug introduced today. Hopefully it can be fixed tomorrow ;) -- Leo (GPG Key: 9283AA3F) From riku.seppala at kymp.net Wed Apr 25 19:55:55 2007 From: riku.seppala at kymp.net (=?ISO-8859-1?Q?Riku_Sepp=E4l=E4?=) Date: Wed, 25 Apr 2007 22:55:55 +0300 Subject: kernel panic with 3104 if pci=noacpi In-Reply-To: <462E7105.5080009@kymp.net> References: <462E7105.5080009@kymp.net> Message-ID: <462FB24B.6010707@kymp.net> Same thing with 3110 as with 3104. Should I file a bug? Riku Riku Sepp?l? wrote: > Hello, > > I get kernel panic with 3104 if pci=noacpi, 3101 works. > > ACPI: Core revision 20070126 > ACPI: setting ELCR to 0ea0 (from 0ca0) > ExtINT not setup in hadrware but reported by MP table > Kernel panic - not syncing: IO-APIC + timer doesen't work! Try using > the 'noapic' kernel parameter > > This is the infamous HP dv9000 series laptop. Without pci=noacpi I get > this bug http://bugzilla.kernel.org/show_bug.cgi?id=8186 > > 3101 pci=noacpi -> works > 3104 pci=noacpi -> kernel panic > 3104 pci=noacpi noapic -> works > > > Riku > From davej at redhat.com Wed Apr 25 19:57:57 2007 From: davej at redhat.com (Dave Jones) Date: Wed, 25 Apr 2007 15:57:57 -0400 Subject: kernel panic with 3104 if pci=noacpi In-Reply-To: <462FB24B.6010707@kymp.net> References: <462E7105.5080009@kymp.net> <462FB24B.6010707@kymp.net> Message-ID: <20070425195757.GA9877@redhat.com> On Wed, Apr 25, 2007 at 10:55:55PM +0300, Riku Sepp?l? wrote: > Same thing with 3110 as with 3104. Should I file a bug? Yeah, though I'm not sure what to do about it yet. Might need to get hold of one to try and debug this further. (HP seems to be an utter disaster in this area, and they get worse with every generation of laptops). Dave -- http://www.codemonkey.org.uk From orion at cora.nwra.com Wed Apr 25 20:27:20 2007 From: orion at cora.nwra.com (Orion Poplawski) Date: Wed, 25 Apr 2007 14:27:20 -0600 Subject: rpmdb corruption Message-ID: How many people are seeing rpmdb corruption with rawhide? -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA/CoRA Division FAX: 303-415-9702 3380 Mitchell Lane orion at cora.nwra.com Boulder, CO 80301 http://www.cora.nwra.com From mike at miketc.com Wed Apr 25 20:43:38 2007 From: mike at miketc.com (Mike Chambers) Date: Wed, 25 Apr 2007 15:43:38 -0500 Subject: Rawhide install Message-ID: <1177533818.4030.3.camel@scrappy.miketc.com> As of 4/24 the install went just fine, via NFS. The only thing that threw me off (and maybe that was because I wasn't paying attention), was that portmap wasn't included (had to make sure rpcbind service was on) to initiate NFS (as client). I also noticed (guess again wasn't paying attention) that the theme/icon theme was changed to Mist? If so, it seems the icons aren't all there or need some work. I liked echo better, so I went with the Fedora theme and echo icons. Other than above, the install was fine. Good job so far. -- Mike Chambers Madisonville, KY "Sex is like air, it's not important unless your not getting any!" From wwoods at redhat.com Wed Apr 25 21:29:16 2007 From: wwoods at redhat.com (Will Woods) Date: Wed, 25 Apr 2007 21:29:16 +0000 Subject: Rawhide install In-Reply-To: <1177533818.4030.3.camel@scrappy.miketc.com> References: <1177533818.4030.3.camel@scrappy.miketc.com> Message-ID: <1177536556.22781.13.camel@metroid.rdu.redhat.com> On Wed, 2007-04-25 at 15:43 -0500, Mike Chambers wrote: > As of 4/24 the install went just fine, via NFS. > > The only thing that threw me off (and maybe that was because I wasn't > paying attention), was that portmap wasn't included (had to make sure > rpcbind service was on) to initiate NFS (as client). rpcbind lives in its own package now (called, fittingly, rpcbind) - is that what confused you? NFS works fine for me. > I also noticed (guess again wasn't paying attention) that the theme/icon > theme was changed to Mist? If so, it seems the icons aren't all there > or need some work. I liked echo better, so I went with the Fedora theme > and echo icons. Yes, the default icon theme has been changed to Mist. The fedora-art folks determined that Echo wasn't going to make it in time, so this was their fallback plan. The Fedora theme is supposed to fall back to the Clearlooks icon when there isn't a Mist one, but it's not doing that yet. Maybe that's why it seems like there's icons missing? > Other than above, the install was fine. Good job so far. Thanks! Today's rawhide is essentially the same as F7Test4, so it's good to hear some positive results coming already. Less than 1 month until F7 final. Battle stations! -w -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From seandarcy2 at gmail.com Wed Apr 25 21:56:02 2007 From: seandarcy2 at gmail.com (sean) Date: Wed, 25 Apr 2007 17:56:02 -0400 Subject: live? prime? for upgrade from fc6 -> test4 Message-ID: I've fc6, gnome based. To upgrade to test4, is the live gnome cd iso sufficent? Or get the prime dvd? sean From ihok at hotmail.com Wed Apr 25 22:08:05 2007 From: ihok at hotmail.com (Jack Tanner) Date: Wed, 25 Apr 2007 22:08:05 +0000 (UTC) Subject: pretty emacs References: Message-ID: Jack Tanner hotmail.com> writes: > > So it seems that Emacs 22 is nigh, and should actually make it into FC7 (at > least as an update). Can we have xft and gtk enabled too? Then, hell can really > freeze over. > My apologies for being a retard, but to answer my own question: Emacs 23 (after the unicode-2 branch is merged) will have XFT and GTK, not before. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=229165 From sdl.web at gmail.com Wed Apr 25 22:20:28 2007 From: sdl.web at gmail.com (Leo) Date: Wed, 25 Apr 2007 23:20:28 +0100 Subject: pretty emacs References: Message-ID: ----- Jack Tanner (2007-04-25) wrote:----- > My apologies for being a retard, but to answer my own question: Emacs > 23 (after the unicode-2 branch is merged) will have XFT and GTK, not > before. > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=229165 Emacs 22 supports GTK just as well. In fact there is a discussion recently to make GTK the default before release in emacs-devel mailing list. I think Fedora 7 should build emacs with GTK to fit the Gnome desktop environment. -- Leo (GPG Key: 9283AA3F) From mike at miketc.com Wed Apr 25 22:22:08 2007 From: mike at miketc.com (Mike Chambers) Date: Wed, 25 Apr 2007 17:22:08 -0500 Subject: Rawhide install In-Reply-To: <1177536556.22781.13.camel@metroid.rdu.redhat.com> References: <1177533818.4030.3.camel@scrappy.miketc.com> <1177536556.22781.13.camel@metroid.rdu.redhat.com> Message-ID: <1177539728.4030.7.camel@scrappy.miketc.com> On Wed, 2007-04-25 at 21:29 +0000, Will Woods wrote: > On Wed, 2007-04-25 at 15:43 -0500, Mike Chambers wrote: > > As of 4/24 the install went just fine, via NFS. > > > > The only thing that threw me off (and maybe that was because I wasn't > > paying attention), was that portmap wasn't included (had to make sure > > rpcbind service was on) to initiate NFS (as client). > > rpcbind lives in its own package now (called, fittingly, rpcbind) - is > that what confused you? NFS works fine for me. Yes, and after starting taht service, was able to mount my nfs partitions. > > > I also noticed (guess again wasn't paying attention) that the theme/icon > > theme was changed to Mist? If so, it seems the icons aren't all there > > or need some work. I liked echo better, so I went with the Fedora theme > > and echo icons. > > Yes, the default icon theme has been changed to Mist. The fedora-art > folks determined that Echo wasn't going to make it in time, so this was > their fallback plan. > > The Fedora theme is supposed to fall back to the Clearlooks icon when > there isn't a Mist one, but it's not doing that yet. Maybe that's why it > seems like there's icons missing? Not sure if they were missing, or if there was just not an icon from that theme for a few programs? Gnome-terminal, file browser, and xchat programs were 3 off top of my head that had generic (gnome?) icons. > Thanks! Today's rawhide is essentially the same as F7Test4, so it's good > to hear some positive results coming already. > > Less than 1 month until F7 final. Battle stations! Can't wait, although I run rawhide almost exclusive most of the time, cept maybe right after a release. Anyway, will continue to test in whatever way I can (used to be a beta program tester back in the day :P) -- Mike Chambers Madisonville, KY "Sex is like air, it's not important unless your not getting any!" From dtimms at iinet.net.au Wed Apr 25 22:56:36 2007 From: dtimms at iinet.net.au (David Timms) Date: Thu, 26 Apr 2007 08:56:36 +1000 Subject: ftp 421 errors when retrieving development files from download.fedora.redhat.com Message-ID: <462FDCA4.4020806@iinet.net.au> Hi, After manually ftping stuff {13 files: rescue iso, pxe kernel, repodata, stage2.img} from development last few weeks, I created a shell script that did the same. I used urlgrabber to get the files I'm interested in - see attach. What I noticed was that some {4} downloads failed with python traceback eg: Traceback (most recent call last): File "/usr/bin/urlgrabber", line 124, in ? main() File "/usr/bin/urlgrabber", line 120, in main filename = urlgrab(url,filename=file,**kwargs) File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 597, in urlgrab return default_grabber.urlgrab(url, filename, **kwargs) File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 927, in urlgrab return self._retry(opts, retryfunc, url, filename) File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 845, in _retry r = apply(func, (opts,) + args, {}) File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 913, in retryfunc fo = URLGrabberFileObject(url, filename, opts) File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 1001, in __init__ self._do_open() File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 1068, in _do_open fo, hdr = self._make_request(req, opener) File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 1184, in _make_request raise URLGrabError(4, _('IOError: %s') % (e, )) urlgrabber.grabber.URLGrabError: [Errno 4] IOError: [Errno ftp error] 421 There are too many connections from your internet address. Now, in terms of this, the machine making the connection {and there isn't any other machine powered on within my NATed IP address}, was running just the script using urlgrabber, and it is used sequentially {one download finishes before the next one starts}, rather than in parallel. My guess is that the download site is taking a huge hit, which is fair enough, but if that is the case, the message should be "too many connected users" rather than ~" ... from your internet address". Am I just doing something silly ? {other than not using an in country mirror - which is often a few days late in it's content} DaveT. -------------- next part -------------- A non-text attachment was scrubbed... Name: fedora-development-fetch-current.sh Type: application/x-shellscript Size: 2074 bytes Desc: not available URL: From notting at redhat.com Wed Apr 25 23:03:03 2007 From: notting at redhat.com (Bill Nottingham) Date: Wed, 25 Apr 2007 19:03:03 -0400 Subject: Rawhide install In-Reply-To: <1177539728.4030.7.camel@scrappy.miketc.com> References: <1177533818.4030.3.camel@scrappy.miketc.com> <1177536556.22781.13.camel@metroid.rdu.redhat.com> <1177539728.4030.7.camel@scrappy.miketc.com> Message-ID: <20070425230303.GA29250@nostromo.devel.redhat.com> Mike Chambers (mike at miketc.com) said: > > rpcbind lives in its own package now (called, fittingly, rpcbind) - is > > that what confused you? NFS works fine for me. > > Yes, and after starting taht service, was able to mount my nfs > partitions. Was it not started by default? It should default the same as portmap. Bill From notting at redhat.com Wed Apr 25 23:03:28 2007 From: notting at redhat.com (Bill Nottingham) Date: Wed, 25 Apr 2007 19:03:28 -0400 Subject: live? prime? for upgrade from fc6 -> test4 In-Reply-To: References: Message-ID: <20070425230328.GB29250@nostromo.devel.redhat.com> sean (seandarcy2 at gmail.com) said: > I've fc6, gnome based. To upgrade to test4, is the live > gnome cd iso sufficent? Or get the prime dvd? You cannot *upgrade* with the Live CD. Bill From mike at miketc.com Thu Apr 26 00:39:41 2007 From: mike at miketc.com (Mike Chambers) Date: Wed, 25 Apr 2007 19:39:41 -0500 Subject: Rawhide install In-Reply-To: <20070425230303.GA29250@nostromo.devel.redhat.com> References: <1177533818.4030.3.camel@scrappy.miketc.com> <1177536556.22781.13.camel@metroid.rdu.redhat.com> <1177539728.4030.7.camel@scrappy.miketc.com> <20070425230303.GA29250@nostromo.devel.redhat.com> Message-ID: <1177547981.4030.9.camel@scrappy.miketc.com> On Wed, 2007-04-25 at 19:03 -0400, Bill Nottingham wrote: > Mike Chambers (mike at miketc.com) said: > > > rpcbind lives in its own package now (called, fittingly, rpcbind) - is > > > that what confused you? NFS works fine for me. > > > > Yes, and after starting taht service, was able to mount my nfs > > partitions. > > Was it not started by default? It should default the same as portmap. Yes it was started by default, that part works OK. It was just me trimming down what services I wanted to run on boot and that is what confused me initially, not knowing about rpcbind and portmap until I figured it out. -- Mike Chambers Madisonville, KY "Sex is like air, it's not important unless your not getting any!" From jacliburn at bellsouth.net Thu Apr 26 01:24:07 2007 From: jacliburn at bellsouth.net (Jay Cliburn) Date: Wed, 25 Apr 2007 20:24:07 -0500 Subject: Can't mount usb media or CD/DVD Message-ID: <20070425202407.20c6ebb3@osprey.hogchain.net> A usb thumb drive or a CD/DVD fails to automount under current rawhide (default gnome desktop). My indications are the same as those described in (closed) BZ 232674. I can manually mount the devices as root. Anyone else seeing this? Jay From clydekunkel7734 at cox.net Thu Apr 26 03:56:14 2007 From: clydekunkel7734 at cox.net (Clyde E. Kunkel) Date: Wed, 25 Apr 2007 23:56:14 -0400 Subject: Rawhide install In-Reply-To: <1177536556.22781.13.camel@metroid.rdu.redhat.com> References: <1177533818.4030.3.camel@scrappy.miketc.com> <1177536556.22781.13.camel@metroid.rdu.redhat.com> Message-ID: <463022DE.1060005@cox.net> Will Woods wrote: > Thanks! Today's rawhide is essentially the same as F7Test4, so it's good > to hear some positive results coming already. > > Less than 1 month until F7 final. Battle stations! > > -w > Some strange goings on tho with rawhide installs on my test machine: http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=237456 -- Regards, Old Fart (my reply-to address is "munged" to defeat spambots) From mschwendt.tmp0701.nospam at arcor.de Thu Apr 26 06:21:33 2007 From: mschwendt.tmp0701.nospam at arcor.de (Michael Schwendt) Date: Thu, 26 Apr 2007 08:21:33 +0200 Subject: ftp 421 errors when retrieving development files from download.fedora.redhat.com In-Reply-To: <462FDCA4.4020806@iinet.net.au> References: <462FDCA4.4020806@iinet.net.au> Message-ID: <20070426082133.63e3f453.mschwendt.tmp0701.nospam@arcor.de> On Thu, 26 Apr 2007 08:56:36 +1000, David Timms wrote: > Hi, > > After manually ftping stuff {13 files: rescue iso, pxe kernel, repodata, > stage2.img} from development last few weeks, I created a shell script > that did the same. I used urlgrabber to get the files I'm interested in > - see attach. > > What I noticed was that some {4} downloads failed with python traceback eg: > Traceback (most recent call last): > File "/usr/bin/urlgrabber", line 124, in ? > main() > File "/usr/bin/urlgrabber", line 120, in main > filename = urlgrab(url,filename=file,**kwargs) > File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line > 597, in urlgrab > return default_grabber.urlgrab(url, filename, **kwargs) > File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line > 927, in urlgrab > return self._retry(opts, retryfunc, url, filename) > File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line > 845, in _retry > r = apply(func, (opts,) + args, {}) > File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line > 913, in retryfunc > fo = URLGrabberFileObject(url, filename, opts) > File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line > 1001, in __init__ > self._do_open() > File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line > 1068, in _do_open > fo, hdr = self._make_request(req, opener) > File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line > 1184, in _make_request > raise URLGrabError(4, _('IOError: %s') % (e, )) > urlgrabber.grabber.URLGrabError: [Errno 4] IOError: [Errno ftp error] > 421 There are too many connections from your internet address. > > Now, in terms of this, the machine making the connection {and there > isn't any other machine powered on within my NATed IP address}, was > running just the script using urlgrabber, and it is used sequentially > {one download finishes before the next one starts}, rather than in parallel. > > My guess is that the download site is taking a huge hit, which is fair > enough, but if that is the case, the message should be "too many > connected users" rather than ~" ... from your internet address". > > Am I just doing something silly ? {other than not using an in country > mirror - which is often a few days late in it's content} There is a difference between the number of users connected to the FTP service and the number and frequency of connection attempts. With FTP as the protocol, I would stay logged in and fetch all needed files before leaving the single session finally. FTP clients such as lftp are scriptable and can do that. From sertac.liste at gmail.com Thu Apr 26 08:48:41 2007 From: sertac.liste at gmail.com (=?utf-8?B?U2VydGHDpyDDli4gWcSxbGTEsXo=?=) Date: Thu, 26 Apr 2007 11:48:41 +0300 Subject: gnome-panel hang In-Reply-To: <1177206974.20720.13.camel@localhost.localdomain> References: <46279FCF.6000804@neo.rr.com> <20070419230131.GA5021@kerouac> <1177206974.20720.13.camel@localhost.localdomain> Message-ID: <20070426084841.GA5128@kerouac> [22.Nis.07 11:56 +1000] Rodd Clarkson: >On Fri, 2007-04-20 at 02:01 +0300, Serta? ?. Y?ld?z wrote: >>[19.Nis.07 12:58 -0400] Andy Baumhauer: [?] >>> I was unable to confirm which applet was hanging the panel. I ended >>> up fixing the problem my removing .gnome, .gnome2, and .gconf >>> (probably overkill). >> >> I suspect this is about system sounds. Killing esd ?unhangs? gnome here. >> Maybe by removing .gconf you just unset /desktop/gnome/sound/enable_esd? > >I've seen the exact same thing too. A quick 'killall esd' fixes things, >but I guess it shouldn't be happening in the first place. > >Anyone make a suggestion on where to start debugging this. Would a >hardware profile be a good start, or do we need a backtrace of esd (and >how do we get this), or is esd just an innocent bystander. It looks like a problem in ALSA. This is the backtrace before I kill esd: #0 0x00c1d410 in __kernel_vsyscall () #1 0x00b2b4fb in poll () from /lib/libc.so.6 #2 0x047a6754 in snd_pcm_wait_nocheck (pcm=0x9eb4ec0, timeout=-1) at pcm.c:2302 #3 0x047a693f in snd_pcm_wait (pcm=0x1, timeout=-1) at pcm.c:2271 #4 0x047c11d2 in snd_pcm_rate_drain (pcm=0x9eb44f0) at pcm_rate.c:1091 #5 0x047a1062 in snd_pcm_drain (pcm=0x9eb42b0) at pcm.c:1092 #6 0x048c57d5 in esd_audio_flush () at audio_alsa09.c:489 #7 0x0804ba6f in wait_for_clients_and_data (listen=4) at clients.c:337 #8 0x0804a972 in main (argc=Cannot access memory at address 0x1) at esd.c:1017 #9 0x00a7af10 in __libc_start_main () from /lib/libc.so.6 #10 0x080494b1 in _start () #0 0x00c1d410 in __kernel_vsyscall () and my audio device: 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02) Subsystem: Toshiba America Info Systems Unknown device ff00 Flags: bus master, fast devsel, latency 0, IRQ 22 Memory at d0340000 (64-bit, non-prefetchable) [size=16K] Capabilities: [50] Power Management version 2 Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- Capabilities: [70] Express Unknown type IRQ 0 >I'm willing to try and debug, but not sure were to start. I'll file a bug over the weekend if there isn't one. -- ~serta? From buildsys at redhat.com Thu Apr 26 09:37:54 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Thu, 26 Apr 2007 05:37:54 -0400 Subject: rawhide report: 20070426 changes Message-ID: <200704260937.l3Q9bsvg020192@hs20-bc2-6.build.redhat.com> Updated Packages: (none) Broken deps for ia64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.ia64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ia64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ia64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ia64 requires mkisofs k3b - 1.0-1.fc7.ia64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires cdrecord xcdroast - 0.98a15-13.ia64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires mkisofs >= 0:2.0 Broken deps for i386 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.i386 requires mkisofs dvd+rw-tools - 7.0-3.fc7.i386 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.i386 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.i386 requires cdrecord k3b - 1.0-1.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs xcdroast - 0.98a15-13.i386 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.i386 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.i386 requires mkisofs >= 0:2.0 Broken deps for ppc64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.ppc64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ppc64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ppc64 requires mkisofs k3b - 1.0-1.fc7.ppc64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires cdrecord xcdroast - 0.98a15-13.ppc64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires mkisofs >= 0:2.0 Broken deps for x86_64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.x86_64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.x86_64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.x86_64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.x86_64 requires mkisofs k3b - 1.0-1.fc7.x86_64 requires cdrecord k3b - 1.0-1.fc7.i386 requires mkisofs k3b - 1.0-1.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord xcdroast - 0.98a15-13.x86_64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires mkisofs >= 0:2.0 Broken deps for ppc ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.ppc requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ppc requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ppc requires mkisofs k3b - 1.0-1.fc7.ppc requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc requires cdrecord xcdroast - 0.98a15-13.ppc requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc requires mkisofs >= 0:2.0 xcdroast - 0.98a15-13.ppc requires cdrecord >= 0:2.0 From abaumhau at neo.rr.com Thu Apr 26 13:27:36 2007 From: abaumhau at neo.rr.com (Andy Baumhauer) Date: Thu, 26 Apr 2007 09:27:36 -0400 Subject: gnome-panel hang In-Reply-To: <20070426084841.GA5128@kerouac> References: <46279FCF.6000804@neo.rr.com> <20070419230131.GA5021@kerouac> <1177206974.20720.13.camel@localhost.localdomain> <20070426084841.GA5128@kerouac> Message-ID: <4630A8C8.7040309@neo.rr.com> Serta?, can you add your information to this bug report, and make any changes you see fit? http://bugzilla.gnome.org/show_bug.cgi?id=431711 Thanks From ihok at hotmail.com Thu Apr 26 14:20:09 2007 From: ihok at hotmail.com (Jack Tanner) Date: Thu, 26 Apr 2007 14:20:09 +0000 (UTC) Subject: pretty emacs References: Message-ID: Leo gmail.com> writes: > Emacs 22 supports GTK just as well. In fact there is a discussion > recently to make GTK the default before release in emacs-devel mailing > list. > > I think Fedora 7 should build emacs with GTK to fit the Gnome desktop > environment. The Emacs SRPM in Rawhide has %configure --with-pop --with-sound --with-gtk, so it looks like your wishes will come true. From justin.conover at gmail.com Thu Apr 26 14:42:34 2007 From: justin.conover at gmail.com (Justin Conover) Date: Thu, 26 Apr 2007 09:42:34 -0500 Subject: f7t4 today? Message-ID: My new pc parts should be here today and was wondering if the release is still on for today? Danka, -------------- next part -------------- An HTML attachment was scrubbed... URL: From ndbecker2 at gmail.com Thu Apr 26 14:47:38 2007 From: ndbecker2 at gmail.com (Neal Becker) Date: Thu, 26 Apr 2007 10:47:38 -0400 Subject: pretty emacs References: Message-ID: Jack Tanner wrote: > Leo gmail.com> writes: > >> Emacs 22 supports GTK just as well. In fact there is a discussion >> recently to make GTK the default before release in emacs-devel mailing >> list. >> >> I think Fedora 7 should build emacs with GTK to fit the Gnome desktop >> environment. > > The Emacs SRPM in Rawhide has %configure --with-pop --with-sound > --with-gtk, so it looks like your wishes will come true. > I've been building xemacs with --xft, because it looks SO much nicer. Unfortunately, it's also a little buggy. Mainly, it is slow. From ihok at hotmail.com Thu Apr 26 15:23:06 2007 From: ihok at hotmail.com (Jack Tanner) Date: Thu, 26 Apr 2007 15:23:06 +0000 (UTC) Subject: pretty emacs References: Message-ID: Neal Becker gmail.com> writes: > I've been building xemacs with --xft, because it looks SO much nicer. > Unfortunately, it's also a little buggy. Mainly, it is slow. I just finished an --with-xft build, since the error that broke the build yesterday got fixed. Wow, what a difference! Haven't noticed any particular bugs or slowdowns (so far, at least). Favorite sexp of the day: (setq initial-frame-alist '((font . "Bitstream Vera Sans Mono-8") )) Here's to a quick merge of the unicode branch and a release speedier than 22... From katzj at redhat.com Thu Apr 26 15:31:11 2007 From: katzj at redhat.com (Jeremy Katz) Date: Thu, 26 Apr 2007 11:31:11 -0400 Subject: f7t4 today? In-Reply-To: References: Message-ID: <1177601471.22739.44.camel@aglarond.local> On Thu, 2007-04-26 at 09:42 -0500, Justin Conover wrote: > My new pc parts should be here today and was wondering if the release > is still on for today? Yes, the bit flip should be happening now Jeremy From marc_schwartz at comcast.net Thu Apr 26 15:34:51 2007 From: marc_schwartz at comcast.net (Marc Schwartz) Date: Thu, 26 Apr 2007 10:34:51 -0500 Subject: pretty emacs In-Reply-To: References: Message-ID: Jack Tanner wrote: > Neal Becker gmail.com> writes: >> I've been building xemacs with --xft, because it looks SO much nicer. >> Unfortunately, it's also a little buggy. Mainly, it is slow. > > I just finished an --with-xft build, since the error that broke the build > yesterday got fixed. Wow, what a difference! Haven't noticed any particular bugs > or slowdowns (so far, at least). > > Favorite sexp of the day: > > (setq initial-frame-alist > '((font . "Bitstream Vera Sans Mono-8") > )) > > Here's to a quick merge of the unicode branch and a release speedier than 22... Indeed! Emacs with gtk2/xft is a thing of beauty... :-) I had actually tried XEmacs with the xft patch some time ago, but it crashed rather frequently and usually at the most inopportune times (thanks to Mr. Murphy...). Regards, Marc From andy05051979 at gmail.com Thu Apr 26 17:01:49 2007 From: andy05051979 at gmail.com (Andrew Jamison) Date: Thu, 26 Apr 2007 13:01:49 -0400 Subject: f7t4 today? In-Reply-To: <1177601471.22739.44.camel@aglarond.local> References: <1177601471.22739.44.camel@aglarond.local> Message-ID: <4630DAFD.5090408@gmail.com> Jeremy Katz wrote: > On Thu, 2007-04-26 at 09:42 -0500, Justin Conover wrote: > >> My new pc parts should be here today and was wondering if the release >> is still on for today? >> > > Yes, the bit flip should be happening now > > Jeremy > > Are their actual updates for this flip? I had F7T3 and updated regularly but since the T4 release i have not had an packages found on yum for updating. When will the T4 packages be avalible to download through Yum From jkeating at redhat.com Thu Apr 26 17:09:05 2007 From: jkeating at redhat.com (Jesse Keating) Date: Thu, 26 Apr 2007 13:09:05 -0400 Subject: f7t4 today? In-Reply-To: <4630DAFD.5090408@gmail.com> References: <1177601471.22739.44.camel@aglarond.local> <4630DAFD.5090408@gmail.com> Message-ID: <200704261309.05711.jkeating@redhat.com> On Thursday 26 April 2007 13:01:49 Andrew Jamison wrote: > Are their actual updates for this flip? I had F7T3 and updated regularly > but since the T4 release i have not had an packages found on yum for > updating. When will the T4 packages be avalible to download through Yum T4 is basically what rawhide has been for the past couple days, only with the packages signed. If you've got a "fully updated" test3 install, there are no new packages for Test4, however testing the installer and install methods would be appreciated. -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From wwoods at redhat.com Thu Apr 26 17:37:11 2007 From: wwoods at redhat.com (Will Woods) Date: Thu, 26 Apr 2007 13:37:11 -0400 Subject: Announcing Fedora 7 Test 4 (6.93) Message-ID: <1177609031.22781.47.camel@metroid.rdu.redhat.com> The Fedora Project is pleased to announce the release of the fourth and final test release of Fedora 7! Test 4 is for beta users. This is the time when we MUST have full community participation. Without this participation both hardware and software functionality suffers. We need your help. Join us! Road Map And Release Schedule ============================= This is the final test release before the final Fedora 7 release, which is scheduled for May 24, 2007. For further information see http://fedoraproject.org/wiki/Releases/7/ How to get it: ============= DVD and network installation are available. We also offer three different varieties of installable Live media - see "Live CD", below. http://torrent.fedoraproject.org/ The recommended method of download is via BitTorrent from this site. http://fedora.redhat.com/Download/mirrors.html HTTP, FTP, and RSYNC downloads are available from Fedora Project mirrors listed above. Note that not all mirrors may be synced at this time. For those of you already running a pre-release version of Fedora 7, all you need to do to upgrade to Test 4 is update your packages. Release Notes: ============= Testing focus * Users of e1000 (Intel gigabit ethernet) devices should be on the lookout for device lockups, although we believe this is fixed. * The new wireless stack is working well but still needs testing. In particular, iwlwifi (Intel 3945) has been troublesome in the past but should be much better in this release. * Upgrades from Fedora Core 6 (or older) should be tested, but please be careful - this is still a test release and we can't guarantee everything will work as expected. Important Warnings about the Test Release * The 2.6.21 kernel uses new IDE drivers which use the same 'libata' subsystem as the SATA drivers. As a side-effect, IDE devices previously named /dev/hdX will now be named /dev/sdX. This may cause problems with anything that mentions devices by name instead of by filesystem label. Anaconda should be able to detect most of these problems and help you fix them. General * In previous test releases the default product was called "Prime", but after feedback from Marketing and the community it has been renamed simply "Fedora". * Fedora 7 Test 4's primary product is a Desktop/Development Workstation/Server distribution which closely matches the contents of previous Fedora Core releases. Live CD * This test release includes three Live images: an i386 Desktop Live CD, an x86_64 Desktop Live DVD, and an i386 KDE Live CD. These Live CDs can be installed to disk using the graphical Anaconda installer. Desktop * This test release features GNOME 2.18. * The new Echo icon theme is no longer the default, although it is still available from the repositories. * KDE and Xfce, among several other packages, are included in the development repositories, but not on the media. They can be installed using the appropriate software management tools. * Fast User Switching is now available via the fast-user-switch-applet. See http://fedoraproject.org/wiki/Releases/FeatureFastUserSwitching for more details. * The internet messaging program called "Gaim" is now known as "Pidgin". See http://pidgin.im/ for more info. Performance * System performance is generally slower in the test releases as compared to the general release since we enable several options that help with debugging. * Yum / rpm performance should be better in this release than previous Fedora 7 test releases. System Level Changes * Amanda Users who upgrade from older releases need to read the amanda.conf and amanda-client.conf man pages to learn about the the new syntax for calling amandad, as well as edit the /etc/xinetd.d/amanda configuration file to follow the new syntax. * This release includes a kernel based on 2.6.21-rc7. Current release information is tracked on the kernel release notes page: http://fedoraproject.org/wiki/Docs/Beats/Kernel Bug reporting and tracking: ========================== The Release Engineering and QA teams keep track of bugs that are considered release blockers. You can see that list here: http://bugzilla.redhat.com/bugzilla/showdependencytree.cgi?id=FC7Blocker In addition, a list of non-blocker bugs that should be fixed for Fedora 7 if possible can be found here: http://bugzilla.redhat.com/bugzilla/showdependencytree.cgi?id=FC7Target Please check these lists before reporting new bugs! Bugs for this release should be reported against the Fedora Core product, version 'devel'. You can use this convenient link to report bugs: https://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=Fedora% 20Core&version=devel About Fedora ============ Fedora is a set of projects sponsored by Red Hat and guided by the contributors. These projects are developed by a large community of people who strive to provide and maintain the very best in free, open source software and standards. The central Fedora project is an operating system and platform based on Linux that is always free for anyone to use, modify, and distribute, now and forever. You can help the Fedora Project community continue to improve Fedora if you file bug reports and enhancement requests. Refer to http://fedoraproject.org/wiki/BugsAndFeatureRequests for more information. Thank you for your participation! To find out more general information about Fedora, refer to the following Web pages: * Fedora Overview (http://fedoraproject.org/wiki/Overview) * Fedora FAQ (http://fedoraproject.org/wiki/FAQ) * Help and Support (http://fedoraproject.org/wiki/Communicate) * Participate in the Fedora Project (http://fedoraproject.org/wiki/HelpWanted) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From sdl.web at gmail.com Thu Apr 26 17:52:45 2007 From: sdl.web at gmail.com (Leo) Date: Thu, 26 Apr 2007 18:52:45 +0100 Subject: pretty emacs References: Message-ID: ----- Marc Schwartz (2007-04-26) wrote:----- >> Here's to a quick merge of the unicode branch and a release speedier >> than 22... > > Indeed! > > Emacs with gtk2/xft is a thing of beauty... :-) > > I had actually tried XEmacs with the xft patch some time ago, but it > crashed rather frequently and usually at the most inopportune times > (thanks to Mr. Murphy...). XEmacs does not have as many developers as GNU Emacs. In fact the development is inactive for a long time. I guess it is now better to use GNU Emacs as it is better. -- Leo (GPG Key: 9283AA3F) From alan at clueserver.org Thu Apr 26 17:56:20 2007 From: alan at clueserver.org (alan) Date: Thu, 26 Apr 2007 10:56:20 -0700 (PDT) Subject: Announcing Fedora 7 Test 4 (6.93) In-Reply-To: <1177609031.22781.47.camel@metroid.rdu.redhat.com> References: <1177609031.22781.47.camel@metroid.rdu.redhat.com> Message-ID: On Thu, 26 Apr 2007, Will Woods wrote: > The Fedora Project is pleased to announce the release of the fourth and > final test release of Fedora 7! > > How to get it: > ============= > DVD and network installation are available. We also offer three > different varieties of installable Live media - see "Live CD", below. > > http://torrent.fedoraproject.org/ > The recommended method of download is via BitTorrent from this site. The torrent site has not been updated to include the FC7t4 torrents. -- "Invoking the supernatural can explain anything, and hence explains nothing." - University of Utah bioengineering professor Gregory Clark From jkeating at redhat.com Thu Apr 26 17:54:47 2007 From: jkeating at redhat.com (Jesse Keating) Date: Thu, 26 Apr 2007 13:54:47 -0400 Subject: Announcing Fedora 7 Test 4 (6.93) In-Reply-To: References: <1177609031.22781.47.camel@metroid.rdu.redhat.com> Message-ID: <200704261354.47831.jkeating@redhat.com> On Thursday 26 April 2007 13:56:20 alan wrote: > The torrent site has not been updated to include the FC7t4 torrents. Torrents are coming online soon. I failed to upload them to the torrent server in time. -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From ajackson at redhat.com Thu Apr 26 17:55:17 2007 From: ajackson at redhat.com (Adam Jackson) Date: Thu, 26 Apr 2007 13:55:17 -0400 Subject: Announcing Fedora 7 Test 4 (6.93) In-Reply-To: <1177609031.22781.47.camel@metroid.rdu.redhat.com> References: <1177609031.22781.47.camel@metroid.rdu.redhat.com> Message-ID: <1177610117.2745.19.camel@localhost.localdomain> On Thu, 2007-04-26 at 13:37 -0400, Will Woods wrote: > Desktop > * This test release features GNOME 2.18. > * The new Echo icon theme is no longer the default, although it is > still available from the repositories. > * KDE and Xfce, among several other packages, are included in the > development repositories, but not on the media. They can be > installed using the appropriate software management tools. > * Fast User Switching is now available via the > fast-user-switch-applet. See > http://fedoraproject.org/wiki/Releases/FeatureFastUserSwitching > for more details. > * The internet messaging program called "Gaim" is now known as > "Pidgin". See http://pidgin.im/ for more info. Intel graphics users may now find themselves switched onto the new modesetting driver. All i945 and i965 chips should now use it by default, as well as i915GM (mostly laptops and small-form-factor machines). Please yell if anything doesn't work. - ajax From ndbecker2 at gmail.com Thu Apr 26 18:58:07 2007 From: ndbecker2 at gmail.com (Neal Becker) Date: Thu, 26 Apr 2007 14:58:07 -0400 Subject: pretty emacs References: Message-ID: Jack Tanner wrote: > Neal Becker gmail.com> writes: >> I've been building xemacs with --xft, because it looks SO much nicer. >> Unfortunately, it's also a little buggy. Mainly, it is slow. > > I just finished an --with-xft build, since the error that broke the build > yesterday got fixed. Wow, what a difference! Haven't noticed any > particular bugs or slowdowns (so far, at least). > > Favorite sexp of the day: > > (setq initial-frame-alist > '((font . "Bitstream Vera Sans Mono-8") > )) > > Here's to a quick merge of the unicode branch and a release speedier than > 22... > Which emacs are you guys using? The rawhide version? The gnu svn? From marc_schwartz at comcast.net Thu Apr 26 19:06:18 2007 From: marc_schwartz at comcast.net (Marc Schwartz) Date: Thu, 26 Apr 2007 14:06:18 -0500 Subject: pretty emacs In-Reply-To: References: Message-ID: Neal Becker wrote: > Jack Tanner wrote: > >> Neal Becker gmail.com> writes: >>> I've been building xemacs with --xft, because it looks SO much nicer. >>> Unfortunately, it's also a little buggy. Mainly, it is slow. >> I just finished an --with-xft build, since the error that broke the build >> yesterday got fixed. Wow, what a difference! Haven't noticed any >> particular bugs or slowdowns (so far, at least). >> >> Favorite sexp of the day: >> >> (setq initial-frame-alist >> '((font . "Bitstream Vera Sans Mono-8") >> )) >> >> Here's to a quick merge of the unicode branch and a release speedier than >> 22... >> > > Which emacs are you guys using? The rawhide version? The gnu svn? I am using 23 right from the gnu emacs cvs (they are not using svn, at least not yet anyway...) See this post for the scripts that I am using to build and run it: https://www.redhat.com/archives/fedora-test-list/2007-April/msg00470.html There is a wiki page here as well: http://www.emacswiki.org/cgi-bin/wiki/XftGnuEmacs HTH, Marc Schwartz From marc_schwartz at comcast.net Thu Apr 26 19:09:43 2007 From: marc_schwartz at comcast.net (Marc Schwartz) Date: Thu, 26 Apr 2007 14:09:43 -0500 Subject: pretty emacs In-Reply-To: References: Message-ID: Leo wrote: > ----- Marc Schwartz (2007-04-26) wrote:----- > >>> Here's to a quick merge of the unicode branch and a release speedier >>> than 22... >> Indeed! >> >> Emacs with gtk2/xft is a thing of beauty... :-) >> >> I had actually tried XEmacs with the xft patch some time ago, but it >> crashed rather frequently and usually at the most inopportune times >> (thanks to Mr. Murphy...). > > XEmacs does not have as many developers as GNU Emacs. In fact the > development is inactive for a long time. I guess it is now better to use > GNU Emacs as it is better. Yeah, there does seem to be a stagnation of late, with references to that effect on the relevant usenet groups. There was some leapfrogging between the two for a while, but emacs seems to have taken a steady and prolonged leap in front. Regards, Marc From dwmw2 at infradead.org Thu Apr 26 19:12:35 2007 From: dwmw2 at infradead.org (David Woodhouse) Date: Thu, 26 Apr 2007 20:12:35 +0100 Subject: Announcing Fedora 7 Test 4 (6.93) In-Reply-To: <1177609031.22781.47.camel@metroid.rdu.redhat.com> References: <1177609031.22781.47.camel@metroid.rdu.redhat.com> Message-ID: <1177614755.2755.432.camel@pmac.infradead.org> On Thu, 2007-04-26 at 13:37 -0400, Will Woods wrote: > The Fedora Project is pleased to announce the release of the fourth and > final test release of Fedora 7! And the first which should install out of the box on PlayStation 3 :) -- dwmw2 From cebbert at redhat.com Thu Apr 26 20:24:43 2007 From: cebbert at redhat.com (Chuck Ebbert) Date: Thu, 26 Apr 2007 16:24:43 -0400 Subject: FC7 test4 Live CD runs makewhatis and prelink cron jobs Message-ID: <46310A8B.9030304@redhat.com> I booted the KDE Live CD and left it sit there. A while later I noticed the CD drive seeking like crazy; it was makewhatis and prelink running. There can't be any point in running these, can there? From wwoods at redhat.com Thu Apr 26 20:52:32 2007 From: wwoods at redhat.com (Will Woods) Date: Thu, 26 Apr 2007 16:52:32 -0400 Subject: Announcing Fedora 7 Test 4 (6.93) In-Reply-To: <200704261354.47831.jkeating@redhat.com> References: <1177609031.22781.47.camel@metroid.rdu.redhat.com> <200704261354.47831.jkeating@redhat.com> Message-ID: <1177620752.8868.0.camel@zebes.localdomain> On Thu, 2007-04-26 at 13:54 -0400, Jesse Keating wrote: > On Thursday 26 April 2007 13:56:20 alan wrote: > > The torrent site has not been updated to include the FC7t4 torrents. > > Torrents are coming online soon. I failed to upload them to the torrent > server in time. They're up now. Enjoy. -w -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From ndbecker2 at gmail.com Thu Apr 26 21:07:37 2007 From: ndbecker2 at gmail.com (Neal Becker) Date: Thu, 26 Apr 2007 17:07:37 -0400 Subject: pretty emacs References: Message-ID: Marc Schwartz wrote: > Neal Becker wrote: >> Jack Tanner wrote: >> >>> Neal Becker gmail.com> writes: >>>> I've been building xemacs with --xft, because it looks SO much nicer. >>>> Unfortunately, it's also a little buggy. Mainly, it is slow. >>> I just finished an --with-xft build, since the error that broke the >>> build yesterday got fixed. Wow, what a difference! Haven't noticed any >>> particular bugs or slowdowns (so far, at least). >>> >>> Favorite sexp of the day: >>> >>> (setq initial-frame-alist >>> '((font . "Bitstream Vera Sans Mono-8") >>> )) >>> >>> Here's to a quick merge of the unicode branch and a release speedier >>> than 22... >>> >> >> Which emacs are you guys using? The rawhide version? The gnu svn? > > > I am using 23 right from the gnu emacs cvs (they are not using svn, at > least not yet anyway...) > > > See this post for the scripts that I am using to build and run it: > > https://www.redhat.com/archives/fedora-test-list/2007-April/msg00470.html > > > There is a wiki page here as well: > > http://www.emacswiki.org/cgi-bin/wiki/XftGnuEmacs > > Thanks guys! I like this: emacs -fn 'DejaVu Sans Mono-12' From dwainegarden at rogers.com Thu Apr 26 21:46:01 2007 From: dwainegarden at rogers.com (Dwaine Garden) Date: Thu, 26 Apr 2007 14:46:01 -0700 (PDT) Subject: Announcing Fedora 7 Test 4 (6.93) Message-ID: <619888.2013.qm@web88212.mail.re2.yahoo.com> Does the kernel in Fedora 7 Test 4 have compiled the UDF v2.5 module? ----- Original Message ---- From: David Woodhouse To: Development discussions related to Fedora Core Cc: fedora-test-list ; For users of Fedora Core releases ; fedora-announce-list at redhat.com Sent: Thursday, April 26, 2007 3:12:35 PM Subject: Re: Announcing Fedora 7 Test 4 (6.93) On Thu, 2007-04-26 at 13:37 -0400, Will Woods wrote: > The Fedora Project is pleased to announce the release of the fourth and > final test release of Fedora 7! And the first which should install out of the box on PlayStation 3 :) -- dwmw2 -- fedora-test-list mailing list fedora-test-list at redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list -------------- next part -------------- An HTML attachment was scrubbed... URL: From kdekorte at gmail.com Thu Apr 26 22:34:29 2007 From: kdekorte at gmail.com (Kevin DeKorte) Date: Thu, 26 Apr 2007 16:34:29 -0600 Subject: Announcing Fedora 7 Test 4 (6.93) In-Reply-To: <1177610117.2745.19.camel@localhost.localdomain> References: <1177609031.22781.47.camel@metroid.rdu.redhat.com> <1177610117.2745.19.camel@localhost.localdomain> Message-ID: <463128F5.9040206@gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > Intel graphics users may now find themselves switched onto the new > modesetting driver. All i945 and i965 chips should now use it by > default, as well as i915GM (mostly laptops and small-form-factor > machines). Please yell if anything doesn't work. > > - ajax > Adam, Sorry to report, but the intel driver on the Aopen MiniPC 915-B still has problems. I'm using the f7t4 live cd to test this. xrandr reports the LVDS and TMDS-1 connected even though the machine only has a DVI port on the back of it. The option "MonitorLayout" does not seem to work, and it is not in the man page for intel. So because of this the max res I can get on my machine is 1024x768 even though the external monitor that is connected can do 1680x1050 and xrandr detects that it can do (I can see the res under TDMS-1). I tried running xrandr --output LVDS --off but that didn't seem to do anything. The command line of the new xrandr seems really tricky to understand and I'm normally pretty good with them. I think the fact that LVDS can only do 1024x768 limits the ability of the TDMS-1 output to do more than 1024x768. However, even if I can get it to work using xrandr, I'm gonna need a way to make it work on bootup in the xorg.conf file. So there is going to have to be a way to specify how to control that. I also tried the i810 driver but the best rez I could get out of that was 13xx x 7xx (forgot to write it down) so that was not much better. xrandr however did report only one output and maybe that was because I still had the monitor layout in the xorg.conf file In FC6 I use the i810 driver with Option "MonitorLayout" "DFP" and it works great. I would use the intel driver in FC6, but dpms doesn't seem to work and so my monitor never goes to sleep like it does using the i810 driver. The good news is the intel driver is 200FPS faster in glxgears than the one in FC6. So it is almost back up to the speed it was in FC5. FC5 (1000fps) FC6 (600fps) F7t4 (800fps) Kevin - -- Get my public GnuPG key from http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D0BD5D1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Remi - http://enigmail.mozdev.org iD8DBQFGMSj06w2kMH0L1dERAgkGAJ0R9so0NOBcyaZ+7lxpBJkCsMXjsQCdG9Nz IgQCzalCcJplGpykiZClBIY= =8vEc -----END PGP SIGNATURE----- From gerrytool at gmail.com Thu Apr 26 23:03:13 2007 From: gerrytool at gmail.com (Gerry Tool) Date: Thu, 26 Apr 2007 18:03:13 -0500 Subject: F7t4 install screen "no package matching" messages Message-ID: I downloaded the DVD, checked the sha1sum, checked the media and installed, selecting individual packages. Everything worked as expected and the resulting system works just fine. The only thing I noted just after hitting the first reboot button after installation completed was that the terminal window output contained a lot of messages: "No packages matching ...." I could find no log file with these messages after first boot. Gerry p.s. Looks great -------------- next part -------------- An HTML attachment was scrubbed... URL: From miles.lane at gmail.com Fri Apr 27 02:12:30 2007 From: miles.lane at gmail.com (Miles Lane) Date: Thu, 26 Apr 2007 22:12:30 -0400 Subject: Announcing Fedora 7 Test 4 (6.93) In-Reply-To: <1177609031.22781.47.camel@metroid.rdu.redhat.com> References: <1177609031.22781.47.camel@metroid.rdu.redhat.com> Message-ID: My laptop's screen is 1280x768, but the desktop background displayed for the LiveCD is 1600x1200. The Display Settings configuration app shows the correct resolution. Is it possible to have the desktop display a widescreen background automatically? I found a couple of bugs that seem somewhat related. Is a new bug report needed? https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=175303 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=176371 From miles.lane at gmail.com Fri Apr 27 02:21:37 2007 From: miles.lane at gmail.com (Miles Lane) Date: Thu, 26 Apr 2007 22:21:37 -0400 Subject: Announcing Fedora 7 Test 4 (6.93) In-Reply-To: <1177609031.22781.47.camel@metroid.rdu.redhat.com> References: <1177609031.22781.47.camel@metroid.rdu.redhat.com> Message-ID: >From an i386 LiveCD, I loaded the CD into RAM. The boot instructions suggest 1GB+ of RAM is needed. I have: Memory: 989420k/1014656k available (2150k kernel code, 24560k reserved, 1140k data, 248k init, 97152k highmem) It booted fine, but I loaded the background settings app and then Firefox. At that point everything basically froze. I couldn't find a bugreport for this, but I suspect this has already been reported? Miles From michael.wiktowy at gmail.com Fri Apr 27 05:36:39 2007 From: michael.wiktowy at gmail.com (Michael Wiktowy) Date: Fri, 27 Apr 2007 01:36:39 -0400 Subject: Announcing Fedora 7 Test 4 (6.93) In-Reply-To: References: <1177609031.22781.47.camel@metroid.rdu.redhat.com> Message-ID: <3e4ec4600704262236u16f4b529mcede9d4efe3b5d59@mail.gmail.com> On 4/26/07, Miles Lane wrote: > >From an i386 LiveCD, I loaded the CD into RAM. The boot instructions > suggest 1GB+ of RAM is needed. I have: > Memory: 989420k/1014656k available (2150k kernel code, 24560k > reserved, 1140k data, 248k init, 97152k highmem) > It booted fine, but I loaded the background settings app and then > Firefox. At that point everything basically froze. I couldn't find a > bugreport for this, but I suspect this has already been reported? I experienced exactly the same thing. Locked up completely when I loaded a URL in Firefox. Maybe 1 GB+ means greater than but not equal to 1 GB. /Mike From twaugh at redhat.com Fri Apr 27 05:53:31 2007 From: twaugh at redhat.com (Tim Waugh) Date: Fri, 27 Apr 2007 01:53:31 -0400 Subject: Fedora Core 6 Test Update: hal-cups-utils-0.6.8-1.fc6 Message-ID: <200704270553.l3R5rVrT000833@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-470 2007-04-27 --------------------------------------------------------------------- Product : Fedora Core 6 Name : hal-cups-utils Version : 0.6.8 Release : 1.fc6 Summary : Halified CUPS utilities Description : Halified utilities for CUPS: - hal_lpadmin - hal CUPS backend --------------------------------------------------------------------- Update Information: Now uses 'usb:' URIs if possible when adding printers. The hal backend now retries when the device is not yet connected. --------------------------------------------------------------------- * Thu Apr 26 2007 Tim Waugh 0.6.8-1 - 0.6.8: - Several hal backend fixes (retry when device not connected, printer state management, paper-out detection). - Small hal_lpadmin fix for traceback. * Wed Apr 25 2007 Tim Waugh 0.6.7-1 - 0.6.7: - Use usb: URI scheme when possible (bug #236720). - Prevent a traceback in hal_lpadmin (bug #232733). * Mon Jan 8 2007 Tim Waugh 0.6.5-1 - Requires system-config-printer >= 0.7.46. - 0.6.5: - Set PPD page size before adding printer (bug #221841). * Thu Jan 4 2007 Tim Waugh 0.6.4-1 - 0.6.4: - Don't enable/disable existing printers. * Tue Jan 2 2007 Tim Waugh 0.6.3-1 - 0.6.3: - Applied all patches. - Added syslogging. - Use 'hp:' URIs when appropriate (bug #175555). - Put PPD NickName in info line instead of just 'Added by HAL'. - Don't add/remove new printer if one already exists with a matching URI. --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ 31ce2a3ca983da8877099b42bd394f2ffc464ac3 SRPMS/hal-cups-utils-0.6.8-1.fc6.src.rpm 31ce2a3ca983da8877099b42bd394f2ffc464ac3 noarch/hal-cups-utils-0.6.8-1.fc6.src.rpm 4da786bf4658e29a634e2a3621872e29f38e3e69 ppc/debug/hal-cups-utils-debuginfo-0.6.8-1.fc6.ppc.rpm 4f9cff41a751663188d54622ccb862c742fac069 ppc/hal-cups-utils-0.6.8-1.fc6.ppc.rpm 757f1a66e9df4bc58bd1d2d5bae5ff876d03c412 x86_64/debug/hal-cups-utils-debuginfo-0.6.8-1.fc6.x86_64.rpm 418c7b6205eb2490a62f7d50117db91a2653edc7 x86_64/hal-cups-utils-0.6.8-1.fc6.x86_64.rpm 9f271c1d455d7ad403f086c4660dcae06cb622e6 i386/debug/hal-cups-utils-debuginfo-0.6.8-1.fc6.i386.rpm 7e6ecc7358cdb5aa0048dfafb9a87fe2f39f3926 i386/hal-cups-utils-0.6.8-1.fc6.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From miles.lane at gmail.com Fri Apr 27 06:08:09 2007 From: miles.lane at gmail.com (Miles Lane) Date: Thu, 26 Apr 2007 23:08:09 -0700 Subject: Announcing Fedora 7 Test 4 (6.93) In-Reply-To: <3e4ec4600704262236u16f4b529mcede9d4efe3b5d59@mail.gmail.com> References: <1177609031.22781.47.camel@metroid.rdu.redhat.com> <3e4ec4600704262236u16f4b529mcede9d4efe3b5d59@mail.gmail.com> Message-ID: I tried suspend/resume while running the LiveCD in regular mode (not loaded into RAM). The machine suspended alright, but resuming left a black screen. The CapsLock LED would switch on and off, but that was about it. I tried switching ti a VT, but that didn't help. Anyone else tried this? My laptop is a HP Pavilion dv1240us. Miles From buildsys at redhat.com Fri Apr 27 09:58:37 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Fri, 27 Apr 2007 05:58:37 -0400 Subject: rawhide report: 20070427 changes Message-ID: <200704270958.l3R9wbv6007777@hs20-bc2-6.build.redhat.com> Updated Packages: comps-extras-12-1 ----------------- * Thu Apr 26 2007 Bill Nottingham - 12-1 - updates to match current icon theme eclipse-1:3.2.2-9.fc7 --------------------- * Fri Apr 27 2007 Ben Konrath 3.2.2-9 - Remove BR eclipse-pde. - Related: #236895 elfutils-0.127-1.fc7 -------------------- * Wed Apr 18 2007 Roland McGrath - 0.127-1 - Update to 0.127 - libdw: new function dwarf_getsrcdirs - libdwfl: new functions dwfl_module_addrsym, dwfl_report_begin_add, dwfl_module_address_section g-wrap-1.9.6-10 --------------- * Thu Jan 18 2007 Bill Nottingham - 1.9.6-10 - remove .la files - fix build with -Werror - fix install-info () * Thu Jan 11 2007 Bill Nottingham - 1.9.6-8 - various spec cleanups gcc-4.1.2-11 ------------ * Wed Apr 25 2007 Jakub Jelinek 4.1.2-11 - update from gcc-4_1-branch (-r123951:124100) - PRs middle-end/31448, preprocessor/30468, target/28623, target/31641 - Java fixes - PRs classpath/31626, classpath/31646, #236895 - fix a couple of translation bugs that could lead to ICEs (#235008) - fix ICE with #pragma omp parallel inside of a try catch construct (PR tree-optimization/30558) - fix OpenMP clause handling in templates (PR c++/31598) * Thu Apr 19 2007 Jakub Jelinek 4.1.2-10 - fix folding of comparisions against min, min+1, max-1, max (#236711, PR tree-optimization/31632) - fix _mm_cmpord_ss on i?86/x86_64 (#237067) - Java proxy fix (Andrew Haley, #236895) * Wed Apr 18 2007 Jakub Jelinek 4.1.2-9 - update from gcc-4_1-branch (-r123462:123951) - PRs c++/30168, c++/31074, c++/31449, c++/31517, c/31520, middle-end/30729, target/25448, target/30289, target/30483, target/31361, target/31582, testsuite/31578 - fix %build_java 0 build (#235500) - fix libjava build on alpha (#236337) - fix for Java AWT programs that could hang X server (Francis Kung, PR classpath/31311) - fix gnu.javax.net.ssl.provider.SSLSocketFactoryImpl (Tom Tromey, #236614) gmp-4.1.4-12.3 -------------- * Tue Apr 24 2007 Karsten Hopp 4.1.4-12.3 - fix library permissions hal-0.5.9-6.fc7 --------------- * Wed Apr 25 2007 David Zeuthen - 0.5.9-6 - Pick up the latest fixes from 0.5.9 stable branch - Drop firewire prober patch as this is already in the 0.5.9 stable branch - Resolves: #237871 (pass correct quirks) * Wed Apr 18 2007 Kristian H??gsberg - 0.5.9-5 - Update firewire prober to use correct ioctl codes. * Tue Apr 17 2007 David Zeuthen - 0.5.9-4 - Rebuild without hal-info bits and Require new package hal-info (#230707) kernel-2.6.21-1.3116.fc7 ------------------------ * Thu Apr 26 2007 Dave Jones - 2.6.21 * Wed Apr 25 2007 Dave Jones - 2.6.21-rc7-git9 * Wed Apr 25 2007 Dave Jones - Disable CONFIG_ACPI_ASUS in favour of CONFIG_ASUS_LAPTOP mikmod-3.2.2-2.fc7 ------------------ * Sat Apr 21 2007 Jindrich Novy 3.2.2-2 - downgrade libmikmod to avoid dependency problems before F7 release - minor spec fixes pm-utils-0.99.3-2.fc7 --------------------- * Wed Apr 25 2007 Peter Jones - 0.99.3-2 - Get rid of bogus redirect on "vbetool post" - add zlib linkage for vbetool and radeontool rdesktop-1.5.0-2.fc7 -------------------- * Thu Apr 26 2007 David Zeuthen - 1.5.0-2 - Fix segfault triggered by X11 update (#238032) redhat-artwork-5.0.12-6.fc7 --------------------------- * Tue Apr 24 2007 Matthias Clasen 5.0.12-6 - Inherit the Bluecurve icon theme, too rhpl-0.205-1 ------------ * Thu Apr 26 2007 Jeremy Katz - 0.205-1 - Fix tracebacks with unicode strings (#237956) spamassassin-3.2.0-0.5.rc3.fc7 ------------------------------ * Fri Apr 13 2007 Warren Togami 3.2.0-0.5.rc3 - 3.2.0 rc3 Broken deps for ia64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.ia64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ia64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ia64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ia64 requires mkisofs k3b - 1.0-1.fc7.ia64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires cdrecord xcdroast - 0.98a15-13.ia64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires mkisofs >= 0:2.0 Broken deps for i386 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.i386 requires mkisofs dvd+rw-tools - 7.0-3.fc7.i386 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.i386 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.i386 requires cdrecord k3b - 1.0-1.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs xcdroast - 0.98a15-13.i386 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.i386 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.i386 requires mkisofs >= 0:2.0 Broken deps for x86_64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.x86_64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.x86_64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.x86_64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.i386 requires mkisofs k3b - 1.0-1.fc7.i386 requires cdrecord k3b - 1.0-1.fc7.x86_64 requires mkisofs k3b - 1.0-1.fc7.x86_64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord xcdroast - 0.98a15-13.x86_64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires mkisofs >= 0:2.0 Broken deps for ppc ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.ppc requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ppc requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ppc requires mkisofs k3b - 1.0-1.fc7.ppc requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc requires cdrecord xcdroast - 0.98a15-13.ppc requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc requires mkisofs >= 0:2.0 xcdroast - 0.98a15-13.ppc requires cdrecord >= 0:2.0 Broken deps for ppc64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.ppc64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc64 requires mkisofs >= 0:2.0 gimp - 2:2.2.13-2.fc7.ppc64 requires gimp-print >= 0:4.2.0 k3b - 1.0-1.fc7.ppc64 requires mkisofs k3b - 1.0-1.fc7.ppc64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires cdrecord xcdroast - 0.98a15-13.ppc64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires mkisofs >= 0:2.0 From bkoz at redhat.com Fri Apr 27 10:29:55 2007 From: bkoz at redhat.com (Benjamin Kosnik) Date: Fri, 27 Apr 2007 12:29:55 +0200 Subject: pretty emacs In-Reply-To: References: Message-ID: <4631D0A3.8010604@redhat.com> >> Here's to a quick merge of the unicode branch and a release speedier >> than 22... We need more optimists on this list! ;) > Indeed! > > Emacs with gtk2/xft is a thing of beauty... :-) Agreed. I built it too and it's very nice. Hurray! The last of the cruddy-looking type applications is gone from my desktop. I do have one issue with the icons in the menu bar missing (not missing, but the 2 bit versions ie black and white): has this happened to other people? Is there a way to fix this? It might be nice to package this as emacs23xft on extras so everybody doesn't have to build this. -benjamin From rodd at clarkson.id.au Fri Apr 27 10:51:43 2007 From: rodd at clarkson.id.au (Rodd Clarkson) Date: Fri, 27 Apr 2007 20:51:43 +1000 Subject: gnome-panel hang In-Reply-To: <20070426084841.GA5128@kerouac> References: <46279FCF.6000804@neo.rr.com> <20070419230131.GA5021@kerouac> <1177206974.20720.13.camel@localhost.localdomain> <20070426084841.GA5128@kerouac> Message-ID: <1177671103.18466.23.camel@localhost.localdomain> On Thu, 2007-04-26 at 11:48 +0300, Serta? ?. Y?ld?z wrote: > and my audio device: > > 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02) > Subsystem: Toshiba America Info Systems Unknown device ff00 > Flags: bus master, fast devsel, latency 0, IRQ 22 > Memory at d0340000 (64-bit, non-prefetchable) [size=16K] > Capabilities: [50] Power Management version 2 > Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- > Capabilities: [70] Express Unknown type IRQ 0 > Not sure if this is relevant, but I too have an Intel Audio Controller: 00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03) Subsystem: Dell Unknown device 0189 Flags: bus master, medium devsel, latency 0, IRQ 16 I/O ports at ed00 [size=256] I/O ports at ec40 [size=64] Memory at dffffe00 (32-bit, non-prefetchable) [size=512] Memory at dffffd00 (32-bit, non-prefetchable) [size=256] Capabilities: [50] Power Management version 2 R. -- "It's a fine line between denial and faith. It's much better on my side" From mschwendt.tmp0701.nospam at arcor.de Fri Apr 27 11:28:43 2007 From: mschwendt.tmp0701.nospam at arcor.de (Michael Schwendt) Date: Fri, 27 Apr 2007 13:28:43 +0200 Subject: Error: No Package Matching glibc.i686 Message-ID: <20070427132843.29d23162.mschwendt.tmp0701.nospam@arcor.de> Is this a new feature or a bug? Shouldn't this update also glibc? $ sudo yum update glibc-common Loading "installonlyn" plugin Setting up Update Process Resolving Dependencies --> Running transaction check ---> Package glibc-common.i386 0:2.5.90-21 set to be updated Checking deps for glibc-common.i386 0-2.5.90-21 - u Checking deps for glibc-common.i386 0-2.5.90-20 - None --> Processing Dependency: glibc-common = 2.5.90-20 for package: glibc Error: No Package Matching glibc.i686 On the contrary, yum update glibc and glibc.i686 work just fine: $ sudo yum update glibc.i686 Loading "installonlyn" plugin Setting up Update Process Resolving Dependencies --> Running transaction check ---> Package glibc.i686 0:2.5.90-21 set to be updated Checking deps for glibc.i686 0-2.5.90-21 - u Checking deps for glibc.i686 0-2.5.90-20 - None --> Processing Dependency: glibc-common = 2.5.90-21 for package: glibc --> Processing Dependency: glibc = 2.5.90-20 for package: glibc-headers --> Processing Dependency: glibc = 2.5.90-20 for package: glibc-devel --> Restarting Dependency Resolution with new changes. --> Running transaction check ---> Package glibc-common.i386 0:2.5.90-21 set to be updated Checking deps for glibc-common.i386 0-2.5.90-21 - u ---> Package glibc-devel.i386 0:2.5.90-21 set to be updated Checking deps for glibc-devel.i386 0-2.5.90-21 - u Checking deps for glibc-common.i386 0-2.5.90-20 - None ---> Package glibc-headers.i386 0:2.5.90-21 set to be updated Checking deps for glibc-headers.i386 0-2.5.90-21 - u Checking deps for glibc-headers.i386 0-2.5.90-20 - None Checking deps for glibc-devel.i386 0-2.5.90-20 - None Dependencies Resolved ============================================================================= Package Arch Version Repository Size ============================================================================= Updating: glibc i686 2.5.90-21 development 5.3 M Updating for dependencies: glibc-common i386 2.5.90-21 development 17 M glibc-devel i386 2.5.90-21 development 2.0 M glibc-headers i386 2.5.90-21 development 609 k Transaction Summary ============================================================================= Install 0 Package(s) Update 4 Package(s) Remove 0 Package(s) Total download size: 25 M Is this ok [y/N]: n Exiting on user Command Complete! From dwainegarden at rogers.com Fri Apr 27 12:00:50 2007 From: dwainegarden at rogers.com (Dwaine Garden) Date: Fri, 27 Apr 2007 05:00:50 -0700 (PDT) Subject: Announcing Fedora 7 Test 4 (6.93) Message-ID: <20011.14021.qm@web88206.mail.re2.yahoo.com> I get the same thing but with firefox and any type of video. What video do you guys have? ----- Original Message ---- From: Michael Wiktowy To: For testers of Fedora Core development releases Sent: Friday, April 27, 2007 1:36:39 AM Subject: Re: Announcing Fedora 7 Test 4 (6.93) On 4/26/07, Miles Lane wrote: > >From an i386 LiveCD, I loaded the CD into RAM. The boot instructions > suggest 1GB+ of RAM is needed. I have: > Memory: 989420k/1014656k available (2150k kernel code, 24560k > reserved, 1140k data, 248k init, 97152k highmem) > It booted fine, but I loaded the background settings app and then > Firefox. At that point everything basically froze. I couldn't find a > bugreport for this, but I suspect this has already been reported? I experienced exactly the same thing. Locked up completely when I loaded a URL in Firefox. Maybe 1 GB+ means greater than but not equal to 1 GB. /Mike -- fedora-test-list mailing list fedora-test-list at redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.hagood at gmail.com Fri Apr 27 12:12:52 2007 From: david.hagood at gmail.com (David Hagood) Date: Fri, 27 Apr 2007 07:12:52 -0500 Subject: Error: No Package Matching glibc.i686 In-Reply-To: <20070427132843.29d23162.mschwendt.tmp0701.nospam@arcor.de> References: <20070427132843.29d23162.mschwendt.tmp0701.nospam@arcor.de> Message-ID: <1177675972.24905.7.camel@surfer.hagood.sktc.net> On Fri, 2007-04-27 at 13:28 +0200, Michael Schwendt wrote: > Is this a new feature or a bug? Shouldn't this update also glibc? > > $ sudo yum update glibc-common > Loading "installonlyn" plugin > Setting up Update Process > Resolving Dependencies > --> Running transaction check > ---> Package glibc-common.i386 0:2.5.90-21 set to be updated > Checking deps for glibc-common.i386 0-2.5.90-21 - u > Checking deps for glibc-common.i386 0-2.5.90-20 - None > --> Processing Dependency: glibc-common = 2.5.90-20 for package: glibc > Error: No Package Matching glibc.i686 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=228430 From mschwendt.tmp0701.nospam at arcor.de Fri Apr 27 13:24:31 2007 From: mschwendt.tmp0701.nospam at arcor.de (Michael Schwendt) Date: Fri, 27 Apr 2007 15:24:31 +0200 Subject: Error: No Package Matching glibc.i686 In-Reply-To: <1177675972.24905.7.camel@surfer.hagood.sktc.net> References: <20070427132843.29d23162.mschwendt.tmp0701.nospam@arcor.de> <1177675972.24905.7.camel@surfer.hagood.sktc.net> Message-ID: <20070427152431.a4cb7f9e.mschwendt.tmp0701.nospam@arcor.de> On Fri, 27 Apr 2007 07:12:52 -0500, David Hagood wrote: > On Fri, 2007-04-27 at 13:28 +0200, Michael Schwendt wrote: > > Is this a new feature or a bug? Shouldn't this update also glibc? > > > > $ sudo yum update glibc-common > > Loading "installonlyn" plugin > > Setting up Update Process > > Resolving Dependencies > > --> Running transaction check > > ---> Package glibc-common.i386 0:2.5.90-21 set to be updated > > Checking deps for glibc-common.i386 0-2.5.90-21 - u > > Checking deps for glibc-common.i386 0-2.5.90-20 - None > > --> Processing Dependency: glibc-common = 2.5.90-20 for package: glibc > > Error: No Package Matching glibc.i686 > > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=228430 Haven't found that earlier. It's quite different though, since it is a full "yum update". If I got that error for a full yum update, I wouldn't ask whether it's a bug, since it would a bug for sure. ;) I get the error for an explicit "yum update glibc-common", where yum doesn't suggest updating the dependencies. That's suspicious. From drago01 at gmail.com Fri Apr 27 14:30:36 2007 From: drago01 at gmail.com (dragoran) Date: Fri, 27 Apr 2007 16:30:36 +0200 Subject: Announcing Fedora 7 Test 4 (6.93) In-Reply-To: <1177609031.22781.47.camel@metroid.rdu.redhat.com> References: <1177609031.22781.47.camel@metroid.rdu.redhat.com> Message-ID: <4632090C.9050307@gmail.com> bug 234684 is still not fixed, which was a test4 blocker (no boot!) bug.... From rmo at sunnmore.net Fri Apr 27 15:14:30 2007 From: rmo at sunnmore.net (Roy-Magne Mo) Date: Fri, 27 Apr 2007 17:14:30 +0200 Subject: Announcing Fedora 7 Test 4 (6.93) In-Reply-To: References: <1177609031.22781.47.camel@metroid.rdu.redhat.com> <3e4ec4600704262236u16f4b529mcede9d4efe3b5d59@mail.gmail.com> Message-ID: <46321356.9060800@sunnmore.net> Miles Lane skreiv: > I tried suspend/resume while running the LiveCD in regular mode (not > loaded into RAM). The machine suspended alright, but resuming left a > black screen. The CapsLock LED would switch on and off, but that was > about it. I tried switching ti a VT, but that didn't help. Anyone > else tried this? Probably the same error as this: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234234 From marc_schwartz at comcast.net Fri Apr 27 15:24:17 2007 From: marc_schwartz at comcast.net (Marc Schwartz) Date: Fri, 27 Apr 2007 10:24:17 -0500 Subject: pretty emacs In-Reply-To: <4631D0A3.8010604@redhat.com> References: <4631D0A3.8010604@redhat.com> Message-ID: <1177687457.5047.7.camel@localhost.localdomain> On Fri, 2007-04-27 at 12:29 +0200, Benjamin Kosnik wrote: > >> Here's to a quick merge of the unicode branch and a release speedier > >> than 22... > > We need more optimists on this list! > ;) > > > Indeed! > > > > Emacs with gtk2/xft is a thing of beauty... :-) > > Agreed. I built it too and it's very nice. Hurray! The last of the > cruddy-looking type applications is gone from my desktop. > > I do have one issue with the icons in the menu bar missing (not missing, > but the 2 bit versions ie black and white): has this happened to other > people? Is there a way to fix this? > > It might be nice to package this as emacs23xft on extras so everybody > doesn't have to build this. Benjamin, Can you specify which icons are problematic for you? Here is a screen capture of mine, showing the icons that I have on the toolbar currently in a default setting: http://home.comcast.net/~marc_schwartz/emacsxft.png HTH, Marc Schwartz From kdekorte at gmail.com Fri Apr 27 15:46:07 2007 From: kdekorte at gmail.com (Kevin DeKorte) Date: Fri, 27 Apr 2007 09:46:07 -0600 (MDT) Subject: Announcing Fedora 7 Test 4 (6.93) In-Reply-To: <1177610117.2745.19.camel@localhost.localdomain> References: <1177609031.22781.47.camel@metroid.rdu.redhat.com> <1177610117.2745.19.camel@localhost.localdomain> Message-ID: <39778.192.168.123.254.1177688767.squirrel@dekorte.homeip.net> > Intel graphics users may now find themselves switched onto the new > modesetting driver. All i945 and i965 chips should now use it by > default, as well as i915GM (mostly laptops and small-form-factor > machines). Please yell if anything doesn't work. > > - ajax Adam, I was finally able to get my external display to work at its native resolution.. I made these changes to xorg.conf Section "Device" Identifier "Videocard0" Driver "intel" Option "monitor-LVDS" "Internal" EndSection Section "Monitor" Identifier "Internal" Option "disable" "true" EndSection However, xrandr still reports the LVDS display as connected. Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 1680 x 1680 VGA disconnected (normal left inverted right) LVDS connected (normal left inverted right) 1024x768 60.0 + 85.0 75.0 70.1 60.0 832x624 74.6 800x600 85.1 72.2 75.0 60.3 56.2 640x480 85.0 72.8 75.0 59.9 720x400 85.0 640x400 85.1 640x350 85.1 TMDS-1 connected 1680x1050+0+0 (normal left inverted right) 450mm x 280mm 1680x1050 60.0*+ 60.0 1280x1024 75.0 59.9 1024x768 75.1 70.1 60.0 59.9 832x624 74.6 800x600 72.2 75.0 60.3 56.2 640x480 75.0 72.8 66.7 60.0 720x400 70.1 TV disconnected (normal left inverted right) Kevin From usdanskys at rocketmail.com Fri Apr 27 15:27:25 2007 From: usdanskys at rocketmail.com (Steven I Usdansky) Date: Fri, 27 Apr 2007 08:27:25 -0700 (PDT) Subject: F7t4: GNOME locks up after panel reconfig and sounds added Message-ID: <59336.35542.qm@web35312.mail.mud.yahoo.com> Not sure which component this bug should be filed against, so I'll start here. I booted the Test 4 CD into runlevel 3, ran startx to enter GNOME, reconfigured the panels to my preferred configuration, and opened the control panel and enabled sounds. All seemed well. I then exited GNOME, and followed that up with a startx command. Upon restart, no panels were visible, and the system locked up after I right-clicked on the desktop. The problem also occurs with F7t3/GNOME; FC6 is problem-free. possibly relevant output from lspci: 00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 81) 00:1f.0 ISA bridge: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge (rev01) 00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 01) 00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01) __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From abaumhau at neo.rr.com Fri Apr 27 16:42:57 2007 From: abaumhau at neo.rr.com (Andy Baumhauer) Date: Fri, 27 Apr 2007 12:42:57 -0400 Subject: F7t4: GNOME locks up after panel reconfig and sounds added In-Reply-To: <59336.35542.qm@web35312.mail.mud.yahoo.com> References: <59336.35542.qm@web35312.mail.mud.yahoo.com> Message-ID: <46322811.2010907@neo.rr.com> This is the same bug listed as gnome-panel hang thread. Please add to the bug reported here: http://bugzilla.gnome.org/show_bug.cgi?id=431711 I know it's a pain to sign up with bugzilla, but we need to get this fixed. From michael.wiktowy at gmail.com Fri Apr 27 16:44:49 2007 From: michael.wiktowy at gmail.com (Michael Wiktowy) Date: Fri, 27 Apr 2007 12:44:49 -0400 Subject: Announcing Fedora 7 Test 4 (6.93) In-Reply-To: <20011.14021.qm@web88206.mail.re2.yahoo.com> References: <20011.14021.qm@web88206.mail.re2.yahoo.com> Message-ID: <3e4ec4600704270944q703c57c8k700d28cdfc01eea1@mail.gmail.com> On 4/27/07, Dwaine Garden wrote: > From: Michael Wiktowy > > On 4/26/07, Miles Lane wrote: > > >From an i386 LiveCD, I loaded the CD into RAM. The boot instructions > > > suggest 1GB+ of RAM is needed. I have: > > > Memory: 989420k/1014656k available (2150k kernel code, 24560k > > > reserved, 1140k data, 248k init, 97152k highmem) > > > It booted fine, but I loaded the background settings app and then > > > Firefox. At that point everything basically froze. I couldn't find a > > > bugreport for this, but I suspect this has already been reported? > > > > I experienced exactly the same thing. Locked up completely when I > > loaded a URL in Firefox. Maybe 1 GB+ means greater than but not equal > > to 1 GB. > > I get the same thing but with firefox and any type of video. What video do > you guys have? Video card is ATI Radeon 800XL AGP ... 3D Desktop Effects work perfectly out of the box though. /Mike From miles.lane at gmail.com Fri Apr 27 16:47:53 2007 From: miles.lane at gmail.com (Miles Lane) Date: Fri, 27 Apr 2007 09:47:53 -0700 Subject: Announcing Fedora 7 Test 4 (6.93) In-Reply-To: <3e4ec4600704270944q703c57c8k700d28cdfc01eea1@mail.gmail.com> References: <20011.14021.qm@web88206.mail.re2.yahoo.com> <3e4ec4600704270944q703c57c8k700d28cdfc01eea1@mail.gmail.com> Message-ID: On 4/27/07, Michael Wiktowy wrote: > On 4/27/07, Dwaine Garden wrote: > > From: Michael Wiktowy > > > On 4/26/07, Miles Lane wrote: > > > >From an i386 LiveCD, I loaded the CD into RAM. The boot instructions > > > > suggest 1GB+ of RAM is needed. I have: > > > > Memory: 989420k/1014656k available (2150k kernel code, 24560k > > > > reserved, 1140k data, 248k init, 97152k highmem) > > > > It booted fine, but I loaded the background settings app and then > > > > Firefox. At that point everything basically froze. I couldn't find a > > > > bugreport for this, but I suspect this has already been reported? > > > > > > I experienced exactly the same thing. Locked up completely when I > > > loaded a URL in Firefox. Maybe 1 GB+ means greater than but not equal > > > to 1 GB. > > > > I get the same thing but with firefox and any type of video. What video do > > you guys have? > > Video card is ATI Radeon 800XL AGP ... 3D Desktop Effects work > perfectly out of the box though. Somehow, I doubt it is related to video. My laptop has a 852GM/855GM chipset. From michael.wiktowy at gmail.com Fri Apr 27 18:14:06 2007 From: michael.wiktowy at gmail.com (Michael Wiktowy) Date: Fri, 27 Apr 2007 14:14:06 -0400 Subject: Waiting for LiveCD to boot in Fedora 7 Test 4 (6.93) Message-ID: <3e4ec4600704271114u20a37a25rbefda9cc8c1639cf@mail.gmail.com> Greetings, Has anyone had the LiveCD successfully boot just by waiting for the timeout? On every machine that I have tried it on, while it says it will automatically boot in 60 seconds, it doesn't. This is particularly a drag on one machine of mine since my keyboard doesn't work in the bootloader either. Ref: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=227745#c4 /Mike From keepertoad at verizon.net Fri Apr 27 19:03:23 2007 From: keepertoad at verizon.net (B.J. McClure) Date: Fri, 27 Apr 2007 14:03:23 -0500 Subject: Kernel panic f7t3 and f7t4 Message-ID: <1177700603.3740.31.camel@office.rioconcho> Finally decided I need some help with this one. I get a kernel panic on several installs of f7t3: iso dvd, and 2 http installs from rawhide, different snapshots. Same issue with iso dvd install of f7t4. All appear to install normally to sdc which is a wd 160 gig pata. Machine also has 2 sata2 drives in raid 1 configuration running centos 5. Here is hardware setup: asus A8N-SLI cpu amd 64 X2 4400+ 2 gigs ram 2 maxtor sata2 1 wd pata [root at office bmcclure]# fdisk -l Disk /dev/hda: 160.0 GB, 160041885696 bytes 255 heads, 63 sectors/track, 19457 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/hda1 * 1 13 104391 83 Linux /dev/hda2 14 1925 15358140 83 Linux /dev/hda3 1926 19457 140825790 83 Linux Disk /dev/sda: 160.0 GB, 160041885696 bytes 255 heads, 63 sectors/track, 19457 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 * 1 13 104391 fd Linux raid autodetect /dev/sda2 14 3837 30716280 fd Linux raid autodetect /dev/sda3 3838 3901 514080 fd Linux raid autodetect /dev/sda4 3902 19457 124953570 5 Extended /dev/sda5 3902 19457 124953538+ fd Linux raid autodetect Disk /dev/sdb: 160.0 GB, 160041885696 bytes 255 heads, 63 sectors/track, 19457 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sdb1 * 1 13 104391 fd Linux raid autodetect /dev/sdb2 14 3837 30716280 fd Linux raid autodetect /dev/sdb3 3838 3901 514080 fd Linux raid autodetect /dev/sdb4 3902 19457 124953570 5 Extended /dev/sdb5 3902 19457 124953538+ fd Linux raid autodetect Disk /dev/md1: 31.4 GB, 31453347840 bytes 2 heads, 4 sectors/track, 7679040 cylinders Units = cylinders of 8 * 512 = 4096 bytes Disk /dev/md1 doesn't contain a valid partition table Disk /dev/md3: 127.9 GB, 127952355328 bytes 2 heads, 4 sectors/track, 31238368 cylinders Units = cylinders of 8 * 512 = 4096 bytes Disk /dev/md3 doesn't contain a valid partition table Disk /dev/md2: 526 MB, 526319616 bytes 2 heads, 4 sectors/track, 128496 cylinders Units = cylinders of 8 * 512 = 4096 bytes Disk /dev/md2 doesn't contain a valid partition table Disk /dev/md0: 106 MB, 106823680 bytes 2 heads, 4 sectors/track, 26080 cylinders Units = cylinders of 8 * 512 = 4096 bytes Disk /dev/md0 doesn't contain a valid partition table I understand the above hda drive is seen by f7 as sdc. Here is the error message: mount:could not find filesystem '/dev/root' setuproot: moving /dev failed: No such file or directory setuproot: error mounting /proc: No such file or directory setuproot: error mounting /sys: No such file or directory switchroot:mount failed: No such file or directory Kernel panic - not syncing:Attempted to kill init! Booting in linux rescue mode I get a screen full of garbage characters and a "You have no linux partitions" error message and drops me to a shell. Running fdisk -l shows normal partitions for sdc. I can mount the f7t4 partitions from centos 5 and all looks normal AFAICT. [root at office bmcclure]# mount -t ext3 /dev/hda1 /mnt/fc7 [root at office bmcclure]# ls -l /mnt/fc7 total 5894 -rw-r--r-- 1 root root 75847 Apr 21 21:34 config-2.6.20-1.3104.fc7 drwxr-xr-x 2 root root 1024 Apr 27 12:08 grub -rw------- 1 root root 3029675 Apr 27 11:45 initrd-2.6.20-1.3104.fc7.img drwx------ 2 root root 12288 Apr 27 06:33 lost+found -rw-r--r-- 1 root root 929390 Apr 21 21:34 System.map-2.6.20-1.3104.fc7 -rw-r--r-- 1 root root 1951092 Apr 21 21:34 vmlinuz-2.6.20-1.3104.fc7 [root at office bmcclure]# umount /dev/hda1 [root at office bmcclure]# mount -t ext3 /dev/hda2 /mnt/fc7 [root at office bmcclure]# ls -l /mnt/fc7 total 176 drwxr-xr-x 2 root root 4096 Apr 27 11:46 bin drwxr-xr-x 2 root root 4096 Apr 27 06:35 boot drwxr-xr-x 2 root root 4096 Apr 27 11:35 dev drwxr-xr-x 102 root root 12288 Apr 27 11:51 etc drwxr-xr-x 2 root root 4096 Apr 27 06:35 home drwxr-xr-x 15 root root 4096 Apr 27 11:46 lib drwx------ 2 root root 16384 Apr 27 06:32 lost+found drwxr-xr-x 2 root root 4096 Apr 17 07:46 media drwxr-xr-x 2 root root 4096 Apr 17 07:46 mnt drwxr-xr-x 2 root root 4096 Apr 17 07:46 opt drwxr-xr-x 2 root root 4096 Apr 27 06:35 proc drwxr-x--- 2 root root 4096 Apr 27 11:51 root drwxr-xr-x 2 root root 12288 Apr 27 11:46 sbin drwxr-xr-x 2 root root 4096 Apr 27 11:35 selinux drwxr-xr-x 3 root root 4096 Apr 27 11:45 srv drwxr-xr-x 2 root root 4096 Apr 27 06:35 sys drwxrwxrwt 2 root root 4096 Apr 27 11:51 tmp drwxr-xr-x 13 root root 4096 Apr 27 11:40 usr drwxr-xr-x 22 root root 4096 Apr 27 11:49 var I have a feeling this is very simple but can't seem to put my finger on it. Any help much appreciated. As an aside, I did an install on an old asus A7N8X wd pata drive and all went well with no known issues. Thanks agaain. B.J. CentOS 5.0, Linux 2.6.18-8.1.1.el5 x86_64 13:13:32 up 13 min, 1 user, load average: 0.13, 0.14, 0.09 From pfps at verizon.net Fri Apr 27 20:05:27 2007 From: pfps at verizon.net (Peter F. Patel-Schneider) Date: Fri, 27 Apr 2007 16:05:27 -0400 Subject: F7 and iwlwifi using ipw3945 hardware Message-ID: <46325787.7080106@verizon.net> Is the iwlwifi package going to work in F7? The current signs aren't great, as my Thinkpad T60p with a ipw3945 wireless still has the oft-reported problems in F7t4. I'm willing to put some testing time in, but things are a bit discouraging so far, I mean F7t4 is supposed to be a beta release. (Or maybe there is some simple thing that needs to be done to get everything to work, but what is it?) Peter F. Patel-Schneider From abaumhau at neo.rr.com Fri Apr 27 20:12:49 2007 From: abaumhau at neo.rr.com (Andy Baumhauer) Date: Fri, 27 Apr 2007 16:12:49 -0400 Subject: Kernel panic f7t3 and f7t4 In-Reply-To: <1177700603.3740.31.camel@office.rioconcho> References: <1177700603.3740.31.camel@office.rioconcho> Message-ID: <46325941.60805@neo.rr.com> I'll assume that you already know that /dev/hdX drives now appear as /dev/sdX devices. Based on your post, your boot is failing before any of this would even matter. I believe your problem is that the md raid driver is not being loaded by initrd during boot initialization. I had the same problem (see my posts, and bug entitled Kernel panic: LVM not working in kernel since 2.6.20-1.3069 on this list) with Logical Volume Manager. My problem was that all of my /etc/fstab entries were using LABEL= or UUID= to describe disk partitions. When installing the kernel, the mkinitrd script builds the initrd in /boot for the kernel. It is full of conditional code (it's a bash script that writes a nash script). I suspect that the mkinitrd script can't determine that you are running meta disks, and the appropriate initialization isn't occurring. I debugged my problem by: cd /tmp cp /boot/initrd-.img /tmp/initrd-.img.gz gunzip initrd-.gz mkdir initrd cd initrd cpio -cid -I ../initrd-.img now examine the init nash script against a working script (from CentOS). My bug is https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=237415 The module to file against is most likely mkinitrd, if the problem I had is causing your problem. I hope that this points you in the right direction. Andy From katzj at redhat.com Fri Apr 27 20:18:21 2007 From: katzj at redhat.com (Jeremy Katz) Date: Fri, 27 Apr 2007 16:18:21 -0400 Subject: F7 and iwlwifi using ipw3945 hardware In-Reply-To: <46325787.7080106@verizon.net> References: <46325787.7080106@verizon.net> Message-ID: <1177705101.6286.29.camel@erebor.boston.redhat.com> On Fri, 2007-04-27 at 16:05 -0400, Peter F. Patel-Schneider wrote: > Is the iwlwifi package going to work in F7? It's either going to work or we'll pull it. Sadly, the driver is not in the shape that anyone hoped it would be :( Jeremy From abaumhau at neo.rr.com Fri Apr 27 20:20:24 2007 From: abaumhau at neo.rr.com (Andy Baumhauer) Date: Fri, 27 Apr 2007 16:20:24 -0400 Subject: Kernel panic f7t3 and f7t4 In-Reply-To: <1177700603.3740.31.camel@office.rioconcho> References: <1177700603.3740.31.camel@office.rioconcho> Message-ID: <46325B08.3080108@neo.rr.com> Try rebuilding the initrd image to include the raid drivers: # /sbin/mkinitrd --with=raid456 -v -f /boot/initrd-2.6.20-1.3104.fc7.img 2.6.20-1.3104.fc7 Then reboot. Andy From kdekorte at gmail.com Fri Apr 27 20:35:56 2007 From: kdekorte at gmail.com (Kevin DeKorte) Date: Fri, 27 Apr 2007 14:35:56 -0600 Subject: F7 and iwlwifi using ipw3945 hardware In-Reply-To: <1177705101.6286.29.camel@erebor.boston.redhat.com> References: <46325787.7080106@verizon.net> <1177705101.6286.29.camel@erebor.boston.redhat.com> Message-ID: <46325EAC.8070604@gmail.com> Jeremy Katz wrote: > On Fri, 2007-04-27 at 16:05 -0400, Peter F. Patel-Schneider wrote: >> Is the iwlwifi package going to work in F7? > > It's either going to work or we'll pull it. Sadly, the driver is not in > the shape that anyone hoped it would be :( > > Jeremy > I have a Thinkpad t60p with the ipw3945 card and using the f7t4 live cd doesn't work very well with the iwlwifi driver. The ipw3945 driver on fc6 on the same machine still works better. Kevin From drago01 at gmail.com Fri Apr 27 21:20:08 2007 From: drago01 at gmail.com (dragoran dragoran) Date: Fri, 27 Apr 2007 23:20:08 +0200 Subject: F7 and iwlwifi using ipw3945 hardware In-Reply-To: <1177705101.6286.29.camel@erebor.boston.redhat.com> References: <46325787.7080106@verizon.net> <1177705101.6286.29.camel@erebor.boston.redhat.com> Message-ID: On 4/27/07, Jeremy Katz wrote: > > On Fri, 2007-04-27 at 16:05 -0400, Peter F. Patel-Schneider wrote: > > Is the iwlwifi package going to work in F7? > > It's either going to work or we'll pull it. Sadly, the driver is not in > the shape that anyone hoped it would be :( what about updating to 0.0.14? it has many bugfixes (see changelog) Jeremy > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From miles.lane at gmail.com Fri Apr 27 21:21:53 2007 From: miles.lane at gmail.com (Miles Lane) Date: Fri, 27 Apr 2007 14:21:53 -0700 Subject: How to hack module loading to get tifm_core to also load tifm_sd? Message-ID: I found this bug report which describes my situation as well: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=232370 I am currently testing F7-Test4. I have module-init-tools-3.3-0.pre11.1.0.fc7. Is there something I can do to hack this to do the right thing until it gets fixed in F7? modprobe.conf doesn't seem to support it and modprobe.dep is ancient history. Thanks, Miles From paul at permanentmail.com Fri Apr 27 22:48:39 2007 From: paul at permanentmail.com (Paul Dickson) Date: Fri, 27 Apr 2007 15:48:39 -0700 Subject: hald logging of acpi.c messages Message-ID: <20070427154839.087745ea.paul@permanentmail.com> My log file has been slowly filling with these messages: Apr 27 15:36:48 white hald[2292]: 15:36:48.238 [D] acpi.c:176: Current voltage is unknown, smaller than 50% or greater than design Apr 27 15:37:18 white hald[2292]: 15:37:18.238 [D] acpi.c:176: Current voltage is unknown, smaller than 50% or greater than design Apr 27 15:37:48 white hald[2292]: 15:37:48.239 [D] acpi.c:176: Current voltage is unknown, smaller than 50% or greater than design Apr 27 15:38:18 white hald[2292]: 15:38:18.239 [D] acpi.c:176: Current voltage is unknown, smaller than 50% or greater than design I BZ's hald, but it was dropped there with the claim that hald doesn't log messages. Where should I BZ this? I'm currently running the latest Rawhide and have just reboot. These messages have been annoying me for several weeks. -Paul From jacliburn at bellsouth.net Fri Apr 27 21:39:01 2007 From: jacliburn at bellsouth.net (Jay Cliburn) Date: Fri, 27 Apr 2007 16:39:01 -0500 Subject: F7T4 DVD rescue mode question Message-ID: <20070427163901.41cccd14@osprey.hogchain.net> I downloaded and burned the F7T4 x86_64 DVD iso with the ultimate goal of going through a complete installation this weekend. (Already running up-to-date rawhide.) First, however, I thought I'd have a look at the rescue mode feature. I'm not sure I understand what's going on with it anymore. Can someone set me straight? My steps: 1. Insert DVD 2. Reboot 3. At the first menu, select "Rescue installed system" 4. Kernel boots 5. "Choose a language" (english) 6. "Keyboard type" (us) 7. "Rescue method" "What type of media contains the rescue image" Is the "rescue image" the image I just booted from DVD, or is it the image I'm trying to rescue on my hard drive? If it's the former (which seems counterintuitive), selecting "Local CDROM" at this point causes the DVD to eject. If it's the latter, the program (Anaconda?) demands to know the location of a Fedora iso somewhere on my /dev/sda1 (/boot) or /dev/sda2 (LVM /). This no longer seems to work like the rescue feature I'm accustomed to. I looked on the wiki for any enlightenment from the F7 draft release notes (http://fedoraproject.org/wiki/Docs/Beats), but found none. Is rescue broken, or is my understanding of rescue broken? Thanks, Jay From katzj at redhat.com Fri Apr 27 23:14:51 2007 From: katzj at redhat.com (Jeremy Katz) Date: Fri, 27 Apr 2007 19:14:51 -0400 Subject: F7 and iwlwifi using ipw3945 hardware In-Reply-To: References: <46325787.7080106@verizon.net> <1177705101.6286.29.camel@erebor.boston.redhat.com> Message-ID: <1177715691.3026.1.camel@aglarond.local> On Fri, 2007-04-27 at 23:20 +0200, dragoran dragoran wrote: > On 4/27/07, Jeremy Katz wrote: > On Fri, 2007-04-27 at 16:05 -0400, Peter F. Patel-Schneider > wrote: > > Is the iwlwifi package going to work in F7? > > It's either going to work or we'll pull it. Sadly, the driver > is not in > the shape that anyone hoped it would be :( > > what about updating to 0.0.14? it has many bugfixes (see changelog) Doesn't solve the big problem... I was testing with tip of iwlwifi git today and still getting the same oops when scanning while associated. I'm still hoping that we can get the problems worked out, but am less optimistic than I had previously been Jeremy From jreiser at BitWagon.com Fri Apr 27 23:39:30 2007 From: jreiser at BitWagon.com (John Reiser) Date: Fri, 27 Apr 2007 16:39:30 -0700 Subject: F7T4 DVD rescue mode question In-Reply-To: <20070427163901.41cccd14@osprey.hogchain.net> References: <20070427163901.41cccd14@osprey.hogchain.net> Message-ID: <463289B2.4020607@BitWagon.com> > I downloaded and burned the F7T4 x86_64 DVD iso ... > My steps: > 1. Insert DVD > 2. Reboot > 3. At the first menu, select "Rescue installed system" > 4. Kernel boots > 5. "Choose a language" (english) > 6. "Keyboard type" (us) > 7. "Rescue method" > "What type of media contains the rescue image" > > Is the "rescue image" the image I just booted from DVD, or is it > the image I'm trying to rescue on my hard drive? The "rescue image" is on the install CD/DVD that you just booted. The process is now general enough that you could have booted from boot.iso, pxeboot, usb stick or other image, which contain only enough to boot, and not enough to perform rescue operations. In those cases you need to find the rest of the rescue software, which might be on nfs, http, ftp, CD/DVD, harddisk, ... > > If it's the former (which seems counterintuitive), selecting "Local > CDROM" at this point causes the DVD to eject. Re-load the install CD/DVD, which contains everything needed for rescue mode. Rescue mode should proceed. [You might have booted a boot.iso CD-ROM in order to get a recent Linux kernel, but still have the rescue software on another platter (which might be older, for instance.)] > > If it's the latter, the program (Anaconda?) demands to know the > location of a Fedora iso somewhere on my /dev/sda1 (/boot) or /dev/sda2 > (LVM /). > > This no longer seems to work like the rescue feature I'm accustomed > to. The ability to use an install CD/DVD for rescue mode is new. The ability to use the rescue CD-ROM as an installer also is somewhat new. -- From sundaram at fedoraproject.org Sat Apr 28 01:05:11 2007 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Sat, 28 Apr 2007 06:35:11 +0530 Subject: Fedora 7 Test 4 GNOME based i386 Live CD report Message-ID: <46329DC7.9010500@fedoraproject.org> Hi Just installed the F7 T4 GNOME based i386 live cd and here are some of my observations after playing with it for a day. * You do not need to accept the EULA anymore. It just has a pointer to the wiki link instead of including the text. * Smolt integration UI is good and works well. Noticed that it said it would update the profile automatically on a monthly basis. My test system profile is http://smolt.fedoraproject.org/show?UUID=492900d9-5ee0-441c-9792-fc2ecc86aa5d * Look and feel is good. Flying high theme with Mist based icon set. * Firefox and Evolution are the default panel applications but seem to be using the old Blue Curve icons. * Network manager (nm-applet) is enabled by default * Blog, stock ticker, bittorrent and gparted applications installed by default * fast user switcher applet is on the panel by default and shows up on the lock screen. too. * Multiple locales and input methods available by default * Abiword does not crash on startup anymore. gnumeric is also available but we are missing a small presentation program to complete this sort of mini office suite. * Beagle is installed by default and replaces gnome-search-tool on the UI like the previous release. Might be better to keep these entries separate. * gThumb and GIMP are available by default but not f-spot. * Pigdin has replaced Gaim. Has new icons and a better interface. * Wodim has replaced cdrecord. cdrecord is a symlink to wodim and works as expected. * New application, system-config-selinux is available under administration. Looks pretty comprehensive. SELinux boolean configuration has been removed from system-config-securitylevel and is now available in this tool. Title says "system-config-selinux.py" instead of just "system-config-selinux" which is a minor wart in the UI. * Places and /home/ is filled by default folders for documents, video etc. Might look less cluttered if those default folder were under a common parent. /home//personal/ for example. * Preferences menu is organized into multiple categories now. The central control panel that GNOME includes is disabled by default (upstream inherited) but can be enabled using alacarte. Menu editor is a entry now in the preferences menu. * Yum is faster. Pirut and Pup UI does not appear to hang anymore. * About Fedora menu entry uses old wordings and says Fedora people instead of Planet Fedora as we have agreed upon now for consistency. * nautilus-open-terminal extension was not installed by default unlike previous live cd releases. * SCIM input icon doesnt show up on the system tray unlike the previous test release. Default is showing on demand but setting it to show always does not make it show up on the system tray. * nautilus has crashed more than once during login including the previous test releases with some vague bonobo error which I did not note down. Anyone else seeing this? * Turning on desktop effects immediately makes it crash Xorg * shutdown entry showed up twice as first and last entries in the system menu just once. Rest later, Rahul From morioka at at.wakwak.com Sat Apr 28 01:20:56 2007 From: morioka at at.wakwak.com (Kazutoshi Morioka) Date: Sat, 28 Apr 2007 10:20:56 +0900 Subject: openldap-2.3.30-2.fc6 upgrade logic still not work for me Message-ID: <4632A178.4000607@at.wakwak.com> Although it's not a common problem, but only for peoples enabling updates-testing repo. After I update to openldap-2.3.30-2.fc6 from openldap-2.3.30-1.fc6.1, slapd always respond with zero result. It seems that /var/lib/ldap/upgrade.ldif is left and database is empty. I restored database by hand from /var/lib/ldap/rpmorig/, and slapd is responding query again now. From mclasen at redhat.com Sat Apr 28 01:24:06 2007 From: mclasen at redhat.com (Matthias Clasen) Date: Fri, 27 Apr 2007 21:24:06 -0400 Subject: Fedora 7 Test 4 GNOME based i386 Live CD report In-Reply-To: <46329DC7.9010500@fedoraproject.org> References: <46329DC7.9010500@fedoraproject.org> Message-ID: <1177723446.3656.6.camel@localhost.localdomain> On Sat, 2007-04-28 at 06:35 +0530, Rahul Sundaram wrote: > Hi > > Just installed the F7 T4 GNOME based i386 live cd and here are some of > my observations after playing with it for a day. > * Beagle is installed by default and replaces gnome-search-tool on the > UI like the previous release. Might be better to keep these entries > separate. No. Offering several different search tools in the menu is a bad idea. Medium-term, we're hoping to see a unified frontend for the various indexers. > * New application, system-config-selinux is available under > administration. Looks pretty comprehensive. SELinux boolean > configuration has been removed from system-config-securitylevel and is > now available in this tool. Title says "system-config-selinux.py" > instead of just "system-config-selinux" which is a minor wart in the UI. The bigger wart is that the menu entry for system-config-securitylevel still says "Firewall and SELinux" even though SELinux was removed... > * nautilus-open-terminal extension was not installed by default unlike > previous live cd releases. This live cd is just following the comps defaults here. The FC6 live cd was following David Z.s personal preferences... > * SCIM input icon doesnt show up on the system tray unlike the previous > test release. Default is showing on demand but setting it to show always > does not make it show up on the system tray. You should get it by default if you are logging in in a CJK locale. For other locales, use the "input method" capplet to turn it on. > * nautilus has crashed more than once during login including the > previous test releases with some vague bonobo error which I did not note > down. Anyone else seeing this? File a bug ? > * Turning on desktop effects immediately makes it crash Xorg Dito. > * shutdown entry showed up twice as first and last entries in the system > menu just once. > I have seen this once before, but then it repaired itself. Please file panel bug for this, too. Matthias From david at fubar.dk Sat Apr 28 02:14:08 2007 From: david at fubar.dk (David Zeuthen) Date: Fri, 27 Apr 2007 22:14:08 -0400 Subject: Fedora 7 Test 4 GNOME based i386 Live CD report In-Reply-To: <1177723446.3656.6.camel@localhost.localdomain> References: <46329DC7.9010500@fedoraproject.org> <1177723446.3656.6.camel@localhost.localdomain> Message-ID: <1177726448.2806.4.camel@zelda.fubar.dk> On Fri, 2007-04-27 at 21:24 -0400, Matthias Clasen wrote: > > * nautilus-open-terminal extension was not installed by default unlike > > previous live cd releases. > > This live cd is just following the comps defaults here. The FC6 live cd > was following David Z.s personal preferences... More or less correct. I also remember having a tag line saying "For the adult in you" http://www.linuxlookup.com/2006/dec/22/fedora_6_zod_live_cd for the Zod live cd :-0 - I'm not attached to nautilus-open-terminal though. But it's only 73kb and according to the Mugshot folks, GNOME terminal is the most used application of them all. So it seems sensible to include it.. David From sundaram at redhat.com Sat Apr 28 02:31:16 2007 From: sundaram at redhat.com (Rahul Sundaram) Date: Sat, 28 Apr 2007 08:01:16 +0530 Subject: Fedora 7 Test 4 GNOME based i386 Live CD report In-Reply-To: <1177723446.3656.6.camel@localhost.localdomain> References: <46329DC7.9010500@fedoraproject.org> <1177723446.3656.6.camel@localhost.localdomain> Message-ID: <4632B1F4.8060503@redhat.com> Matthias Clasen wrote: > On Sat, 2007-04-28 at 06:35 +0530, Rahul Sundaram wrote: > >> * Beagle is installed by default and replaces gnome-search-tool on the >> UI like the previous release. Might be better to keep these entries >> separate. > > No. Offering several different search tools in the menu is a bad idea. > Medium-term, we're hoping to see a unified frontend for the various > indexers. I understand the long term view but there are two short term rather prominent issues 1) Beagle sucks up CPU 2) With the default settings searching there gets no results. I still think Beagle should either not by installed by default because of relative immaturity or atleast by separate from the gnome-search-tool in the UI so that I can keep using it without having to uninstall beagle to get the UI option back. Tomboy is pretty useful though it is not visible in the user interface. I think we can place it in the panel by default along with Abiword in the GNOME based live images atleast. The prime spin still has Firefox, Evolution and three openoffice.org applications which makes sense for RHEL but not for Fedora. I would prefer something more home user oriented for Fedora. Forgot to mention that ntfs-3g is installed by default which is pretty good. I am not sure that's the case for the prime spin but since it uses the same comps.xml I hope that's the case. Someone please confirm this. >> * New application, system-config-selinux is available under >> administration. Looks pretty comprehensive. SELinux boolean >> configuration has been removed from system-config-securitylevel and is >> now available in this tool. Title says "system-config-selinux.py" >> instead of just "system-config-selinux" which is a minor wart in the UI. > > The bigger wart is that the menu entry for system-config-securitylevel > still says "Firewall and SELinux" even though SELinux was removed... You can still toggle between enable/disable/permissive modes so I am not sure that's a wart. If we remove it completely which might be better since the menu entry needs to be fixed. You have already reported this in https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234155. system-config-selinux is not available as a bugzilla component so I am adding some comments to the above bug report. Running a console helper enabled application that requires root access to do something makes the root password prompt a modal dialog box. This is not a change in behavior but it seems useful to make it a dialog box that can be attended to later. >> * nautilus-open-terminal extension was not installed by default unlike >> previous live cd releases. > > This live cd is just following the comps defaults here. The FC6 live cd > was following David Z.s personal preferences... RHEL 5 has this extension installed by default if that matters. Mugshot stats show the gnome terminal as one of the top three popular applications being used and this extension is pretty small so it might be useful to make it available by default. >> * SCIM input icon doesnt show up on the system tray unlike the previous >> test release. Default is showing on demand but setting it to show always >> does not make it show up on the system tray. > > You should get it by default if you are logging in in a CJK locale. For > other locales, use the "input method" capplet to turn it on. I am in the default English locale and I had to select custom input method and choose scim (which was the only option) instead of the system wide configuration (scim) setting which was enabled by default. If both of these were using the scim methods why would choosing one of them make a difference here? If scim is the only "custom" input method available should that option even be enabled? Relogging and left click on the hardly visible light grey icon does nothing. I couldn't figure out how to enable Tamil as a alternative input method while logging into the English locale. The SCIM setup UI does not seem to be following GNOME HIG. All of this user interface details seems to be a mess that could use a cleanup. Some of this was discussed in https://www.redhat.com/archives/fedora-maintainers/2007-April/msg00376.html >> * nautilus has crashed more than once during login including the >> previous test releases with some vague bonobo error which I did not note >> down. Anyone else seeing this? > > File a bug ? https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=238227 >> * Turning on desktop effects immediately makes it crash Xorg > > Dito. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=206501 This was reported long back in Fedora Core 6. I have added some comments. Someone confirm whether this is VMWare specific. I am running the image using it. >> * shutdown entry showed up twice as first and last entries in the system >> menu just once. >> > I have seen this once before, but then it repaired itself. Please file > panel bug for this, too. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=238228. I was able to reproduce this now and a screenshot has been attached. Thanks Matthias. Rahul From jim at jbsys.com Sat Apr 28 02:39:53 2007 From: jim at jbsys.com (Jim Bevier) Date: Fri, 27 Apr 2007 19:39:53 -0700 Subject: x86_64 live CD F7T4 Message-ID: <000701c7893e$8062ba40$0a01a8c0@jbsys> I used Bittorrent to download the x86_64 live CD. It turns out to be 778mb and K3B says it is too big to burn for a CD. It will also not allow a DVD to be used. So how can I use the iso image to test? How do I burn it? Jim From sundaram at fedoraproject.org Sat Apr 28 02:42:12 2007 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Sat, 28 Apr 2007 08:12:12 +0530 Subject: x86_64 live CD F7T4 In-Reply-To: <000701c7893e$8062ba40$0a01a8c0@jbsys> References: <000701c7893e$8062ba40$0a01a8c0@jbsys> Message-ID: <4632B484.1070002@fedoraproject.org> Jim Bevier wrote: > I used Bittorrent to download the x86_64 live CD. It turns out to be > 778mb and K3B says it is too big to burn for a CD. It will also not > allow a DVD to be used. So how can I use the iso image to test? How do > I burn it? Why can't it be burned into a DVD? There are other options like Qemu, Xen, KVM or VMWare if you don't want to use media. Rahul From tom.horsley at att.net Sat Apr 28 02:44:06 2007 From: tom.horsley at att.net (Tom Horsley) Date: Fri, 27 Apr 2007 22:44:06 -0400 Subject: Initial FC7t4 impressions Message-ID: <20070427224406.4a84263f@zooty> The good -------- Hey! It recognized my DVD drive this time, I didn't have to install from hard disk. Even more amazing, I turn on desktop effects, and for the first time ever, they have worked with every application I've tried so far (previously about half the apps I'd start would have their titlebar wind up underneath the panel, making them hard to move :-). Dependency checking on packages is indeed faster, I'd now call it merely annoying rather than glacial :-). Most amazing of all (knock on wood), so far xorg bugs 2859 and/or 8790 have not cropped up. No flickering on and off of the display (even with GL stuff which had the habit of triggering it previously). Needs to be up longer for me to be confident of this one though. The bad ------- I'm running updates, it finally finished downloading, and the first thing I see is a popup message that says: Unable to verify exiv2-0.14-1.fc7.x86_64 Details: Not installing key I click on apply updates again, and now I get a popup asking if I should import the key (did not see that the first time). Did it grab the $#@! focus away from my emacs while I was in the middle of typing something it interpreted as cancel when I wasn't even looking at the screen? If you are gonna have an app that runs forever like the updater does, the last thing on earth it should ever do is grab focus. By the time it wants input, people have forgotten it is even running. The IMSmap screensaver (I downloaded all the screensavers from extras to beat on the ATI driver) locks up the system for several minutes. I can move the cursor, but nothing else responds, not even Ctrl-Alt-F1. As I was reaching for the reset button after trying lots of stuff, the Ctrl-Atl-F1 finally happened, so I went ahead and logged in and typed "reboot" to get back here into FC6. Will you for God's sake figure out what category the "terminal" application belongs in and leave it there! Every single release I have to play "find the terminal" (better yet, put it in the panel by default - that's the first thing I always do :-). Did you pickup this habit from Microsoft, who also moves the "console" entry around in every single Windows release? The ugly -------- The 3 icons for office apps that show up in the gnome panel (word processor, presentation, spreadsheet) are, without a doubt, the ugliest icons I have ever seen. They are garish colors that clash with everything else I see on the screen when I first login, and they look like they are drunk and about to fall over. From jacliburn at bellsouth.net Sat Apr 28 01:57:48 2007 From: jacliburn at bellsouth.net (Jay Cliburn) Date: Fri, 27 Apr 2007 20:57:48 -0500 Subject: F7T4 DVD rescue mode question In-Reply-To: <463289B2.4020607@BitWagon.com> References: <20070427163901.41cccd14@osprey.hogchain.net> <463289B2.4020607@BitWagon.com> Message-ID: <20070427205748.03b0712e@osprey.hogchain.net> On Fri, 27 Apr 2007 16:39:30 -0700 John Reiser wrote: > The ability to use an install CD/DVD for rescue mode is new. > The ability to use the rescue CD-ROM as an installer also is somewhat > new. > Excellent explanation. Thanks for taking the time to present it. IMHO, this should be added to the release notes. Jay From stickster at gmail.com Sat Apr 28 03:26:43 2007 From: stickster at gmail.com (Paul W. Frields) Date: Fri, 27 Apr 2007 23:26:43 -0400 Subject: F7 and iwlwifi using ipw3945 hardware In-Reply-To: <1177715691.3026.1.camel@aglarond.local> References: <46325787.7080106@verizon.net> <1177705101.6286.29.camel@erebor.boston.redhat.com> <1177715691.3026.1.camel@aglarond.local> Message-ID: <1177730803.3937.3.camel@localhost.localdomain> On Fri, 2007-04-27 at 19:14 -0400, Jeremy Katz wrote: > On Fri, 2007-04-27 at 23:20 +0200, dragoran dragoran wrote: > > On 4/27/07, Jeremy Katz wrote: > > On Fri, 2007-04-27 at 16:05 -0400, Peter F. Patel-Schneider > > wrote: > > > Is the iwlwifi package going to work in F7? > > > > It's either going to work or we'll pull it. Sadly, the driver > > is not in > > the shape that anyone hoped it would be :( > > > > what about updating to 0.0.14? it has many bugfixes (see changelog) > > Doesn't solve the big problem... I was testing with tip of iwlwifi git > today and still getting the same oops when scanning while associated. > I'm still hoping that we can get the problems worked out, but am less > optimistic than I had previously been So in the event things don't work out, will the Fedora tree allow us to use, say, third-party solutions for ipw3945? My kids are starting to forget my face now that I'm tethered to the router in the basement. ;-D -- Paul W. Frields, RHCE http://paul.frields.org/ gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233 5906 ACDB C937 BD11 3717 Fedora Project: http://fedoraproject.org/wiki/PaulWFrields irc.freenode.net: stickster @ #fedora-docs, #fedora-devel, #fredlug -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From josh at wavefood.com Sat Apr 28 05:25:48 2007 From: josh at wavefood.com (Joshua Andrews) Date: Fri, 27 Apr 2007 22:25:48 -0700 Subject: fc7t4 hpt66 drives not found Message-ID: <4632DADC.9020803@wavefood.com> I did an upgrade from fc6 and have had many problems getting the system to boot fc7t4. My system has an old highpoint ATA66 controller with 2 drives on it, hde and hdg under fc6, but they are not found by fc7 even after labeling them and editing fstab to use labels. The system would only boot after I removed all reference to the drives from fstab. I tried making a new initrd --with=pata_hpt66 but still no joy. `fdisk -l` only lists the drive on the primary IDE controller. any ideas? thanks -J From xunilarodef at gmail.com Sat Apr 28 05:34:58 2007 From: xunilarodef at gmail.com (Nelson Strother) Date: Sat, 28 Apr 2007 01:34:58 -0400 Subject: FC7 test4 Live CD runs makewhatis and prelink cron jobs Message-ID: <771ef40c0704272234q67d75394j8e8247860278a052@mail.gmail.com> > I booted the KDE Live CD and left it sit there. A while later > I noticed the CD drive seeking like crazy; it was makewhatis > and prelink running. There can't be any point in running these, > can there? Would you like to re-open: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=236498 ? Cheers, Nelson From miles.lane at gmail.com Sat Apr 28 05:53:37 2007 From: miles.lane at gmail.com (Miles Lane) Date: Fri, 27 Apr 2007 22:53:37 -0700 Subject: FC7 test4 Live CD runs makewhatis and prelink cron jobs In-Reply-To: <771ef40c0704272234q67d75394j8e8247860278a052@mail.gmail.com> References: <771ef40c0704272234q67d75394j8e8247860278a052@mail.gmail.com> Message-ID: On 4/27/07, Nelson Strother wrote: > > I booted the KDE Live CD and left it sit there. A while later > > I noticed the CD drive seeking like crazy; it was makewhatis > > and prelink running. There can't be any point in running these, > > can there? > > Would you like to re-open: > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=236498 Using the Gnome LiveCD, I noticed that beagled and updatedb also ran after a few minutes. It did this even though the machine wasn't plugged into AC. These processes chew energy like mad. Miles From guido.ledermann at googlemail.com Sat Apr 28 07:12:32 2007 From: guido.ledermann at googlemail.com (Guido Ledermann) Date: Sat, 28 Apr 2007 09:12:32 +0200 Subject: F7 Test4: Nautilus-search: multiple files cannot be moved or copied, but single files do Message-ID: <4632F3E0.70307@googlemail.com> Hello, can please someone confirm that if you search with nautilus-search-tool and several files are found, you cannot move nor copy them when selecting more than one. If you do it with only one file it works. Interesting, that the version of is nautilus-search-tool.i386 0.2-2.fc6 which would mean, that this bug also exists in FC6. Guido BTW: Workaround -> move to trash -> open trash -> copy or move it to wherever you want... From michael.wiktowy at gmail.com Sat Apr 28 06:15:50 2007 From: michael.wiktowy at gmail.com (Michael Wiktowy) Date: Sat, 28 Apr 2007 02:15:50 -0400 Subject: FC7 test4 Live CD runs makewhatis and prelink cron jobs In-Reply-To: References: <771ef40c0704272234q67d75394j8e8247860278a052@mail.gmail.com> Message-ID: <3e4ec4600704272315x7f92aea5h96d733b41a7b7aa8@mail.gmail.com> On 4/28/07, Miles Lane wrote: > On 4/27/07, Nelson Strother wrote: > > > I booted the KDE Live CD and left it sit there. A while later > > > I noticed the CD drive seeking like crazy; it was makewhatis > > > and prelink running. There can't be any point in running these, > > > can there? > > > > Would you like to re-open: > > > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=236498 > > Using the Gnome LiveCD, I noticed that beagled and updatedb > also ran after a few minutes. It did this even though the machine > wasn't plugged into AC. These processes chew energy like mad. My marginal system is drooling all over itself as I type this as I try to kill of enough processes to get it responsive. Is there any reason at all to run anacron on the LiveCD? It has made my system comatose. /Mike From drago01 at gmail.com Sat Apr 28 07:31:04 2007 From: drago01 at gmail.com (dragoran) Date: Sat, 28 Apr 2007 09:31:04 +0200 Subject: F7 and iwlwifi using ipw3945 hardware In-Reply-To: <1177715691.3026.1.camel@aglarond.local> References: <46325787.7080106@verizon.net> <1177705101.6286.29.camel@erebor.boston.redhat.com> <1177715691.3026.1.camel@aglarond.local> Message-ID: <4632F838.5080707@gmail.com> Jeremy Katz wrote: > >> what about updating to 0.0.14? it has many bugfixes (see changelog) >> > > Doesn't solve the big problem... I was testing with tip of iwlwifi git > today and still getting the same oops when scanning while associated. > I'm still hoping that we can get the problems worked out, but am less > optimistic than I had previously been > > have you tryed to fill this bug upstream? it should be better than just hoping for it to fix itself. From drago01 at gmail.com Sat Apr 28 07:46:18 2007 From: drago01 at gmail.com (dragoran) Date: Sat, 28 Apr 2007 09:46:18 +0200 Subject: FCT4 Test report Message-ID: <4632FBCA.2080808@gmail.com> After playing abit with test4 x86_64 livecd I found this issues: God things: *Run from RAM on x86_64 works [1] Bad things: *On my opteronbox it does not boot at all; which means bug 234684 still unresolved. [2] *On my laptop after sometime it does not accept any keyboard input and fails to start new apps [3] *Networkmanager still have this silly bug: http://bugzilla.gnome.org/show_bug.cgi?id=431680 [4] [1]: was broken on test3 [2]: all testreleases and rawhide have this problem (ok test 2 not but it did not load the ide driver at all) [3]: Regression! was working fine with test3 (where to fill a bug?) [4]: no problem on FC6 with nm 0.6.4 Hardware: Opteronbox: Opteron 170, Sockel 939 2GB Ram DFI Lanparty NF4 SLI DR EXPERT (sata_nv/pata_amd) Laptop: Core 2 Duo T7400 IDE/SATA works fine (ata_piix/ahci) From martin.sourada at seznam.cz Sat Apr 28 09:17:34 2007 From: martin.sourada at seznam.cz (Martin Sourada) Date: Sat, 28 Apr 2007 11:17:34 +0200 Subject: Upgrading on a LVM based system Message-ID: <4633112E.8040109@seznam.cz> Hi all, Since Fedora 7 Test 4 is finally out, I am about upgrading my FC6 and thus help with testing F7. The problem is I created one logical group with three logical volumes in it: /, /boot and /home and I'd like to keep this layout and the /home volume. Is there any way how can I do clean install of F7 into this layout without having to erase the /home partition? Thanks for your suggestions, Martin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 249 bytes Desc: OpenPGP digital signature URL: From martin.sourada at seznam.cz Sat Apr 28 09:19:49 2007 From: martin.sourada at seznam.cz (Martin Sourada) Date: Sat, 28 Apr 2007 11:19:49 +0200 Subject: Upgrading on a LVM based system In-Reply-To: <4633112E.8040109@seznam.cz> References: <4633112E.8040109@seznam.cz> Message-ID: <463311B5.5090600@seznam.cz> Martin Sourada napsal(a): > Hi all, > > Since Fedora 7 Test 4 is finally out, I am about upgrading my FC6 and thus help > with testing F7. The problem is I created one logical group with three logical > volumes in it: /, /boot and /home and I'd like to keep this layout and the /home > volume. Is there any way how can I do clean install of F7 into this layout > without having to erase the /home partition? > > Thanks for your suggestions, > Martin > > Uhm, little mistake there.. the second one isn't /boot, but swap. Sorry for that. Martin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 249 bytes Desc: OpenPGP digital signature URL: From buildsys at redhat.com Sat Apr 28 09:36:40 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Sat, 28 Apr 2007 05:36:40 -0400 Subject: rawhide report: 20070428 changes Message-ID: <200704280936.l3S9ae2V026332@hs20-bc2-6.build.redhat.com> Updated Packages: dhcdbd-2.7-3.fc7 ---------------- * Thu Apr 26 2007 David Cantrell - 2.7-3 - More init script fixes (#237977) * Thu Apr 26 2007 David Cantrell - 2.7-2 - Init script fixes (#237977) dhcp-12:3.0.5-34.fc7 -------------------- * Thu Apr 26 2007 David Cantrell - 12:3.0.5-34 - Init script fixes (#237985, #237983) - Reference correct scripts in dhclient-script.8 man page (#238036) * Fri Apr 20 2007 David Cantrell - 12:3.0.5-33 - Rename -devel-static packages to -static (#225691) dhcpv6-0.10-42.fc7 ------------------ * Thu Apr 26 2007 David Cantrell - 0.10-42 - Init script fixes (#237973) gimp-2:2.2.14-1.fc7 ------------------- * Tue Apr 24 2007 Nils Philippsen - 2:2.2.14-1 - version 2.2.14 Bugs fixed in GIMP 2.2.14 ========================= - avoid crashing on newer versions of the winicon format (bug #352899) - fixed crash in Postscript plug-in (bug #353381) - fixed handling of TABs in the text tool (bug #353132) - fixed bug in Depth Merge plug-in (bug #355219) - fixed bug in GimpDrawablePreview widget (bug #353639) - fixed bug in Line Nove script (bug #357433) - fixed bug in Ripple plug-in (bug #357431) - save locale independent files from Fractal Explorer plug-in (bug #360095) - fixed bug in Super Nova plug-in (bug #340073) - be more robust against broken XCF files (bug #357809) - fixed drawing issues in Image Map plug-in (bug #311621) - fixed smoothing option in Fractal Explorer plug-in (bug #372671) - load channels in the proper order when opening an XCF file (bug #378003) - deal with floating selections in the Burn-In Animation script (bug #384096) - fixed clipping in the GimpPreviewArea widget (bug #392692) - fixed a potential crash in gimp-remote (bug #392111) - work around a file-chooser problem on Windows (bug #398726) - fixed markup of the gimp(1) manual page (bug #401145) - fixed the fix for the right-to-left layout in layers dialog (bug #348347) - fixed PSD save plug-in on 64bit architectures (bug #335130) - added missing dependency in gimpui-2.0.pc file (bug #356394) - fixed a crash in the PSD save plug-in (bug #395385) - improved robustness of transform tool preview code (bug #420595) - improved forward compatibility of XCF loader (bug #316207) - don't crash in the Compressor plug-in if files can't be opened (bug #422444) - fixed sensitivity of input fields in the Lighting plug-in (bug #359833) - don't BuildRequire gimp-print/gutenprint anymore * Mon Mar 26 2007 Nils Philippsen - 2:2.2.13-3 - use gutenprint per default for current development/future distribution versions (Fedora >= 7, RHEL >= 6) * Mon Mar 26 2007 Nils Philippsen - 2:2.2.13-2 - own used directories in gimp-devel (#233794) gnome-power-manager-2.18.2-2.fc7 -------------------------------- * Fri Apr 27 2007 David Zeuthen - 2.18.2-2 - Remove broken nodefaultbeep patch as it was wrongly applied to disable battery recall warnings - gotta love patch(1) (#238087) libdhcp-1.24-4.fc7 ------------------ * Fri Apr 20 2007 David Cantrell - 1.24-4 - Rename -devel-static package to -static sane-backends-1.0.18-6.fc7 -------------------------- * Tue Apr 24 2007 Nils Philippsen - 1.0.18-6 - don't erroneously use logical "&&" instead of binary "&" at some places in the canon driver sane-frontends-1.0.14-3.fc7 --------------------------- * Tue Apr 24 2007 Nils Philippsen 1.0.14-3 - merge review (#226389): - add version info to obsoletes/provides - no config files in /usr - use %configure macro - add dist tag system-config-services-0.9.7-1.fc7 ---------------------------------- * Wed Apr 25 2007 Nils Philippsen - 0.9.7 - pick up updated translations - work around issues with UTF-8 in translatable strings (#232809) * Thu Mar 22 2007 Nils Philippsen - update URL * Tue Mar 20 2007 Nils Philippsen - mention that we are upstream - use preferred buildroot - fix licensing blurb in PO files - recode spec file to UTF-8 udev-106-3.fc7 -------------- * Fri Apr 27 2007 Harald Hoyer - 106-3 - modprobe only on modalias (bug #238140) - make startup messages visible again - speedup boot process by not executing pam_console_apply while booting - Resolves: rhbz#238140 xsane-0.994-3.fc7 ----------------- * Tue Apr 24 2007 Nils Philippsen - 0.994-3 - don't include obsolete Application category in desktop file (#226658) yum-3.1.7-1.fc7 --------------- * Fri Apr 27 2007 Jeremy Katz - 3.1.7-1 - update to 3.1.7 with lots of fixes (including #233427, #237425, #236152, yum-metadata-parser-1.1.0-1.fc7 ------------------------------- * Fri Apr 27 2007 Jeremy Katz - 1.1.0-1 - update to 1.1.0 for new sqlite db schema Broken deps for ia64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.ia64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ia64 requires mkisofs >= 0:2.0 k3b - 1.0-1.fc7.ia64 requires mkisofs k3b - 1.0-1.fc7.ia64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires cdrecord xcdroast - 0.98a15-13.ia64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires mkisofs >= 0:2.0 Broken deps for ppc64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.ppc64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc64 requires mkisofs >= 0:2.0 k3b - 1.0-1.fc7.ppc64 requires mkisofs k3b - 1.0-1.fc7.ppc64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires cdrecord xcdroast - 0.98a15-13.ppc64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires mkisofs >= 0:2.0 Broken deps for i386 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.i386 requires mkisofs dvd+rw-tools - 7.0-3.fc7.i386 requires mkisofs >= 0:2.0 k3b - 1.0-1.fc7.i386 requires cdrecord k3b - 1.0-1.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs xcdroast - 0.98a15-13.i386 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.i386 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.i386 requires mkisofs >= 0:2.0 Broken deps for ppc ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.ppc requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc requires mkisofs >= 0:2.0 k3b - 1.0-1.fc7.ppc requires mkisofs k3b - 1.0-1.fc7.ppc requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc requires cdrecord xcdroast - 0.98a15-13.ppc requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc requires mkisofs >= 0:2.0 xcdroast - 0.98a15-13.ppc requires cdrecord >= 0:2.0 Broken deps for x86_64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.x86_64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.x86_64 requires mkisofs >= 0:2.0 k3b - 1.0-1.fc7.i386 requires mkisofs k3b - 1.0-1.fc7.i386 requires cdrecord k3b - 1.0-1.fc7.x86_64 requires mkisofs k3b - 1.0-1.fc7.x86_64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord xcdroast - 0.98a15-13.x86_64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires mkisofs >= 0:2.0 From mclasen at redhat.com Sat Apr 28 11:26:04 2007 From: mclasen at redhat.com (Matthias Clasen) Date: Sat, 28 Apr 2007 07:26:04 -0400 Subject: Fedora 7 Test 4 GNOME based i386 Live CD report In-Reply-To: <4632B1F4.8060503@redhat.com> References: <46329DC7.9010500@fedoraproject.org> <1177723446.3656.6.camel@localhost.localdomain> <4632B1F4.8060503@redhat.com> Message-ID: <1177759564.3656.15.camel@localhost.localdomain> On Sat, 2007-04-28 at 08:01 +0530, Rahul Sundaram wrote: > >> * Beagle is installed by default and replaces gnome-search-tool on the > >> UI like the previous release. Might be better to keep these entries > >> separate. > > > > No. Offering several different search tools in the menu is a bad idea. > > Medium-term, we're hoping to see a unified frontend for the various > > indexers. > > I understand the long term view but there are two short term rather > prominent issues > > 1) Beagle sucks up CPU > 2) With the default settings searching there gets no results. > > I still think Beagle should either not by installed by default because > of relative immaturity or atleast by separate from the gnome-search-tool > in the UI so that I can keep using it without having to uninstall beagle > to get the UI option back Removing beagle or installing tracker instead is certainly something we can discuss for F8. > Tomboy is pretty useful though it is not visible in the user interface. > I think we can place it in the panel by default along with Abiword in > the GNOME based live images atleast. That too. > The prime spin still has Firefox, Evolution and three openoffice.org > applications which makes sense for RHEL but not for Fedora. I would > prefer something more home user oriented for Fedora. Why on earth do you think firefox, evolution and OOo don't make sense for Fedora users ? The only reason OOo is not on the livecd is space. > >> * SCIM input icon doesnt show up on the system tray unlike the previous > >> test release. Default is showing on demand but setting it to show always > >> does not make it show up on the system tray. > > > > You should get it by default if you are logging in in a CJK locale. For > > other locales, use the "input method" capplet to turn it on. > > I am in the default English locale and I had to select custom input > method and choose scim (which was the only option) instead of the system > wide configuration (scim) setting which was enabled by default. If both > of these were using the scim methods why would choosing one of them make > a difference here? If scim is the only "custom" input method available > should that option even be enabled? Relogging and left click on the > hardly visible light grey icon does nothing. I couldn't figure out how > to enable Tamil as a alternative input method while logging into the > English locale. The SCIM setup UI does not seem to be following GNOME > HIG. All of this user interface details seems to be a mess that could > use a cleanup. The input method capplet needs some revision, Warren posted about that some time ago. I hope he looks after getting that done for F7. Matthias From mclasen at redhat.com Sat Apr 28 11:29:28 2007 From: mclasen at redhat.com (Matthias Clasen) Date: Sat, 28 Apr 2007 07:29:28 -0400 Subject: Initial FC7t4 impressions In-Reply-To: <20070427224406.4a84263f@zooty> References: <20070427224406.4a84263f@zooty> Message-ID: <1177759768.3656.17.camel@localhost.localdomain> On Fri, 2007-04-27 at 22:44 -0400, Tom Horsley wrote: > > The 3 icons for office apps that show up in the gnome panel > (word processor, presentation, spreadsheet) are, without a > doubt, the ugliest icons I have ever seen. They are garish > colors that clash with everything else I see on the screen > when I first login, and they look like they are drunk and > about to fall over. > Believe it or not, these are the default OOo icons. This has been fixed in the meantime to use the Bluecurve icons. From arch at tuparks.com Sat Apr 28 14:48:24 2007 From: arch at tuparks.com (Arch Willingham) Date: Sat, 28 Apr 2007 10:48:24 -0400 Subject: FC7 Test 4 GNOME based i386 Live CD - problems with SCSI CD-ROM booting Message-ID: <6B74CFE2B2A0B748BB3DC16E0476978636713C@hall.tup.com> I have gone around our building trying the two versions of the live CD almost all of them boot just fine except for two. Two of our computers have SCSI based CD-ROM's. In both cases the controllers are Adaptec AHA 2940UW......one computer is an old piece of junk (Intel P3, 256 MB RAM) and the other is a newer computer (clone with ASUS motherboard and 1 GB of memory, AMD 3800). In both cases, the CD starts to boot and then gets to a point where it says something to the effect of (I have a hard time reading my handwriting so this may not be exact): Warning: cannot find root file system. Create symlink /dev/root and then exit the shell to continue the boot sequence. Bash: no job control in this shell bash-3.2# Arch From arch at tuparks.com Sat Apr 28 14:48:24 2007 From: arch at tuparks.com (Arch Willingham) Date: Sat, 28 Apr 2007 10:48:24 -0400 Subject: FC7 Test 4 KDE based i386 Live CD - problems with KRDC Message-ID: <6B74CFE2B2A0B748BB3DC16E0476978636713D@hall.tup.com> I booted the FC7 Test 4 KDE based i386 Live CD. If you click on "KRDC" it pops up with an error message saying: "Could not start rdesktop". Arch From arch at tuparks.com Sat Apr 28 14:53:58 2007 From: arch at tuparks.com (Arch Willingham) Date: Sat, 28 Apr 2007 10:53:58 -0400 Subject: FC7 Test 4 Gnome based i386 Live CD - problems with login Message-ID: <6B74CFE2B2A0B748BB3DC16E0476978636713E@hall.tup.com> I booted the FC7 Test 4 GNOME based i386 Live CD. This may seem intuitive to people that are test users (and it may not be this way in the final release) but when it asks for a user login, how would Joe Blow know what to put in for a user name and password? I ended up guessing to use "root" and no password but how would an end user know? Arch From jim at jbsys.com Sat Apr 28 17:16:51 2007 From: jim at jbsys.com (Jim Bevier) Date: Sat, 28 Apr 2007 10:16:51 -0700 Subject: x86_64 live CD F7T4 References: <000701c7893e$8062ba40$0a01a8c0@jbsys> <4632B484.1070002@fedoraproject.org> Message-ID: <000601c789b9$03796170$0a01a8c0@jbsys> ----- Original Message ----- From: "Rahul Sundaram" To: "For testers of Fedora Core development releases" Sent: Friday, April 27, 2007 7:42 PM Subject: Re: x86_64 live CD F7T4 > Jim Bevier wrote: >> I used Bittorrent to download the x86_64 live CD. It turns out to be >> 778mb and K3B says it is too big to burn for a CD. It will also not >> allow a DVD to be used. So how can I use the iso image to test? How do >> I burn it? > > Why can't it be burned into a DVD? There are other options like Qemu, Xen, > KVM or VMWare if you don't want to use media. Starting k3b, navagate to the x86_64 iso file and double click on it. K3b will try to burn it as a CD and fail because it is to big. If you insert a dvd, it will never load it and allow you to continue. It seems you must select "Tools->Burn DVD ISO image" to actually get k3b to work. It would be a good idea is k3b allowed the user to select burn DVD when you double click on the file name. Anyway, I finally got it burned :-). Jim > > Rahul > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list > From andy05051979 at gmail.com Sat Apr 28 18:16:29 2007 From: andy05051979 at gmail.com (Andrew Jamison) Date: Sat, 28 Apr 2007 14:16:29 -0400 Subject: LVM manager does not load In-Reply-To: <4632FBCA.2080808@gmail.com> References: <4632FBCA.2080808@gmail.com> Message-ID: <46338F7D.5040508@gmail.com> I was testing various things in F7 T4 and so far i have found that the LVM manager in Gnome does not load. When trying to open it I get an error box with the words "Unkown Error" and that is it. I am running this on a i686 platform. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 187 bytes Desc: OpenPGP digital signature URL: From chrisw at cawllc.com Sat Apr 28 18:20:32 2007 From: chrisw at cawllc.com (Christopher A. Williams) Date: Sat, 28 Apr 2007 12:20:32 -0600 Subject: Default action on .odt files Message-ID: <1177784432.12818.6.camel@spikehome.spikenet.local> Just installed F7T4 yesterday and restored my data from backup. I now have a situation where the open action on .odt files (OOo writer) is to try and launch either the archive manager or Java! Archive Manager is the default and Java is an option. OOo is nowhere to be found. How do I fix? I'm assuming this is a configuration bug and should Bugzilla if it isn't already there. Cheers, Chris -- ==================================================== In theory there is no difference between theory and practice. In practice there is. --Yogi Berra From david at fubar.dk Sat Apr 28 19:46:26 2007 From: david at fubar.dk (David Zeuthen) Date: Sat, 28 Apr 2007 15:46:26 -0400 Subject: FC7 Test 4 Gnome based i386 Live CD - problems with login In-Reply-To: <6B74CFE2B2A0B748BB3DC16E0476978636713E@hall.tup.com> References: <6B74CFE2B2A0B748BB3DC16E0476978636713E@hall.tup.com> Message-ID: <1177789586.3545.6.camel@zelda.fubar.dk> On Sat, 2007-04-28 at 10:53 -0400, Arch Willingham wrote: > I booted the FC7 Test 4 GNOME based i386 Live CD. This may seem intuitive > to people that are test users (and it may not be this way in the final > release) but when it asks for a user login, how would Joe Blow know what > to put in for a user name and password? I ended up guessing to use "root" > and no password but how would an end user know? The user name is 'fedora' and you should see a Fedora icon for this if you're running in a high enough resolution. But you're probably running at 800x600 (qemu?) so no faces are shown. See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235114 for details. We will fix this for Fedora 7 final as many things like qemu and perhaps VMWare use 800x600. Hope this helps. David From stickster at gmail.com Sat Apr 28 19:49:21 2007 From: stickster at gmail.com (Paul W. Frields) Date: Sat, 28 Apr 2007 15:49:21 -0400 Subject: LVM manager does not load In-Reply-To: <46338F7D.5040508@gmail.com> References: <4632FBCA.2080808@gmail.com> <46338F7D.5040508@gmail.com> Message-ID: <1177789761.9818.1.camel@localhost.localdomain> On Sat, 2007-04-28 at 14:16 -0400, Andrew Jamison wrote: > I was testing various things in F7 T4 and so far i have found that the > LVM manager in Gnome does not load. When trying to open it I get an > error box with the words "Unkown Error" and that is it. > > I am running this on a i686 platform. https://bugzilla.redhat.com/236661 -- Paul W. Frields, RHCE http://paul.frields.org/ gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233 5906 ACDB C937 BD11 3717 Fedora Project: http://fedoraproject.org/wiki/PaulWFrields irc.freenode.net: stickster @ #fedora-docs, #fedora-devel, #fredlug -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From gianluca.cecchi at gmail.com Sat Apr 28 20:09:11 2007 From: gianluca.cecchi at gmail.com (Gianluca Cecchi) Date: Sat, 28 Apr 2007 22:09:11 +0200 Subject: Default action on .odt files Message-ID: <561c252c0704281309y13c3547bt12840faafb6e9da7@mail.gmail.com> On Sat, 28 Apr 2007 12:20:32 -0600 Christopher A. Williams wrote: [snip] > I now have a situation where the open action on .odt files (OOo writer) is to try and launch either the archive manager or Java! [snip] I had fc6 x86_64 system with one odt file created in fc6. Upgraded to f7 test4 and now a double click on that file in nautilus opens openoffice.... Right clicking gives a default of open with "word processor" (aka openoffice) and "open with" gives as alternatives, in order: - abiword - archive manager - wine so it seems ok at my part HIH, Gianluca From per at bothner.com Sat Apr 28 20:22:27 2007 From: per at bothner.com (Per Bothner) Date: Sat, 28 Apr 2007 13:22:27 -0700 Subject: F7t4 - intel driver doesn't seem to hot-swap displays Message-ID: <4633AD03.4020504@bothner.com> I thought the big feature of the new "intel" driver was its ability to hot-swap displays. It doesn't seem to work for me, though I realize this is beta code, and perhaps it isn't expected to work yet. (If it is expected to work, I can file bugzilla report and provide more details.) I have a Dell Inspiron R1405 with a 945GM chipsset and a 1440x900 screen. If I boot with my external monitor (ViewSonic, 1600x1200) plugged in, then the external monitor is recognized, and 1600x1200 is used. The laptop mirrors the external monitor. It would be nice to be able to show separate screens (with nvidia calls "twinview"), but I haven't figured out how to do that, and it's not that important to me. What would be nice is being able to plug in an external monitor *after* X has started, and have it be recognized, and used at full 1600x1200 resolution. When if I unplug the external monitor, I should be back to the laptop, at 1440x900 resolution. As I said, if this expected to work, I'll collect more data and submit a bugzilla entry -- --Per Bothner per at bothner.com http://per.bothner.com/ From jkeating at redhat.com Sat Apr 28 20:44:59 2007 From: jkeating at redhat.com (Jesse Keating) Date: Sat, 28 Apr 2007 13:44:59 -0700 Subject: F7T4 DVD rescue mode question In-Reply-To: <463289B2.4020607@BitWagon.com> References: <20070427163901.41cccd14@osprey.hogchain.net> <463289B2.4020607@BitWagon.com> Message-ID: <200704281345.03406.jkeating@redhat.com> On Friday 27 April 2007 16:39:30 John Reiser wrote: > The "rescue image" is on the install CD/DVD that you just booted. > The process is now general enough that you could have booted > from boot.iso, pxeboot, usb stick or other image, which contain > only enough to boot, and not enough to perform rescue operations. > In those cases you need to find the rest of the rescue software, > which might be on nfs, http, ftp, CD/DVD, harddisk, ... Except that if the kernel can read your CD drive, anaconda will check there first for the rescue media. If it can't find it is when you get asked, so something is up with this person's system in that the kernel may not be able to read the CD drive once booted. > > If it's the former (which seems counterintuitive), selecting "Local > > CDROM" at this point causes the DVD to eject. > > Re-load the install CD/DVD, which contains everything needed for > rescue mode. ?Rescue mode should proceed. ?[You might have booted > a boot.iso CD-ROM in order to get a recent Linux kernel, but still > have the rescue software on another platter (which might be older, > for instance.)] > > > If it's the latter, the program (Anaconda?) demands to know the > > location of a Fedora iso somewhere on my /dev/sda1 (/boot) or /dev/sda2 > > (LVM /). > > > > This no longer seems to work like the rescue feature I'm accustomed > > to. ? > > The ability to use an install CD/DVD for rescue mode is new. No it's not. "Rescue" mode is achieved by passing "rescue" to the kernel argument line at boot time. Anaconda will see that and launch into rescue mode. ANY boot media can lead you to rescue mode. > The ability to use the rescue CD-ROM as an installer also is somewhat new. No it's not. You've just about always been able to just type "linux" at the rescue boot prompt to get to the full installer. The default does "linux rescue" to invoke the rescue mode. The rescue media just includes enough anaconda to run rescue, and defaults to passing "rescue" to the installer. -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From jkeating at redhat.com Sat Apr 28 20:48:01 2007 From: jkeating at redhat.com (Jesse Keating) Date: Sat, 28 Apr 2007 13:48:01 -0700 Subject: Fedora 7 Test 4 GNOME based i386 Live CD report In-Reply-To: <1177723446.3656.6.camel@localhost.localdomain> References: <46329DC7.9010500@fedoraproject.org> <1177723446.3656.6.camel@localhost.localdomain> Message-ID: <200704281348.02180.jkeating@redhat.com> On Friday 27 April 2007 18:24:06 Matthias Clasen wrote: > The bigger wart is that the menu entry for system-config-securitylevel > still says "Firewall and SELinux" even though SELinux was removed... It was supposed to be added back since this change was made way too late in the game and had a ripple effect. The new package was just untagged so perhaps you haven't been "updated" to the older package. -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From jkeating at redhat.com Sat Apr 28 20:54:24 2007 From: jkeating at redhat.com (Jesse Keating) Date: Sat, 28 Apr 2007 13:54:24 -0700 Subject: FC7 test4 Live CD runs makewhatis and prelink cron jobs In-Reply-To: <3e4ec4600704272315x7f92aea5h96d733b41a7b7aa8@mail.gmail.com> References: <771ef40c0704272234q67d75394j8e8247860278a052@mail.gmail.com> <3e4ec4600704272315x7f92aea5h96d733b41a7b7aa8@mail.gmail.com> Message-ID: <200704281354.25043.jkeating@redhat.com> On Friday 27 April 2007 23:15:50 Michael Wiktowy wrote: > My marginal system is drooling all over itself as I type this as I try > to kill of enough processes to get it responsive. Is there any reason > at all to run anacron on the LiveCD? It has made my system comatose. Because the LiveCD can be installed to run native on the system, and there you want things like this to run. I think a good strategy for this is to add support to either these cron jobs or the applications themselves to see if they're running in a stateless environment and "opt-out" of running. -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From miles.lane at gmail.com Sat Apr 28 21:04:16 2007 From: miles.lane at gmail.com (Miles Lane) Date: Sat, 28 Apr 2007 14:04:16 -0700 Subject: FC7 test4 Live CD runs makewhatis and prelink cron jobs In-Reply-To: <200704281354.25043.jkeating@redhat.com> References: <771ef40c0704272234q67d75394j8e8247860278a052@mail.gmail.com> <3e4ec4600704272315x7f92aea5h96d733b41a7b7aa8@mail.gmail.com> <200704281354.25043.jkeating@redhat.com> Message-ID: On 4/28/07, Jesse Keating wrote: > On Friday 27 April 2007 23:15:50 Michael Wiktowy wrote: > > My marginal system is drooling all over itself as I type this as I try > > to kill of enough processes to get it responsive. Is there any reason > > at all to run anacron on the LiveCD? It has made my system comatose. > > Because the LiveCD can be installed to run native on the system, and there you > want things like this to run. I think a good strategy for this is to add > support to either these cron jobs or the applications themselves to see if > they're running in a stateless environment and "opt-out" of running. How about also checking whether the machine is running off of battery power? Stuff that scans the whole hard drive seems inappropriate unless running off of AC. From stickster at gmail.com Sat Apr 28 21:15:38 2007 From: stickster at gmail.com (Paul W. Frields) Date: Sat, 28 Apr 2007 17:15:38 -0400 Subject: Fedora 7 Test 4 GNOME based i386 Live CD report In-Reply-To: <1177759564.3656.15.camel@localhost.localdomain> References: <46329DC7.9010500@fedoraproject.org> <1177723446.3656.6.camel@localhost.localdomain> <4632B1F4.8060503@redhat.com> <1177759564.3656.15.camel@localhost.localdomain> Message-ID: <1177794938.9818.9.camel@localhost.localdomain> On Sat, 2007-04-28 at 07:26 -0400, Matthias Clasen wrote: > > Tomboy is pretty useful though it is not visible in the user interface. > > I think we can place it in the panel by default along with Abiword in > > the GNOME based live images atleast. > > That too. Am I the only one experiencing https://bugzilla.redhat.com/237986 ? That notwithstanding, Tomboy has changed my life. > > The prime spin still has Firefox, Evolution and three openoffice.org > > applications which makes sense for RHEL but not for Fedora. I would > > prefer something more home user oriented for Fedora. > > Why on earth do you think firefox, evolution and OOo don't make sense > for Fedora users ? The only reason OOo is not on the livecd is space. It specially makes sense since it's a major attractor for people to FOSS. I've used it to get several people started on Linux who originally just wanted office productivity software. I see a lot of primary and secondary schools getting their kids into using presentation software -- for better or worse, being able to offer it, in a form that is compatible with Teacher's system, is a good thing. -- Paul W. Frields, RHCE http://paul.frields.org/ gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233 5906 ACDB C937 BD11 3717 Fedora Project: http://fedoraproject.org/wiki/PaulWFrields irc.freenode.net: stickster @ #fedora-docs, #fedora-devel, #fredlug -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From wwoods at redhat.com Sat Apr 28 21:16:51 2007 From: wwoods at redhat.com (Will Woods) Date: Sat, 28 Apr 2007 17:16:51 -0400 Subject: Initial FC7t4 impressions In-Reply-To: <20070427224406.4a84263f@zooty> References: <20070427224406.4a84263f@zooty> Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Apr 27, 2007, at 10:44 PM, Tom Horsley wrote: > The good > -------- > > Hey! It recognized my DVD drive this time, I didn't have to > install from hard disk. Hooray! > Even more amazing, I turn on desktop effects, and for the > first time ever, they have worked with every application I've > tried so far Double hooray! > Dependency checking on packages is indeed faster, I'd now call > it merely annoying rather than glacial :-). Heh, yeah. AFAIK we just got some more yum speedups in rawhide so it should be even quicker now. We're hoping it'll be faster still by F7 final. > If you are gonna > have an app that runs forever like the updater does, the last > thing on earth it should ever do is grab focus. By the time it > wants input, people have forgotten it is even running. Until we've downloaded the packages, I'm not sure there's any way to tell if any of them are signed with a key that we haven't imported yet. So that's a tough nut to crack. Luckily, though, this should be a non-issue after The Great Merge - unless I'm mistaken, everything will be signed with the same, already- included key. > The IMSmap screensaver (I downloaded all the screensavers from > extras to beat on the ATI driver) locks up the system for > several minutes. I can move the cursor, but nothing else > responds, not even Ctrl-Alt-F1. As I was reaching for the > reset button after trying lots of stuff, the Ctrl-Atl-F1 > finally happened, so I went ahead and logged in and typed > "reboot" to get back here into FC6. Weird. Did you file a bug? > Will you for God's sake figure out what category the > "terminal" application belongs in and leave it there! Every > single release I have to play "find the terminal" (better yet, > put it in the panel by default - that's the first thing I > always do :-). Did you pickup this habit from Microsoft, who > also moves the "console" entry around in every single Windows > release? It's not us - it's the GNOME folks that make that call. Personally I like it where it is now, the same place it was in FC5, in the "System Tools" menu. If it was up to me, we'd keep it there forever. As for putting it on the panel.. I think we're aiming to avoid that. *I* sure spend a lot of time in the terminal, but most folks don't. Nor should they have to. I think if my dad is reaching for the terminal that often, we've screwed up somehow. > The ugly > -------- > > The 3 icons for office apps that show up in the gnome panel > (word processor, presentation, spreadsheet) are, without a > doubt, the ugliest icons I have ever seen. They are garish > colors that clash with everything else I see on the screen > when I first login, and they look like they are drunk and > about to fall over. Yeah, they're yucky. But this should already be fixed in an update, as Matthias mentioned. Glad your install went so well. Thanks for the report! - -w -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (Darwin) iD8DBQFGM7nIxFCbdxAvWVsRAt14AJ0RS2mUc/5u6nSAdROu8zi/3qleFgCg4e5n qtnpYVFNHXVJmOXwpPcGI8c= =D5ZK -----END PGP SIGNATURE----- From arch at tuparks.com Sat Apr 28 21:21:42 2007 From: arch at tuparks.com (Arch Willingham) Date: Sat, 28 Apr 2007 17:21:42 -0400 Subject: FC7 Test 4 Gnome based i386 Live CD - problems with login In-Reply-To: <1177789586.3545.6.camel@zelda.fubar.dk> Message-ID: <6B74CFE2B2A0B748BB3DC16E0476978636713F@hall.tup.com> Well bust my bootie. I just put the CD back and in and rebooted. There is indeed a huge icon on the login page that says "Fedora Live". I ignored it the previous boot. I assumed it was just part of the graphics and did not realize I should click there. I clicked and it and it logged right nin...thanks! Arch -----Original Message----- From: fedora-test-list-bounces at redhat.com [mailto:fedora-test-list-bounces at redhat.com]On Behalf Of David Zeuthen Sent: Saturday, April 28, 2007 3:46 PM To: For testers of Fedora Core development releases Subject: Re: FC7 Test 4 Gnome based i386 Live CD - problems with login On Sat, 2007-04-28 at 10:53 -0400, Arch Willingham wrote: > I booted the FC7 Test 4 GNOME based i386 Live CD. This may seem intuitive > to people that are test users (and it may not be this way in the final > release) but when it asks for a user login, how would Joe Blow know what > to put in for a user name and password? I ended up guessing to use "root" > and no password but how would an end user know? The user name is 'fedora' and you should see a Fedora icon for this if you're running in a high enough resolution. But you're probably running at 800x600 (qemu?) so no faces are shown. See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=235114 for details. We will fix this for Fedora 7 final as many things like qemu and perhaps VMWare use 800x600. Hope this helps. David -- fedora-test-list mailing list fedora-test-list at redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list From jkeating at redhat.com Sat Apr 28 21:17:52 2007 From: jkeating at redhat.com (Jesse Keating) Date: Sat, 28 Apr 2007 14:17:52 -0700 Subject: Fedora 7 Test 4 GNOME based i386 Live CD report In-Reply-To: <1177794938.9818.9.camel@localhost.localdomain> References: <46329DC7.9010500@fedoraproject.org> <1177759564.3656.15.camel@localhost.localdomain> <1177794938.9818.9.camel@localhost.localdomain> Message-ID: <200704281417.53082.jkeating@redhat.com> On Saturday 28 April 2007 14:15:38 Paul W. Frields wrote: > Am I the only one experiencing https://bugzilla.redhat.com/237986 ? > That notwithstanding, Tomboy has changed my life. I'm seeing it, comment in bug. -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From tom.horsley at att.net Sat Apr 28 22:25:41 2007 From: tom.horsley at att.net (Tom Horsley) Date: Sat, 28 Apr 2007 18:25:41 -0400 Subject: Initial FC7t4 impressions In-Reply-To: References: <20070427224406.4a84263f@zooty> Message-ID: <20070428182541.2b6b2801@zooty> On Sat, 28 Apr 2007 17:16:51 -0400 Will Woods wrote: > Until we've downloaded the packages, I'm not sure there's any way to > tell if any of them are signed with a key that we haven't imported > yet. So that's a tough nut to crack. I don't mind it asking me, I just don't want it grabbing the focus. There must be some window properties that could be set on the popup to make is a passive sort of popup, not an active focus grabbing popup. I'll see it eventually when I finish what I'm doing and go check on updates :-). > > The IMSmap screensaver (I downloaded all the screensavers from > > extras to beat on the ATI driver) locks up the system for > > several minutes. > > Weird. Did you file a bug? Yep: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=238231 Despite this weirdness, the ATI drivers seem to be working better than ever - none of the things that almost always triggered this xorg bug https://bugs.freedesktop.org/show_bug.cgi?id=8790 are triggering it anymore. I haven't yet seen the flickering and blanking nonsense that plagued the system in FC6 (until I found a big enough hammer to crush it :-). From fhew3 at cogeco.ca Sat Apr 28 22:36:56 2007 From: fhew3 at cogeco.ca (Fulko Hew) Date: Sat, 28 Apr 2007 18:36:56 -0400 Subject: FC7 T4 impressions Message-ID: <4633CC88.5000309@cogeco.ca> I just installed T4 on my Dell Inspiron 6400 laptop (for testing) and here are my observations: 1/ Kweather is missing. 2/ Whats the difference between Klaptop and KPowerSave? I seem to get both, and as usual with competing software, they each have their features, and each are missing useful features from the other. :-( 3/ I'd like to test Intel 3945 wireless support, but I have no idea what the procedure would be to install whatever needs installing. Do I use the same process I used in FC6? or is it different because of new software in FC7? 4/ ACPI w.r.t. closing the lid is now built in, and auto-invokes Xscreenlock. (FC6 would have kept the display black unless you manually added additional software.) Yipee! 5/ W915 resolution is no longer needed. Wide screen works properly, out-of-the-box. Yipee! 6/ When I plug in my USB disk drive that has two Ext3 filesystems on it, I get two icons on the desktop, but when I click on either icon, and select 'safely remove'... both filesystems are unmounted. (KDE) Note: You can still use the umount command to unmount each filesystem individually, Its just the icon that behaves inconsistently? ;-| Having written this, maybe its a feature that... If you unmount one partition of a USB device, all partitions on the device are unmounted, so you can remove the device without forgetting about the 'other' partitions. From ml at deadbabylon.de Sat Apr 28 22:49:54 2007 From: ml at deadbabylon.de (Sebastian Vahl) Date: Sun, 29 Apr 2007 00:49:54 +0200 Subject: FC7 T4 impressions In-Reply-To: <4633CC88.5000309@cogeco.ca> References: <4633CC88.5000309@cogeco.ca> Message-ID: <20070429004954.3b45c264@localhost.localdomain> Am Sat, 28 Apr 2007 18:36:56 -0400 schrieb Fulko Hew : > > I just installed T4 on my Dell Inspiron 6400 laptop (for testing) > and here are my observations: > > 1/ Kweather is missing. Haven't used it for myself. Will have a look at it tomorrow. But according to the name I don't think this is an essential package. :) > > 2/ Whats the difference between Klaptop and KPowerSave? > I seem to get both, and as usual with competing software, > they each have their features, and each are missing > useful features from the other. :-( klaptop will be packaged in a subpackage soon. So on the final there will be (hopefully) only be kpowersave which provides more functionality (so I think, I don't own a laptop). See also: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=237654 > 3/ I'd like to test Intel 3945 wireless support, but I have > no idea what the procedure would be to install whatever > needs installing. Do I use the same process I used in > FC6? or is it different because of new software in FC7? Maybe this is related due to missing knetworkmanager on test4, which was maybe my fault. :( Sebastian -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From fhew3 at cogeco.ca Sat Apr 28 22:59:08 2007 From: fhew3 at cogeco.ca (Fulko Hew) Date: Sat, 28 Apr 2007 18:59:08 -0400 Subject: FC7 T4 impressions In-Reply-To: <20070429004954.3b45c264@localhost.localdomain> References: <4633CC88.5000309@cogeco.ca> <20070429004954.3b45c264@localhost.localdomain> Message-ID: <4633D1BC.8060803@cogeco.ca> Sebastian Vahl wrote: >Am Sat, 28 Apr 2007 18:36:56 -0400 >schrieb Fulko Hew : > >>I just installed T4 on my Dell Inspiron 6400 laptop (for testing) >>and here are my observations: >> >>1/ Kweather is missing. >> > >Haven't used it for myself. Will have a look at it tomorrow. But >according to the name I don't think this is an essential package. :) > Just for the record, ISTR that it was missing on FC5, appeared on FC6, and disapeared again on FC7. From chrisw at cawllc.com Sat Apr 28 23:11:26 2007 From: chrisw at cawllc.com (Christopher A. Williams) Date: Sat, 28 Apr 2007 17:11:26 -0600 Subject: Default action on .odt files In-Reply-To: <561c252c0704281309y13c3547bt12840faafb6e9da7@mail.gmail.com> References: <561c252c0704281309y13c3547bt12840faafb6e9da7@mail.gmail.com> Message-ID: <1177801886.5034.5.camel@spikehome.spikenet.local> On Sat, 2007-04-28 at 22:09 +0200, Gianluca Cecchi wrote: > On Sat, 28 Apr 2007 12:20:32 -0600 Christopher A. Williams wrote: > [snip] > > I now have a situation where the open action on .odt files (OOo writer) is to > try and launch either the archive manager or Java! > [snip] > > I had fc6 x86_64 system with one odt file created in fc6. > Upgraded to f7 test4 and now a double click on that file in nautilus > opens openoffice.... > Right clicking gives a default of open with "word processor" (aka openoffice) > and "open with" gives as alternatives, in order: > - abiword > - archive manager > - wine > > so it seems ok at my part Unfortunately, "I loaded it on my system and it works just fine," doesn't help much at all. I have now also loaded F7T4 on a laptop. Again, an install to a freshly formatted drive. Same result - the default action on .odt files remains Archive Manager, followed by Java. Guess I should Bugzilla... One system (the desktop) absolutely freezes when logging in under any account when booting with kernel build 3116. Kernel build 3104 does not have this problem. The laptop does not seem to be affected by the newer kernel freeze. Cheers, Chris -- ====================== "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former." -- Albert Einstein From dtimms at iinet.net.au Sat Apr 28 23:18:07 2007 From: dtimms at iinet.net.au (David Timms) Date: Sun, 29 Apr 2007 09:18:07 +1000 Subject: Upgrading on a LVM based system In-Reply-To: <463311B5.5090600@seznam.cz> References: <4633112E.8040109@seznam.cz> <463311B5.5090600@seznam.cz> Message-ID: <4633D62F.10608@iinet.net.au> Martin Sourada wrote: > Martin Sourada napsal(a): >> Since Fedora 7 Test 4 is finally out, I am about upgrading my FC6 and thus help >> with testing F7. The problem is I created one logical group with three logical >> volumes in it: /, /boot and /home and I'd like to keep this layout and the /home >> volume. Is there any way how can I do clean install of F7 into this layout >> without having to erase the /home partition? ... > Uhm, little mistake there.. the second one isn't /boot, but swap. Sorry for that. If you actually mean "upgrade", Fedora will not erase any of your existing data. The installer should offer to either install or upgrade your existing system, and if you choose upgrade at this point, it uprades the set of packages that you already have installed. If it says "do you want me to initialize the drive" - this is a bug - do _not_ initialize the drive! This would erase all information. Info at: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=236743 For the clean "-ish" install - remember your user account folder could contain incompatible settings, when you get to the installer screen above, choose install, then in the partitioning screen there is a drop-down with 4 options: - erase all and use full disk - erase linux partitions and use full disk - {forgotten} - custom You need to choose custom. On the disk layout screen, you select each of your partitions, edit, and set only the mount point to where you want the partition mounted {eg /home for the /home partition}. For LVM lv's you click edit, select the individual item, then edit again. To make the install "clean", set the partition that is for / to be formatted. Review your changes in the list at the bottom of the page, then double confirm the request to format {only} the / partition after you click next. DaveT. From michael.wiktowy at gmail.com Sat Apr 28 23:26:34 2007 From: michael.wiktowy at gmail.com (Michael Wiktowy) Date: Sat, 28 Apr 2007 19:26:34 -0400 Subject: Fedora 7 Test 4 GNOME based i386 Live CD report In-Reply-To: <46329DC7.9010500@fedoraproject.org> References: <46329DC7.9010500@fedoraproject.org> Message-ID: <3e4ec4600704281626k75b4a548wed6b49405f01e328@mail.gmail.com> Just adding my thoughts about the LiveCD so far: - Two of my main use cases for a LiveCD are missing: checking the memory and checking the hardware - Where did memtest on the boot screen go? - There was some smolt GUI but now it seems to have vanished? - crond and atd were turned off but anacron seems to be left on leading to some pretty severe slowdowns when that kicked in - Desktop Effects works great for me! (ATI X800XL) Fedora made some good choices as to the default actions to include but some more customization exposed would be nice since there seems to be more in there than wobbly windows and workspace cube. Hyperconfigurability is what Beryl is for but being able to enable and disable the included features and reassign hotkeys/hotcorners would be a minimum. - Inclusion of some default xorg.conf file is messing with the proper screen resolution autodetection. I have had two systems so far have vastly reduced screen resolutions on booting the LiveCD and the solution was to clobber xorg.conf and restart X and both were detected perfectly after that. - Is yum upgrading from test4 to final going to be "supported"? I know there was some talk of this earlier but haven't heard anything formal lately. - I am very happy that NetworkManager now finally supports WPA without any special tricks. I found that is was requiring some manual intervention to switch between wired and wireless networks ... is that because NMDispatcher is not enabled by default? Was that disabling by deafult intentional? - Wireless has improved quite a lot. I have an assortment of those little wifi USB dongles that I picked up for $20 each that work out of the box now. I have a Netgear WG511T PCCard that doesn't work out of the box. I think it has an atheros chipset. Is that one of those non-free things that Ubuntu includes but Fedora doesn't? - The LiveCD runs quite slowly on my 850 MHz laptop with 256 MB RAM but it does run OK. That might have been due to the cpuspeed service being enabled. - I don't like the excessive amount of default folders in your home directory. I agree that they should be consolidated somewhat. I would suggest that Pictures, Video and Music should be put as a subdirectory of Multimedia. - The new organization of the preferences is great and makes it much clearer than Ubuntus preference menu. - It is lovely that you are including links to Magnatune and Jamendo in Rythmbox and Firefox ... the only problem is that their music is in mp3 format which we cannot play (without some hoop jumping) Overall though, things are looking very good. /Mike From dtimms at iinet.net.au Sat Apr 28 23:28:38 2007 From: dtimms at iinet.net.au (David Timms) Date: Sun, 29 Apr 2007 09:28:38 +1000 Subject: FC7 T4 impressions In-Reply-To: <4633CC88.5000309@cogeco.ca> References: <4633CC88.5000309@cogeco.ca> Message-ID: <4633D8A6.90201@iinet.net.au> Fulko Hew wrote: ... > 3/ I'd like to test Intel 3945 wireless support, but I have > no idea what the procedure would be to install whatever > needs installing. Do I use the same process I used in > FC6? or is it different because of new software in FC7? Perhaps see the thread from yesterday: "F7 and iwlwifi using ipw3945 hardware", or just search for 3945 in the archives. DaveT. From olivares14031 at yahoo.com Sat Apr 28 23:28:40 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Sat, 28 Apr 2007 16:28:40 -0700 (PDT) Subject: FC7 Test 4 Gnome based i386 Live CD - problems with login In-Reply-To: <6B74CFE2B2A0B748BB3DC16E0476978636713E@hall.tup.com> Message-ID: <523259.54345.qm@web52606.mail.re2.yahoo.com> --- Arch Willingham wrote: > I booted the FC7 Test 4 GNOME based i386 Live CD. > This may seem intuitive to people that are test > users (and it may not be this way in the final > release) but when it asks for a user login, how > would Joe Blow know what to put in for a user name > and password? I ended up guessing to use "root" and > no password but how would an end user know? > You are correct. This should be documented. I cliked on the icon fedorauser and it logged in automatically, I opened a terminal and typed su - and it went straight to root. There are no passwords. So Joe User should know about it via documentation. Regards, Antonio > Arch > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From per at bothner.com Sat Apr 28 23:52:18 2007 From: per at bothner.com (Per Bothner) Date: Sat, 28 Apr 2007 16:52:18 -0700 Subject: FC7 Test 4 Gnome based i386 Live CD - problems with login In-Reply-To: <523259.54345.qm@web52606.mail.re2.yahoo.com> References: <523259.54345.qm@web52606.mail.re2.yahoo.com> Message-ID: <4633DE32.6050801@bothner.com> Antonio Olivares wrote: > --- Arch Willingham wrote: > >> I booted the FC7 Test 4 GNOME based i386 Live CD. >> This may seem intuitive to people that are test >> users (and it may not be this way in the final >> release) but when it asks for a user login, how >> would Joe Blow know what to put in for a user name >> and password? I ended up guessing to use "root" and >> no password but how would an end user know? >> > You are correct. This should be documented. Er, no. It should not *need* to be documented. That means logging in automatically. If there is only one reasonable action, no need to ask the user what to do. At least have a timer: "will login as user 'fedora' in 20 seconds". -- --Per Bothner per at bothner.com http://per.bothner.com/ From david at fubar.dk Sun Apr 29 00:38:02 2007 From: david at fubar.dk (David Zeuthen) Date: Sat, 28 Apr 2007 20:38:02 -0400 Subject: FC7 Test 4 Gnome based i386 Live CD - problems with login In-Reply-To: <4633DE32.6050801@bothner.com> References: <523259.54345.qm@web52606.mail.re2.yahoo.com> <4633DE32.6050801@bothner.com> Message-ID: <1177807082.3545.11.camel@zelda.fubar.dk> On Sat, 2007-04-28 at 16:52 -0700, Per Bothner wrote: > Er, no. It should not *need* to be documented. > That means logging in automatically. If there is > only one reasonable action, no need to ask the > user what to do. At least have a timer: > "will login as user 'fedora' in 20 seconds". Worth considering delayed autologin for Fedora 8. But keep in mind the _only_ reason we show the login screen is such that the user can start AT's (e.g. screen reader), select the language etc. etc. I imagine it's also useful for Jumbo Live DVD's with both GNOME, XFCE and KDE. Then you would have three users; one for each desktop environment. You would even be able to fast-user-switch between these... David From sundaram at fedoraproject.org Sun Apr 29 01:09:10 2007 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Sun, 29 Apr 2007 06:39:10 +0530 Subject: Fedora 7 Test 4 GNOME based i386 Live CD report In-Reply-To: <1177759564.3656.15.camel@localhost.localdomain> References: <46329DC7.9010500@fedoraproject.org> <1177723446.3656.6.camel@localhost.localdomain> <4632B1F4.8060503@redhat.com> <1177759564.3656.15.camel@localhost.localdomain> Message-ID: <4633F036.5060400@fedoraproject.org> Matthias Clasen wrote: >> The prime spin still has Firefox, Evolution and three openoffice.org >> applications which makes sense for RHEL but not for Fedora. I would >> prefer something more home user oriented for Fedora. > > Why on earth do you think firefox, evolution and OOo don't make sense > for Fedora users ? The only reason OOo is not on the livecd is space. I didn't say it does not make sense. Only that there are other applications more frequently compared to OO.o presentation or spreadsheet programs. You can look at mugshot stats at http://mugshot.org/applications for some idea. Firefox, Evolution, Openoffice.org writer, Gaim and Gnome terminal or Rhythmbox would be more appropriate IMO. Rahul From sundaram at fedoraproject.org Sun Apr 29 01:18:37 2007 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Sun, 29 Apr 2007 06:48:37 +0530 Subject: FC7 Test 4 Gnome based i386 Live CD - problems with login In-Reply-To: <6B74CFE2B2A0B748BB3DC16E0476978636713E@hall.tup.com> References: <6B74CFE2B2A0B748BB3DC16E0476978636713E@hall.tup.com> Message-ID: <4633F26D.3000402@fedoraproject.org> Arch Willingham wrote: > I booted the FC7 Test 4 GNOME based i386 Live CD. This may seem intuitive to people that are test users (and it may not be this way in the final release) but when it asks for a user login, how would Joe Blow know what to put in for a user name and password? I ended up guessing to use "root" and no password but how would an end user know? > I have noted this information in the release notes a while back and it will be in the final release FYI. Rahul PS: Please fix your mail client to use 80 characters per line. From sundaram at fedoraproject.org Sun Apr 29 01:20:11 2007 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Sun, 29 Apr 2007 06:50:11 +0530 Subject: FC7 Test 4 GNOME based i386 Live CD - problems with SCSI CD-ROM booting In-Reply-To: <6B74CFE2B2A0B748BB3DC16E0476978636713C@hall.tup.com> References: <6B74CFE2B2A0B748BB3DC16E0476978636713C@hall.tup.com> Message-ID: <4633F2CB.7080000@fedoraproject.org> Arch Willingham wrote: > I have gone around our building trying the two versions of the live CD almost all of them boot just fine except for two. Two of our computers have SCSI based CD-ROM's. In both cases the controllers are Adaptec AHA 2940UW......one computer is an old piece of junk (Intel P3, 256 MB RAM) and the other is a newer computer (clone with ASUS motherboard and 1 GB of memory, AMD 3800). > > In both cases, the CD starts to boot and then gets to a point where it says something to the effect of (I have a hard time reading my handwriting so this may not be exact): > > Warning: cannot find root file system. > Create symlink /dev/root and then exit the shell to continue the boot sequence. > Bash: no job control in this shell > bash-3.2# There are related bug reports filed. Please file another one with your system information. Also file a separate one for the KDE live cd rdesktop issue. Rahul From sundaram at fedoraproject.org Sun Apr 29 01:21:19 2007 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Sun, 29 Apr 2007 06:51:19 +0530 Subject: FC7 test4 Live CD runs makewhatis and prelink cron jobs In-Reply-To: References: <771ef40c0704272234q67d75394j8e8247860278a052@mail.gmail.com> <3e4ec4600704272315x7f92aea5h96d733b41a7b7aa8@mail.gmail.com> <200704281354.25043.jkeating@redhat.com> Message-ID: <4633F30F.9030105@fedoraproject.org> Miles Lane wrote: > On 4/28/07, Jesse Keating wrote: >> On Friday 27 April 2007 23:15:50 Michael Wiktowy wrote: >> > My marginal system is drooling all over itself as I type this as I try >> > to kill of enough processes to get it responsive. Is there any reason >> > at all to run anacron on the LiveCD? It has made my system comatose. >> >> Because the LiveCD can be installed to run native on the system, and >> there you >> want things like this to run. I think a good strategy for this is to add >> support to either these cron jobs or the applications themselves to >> see if >> they're running in a stateless environment and "opt-out" of running. > > How about also checking whether the machine is running off of battery > power? > Stuff that scans the whole hard drive seems inappropriate unless running > off of AC. File a enhancement request for these preferably in GNOME bugzilla for Beagle. Rahul From sundaram at fedoraproject.org Sun Apr 29 01:25:15 2007 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Sun, 29 Apr 2007 06:55:15 +0530 Subject: x86_64 live CD F7T4 In-Reply-To: <000601c789b9$03796170$0a01a8c0@jbsys> References: <000701c7893e$8062ba40$0a01a8c0@jbsys> <4632B484.1070002@fedoraproject.org> <000601c789b9$03796170$0a01a8c0@jbsys> Message-ID: <4633F3FB.9090904@fedoraproject.org> Jim Bevier wrote: > Starting k3b, navagate to the x86_64 iso file and double click on it. > K3b will try to burn it as a CD and fail because it is to big. If you > insert a dvd, it will never load it and allow you to continue. It seems > you must select "Tools->Burn DVD ISO image" to actually get k3b to > work. It would be a good idea is k3b allowed the user to select burn > DVD when you double click on the file name. Ya. File a enhancement request against K3b in http://bugzilla.redhat.com Rahul From sundaram at fedoraproject.org Sun Apr 29 01:27:33 2007 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Sun, 29 Apr 2007 06:57:33 +0530 Subject: Default action on .odt files In-Reply-To: <1177801886.5034.5.camel@spikehome.spikenet.local> References: <561c252c0704281309y13c3547bt12840faafb6e9da7@mail.gmail.com> <1177801886.5034.5.camel@spikehome.spikenet.local> Message-ID: <4633F485.1030909@fedoraproject.org> Christopher A. Williams wrote: > > Unfortunately, "I loaded it on my system and it works just fine," > doesn't help much at all. Possibly because you are both using different spins. If you want to discuss issues in Fedora 7 test releases it is important to specify which spin you are using. The behavior is different between them depending on which applications are included. > > I have now also loaded F7T4 on a laptop. Again, an install to a freshly > formatted drive. Same result - the default action on .odt files remains > Archive Manager, followed by Java. > > Guess I should Bugzilla... > > One system (the desktop) absolutely freezes when logging in under any > account when booting with kernel build 3116. Kernel build 3104 does not > have this problem. The laptop does not seem to be affected by the newer > kernel freeze. Yes. Do file these in bugzilla. Rahul From jacliburn at bellsouth.net Sat Apr 28 23:15:10 2007 From: jacliburn at bellsouth.net (Jay Cliburn) Date: Sat, 28 Apr 2007 18:15:10 -0500 Subject: F7T4 DVD rescue mode question In-Reply-To: <200704281345.03406.jkeating@redhat.com> References: <20070427163901.41cccd14@osprey.hogchain.net> <463289B2.4020607@BitWagon.com> <200704281345.03406.jkeating@redhat.com> Message-ID: <20070428181510.1a95c395@osprey.hogchain.net> On Sat, 28 Apr 2007 13:44:59 -0700 Jesse Keating wrote: > if the kernel can read your CD drive, anaconda will check > there first for the rescue media. If it can't find it is when you > get asked, so something is up with this person's system in that the > kernel may not be able to read the CD drive once booted. I don't seem to have any issues with my CD/DVD drive that are obvious, but I'll look more closely. > > > This no longer seems to work like the rescue feature I'm > > > accustomed to. ? > > > > The ability to use an install CD/DVD for rescue mode is new. > > No it's not. "Rescue" mode is achieved by passing "rescue" to the > kernel argument line at boot time. Anaconda will see that and launch > into rescue mode. ANY boot media can lead you to rescue mode. Your description fits with my past experience, however that's not the way it works under F7T4 (F-6.93-x86_64-DVD.iso). No one else sees this behavior? Jay From josh at wavefood.com Sun Apr 29 01:48:03 2007 From: josh at wavefood.com (Joshua Andrews) Date: Sat, 28 Apr 2007 18:48:03 -0700 Subject: fc7t4 - problems with ATA66 module Message-ID: <4633F953.4010309@wavefood.com> My system has an onboard Highpoint ATA66 controller that has worked fine with all previous releases of Fedora as well as redhat 6.0 - 9. Now with the switch to serial drivers it no longer functions. Below is a section of my kernel log that does not mean much to me except that it shows that it tried and failed to make it work. Apr 28 18:20:05 et kernel: ACPI: PCI Interrupt 0000:00:13.0[A] -> GSI 18 (level, low) -> IRQ 19 Apr 28 18:20:05 et kernel: pata_hpt366 0000:00:13.0: failed to iomap PCI BAR 2 Apr 28 18:20:05 et kernel: ACPI: PCI interrupt for device 0000:00:13.0 disabled Apr 28 18:20:05 et kernel: pata_hpt366: probe of 0000:00:13.0 failed with error -12 Apr 28 18:20:05 et kernel: ACPI: PCI Interrupt 0000:00:13.1[B] -> GSI 18 (level, low) -> IRQ 19 Apr 28 18:20:05 et kernel: pata_hpt366 0000:00:13.1: failed to iomap PCI BAR 2 Apr 28 18:20:05 et kernel: ACPI: PCI interrupt for device 0000:00:13.1 disabled Apr 28 18:20:05 et kernel: pata_hpt366: probe of 0000:00:13.1 failed with error -12 -J From arch at tuparks.com Sun Apr 29 02:12:31 2007 From: arch at tuparks.com (Arch Willingham) Date: Sat, 28 Apr 2007 22:12:31 -0400 Subject: FC7 Test 4 GNOME based i386 Live CD - problems with SCSI CD-ROM booting In-Reply-To: <4633F2CB.7080000@fedoraproject.org> Message-ID: <6B74CFE2B2A0B748BB3DC16E04769786367141@hall.tup.com> 10-4..thanks for responding! Arch -----Original Message----- From: fedora-test-list-bounces at redhat.com [mailto:fedora-test-list-bounces at redhat.com]On Behalf Of Rahul Sundaram Sent: Saturday, April 28, 2007 9:20 PM To: For testers of Fedora Core development releases Subject: Re: FC7 Test 4 GNOME based i386 Live CD - problems with SCSI CD-ROM booting Arch Willingham wrote: > I have gone around our building trying the two versions of the live CD almost all of them boot just fine except for two. Two of our computers have SCSI based CD-ROM's. In both cases the controllers are Adaptec AHA 2940UW......one computer is an old piece of junk (Intel P3, 256 MB RAM) and the other is a newer computer (clone with ASUS motherboard and 1 GB of memory, AMD 3800). > > In both cases, the CD starts to boot and then gets to a point where it says something to the effect of (I have a hard time reading my handwriting so this may not be exact): > > Warning: cannot find root file system. > Create symlink /dev/root and then exit the shell to continue the boot sequence. > Bash: no job control in this shell > bash-3.2# There are related bug reports filed. Please file another one with your system information. Also file a separate one for the KDE live cd rdesktop issue. Rahul -- fedora-test-list mailing list fedora-test-list at redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list From chrisw at cawllc.com Sun Apr 29 03:17:15 2007 From: chrisw at cawllc.com (Christopher A. Williams) Date: Sat, 28 Apr 2007 21:17:15 -0600 Subject: Default action on .odt files In-Reply-To: <4633F485.1030909@fedoraproject.org> References: <561c252c0704281309y13c3547bt12840faafb6e9da7@mail.gmail.com> <1177801886.5034.5.camel@spikehome.spikenet.local> <4633F485.1030909@fedoraproject.org> Message-ID: <1177816635.14383.6.camel@spikehome.spikenet.local> On Sun, 2007-04-29 at 06:57 +0530, Rahul Sundaram wrote: > > Unfortunately, "I loaded it on my system and it works just fine," > > doesn't help much at all. > > Possibly because you are both using different spins. If you want to > discuss issues in Fedora 7 test releases it is important to specify > which spin you are using. The behavior is different between them > depending on which applications are included. Good point! I hadn't considered this. Indeed, both of the systems I have were loaded from the Fedora installation DVD as opposed to the live CD. Both also were updated immediately with the Rawhide patches and I installed my usual list of add-ons that I tend to include with previous versions of Fedora. That includes: Adobe Reader (with Remi's patch - it's still apparently needed) Sun Java JRE (a couple of websites I frequent seem to want it in spite of anything else) Flash Plugin Could Sun's Java RPM be causing this? It doesn't on FC6 and I didn't try on F7T4 before installing it. > > > I have now also loaded F7T4 on a laptop. Again, an install to a freshly > > formatted drive. Same result - the default action on .odt files remains > > Archive Manager, followed by Java. > > > > Guess I should Bugzilla... > > > > One system (the desktop) absolutely freezes when logging in under any > > account when booting with kernel build 3116. Kernel build 3104 does not > > have this problem. The laptop does not seem to be affected by the newer > > kernel freeze. > > Yes. Do file these in bugzilla. I'll work on getting these entered ASAP. Cheers, Chris -- ==================================================== In theory there is no difference between theory and practice. In practice there is. --Yogi Berra From sundaram at fedoraproject.org Sun Apr 29 03:20:50 2007 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Sun, 29 Apr 2007 08:50:50 +0530 Subject: Default action on .odt files In-Reply-To: <1177816635.14383.6.camel@spikehome.spikenet.local> References: <561c252c0704281309y13c3547bt12840faafb6e9da7@mail.gmail.com> <1177801886.5034.5.camel@spikehome.spikenet.local> <4633F485.1030909@fedoraproject.org> <1177816635.14383.6.camel@spikehome.spikenet.local> Message-ID: <46340F12.6020908@fedoraproject.org> Christopher A. Williams wrote: > On Sun, 2007-04-29 at 06:57 +0530, Rahul Sundaram wrote: > >>> Unfortunately, "I loaded it on my system and it works just fine," >>> doesn't help much at all. >> Possibly because you are both using different spins. If you want to >> discuss issues in Fedora 7 test releases it is important to specify >> which spin you are using. The behavior is different between them >> depending on which applications are included. > > Good point! I hadn't considered this. Indeed, both of the systems I have > were loaded from the Fedora installation DVD as opposed to the live CD. > Both also were updated immediately with the Rawhide patches and I > installed my usual list of add-ons that I tend to include with previous > versions of Fedora. That includes: > > Adobe Reader (with Remi's patch - it's still apparently needed) > Sun Java JRE (a couple of websites I frequent seem to want it in spite > of anything else) > Flash Plugin > > Could Sun's Java RPM be causing this? It doesn't on FC6 and I didn't try > on F7T4 before installing it. Very unlikely. I would suggest not using packages outside the standard repository while testing. Some of them create problems that are not reversed even when you uninstall them and makes debugging harder. Rahul From davej at redhat.com Sun Apr 29 04:02:46 2007 From: davej at redhat.com (Dave Jones) Date: Sun, 29 Apr 2007 00:02:46 -0400 Subject: Initial FC7t4 impressions In-Reply-To: References: <20070427224406.4a84263f@zooty> Message-ID: <20070429040246.GA11146@redhat.com> On Sat, Apr 28, 2007 at 05:16:51PM -0400, Will Woods wrote: > *I* sure spend a lot of time in the terminal, but most folks don't. Sure doesn't seem that way.. http://mugshot.org/applications Also, note how none of the office applications we have shortcuts for are in the top 10. Dave -- http://www.codemonkey.org.uk From davej at redhat.com Sun Apr 29 04:05:18 2007 From: davej at redhat.com (Dave Jones) Date: Sun, 29 Apr 2007 00:05:18 -0400 Subject: fc7t4 hpt66 drives not found In-Reply-To: <4632DADC.9020803@wavefood.com> References: <4632DADC.9020803@wavefood.com> Message-ID: <20070429040518.GB11146@redhat.com> On Fri, Apr 27, 2007 at 10:25:48PM -0700, Joshua Andrews wrote: > I did an upgrade from fc6 and have had many problems getting the system > to boot fc7t4. > > My system has an old highpoint ATA66 controller with 2 drives on it, hde > and hdg under fc6, but they are not found by fc7 even after labeling > them and editing fstab to use labels. The system would only boot after I > removed all reference to the drives from fstab. I tried making a new > initrd --with=pata_hpt66 but still no joy. `fdisk -l` only lists the > drive on the primary IDE controller. That should be 'pata_hpt366'. Though mkinitrd should have picked that up itself. File a bug? Dave -- http://www.codemonkey.org.uk From mclasen at redhat.com Sun Apr 29 04:11:35 2007 From: mclasen at redhat.com (Matthias Clasen) Date: Sun, 29 Apr 2007 00:11:35 -0400 Subject: Initial FC7t4 impressions In-Reply-To: <20070429040246.GA11146@redhat.com> References: <20070427224406.4a84263f@zooty> <20070429040246.GA11146@redhat.com> Message-ID: <1177819895.3656.21.camel@localhost.localdomain> On Sun, 2007-04-29 at 00:02 -0400, Dave Jones wrote: > On Sat, Apr 28, 2007 at 05:16:51PM -0400, Will Woods wrote: > > > *I* sure spend a lot of time in the terminal, but most folks don't. > > Sure doesn't seem that way.. http://mugshot.org/applications > Also, note how none of the office applications we have shortcuts > for are in the top 10. We should be careful to not get too carried away interpreting the very thin data behind that mugshot page. From mike at miketc.com Sun Apr 29 05:34:01 2007 From: mike at miketc.com (Mike Chambers) Date: Sun, 29 Apr 2007 00:34:01 -0500 Subject: Latest Rawhide kernel doesn't boot Message-ID: <1177824841.2208.1.camel@scrappy.miketc.com> It gets to "Starting Time server" and freezes. New kernel = kernel-2.6.21-1.3116.fc7 (freezes) Old Kernel = kernel-2.6.20-1.3104.fc7 (works) -- Mike Chambers Madisonville, KY "Sex is like air, it's not important unless your not getting any!" From davej at redhat.com Sun Apr 29 06:02:10 2007 From: davej at redhat.com (Dave Jones) Date: Sun, 29 Apr 2007 02:02:10 -0400 Subject: Latest Rawhide kernel doesn't boot In-Reply-To: <1177824841.2208.1.camel@scrappy.miketc.com> References: <1177824841.2208.1.camel@scrappy.miketc.com> Message-ID: <20070429060210.GA23750@redhat.com> On Sun, Apr 29, 2007 at 12:34:01AM -0500, Mike Chambers wrote: > It gets to "Starting Time server" and freezes. > > New kernel = kernel-2.6.21-1.3116.fc7 (freezes) > > Old Kernel = kernel-2.6.20-1.3104.fc7 (works) What network card ? Dave -- http://www.codemonkey.org.uk From jamatos at fc.up.pt Sun Apr 29 07:28:58 2007 From: jamatos at fc.up.pt (=?utf-8?q?Jos=C3=A9_Matos?=) Date: Sun, 29 Apr 2007 08:28:58 +0100 Subject: Latest Rawhide kernel doesn't boot In-Reply-To: <1177824841.2208.1.camel@scrappy.miketc.com> References: <1177824841.2208.1.camel@scrappy.miketc.com> Message-ID: <200704290828.58796.jamatos@fc.up.pt> On Sunday 29 April 2007 6:34:01 am Mike Chambers wrote: > It gets to "Starting Time server" and freezes. > > New kernel = kernel-2.6.21-1.3116.fc7 (freezes) > > Old Kernel = kernel-2.6.20-1.3104.fc7 (works) > > -- > Mike Chambers > Madisonville, KY > > "Sex is like air, it's not important unless your not getting any!" I have the same problem in a desktop. In this case the service where it freezes is gpm. When reading /var/log/messages there is no extra information. The network card is a Silicon integrated System [SiS] SiS900 PCI Fast Ethernet (rev 90) -- Jos? Ab?lio From buildsys at redhat.com Sun Apr 29 09:43:28 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Sun, 29 Apr 2007 05:43:28 -0400 Subject: rawhide report: 20070429 changes Message-ID: <200704290943.l3T9hSqm000786@hs20-bc2-6.build.redhat.com> Updated Packages: (none) Broken deps for ia64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.ia64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ia64 requires mkisofs >= 0:2.0 k3b - 1.0-1.fc7.ia64 requires mkisofs k3b - 1.0-1.fc7.ia64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires cdrecord xcdroast - 0.98a15-13.ia64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires mkisofs >= 0:2.0 Broken deps for x86_64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.x86_64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.x86_64 requires mkisofs >= 0:2.0 k3b - 1.0-1.fc7.x86_64 requires mkisofs k3b - 1.0-1.fc7.x86_64 requires cdrecord k3b - 1.0-1.fc7.i386 requires mkisofs k3b - 1.0-1.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord xcdroast - 0.98a15-13.x86_64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires mkisofs >= 0:2.0 Broken deps for ppc64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.ppc64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc64 requires mkisofs >= 0:2.0 k3b - 1.0-1.fc7.ppc64 requires mkisofs k3b - 1.0-1.fc7.ppc64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires cdrecord xcdroast - 0.98a15-13.ppc64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires mkisofs >= 0:2.0 Broken deps for i386 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.i386 requires mkisofs dvd+rw-tools - 7.0-3.fc7.i386 requires mkisofs >= 0:2.0 k3b - 1.0-1.fc7.i386 requires cdrecord k3b - 1.0-1.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs xcdroast - 0.98a15-13.i386 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.i386 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.i386 requires mkisofs >= 0:2.0 Broken deps for ppc ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.ppc requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc requires mkisofs >= 0:2.0 k3b - 1.0-1.fc7.ppc requires mkisofs k3b - 1.0-1.fc7.ppc requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc requires cdrecord xcdroast - 0.98a15-13.ppc requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc requires mkisofs >= 0:2.0 xcdroast - 0.98a15-13.ppc requires cdrecord >= 0:2.0 From rwarsow at online.de Sun Apr 29 09:48:33 2007 From: rwarsow at online.de (Ronald Warsow) Date: Sun, 29 Apr 2007 11:48:33 +0200 Subject: Latest Rawhide kernel doesn't boot In-Reply-To: <1177824841.2208.1.camel@scrappy.miketc.com> References: <1177824841.2208.1.camel@scrappy.miketc.com> Message-ID: <463469F1.7060007@online.de> Mike Chambers wrote: > It gets to "Starting Time server" and freezes. > > New kernel = kernel-2.6.21-1.3116.fc7 (freezes) > > Old Kernel = kernel-2.6.20-1.3104.fc7 (works) > > can't confirm this. forcedepth nic. x86_64-kernel. -- ronald From bkoz at redhat.com Sun Apr 29 11:22:08 2007 From: bkoz at redhat.com (Benjamin Kosnik) Date: Sun, 29 Apr 2007 13:22:08 +0200 Subject: fc7t4: still eating babies? Message-ID: <9f71cef00704290422t2cd06619j7c2e192415ae17fb@mail.gmail.com> However, I found some bugs. In particular: 1) two drives in systems, installing onto one, not doing anything to the second, but try to mount the second on say /mnt/drive/montsouris so that one can read files from it. Kills anaconda dead. 2) same as one, but without the mount. Reboot: it looks like grub written to the wrong drive (ie, installing on to drive one, grub info written to drive two). UGH!!!! Minor panic as I contemplate a day of moaning and non-paris rando velo riding, but then I reboot into the fc7t4 disk and mount drive two manuall: data still intact, apparently boot info fried. Ie, there is a directory "/boot" but nothing is in it. Any pointers on how to get drive two bootable again? Drive two is an up-to-date FC6 install, or used to be. Thanks, benjamin ps. Usually I physically unplug the second drive to avoid this kind of thing. Ever the optimist.... pps. please cc my gmail account on replies as my mail is now screwed. From tom.horsley at att.net Sun Apr 29 11:43:27 2007 From: tom.horsley at att.net (Tom Horsley) Date: Sun, 29 Apr 2007 07:43:27 -0400 Subject: fc7t4: still eating babies? In-Reply-To: <9f71cef00704290422t2cd06619j7c2e192415ae17fb@mail.gmail.com> References: <9f71cef00704290422t2cd06619j7c2e192415ae17fb@mail.gmail.com> Message-ID: <20070429074327.1d9374ba@zooty> On Sun, 29 Apr 2007 13:22:08 +0200 "Benjamin Kosnik" wrote: > Any pointers on how to get drive two bootable again? Drive two is an > up-to-date FC6 install, or used to be. Windows is doing this all the time to people, so there are lots of web pages out there with instructions on how to fix grub after a windows install, and the same instructions work for a linux install. Here's the info I've used several times (but you need to make sure you modify the disk and partition numbers appropriately): Boot off x86 fedora dvd. Type linux rescue, answer all the questions, might as well skip mounting any partitions. grub root (hd0,0) setup (hd0) quit exit However, I've recently seen a completely different problem than grub getting borked. Somehow, at some random time, the boot order of the disks in my bios gets scrogged. Whenever I can't boot, I've now learned I need to go into the bios, and put back the original disk order. I don't know if this is something in fedora poking a stick in my bios flash memory, or just the first signs of the flash memory going bad. It did seem to start happening right about the time I first installed an fc7 test release. From drago01 at gmail.com Sun Apr 29 12:15:14 2007 From: drago01 at gmail.com (dragoran) Date: Sun, 29 Apr 2007 12:15:14 -0000 Subject: F7 and iwlwifi using ipw3945 hardware In-Reply-To: <1177715691.3026.1.camel@aglarond.local> References: <46325787.7080106@verizon.net> <1177705101.6286.29.camel@erebor.boston.redhat.com> <1177715691.3026.1.camel@aglarond.local> Message-ID: <442A7A41.1090800@gmail.com> Jeremy Katz wrote: > Doesn't solve the big problem... I was testing with tip of iwlwifi git > today and still getting the same oops when scanning while associated. > > there is a patch on the ipw3945-devel list that should fix this (but I have not tested it yet) From mike at miketc.com Sun Apr 29 12:37:53 2007 From: mike at miketc.com (Mike Chambers) Date: Sun, 29 Apr 2007 07:37:53 -0500 Subject: Latest Rawhide kernel doesn't boot In-Reply-To: <20070429060210.GA23750@redhat.com> References: <1177824841.2208.1.camel@scrappy.miketc.com> <20070429060210.GA23750@redhat.com> Message-ID: <1177850273.10817.3.camel@scrappy.miketc.com> On Sun, 2007-04-29 at 02:02 -0400, Dave Jones wrote: > On Sun, Apr 29, 2007 at 12:34:01AM -0500, Mike Chambers wrote: > > It gets to "Starting Time server" and freezes. > > > > New kernel = kernel-2.6.21-1.3116.fc7 (freezes) > > > > Old Kernel = kernel-2.6.20-1.3104.fc7 (works) > > What network card ? SiS900 PCI Fast Ethernet (built into motherboard) That seems to come up with no error messages. Here is my messages from the new kernel.. Apr 29 00:28:44 scrappy syslogd 1.4.2: restart. Apr 29 00:28:44 scrappy kernel: klogd 1.4.2, log source = /proc/kmsg started. Apr 29 00:28:44 scrappy kernel: BIOS-provided physical RAM map: Apr 29 00:28:44 scrappy kernel: sanitize start Apr 29 00:28:44 scrappy kernel: sanitize end Apr 29 00:28:44 scrappy kernel: copy_e820_map() start: 0000000000000000 size: 000000000009fc00 end: 000000000009fc00 type: 1 Apr 29 00:28:44 scrappy kernel: copy_e820_map() type is E820_RAM Apr 29 00:28:44 scrappy kernel: copy_e820_map() start: 000000000009fc00 size: 0000000000000400 end: 00000000000a0000 type: 2 Apr 29 00:28:44 scrappy kernel: copy_e820_map() start: 00000000000f0000 size: 0000000000010000 end: 0000000000100000 type: 2 Apr 29 00:28:45 scrappy kernel: copy_e820_map() start: 0000000000100000 size: 000000003fef0000 end: 000000003fff0000 type: 1 Apr 29 00:28:45 scrappy kernel: copy_e820_map() type is E820_RAM Apr 29 00:28:45 scrappy kernel: copy_e820_map() start: 000000003fff0000 size: 0000000000003000 end: 000000003fff3000 type: 4 Apr 29 00:28:45 scrappy kernel: copy_e820_map() start: 000000003fff3000 size: 000000000000d000 end: 0000000040000000 type: 3 Apr 29 00:28:45 scrappy kernel: copy_e820_map() start: 00000000fec00000 size: 0000000001400000 end: 0000000100000000 type: 2 Apr 29 00:28:45 scrappy kernel: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) Apr 29 00:28:45 scrappy kernel: BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) Apr 29 00:28:45 scrappy rpcbind: cannot create socket for udp6 Apr 29 00:28:45 scrappy rpcbind: cannot create socket for tcp6 Apr 29 00:28:45 scrappy kernel: BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) Apr 29 00:28:45 scrappy kernel: BIOS-e820: 0000000000100000 - 000000003fff0000 (usable) Apr 29 00:28:45 scrappy kernel: BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS) Apr 29 00:28:45 scrappy kernel: BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data) Apr 29 00:28:45 scrappy kernel: BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved) Apr 29 00:28:45 scrappy kernel: 127MB HIGHMEM available. Apr 29 00:28:45 scrappy kernel: 896MB LOWMEM available. Apr 29 00:28:45 scrappy kernel: found SMP MP-table at 000f5250 Apr 29 00:28:45 scrappy kernel: Using x86 segment limits to approximate NX protection Apr 29 00:28:45 scrappy kernel: Zone PFN ranges: Apr 29 00:28:45 scrappy kernel: DMA 0 -> 4096 Apr 29 00:28:45 scrappy kernel: Normal 4096 -> 229376 Apr 29 00:28:45 scrappy kernel: HighMem 229376 -> 262128 Apr 29 00:28:45 scrappy kernel: early_node_map[1] active PFN ranges Apr 29 00:28:45 scrappy kernel: 0: 0 -> 262128 Apr 29 00:28:45 scrappy kernel: DMI 2.3 present. Apr 29 00:28:45 scrappy kernel: Using APIC driver default Apr 29 00:28:45 scrappy kernel: ACPI: RSDP 000F6CF0, 0014 (r0 AWARD ) Apr 29 00:28:45 scrappy kernel: ACPI: RSDT 3FFF3040, 002C (r1 AWARD AWRDACPI 42302E31 AWRD 0) Apr 29 00:28:45 scrappy kernel: ACPI: FACP 3FFF30C0, 0074 (r1 AWARD AWRDACPI 42302E31 AWRD 0) Apr 29 00:28:45 scrappy kernel: ACPI: DSDT 3FFF3180, 3A65 (r1 AWARD AWRDACPI 1000 MSFT 100000E) Apr 29 00:28:45 scrappy kernel: ACPI: FACS 3FFF0000, 0040 Apr 29 00:28:45 scrappy kernel: ACPI: APIC 3FFF6C40, 0068 (r1 AWARD AWRDACPI 42302E31 AWRD 0) Apr 29 00:28:45 scrappy kernel: ACPI: PM-Timer IO Port: 0x1008 Apr 29 00:28:45 scrappy kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) Apr 29 00:28:45 scrappy kernel: Processor #0 15:4 APIC version 20 Apr 29 00:28:45 scrappy kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled) Apr 29 00:28:45 scrappy kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) Apr 29 00:28:45 scrappy kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) Apr 29 00:28:45 scrappy kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) Apr 29 00:28:45 scrappy kernel: IOAPIC[0]: apic_id 2, version 20, address 0xfec00000, GSI 0-23 Apr 29 00:28:45 scrappy kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) Apr 29 00:28:45 scrappy kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 dfl dfl) Apr 29 00:28:45 scrappy kernel: Enabling APIC mode: Flat. Using 1 I/O APICs Apr 29 00:28:45 scrappy kernel: Using ACPI (MADT) for SMP configuration information Apr 29 00:28:45 scrappy kernel: Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000) Apr 29 00:28:45 scrappy kernel: Built 1 zonelists. Total pages: 258801 Apr 29 00:28:45 scrappy kernel: Kernel command line: ro root=LABEL=/1 rhgb quiet Apr 29 00:28:45 scrappy kernel: Enabling fast FPU save and restore... done. Apr 29 00:28:45 scrappy kernel: Enabling unmasked SIMD FPU exception support... done. Apr 29 00:28:45 scrappy kernel: Initializing CPU#0 Apr 29 00:28:45 scrappy kernel: CPU 0 irqstacks, hard=c079f000 soft=c077f000 Apr 29 00:28:45 scrappy kernel: PID hash table entries: 4096 (order: 12, 16384 bytes) Apr 29 00:28:45 scrappy kernel: Detected 2806.444 MHz processor. Apr 29 00:28:45 scrappy kernel: Console: colour VGA+ 80x25 Apr 29 00:28:45 scrappy kernel: Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar Apr 29 00:28:45 scrappy kernel: ... MAX_LOCKDEP_SUBCLASSES: 8 Apr 29 00:28:45 scrappy kernel: ... MAX_LOCK_DEPTH: 30 Apr 29 00:28:45 scrappy kernel: ... MAX_LOCKDEP_KEYS: 2048 Apr 29 00:28:45 scrappy kernel: ... CLASSHASH_SIZE: 1024 Apr 29 00:28:45 scrappy kernel: ... MAX_LOCKDEP_ENTRIES: 8192 Apr 29 00:28:45 scrappy kernel: ... MAX_LOCKDEP_CHAINS: 16384 Apr 29 00:28:45 scrappy kernel: ... CHAINHASH_SIZE: 8192 Apr 29 00:28:45 scrappy kernel: memory used by lock dependency info: 1096 kB Apr 29 00:28:45 scrappy kernel: per task-struct memory footprint: 1200 bytes Apr 29 00:28:45 scrappy kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) Apr 29 00:28:45 scrappy kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) Apr 29 00:28:45 scrappy kernel: Memory: 1024196k/1048512k available (2150k kernel code, 23532k reserved, 1140k data, 248k init, 131008k highmem) Apr 29 00:28:45 scrappy kernel: virtual kernel memory layout: Apr 29 00:28:45 scrappy kernel: fixmap : 0xffc56000 - 0xfffff000 (3748 kB) Apr 29 00:28:45 scrappy kernel: pkmap : 0xff800000 - 0xffc00000 (4096 kB) Apr 29 00:28:45 scrappy kernel: vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB) Apr 29 00:28:45 scrappy kernel: lowmem : 0xc0000000 - 0xf8000000 ( 896 MB) Apr 29 00:28:45 scrappy kernel: .init : 0xc073c000 - 0xc077a000 ( 248 kB) Apr 29 00:28:45 scrappy kernel: .data : 0xc0619955 - 0xc0736cb4 (1140 kB) Apr 29 00:28:45 scrappy kernel: .text : 0xc0400000 - 0xc0619955 (2150 kB) Apr 29 00:28:45 scrappy kernel: Checking if this processor honours the WP bit even in supervisor mode... Ok. Apr 29 00:28:45 scrappy kernel: Calibrating delay using timer specific routine.. 5622.64 BogoMIPS (lpj=2811321) Apr 29 00:28:45 scrappy kernel: Security Framework v1.0.0 initialized Apr 29 00:28:45 scrappy kernel: SELinux: Initializing. Apr 29 00:28:45 scrappy kernel: selinux_register_security: Registering secondary module capability Apr 29 00:28:45 scrappy kernel: Capability LSM initialized as secondary Apr 29 00:28:45 scrappy kernel: Mount-cache hash table entries: 512 Apr 29 00:28:45 scrappy kernel: monitor/mwait feature present. Apr 29 00:28:45 scrappy kernel: using mwait in idle threads. Apr 29 00:28:45 scrappy kernel: CPU: Trace cache: 12K uops, L1 D cache: 16K Apr 29 00:28:45 scrappy kernel: CPU: L2 cache: 1024K Apr 29 00:28:45 scrappy kernel: CPU: Hyper-Threading is disabled Apr 29 00:28:45 scrappy kernel: Intel machine check architecture supported. Apr 29 00:28:45 scrappy kernel: Intel machine check reporting enabled on CPU#0. Apr 29 00:28:45 scrappy kernel: CPU0: Intel P4/Xeon Extended MCE MSRs (12) available Apr 29 00:28:45 scrappy kernel: CPU0: Thermal monitoring enabled Apr 29 00:28:45 scrappy kernel: Checking 'hlt' instruction... OK. Apr 29 00:28:45 scrappy kernel: SMP alternatives: switching to UP code Apr 29 00:28:45 scrappy kernel: Freeing SMP alternatives: 12k freed Apr 29 00:28:45 scrappy kernel: ACPI: Core revision 20070126 Apr 29 00:28:45 scrappy kernel: CPU0: Intel(R) Pentium(R) 4 CPU 2.80GHz stepping 01 Apr 29 00:28:45 scrappy kernel: CPU0: Temperature above threshold, cpu clock throttled (total events = 1) Apr 29 00:28:45 scrappy kernel: Total of 1 processors activated (5622.64 BogoMIPS). Apr 29 00:28:45 scrappy kernel: ENABLING IO-APIC IRQs Apr 29 00:28:45 scrappy kernel: ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1 Apr 29 00:28:45 scrappy kernel: Brought up 1 CPUs Apr 29 00:28:45 scrappy kernel: Time: 0:28:03 Date: 03/29/107 Apr 29 00:28:45 scrappy kernel: NET: Registered protocol family 16 Apr 29 00:28:45 scrappy kernel: ACPI: bus type pci registered Apr 29 00:28:45 scrappy kernel: PCI: PCI BIOS revision 2.10 entry at 0xfbbf0, last bus=1 Apr 29 00:28:45 scrappy kernel: PCI: Using configuration type 1 Apr 29 00:28:45 scrappy kernel: Setting up standard PCI resources Apr 29 00:28:45 scrappy kernel: ACPI: Interpreter enabled Apr 29 00:28:45 scrappy kernel: ACPI: (supports S0 S1 S4 S5) Apr 29 00:28:45 scrappy kernel: ACPI: Using IOAPIC for interrupt routing Apr 29 00:28:45 scrappy kernel: ACPI: PCI Root Bridge [PCI0] (0000:00) Apr 29 00:28:45 scrappy kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 *10 11 12 14 15) Apr 29 00:28:45 scrappy kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs *3 4 5 6 7 9 10 11 12 14 15) Apr 29 00:28:45 scrappy kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 9 10 11 12 14 15) Apr 29 00:28:45 scrappy kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) Apr 29 00:28:45 scrappy kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 9 10 11 12 14 15) Apr 29 00:28:45 scrappy kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 *10 11 12 14 15) Apr 29 00:28:45 scrappy kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) Apr 29 00:28:45 scrappy kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *9 10 11 12 14 15) Apr 29 00:28:45 scrappy kernel: Linux Plug and Play Support v0.97 (c) Adam Belay Apr 29 00:28:45 scrappy kernel: pnp: PnP ACPI init Apr 29 00:28:45 scrappy kernel: pnp: PnP ACPI: found 10 devices Apr 29 00:28:45 scrappy kernel: usbcore: registered new interface driver usbfs Apr 29 00:28:45 scrappy kernel: usbcore: registered new interface driver hub Apr 29 00:28:45 scrappy kernel: usbcore: registered new device driver usb Apr 29 00:28:45 scrappy kernel: PCI: Using ACPI for IRQ routing Apr 29 00:28:45 scrappy kernel: PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report Apr 29 00:28:45 scrappy kernel: NetLabel: Initializing Apr 29 00:28:45 scrappy kernel: NetLabel: domain hash size = 128 Apr 29 00:28:45 scrappy kernel: NetLabel: protocols = UNLABELED CIPSOv4 Apr 29 00:28:45 scrappy kernel: NetLabel: unlabeled traffic allowed by default Apr 29 00:28:45 scrappy kernel: pnp: 00:00: iomem range 0xd0000-0xd3fff has been reserved Apr 29 00:28:45 scrappy kernel: Time: tsc clocksource has been installed. Apr 29 00:28:45 scrappy kernel: pnp: 00:00: iomem range 0xf0000-0xf7fff could not be reserved Apr 29 00:28:45 scrappy kernel: pnp: 00:00: iomem range 0xf8000-0xfbfff could not be reserved Apr 29 00:28:45 scrappy kernel: pnp: 00:00: iomem range 0xfc000-0xfffff could not be reserved Apr 29 00:28:45 scrappy kernel: PCI: Bridge: 0000:00:01.0 Apr 29 00:28:45 scrappy kernel: IO window: d000-dfff Apr 29 00:28:45 scrappy kernel: MEM window: c0000000-dfffffff Apr 29 00:28:45 scrappy kernel: PREFETCH window: 50000000-500fffff Apr 29 00:28:45 scrappy kernel: NET: Registered protocol family 2 Apr 29 00:28:45 scrappy kernel: IP route cache hash table entries: 32768 (order: 5, 131072 bytes) Apr 29 00:28:45 scrappy kernel: TCP established hash table entries: 65536 (order: 9, 2359296 bytes) Apr 29 00:28:45 scrappy kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes) Apr 29 00:28:45 scrappy kernel: TCP: Hash tables configured (established 65536 bind 65536) Apr 29 00:28:45 scrappy kernel: TCP reno registered Apr 29 00:28:45 scrappy kernel: checking if image is initramfs... it is Apr 29 00:28:45 scrappy kernel: Switched to high resolution mode on CPU 0 Apr 29 00:28:45 scrappy kernel: Freeing initrd memory: 2796k freed Apr 29 00:28:45 scrappy kernel: apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac) Apr 29 00:28:45 scrappy kernel: apm: overridden by ACPI. Apr 29 00:28:45 scrappy kernel: audit: initializing netlink socket (disabled) Apr 29 00:28:45 scrappy kernel: audit(1177806483.909:1): initialized Apr 29 00:28:45 scrappy kernel: highmem bounce pool size: 64 pages Apr 29 00:28:45 scrappy kernel: Total HugeTLB memory allocated, 0 Apr 29 00:28:45 scrappy kernel: VFS: Disk quotas dquot_6.5.1 Apr 29 00:28:45 scrappy kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) Apr 29 00:28:45 scrappy kernel: ksign: Installing public key data Apr 29 00:28:45 scrappy kernel: Loading keyring Apr 29 00:28:45 scrappy kernel: - Added public key DEDF55B35CB8C48C Apr 29 00:28:45 scrappy kernel: - User ID: Red Hat, Inc. (Kernel Module GPG key) Apr 29 00:28:45 scrappy kernel: io scheduler noop registered Apr 29 00:28:45 scrappy kernel: io scheduler anticipatory registered Apr 29 00:28:45 scrappy kernel: io scheduler deadline registered Apr 29 00:28:45 scrappy kernel: io scheduler cfq registered (default) Apr 29 00:28:45 scrappy kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5 Apr 29 00:28:45 scrappy kernel: ACPI: Fan [FAN] (on) Apr 29 00:28:45 scrappy kernel: ACPI Exception (processor_core-0783): AE_NOT_FOUND, Processor Device is not present [20070126] Apr 29 00:28:45 scrappy kernel: ACPI: Thermal Zone [THRM] (91 C) Apr 29 00:28:45 scrappy kernel: isapnp: Scanning for PnP cards... Apr 29 00:28:45 scrappy kernel: isapnp: No Plug & Play device found Apr 29 00:28:45 scrappy kernel: Real Time Clock Driver v1.12ac Apr 29 00:28:45 scrappy kernel: Non-volatile memory driver v1.2 Apr 29 00:28:45 scrappy kernel: Linux agpgart interface v0.102 (c) Dave Jones Apr 29 00:28:45 scrappy kernel: agpgart: Detected SiS 661 chipset Apr 29 00:28:45 scrappy kernel: agpgart: AGP aperture is 128M @ 0xe0000000 Apr 29 00:28:45 scrappy kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled Apr 29 00:28:45 scrappy kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A Apr 29 00:28:45 scrappy kernel: 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A Apr 29 00:28:45 scrappy kernel: RAMDISK driver initialized: 16 RAM disks of 16384K size 4096 blocksize Apr 29 00:28:45 scrappy kernel: input: Macintosh mouse button emulation as /class/input/input0 Apr 29 00:28:45 scrappy kernel: usbcore: registered new interface driver libusual Apr 29 00:28:45 scrappy kernel: usbcore: registered new interface driver hiddev Apr 29 00:28:45 scrappy kernel: usbcore: registered new interface driver usbhid Apr 29 00:28:45 scrappy kernel: drivers/usb/input/hid-core.c: v2.6:USB HID core driver Apr 29 00:28:45 scrappy kernel: PNP: No PS/2 controller found. Probing ports directly. Apr 29 00:28:45 scrappy kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 Apr 29 00:28:45 scrappy kernel: serio: i8042 AUX port at 0x60,0x64 irq 12 Apr 29 00:28:45 scrappy kernel: mice: PS/2 mouse device common for all mice Apr 29 00:28:45 scrappy kernel: TCP bic registered Apr 29 00:28:45 scrappy kernel: Initializing XFRM netlink socket Apr 29 00:28:45 scrappy kernel: NET: Registered protocol family 1 Apr 29 00:28:45 scrappy kernel: NET: Registered protocol family 17 Apr 29 00:28:45 scrappy kernel: Using IPI No-Shortcut mode Apr 29 00:28:45 scrappy kernel: Magic number: 3:90:457 Apr 29 00:28:45 scrappy kernel: Freeing unused kernel memory: 248k freed Apr 29 00:28:45 scrappy kernel: Write protecting the kernel read-only data: 846k Apr 29 00:28:45 scrappy kernel: USB Universal Host Controller Interface driver v3.0 Apr 29 00:28:45 scrappy kernel: ACPI: PCI Interrupt 0000:00:03.0[A] -> GSI 20 (level, low) -> IRQ 16 Apr 29 00:28:45 scrappy kernel: ohci_hcd 0000:00:03.0: OHCI Host Controller Apr 29 00:28:45 scrappy kernel: ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 1 Apr 29 00:28:45 scrappy kernel: ohci_hcd 0000:00:03.0: irq 16, io mem 0xe8033000 Apr 29 00:28:45 scrappy kernel: usb usb1: configuration #1 chosen from 1 choice Apr 29 00:28:45 scrappy kernel: hub 1-0:1.0: USB hub found Apr 29 00:28:45 scrappy kernel: hub 1-0:1.0: 3 ports detected Apr 29 00:28:45 scrappy kernel: ACPI: PCI Interrupt 0000:00:03.1[B] -> GSI 21 (level, low) -> IRQ 17 Apr 29 00:28:45 scrappy kernel: ohci_hcd 0000:00:03.1: OHCI Host Controller Apr 29 00:28:45 scrappy kernel: ohci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 2 Apr 29 00:28:45 scrappy kernel: ohci_hcd 0000:00:03.1: irq 17, io mem 0xe8034000 Apr 29 00:28:45 scrappy kernel: usb usb2: configuration #1 chosen from 1 choice Apr 29 00:28:45 scrappy kernel: hub 2-0:1.0: USB hub found Apr 29 00:28:45 scrappy kernel: hub 2-0:1.0: 3 ports detected Apr 29 00:28:45 scrappy kernel: ACPI: PCI Interrupt 0000:00:03.2[C] -> GSI 22 (level, low) -> IRQ 18 Apr 29 00:28:45 scrappy kernel: ohci_hcd 0000:00:03.2: OHCI Host Controller Apr 29 00:28:45 scrappy kernel: ohci_hcd 0000:00:03.2: new USB bus registered, assigned bus number 3 Apr 29 00:28:45 scrappy kernel: ohci_hcd 0000:00:03.2: irq 18, io mem 0xe8030000 Apr 29 00:28:45 scrappy kernel: usb usb3: configuration #1 chosen from 1 choice Apr 29 00:28:45 scrappy kernel: hub 3-0:1.0: USB hub found Apr 29 00:28:45 scrappy kernel: hub 3-0:1.0: 2 ports detected Apr 29 00:28:45 scrappy kernel: ACPI: PCI Interrupt 0000:00:03.3[D] -> GSI 23 (level, low) -> IRQ 19 Apr 29 00:28:45 scrappy kernel: ehci_hcd 0000:00:03.3: EHCI Host Controller Apr 29 00:28:45 scrappy kernel: ehci_hcd 0000:00:03.3: new USB bus registered, assigned bus number 4 Apr 29 00:28:45 scrappy kernel: ehci_hcd 0000:00:03.3: irq 19, io mem 0xe8031000 Apr 29 00:28:45 scrappy kernel: ehci_hcd 0000:00:03.3: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 Apr 29 00:28:45 scrappy kernel: usb usb4: configuration #1 chosen from 1 choice Apr 29 00:28:45 scrappy kernel: hub 4-0:1.0: USB hub found Apr 29 00:28:45 scrappy kernel: hub 4-0:1.0: 8 ports detected Apr 29 00:28:45 scrappy kernel: SCSI subsystem initialized Apr 29 00:28:45 scrappy kernel: ACPI: PCI Interrupt 0000:00:02.5[A] -> GSI 16 (level, low) -> IRQ 20 Apr 29 00:28:45 scrappy kernel: ata1: PATA max UDMA/133 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x00014000 irq 14 Apr 29 00:28:45 scrappy kernel: ata2: PATA max UDMA/133 cmd 0x00010170 ctl 0x00010376 bmdma 0x00014008 irq 15 Apr 29 00:28:45 scrappy kernel: scsi0 : pata_sis Apr 29 00:28:45 scrappy kernel: ata1.00: ata_hpa_resize 1: sectors = 78165360, hpa_sectors = 78165360 Apr 29 00:28:45 scrappy kernel: ata1.00: ATA-6: WDC WD400BB-00JHA0, 05.01C05, max UDMA/100 Apr 29 00:28:45 scrappy kernel: ata1.00: 78165360 sectors, multi 16: LBA Apr 29 00:28:45 scrappy kernel: ata1.01: ata_hpa_resize 1: sectors = 156301488, hpa_sectors = 156301488 Apr 29 00:28:45 scrappy kernel: ata1.01: ATA-6: WDC WD800JB-00JJC0, 05.01C05, max UDMA/100 Apr 29 00:28:45 scrappy kernel: ata1.01: 156301488 sectors, multi 16: LBA Apr 29 00:28:45 scrappy kernel: ata1.00: ata_hpa_resize 1: sectors = 78165360, hpa_sectors = 78165360 Apr 29 00:28:45 scrappy kernel: ata1.00: configured for UDMA/100 Apr 29 00:28:45 scrappy kernel: ata1.01: ata_hpa_resize 1: sectors = 156301488, hpa_sectors = 156301488 Apr 29 00:28:46 scrappy kernel: ata1.01: configured for UDMA/100 Apr 29 00:28:46 scrappy kernel: scsi1 : pata_sis Apr 29 00:28:46 scrappy kernel: usb 2-3: new low speed USB device using ohci_hcd and address 3 Apr 29 00:28:46 scrappy kernel: usb 2-3: configuration #1 chosen from 1 choice Apr 29 00:28:46 scrappy kernel: input: Logitech USB Receiver as /class/input/input1 Apr 29 00:28:46 scrappy kernel: input: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-0000:00:03.1-3 Apr 29 00:28:46 scrappy kernel: input: Logitech USB Receiver as /class/input/input2 Apr 29 00:28:46 scrappy kernel: input: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:03.1-3 Apr 29 00:28:46 scrappy kernel: ata2.00: ATAPI, max UDMA/33 Apr 29 00:28:46 scrappy kernel: ata2.01: ATAPI, max UDMA/66 Apr 29 00:28:46 scrappy kernel: ata2.00: configured for UDMA/33 Apr 29 00:28:46 scrappy kernel: ata2.01: configured for UDMA/33 Apr 29 00:28:46 scrappy kernel: scsi 0:0:0:0: Direct-Access ATA WDC WD400BB-00JH 05.0 PQ: 0 ANSI: 5 Apr 29 00:28:46 scrappy kernel: SCSI device sda: 78165360 512-byte hdwr sectors (40021 MB) Apr 29 00:28:46 scrappy kernel: sda: Write Protect is off Apr 29 00:28:46 scrappy kernel: SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA Apr 29 00:28:46 scrappy kernel: SCSI device sda: 78165360 512-byte hdwr sectors (40021 MB) Apr 29 00:28:46 scrappy kernel: sda: Write Protect is off Apr 29 00:28:46 scrappy kernel: SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA Apr 29 00:28:46 scrappy kernel: sda: sda1 sda2 Apr 29 00:28:46 scrappy kernel: sd 0:0:0:0: Attached scsi disk sda Apr 29 00:28:46 scrappy kernel: scsi 0:0:1:0: Direct-Access ATA WDC WD800JB-00JJ 05.0 PQ: 0 ANSI: 5 Apr 29 00:28:46 scrappy kernel: SCSI device sdb: 156301488 512-byte hdwr sectors (80026 MB) Apr 29 00:28:46 scrappy kernel: sdb: Write Protect is off Apr 29 00:28:46 scrappy kernel: SCSI device sdb: write cache: enabled, read cache: enabled, doesn't support DPO or FUA Apr 29 00:28:46 scrappy kernel: SCSI device sdb: 156301488 512-byte hdwr sectors (80026 MB) Apr 29 00:28:46 scrappy kernel: sdb: Write Protect is off Apr 29 00:28:46 scrappy kernel: SCSI device sdb: write cache: enabled, read cache: enabled, doesn't support DPO or FUA Apr 29 00:28:46 scrappy kernel: sdb: sdb1 sdb2 sdb3 Apr 29 00:28:46 scrappy kernel: sd 0:0:1:0: Attached scsi disk sdb Apr 29 00:28:46 scrappy kernel: scsi 1:0:0:0: CD-ROM LITE-ON LTR-52327S QS58 PQ: 0 ANSI: 5 Apr 29 00:28:46 scrappy kernel: scsi 1:0:1:0: CD-ROM LITE-ON DVDRW SHW-160P6S PS09 PQ: 0 ANSI: 5 Apr 29 00:28:46 scrappy kernel: EXT3-fs: INFO: recovery required on readonly filesystem. Apr 29 00:28:46 scrappy kernel: EXT3-fs: write access will be enabled during recovery. Apr 29 00:28:46 scrappy kernel: kjournald starting. Commit interval 5 seconds Apr 29 00:28:46 scrappy kernel: EXT3-fs: recovery complete. Apr 29 00:28:46 scrappy kernel: EXT3-fs: mounted filesystem with ordered data mode. Apr 29 00:28:46 scrappy kernel: SELinux: Disabled at runtime. Apr 29 00:28:46 scrappy kernel: audit(1177806492.908:2): selinux=0 auid=4294967295 Apr 29 00:28:46 scrappy kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0 Apr 29 00:28:46 scrappy kernel: sd 0:0:1:0: Attached scsi generic sg1 type 0 Apr 29 00:28:46 scrappy kernel: scsi 1:0:0:0: Attached scsi generic sg2 type 5 Apr 29 00:28:46 scrappy kernel: scsi 1:0:1:0: Attached scsi generic sg3 type 5 Apr 29 00:28:46 scrappy kernel: Floppy drive(s): fd0 is 1.44M Apr 29 00:28:46 scrappy kernel: FDC 0 is a post-1991 82077 Apr 29 00:28:46 scrappy kernel: sr0: scsi3-mmc drive: 40x/52x writer cd/rw xa/form2 cdda tray Apr 29 00:28:46 scrappy kernel: Uniform CD-ROM driver Revision: 3.20 Apr 29 00:28:46 scrappy kernel: sr1: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray Apr 29 00:28:46 scrappy kernel: input: PC Speaker as /class/input/input3 Apr 29 00:28:46 scrappy kernel: sis900.c: v1.08.10 Apr. 2 2006 Apr 29 00:28:46 scrappy kernel: ACPI: PCI Interrupt 0000:00:04.0[A] -> GSI 19 (level, low) -> IRQ 21 Apr 29 00:28:46 scrappy kernel: 0000:00:04.0: Realtek RTL8201 PHY transceiver found at address 1. Apr 29 00:28:46 scrappy kernel: 0000:00:04.0: Using transceiver found at address 1 as default Apr 29 00:28:46 scrappy kernel: eth0: SiS 900 PCI Fast Ethernet at 0xe200, IRQ 21, 00:11:09:c0:aa:3a. Apr 29 00:28:46 scrappy kernel: ACPI: PCI Interrupt 0000:00:06.0[A] -> GSI 17 (level, low) -> IRQ 22 Apr 29 00:28:46 scrappy kernel: snd-ca0106: Model 100a Rev 00000000 Serial 100a1102 Apr 29 00:28:46 scrappy kernel: ACPI: PCI Interrupt 0000:00:02.7[C] -> GSI 18 (level, low) -> IRQ 23 Apr 29 00:28:46 scrappy kernel: rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0 Apr 29 00:28:46 scrappy kernel: rtc_cmos: probe of 00:04 failed with error -16 Apr 29 00:28:46 scrappy kernel: intel8x0_measure_ac97_clock: measured 50864 usecs Apr 29 00:28:46 scrappy kernel: intel8x0: clocking to 48000 Apr 29 00:28:46 scrappy kernel: parport: PnPBIOS parport detected. Apr 29 00:28:46 scrappy kernel: parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE,EPP] Apr 29 00:28:46 scrappy kernel: loop: loaded (max 8 devices) Apr 29 00:28:46 scrappy kernel: lp0: using parport0 (interrupt-driven). Apr 29 00:28:46 scrappy kernel: lp0: console ready Apr 29 00:28:46 scrappy kernel: sonypi: Sony Programmable I/O Controller Driver v1.26. Apr 29 00:28:46 scrappy kernel: ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 20 Apr 29 00:28:46 scrappy kernel: No dock devices found. Apr 29 00:28:46 scrappy kernel: input: Power Button (FF) as /class/input/input4 Apr 29 00:28:46 scrappy xinetd[1617]: xinetd Version 2.3.14 started with libwrap loadavg labeled-networking options compiled in. Apr 29 00:28:46 scrappy kernel: ACPI: Power Button (FF) [PWRF] Apr 29 00:28:46 scrappy xinetd[1617]: Started working: 1 available service Apr 29 00:28:46 scrappy kernel: input: Power Button (CM) as /class/input/input5 Apr 29 00:28:46 scrappy kernel: ACPI: Power Button (CM) [PWRB] Apr 29 00:28:46 scrappy kernel: ibm_acpi: ec object not found Apr 29 00:28:46 scrappy kernel: device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel at redhat.com Apr 29 00:28:46 scrappy kernel: device-mapper: multipath: version 1.0.5 loaded Apr 29 00:28:46 scrappy kernel: EXT3 FS on sdb1, internal journal Apr 29 00:28:46 scrappy kernel: kjournald starting. Commit interval 5 seconds Apr 29 00:28:46 scrappy kernel: EXT3 FS on sdb2, internal journal Apr 29 00:28:46 scrappy kernel: EXT3-fs: mounted filesystem with ordered data mode. Apr 29 00:28:46 scrappy kernel: kjournald starting. Commit interval 5 seconds Apr 29 00:28:46 scrappy kernel: EXT3 FS on sda2, internal journal Apr 29 00:28:46 scrappy kernel: EXT3-fs: mounted filesystem with ordered data mode. Apr 29 00:28:46 scrappy kernel: Adding 1028152k swap on /dev/sdb3. Priority:-1 extents:1 across:1028152k Apr 29 00:28:46 scrappy kernel: eth0: Media Link On 100mbps full-duplex My computer boots via rhgb to setting time/time server and freezes, so above is where it stops logging. -- Mike Chambers Madisonville, KY "Sex is like air, it's not important unless your not getting any!" From pbrobinson at gmail.com Sun Apr 29 12:39:57 2007 From: pbrobinson at gmail.com (Peter Robinson) Date: Sun, 29 Apr 2007 13:39:57 +0100 Subject: fc7t4: still eating babies? In-Reply-To: <9f71cef00704290422t2cd06619j7c2e192415ae17fb@mail.gmail.com> References: <9f71cef00704290422t2cd06619j7c2e192415ae17fb@mail.gmail.com> Message-ID: <5256d0b0704290539n3c898d67rc9f585bbca576f4a@mail.gmail.com> At a guess the cause of the confusion between the 2 installs is a duplication of disk labels between the 2 installs on the 2 disks. Pete On 4/29/07, Benjamin Kosnik wrote: > However, I found some bugs. In particular: > > 1) two drives in systems, installing onto one, not doing anything to > the second, but try to mount the second on say > /mnt/drive/montsouris so that one can read files from it. Kills anaconda > dead. > > 2) same as one, but without the mount. Reboot: it looks like grub > written to the wrong drive (ie, installing on to drive one, grub info > written to drive two). UGH!!!! > > Minor panic as I contemplate a day of moaning and non-paris rando velo > riding, but then I reboot into the fc7t4 disk and mount drive two > manuall: data still intact, apparently boot info fried. Ie, there is a > directory "/boot" but nothing is in it. > > Any pointers on how to get drive two bootable again? Drive two is an > up-to-date FC6 install, or used to be. > > Thanks, > benjamin > > ps. Usually I physically unplug the second drive to avoid this kind of > thing. Ever the optimist.... > > pps. please cc my gmail account on replies as my mail is now screwed. > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > From havardw at pvv.org Sun Apr 29 12:50:41 2007 From: havardw at pvv.org (=?iso-8859-1?q?H=E5vard?= Wigtil) Date: Sun, 29 Apr 2007 12:50:41 +0000 (UTC) Subject: Default action on .odt files References: <1177784432.12818.6.camel@spikehome.spikenet.local> Message-ID: On Sat, 28 Apr 2007 12:20:32 -0600, Christopher A. Williams wrote: > Just installed F7T4 yesterday and restored my data from backup. I now > have a situation where the open action on .odt files (OOo writer) is to > try and launch either the archive manager or Java! Archive Manager is > the default and Java is an option. OOo is nowhere to be found. > > How do I fix? I'm assuming this is a configuration bug and should > Bugzilla if it isn't already there. Do you have Java 6 installed? This is a bug in Java 6, and possibly also Java 5, see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6541866 H?vard From amit.rana at gmail.com Sun Apr 29 13:20:32 2007 From: amit.rana at gmail.com (Amit Rana) Date: Sun, 29 Apr 2007 18:50:32 +0530 Subject: F7 - installation hangs Message-ID: <777ab80a0704290620w6125ad22o766c82c10a7dbaef@mail.gmail.com> Hi, I am trying to install F7 test 4 on my new laptop [Inspiron6400, Intel(R) core(TM)2 Duo Processor T7200, 60GB SATA 7200RPM, 2GB ram] I have verified checksum of dvd is correct. My installation hangs after giving following message: ........ TCP remo registered checking if image is initramfs...<6>Switched to high resolution mode on CPU 1 Switched to high resolution mode on CPU 0 Any suggestions? whats wrong? Regards, Amit.. From tom.horsley at att.net Sun Apr 29 13:20:53 2007 From: tom.horsley at att.net (Tom Horsley) Date: Sun, 29 Apr 2007 09:20:53 -0400 Subject: fc7t4: still eating babies? In-Reply-To: <5256d0b0704290539n3c898d67rc9f585bbca576f4a@mail.gmail.com> References: <9f71cef00704290422t2cd06619j7c2e192415ae17fb@mail.gmail.com> <5256d0b0704290539n3c898d67rc9f585bbca576f4a@mail.gmail.com> Message-ID: <20070429092053.3b959c28@zooty> On Sun, 29 Apr 2007 13:39:57 +0100 "Peter Robinson" wrote: > At a guess the cause of the confusion between the 2 installs is a > duplication of disk labels between the 2 installs on the 2 disks. Yea, I've had that one happen too. The e2label program is the one you need to fix that and/or editing the /boot/grub.conf and /etc/fstab files (which you can get at by booting rescue mode off dvd) to use /dev/sda1 type partition names instead of labels. Speaking of e2label, anyone know a tool that is willing to edit the disk label info on non-ext[23] partitions? I've lately arrived at the conclusion that the best combination is to give the partitions labels that the installer would never use, then refer to those in the grub.conf and fstab files. That way I have the moveable disk advantage of labels, but never get collisions. From zboszor at freemail.hu Sun Apr 29 13:23:42 2007 From: zboszor at freemail.hu (Zoltan Boszormenyi) Date: Sun, 29 Apr 2007 15:23:42 +0200 Subject: fc7t4: still eating babies? In-Reply-To: <5256d0b0704290539n3c898d67rc9f585bbca576f4a@mail.gmail.com> References: <9f71cef00704290422t2cd06619j7c2e192415ae17fb@mail.gmail.com> <5256d0b0704290539n3c898d67rc9f585bbca576f4a@mail.gmail.com> Message-ID: <46349C5E.10504@freemail.hu> There shouldn't be such confusion, the second installation always uses labels like /usr1 , /boot1 , etc. if told to use different partitions. Peter Robinson ?rta: > At a guess the cause of the confusion between the 2 installs is a > duplication of disk labels between the 2 installs on the 2 disks. > > Pete > > On 4/29/07, Benjamin Kosnik wrote: >> However, I found some bugs. In particular: >> >> 1) two drives in systems, installing onto one, not doing anything to >> the second, but try to mount the second on say >> /mnt/drive/montsouris so that one can read files from it. Kills anaconda >> dead. >> >> 2) same as one, but without the mount. Reboot: it looks like grub >> written to the wrong drive (ie, installing on to drive one, grub info >> written to drive two). UGH!!!! >> >> Minor panic as I contemplate a day of moaning and non-paris rando velo >> riding, but then I reboot into the fc7t4 disk and mount drive two >> manuall: data still intact, apparently boot info fried. Ie, there is a >> directory "/boot" but nothing is in it. >> >> Any pointers on how to get drive two bootable again? Drive two is an >> up-to-date FC6 install, or used to be. >> >> Thanks, >> benjamin >> >> ps. Usually I physically unplug the second drive to avoid this kind of >> thing. Ever the optimist.... >> >> pps. please cc my gmail account on replies as my mail is now screwed. >> >> -- >> fedora-test-list mailing list >> fedora-test-list at redhat.com >> To unsubscribe: >> https://www.redhat.com/mailman/listinfo/fedora-test-list >> > From stickster at gmail.com Sun Apr 29 13:25:16 2007 From: stickster at gmail.com (Paul W. Frields) Date: Sun, 29 Apr 2007 09:25:16 -0400 Subject: Fedora 7 Test 4 GNOME based i386 Live CD report In-Reply-To: <4633F036.5060400@fedoraproject.org> References: <46329DC7.9010500@fedoraproject.org> <1177723446.3656.6.camel@localhost.localdomain> <4632B1F4.8060503@redhat.com> <1177759564.3656.15.camel@localhost.localdomain> <4633F036.5060400@fedoraproject.org> Message-ID: <1177853116.4657.17.camel@localhost.localdomain> On Sun, 2007-04-29 at 06:39 +0530, Rahul Sundaram wrote: > Matthias Clasen wrote: > >> The prime spin still has Firefox, Evolution and three openoffice.org > >> applications which makes sense for RHEL but not for Fedora. I would > >> prefer something more home user oriented for Fedora. > > > > Why on earth do you think firefox, evolution and OOo don't make sense > > for Fedora users ? The only reason OOo is not on the livecd is space. > > I didn't say it does not make sense. Only that there are other > applications more frequently compared to OO.o presentation or > spreadsheet programs. You can look at mugshot stats at > http://mugshot.org/applications for some idea. > > Firefox, Evolution, Openoffice.org writer, Gaim and Gnome terminal or > Rhythmbox would be more appropriate IMO. Um, I may be missing something, Rahul, but your quote above says *verbatim* that those applications "make sense for RHEL but not for Fedora." And remember that the application usage you reference comes from Mugshot, and not from the general base of all Fedora users, so it's statistically very questionable as a basis for making decisions about which applications to {in,ex}clude. Besides, isn't the Live CD spin the answer to this issue? I'm further confused that you go on to contradict your earlier statement about including Firefox and Evolution. As far as OO.o goes, once you've got oo.o-core in a spin, it makes absolutely no sense to leave out -calc, -draw, and -impress. As the husband of a living, breathing home user, I can tell you those applications get frequent use. Since my spouse doesn't use Mugshot, you'll never see her stats. If it weren't for the inevitable outcry from the more paranoid user/developer contingent, I'd say it might be useful to break out the application reporting component of Mugshot, anonymize it, and give users the ability to turn only that bit on: "Fedora features an automatic component that gives feedback to developers about how much you use various software packages on your system. Fedora developers use this feedback to figure out how best to improve the software and promote a better user experience for you. This data reporting is completely anonymous and does not include any of your personal information. Would you like to help by contributing your statistical usage information?" -- Paul W. Frields, RHCE http://paul.frields.org/ gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233 5906 ACDB C937 BD11 3717 Fedora Project: http://fedoraproject.org/wiki/PaulWFrields irc.freenode.net: stickster @ #fedora-docs, #fedora-devel, #fredlug -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From das_deniz at yahoo.com Sun Apr 29 13:30:56 2007 From: das_deniz at yahoo.com (das) Date: Sun, 29 Apr 2007 06:30:56 -0700 (PDT) Subject: vtty screen resolution / font trouble In-Reply-To: <1177429684.3981.64.camel@localhost.localdomain> Message-ID: <571975.81608.qm@web33101.mail.mud.yahoo.com> hallo ajax, thanks for the response. after thinking about it (and trying f7t4 fresh) i have two comments: 1) this is pretty serious as vtty's are often handy to kill off procs in X that lock up the server. 2) during boot we can go from X to vtty showing boot details with that graphical border just fine so it should be possible - right ? das --- Adam Jackson wrote: > On Tue, 2007-04-24 at 08:33 -0700, das wrote: > > Hey Fedora Folks, > > > > Machine is IBM/Lenovo T60p - LCD panel has > > 1400x1050 - ATI Mobility FireGL v5250 (all > > correctly detected for X) > > > > (I have this same problem with CentOS-5 so i > > suspect RHEL 5 has the same issue) > > > > f7t3 + updates - init 5 startup is fine and > > resolution is good.... but switching to a vtty > > (e.g., Ctl-Alt-F2) and then not only is the font > > too large but the 24x80 char text display doesn't > > even show all the current lines on the screen. > > > > In other words - fonts and resolution are whacked > > - can't see prompt after 'ls -lR' because it's at > > the bottom of the terminal which is off the > > visible portion of the lcd display. > > > > This problem is also visible at shutdown - so you > > don't see what's currently being stopped / killed > > just whatever has scrolled up into the visible > > region of the lcd display. > > > > would submit bug but don't know the app > > responsible for vtty resolution mess-up.... > > VT switching bugs are usually the X server's fault > (xorg-x11-server). > > Seen this before. Appears to be an ATI VBIOS bug, > haven't traced it > down further because it's unlikely it's fixable. > > - ajax > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From das_deniz at yahoo.com Sun Apr 29 13:36:39 2007 From: das_deniz at yahoo.com (das) Date: Sun, 29 Apr 2007 06:36:39 -0700 (PDT) Subject: Praise for Notification - "battery may be recalled" Message-ID: <139794.26692.qm@web33105.mail.mud.yahoo.com> YOU GUYS ARE SOOO FREAKING AWESOME!!!! Sorry, just had to get that out there. I'm delighted to see this notification at login. "Battery may be recalled The battery in your computer may have been recalled by LENOVO and you may be at risk. For more information visit the LENOVO battery recall website." And buttons for "visit recall website" (which works!) and "do not show me this again." It is in fact correct that the battery in my lenovo thinkpad was recalled. Very nice, and I hope the database for this kind of stuff is huge given the number of recalls announced out there for flaming laptops and such these days. Much praise and thanks for a very smart feature. das __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From tom.horsley at att.net Sun Apr 29 13:54:56 2007 From: tom.horsley at att.net (Tom Horsley) Date: Sun, 29 Apr 2007 09:54:56 -0400 Subject: fc7t4: still eating babies? In-Reply-To: <46349C5E.10504@freemail.hu> References: <9f71cef00704290422t2cd06619j7c2e192415ae17fb@mail.gmail.com> <5256d0b0704290539n3c898d67rc9f585bbca576f4a@mail.gmail.com> <46349C5E.10504@freemail.hu> Message-ID: <20070429095456.78ac4a7e@zooty> On Sun, 29 Apr 2007 15:23:42 +0200 Zoltan Boszormenyi wrote: > There shouldn't be such confusion, the second installation > always uses labels like /usr1 , /boot1 , etc. if told to use > different partitions. Good theory, but there are lots of ways to fool it. Two I have encountered just recently: Pull all but one disk out of a server chassis to make sure the new install doesn't clobber existing disk, then put them all back and try to reboot. Install under Xen with a single physical disk mapped in as the disk for the install, then try to reboot the xen server later and discover duplicate labels. From zboszor at freemail.hu Sun Apr 29 14:19:07 2007 From: zboszor at freemail.hu (Zoltan Boszormenyi) Date: Sun, 29 Apr 2007 16:19:07 +0200 Subject: fc7t4: still eating babies? In-Reply-To: <20070429095456.78ac4a7e@zooty> References: <9f71cef00704290422t2cd06619j7c2e192415ae17fb@mail.gmail.com> <5256d0b0704290539n3c898d67rc9f585bbca576f4a@mail.gmail.com> <46349C5E.10504@freemail.hu> <20070429095456.78ac4a7e@zooty> Message-ID: <4634A95B.4060008@freemail.hu> Tom Horsley ?rta: > On Sun, 29 Apr 2007 15:23:42 +0200 > Zoltan Boszormenyi wrote: > > >> There shouldn't be such confusion, the second installation >> always uses labels like /usr1 , /boot1 , etc. if told to use >> different partitions. >> > > Good theory, but there are lots of ways to fool it. Two > I have encountered just recently: Pull all but one disk > out of a server chassis to make sure the new install doesn't > clobber existing disk, then put them all back and try to > reboot. Install under Xen with a single physical disk > mapped in as the disk for the install, then try to reboot > the xen server later and discover duplicate labels. > It's clearly a case for "Doctor, it hurts when I do this. - Then don't do it." Once I did the same to install 32- and 64-bit versions of FC2 on the same machine later discovering the mess I created for myself by doing this. Then it turned out that anaconda detects partitions and their labels but doesn't clobber them if told not to use them. You can use manual partitioning today, too. You cannot expect the machine to read you mind. Yet. :-) From stickster at gmail.com Sun Apr 29 14:45:49 2007 From: stickster at gmail.com (Paul W. Frields) Date: Sun, 29 Apr 2007 10:45:49 -0400 Subject: Default action on .odt files In-Reply-To: <46340F12.6020908@fedoraproject.org> References: <561c252c0704281309y13c3547bt12840faafb6e9da7@mail.gmail.com> <1177801886.5034.5.camel@spikehome.spikenet.local> <4633F485.1030909@fedoraproject.org> <1177816635.14383.6.camel@spikehome.spikenet.local> <46340F12.6020908@fedoraproject.org> Message-ID: <1177857949.4657.22.camel@localhost.localdomain> On Sun, 2007-04-29 at 08:50 +0530, Rahul Sundaram wrote: > Christopher A. Williams wrote: > > On Sun, 2007-04-29 at 06:57 +0530, Rahul Sundaram wrote: > > > >>> Unfortunately, "I loaded it on my system and it works just fine," > >>> doesn't help much at all. > >> Possibly because you are both using different spins. If you want to > >> discuss issues in Fedora 7 test releases it is important to specify > >> which spin you are using. The behavior is different between them > >> depending on which applications are included. > > > > Good point! I hadn't considered this. Indeed, both of the systems I have > > were loaded from the Fedora installation DVD as opposed to the live CD. > > Both also were updated immediately with the Rawhide patches and I > > installed my usual list of add-ons that I tend to include with previous > > versions of Fedora. That includes: > > > > Adobe Reader (with Remi's patch - it's still apparently needed) > > Sun Java JRE (a couple of websites I frequent seem to want it in spite > > of anything else) > > Flash Plugin > > > > Could Sun's Java RPM be causing this? It doesn't on FC6 and I didn't try > > on F7T4 before installing it. > > Very unlikely. I would suggest not using packages outside the standard > repository while testing. Some of them create problems that are not > reversed even when you uninstall them and makes debugging harder. The Sun Java JRE package *is* the cause of this -- you can, for example, remove /usr/share/mime/packages/x-java-* (or demote the priorities in those files) to keep this from happening. The file magic match is essentially matching any ZIP compressed archive as it's installed out of the box. -- Paul W. Frields, RHCE http://paul.frields.org/ gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233 5906 ACDB C937 BD11 3717 Fedora Project: http://fedoraproject.org/wiki/PaulWFrields irc.freenode.net: stickster @ #fedora-docs, #fedora-devel, #fredlug -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From stymar at alcatel-lucent.com Sun Apr 29 15:19:23 2007 From: stymar at alcatel-lucent.com (Styma, Robert E (Robert)) Date: Sun, 29 Apr 2007 10:19:23 -0500 Subject: sd, sd, who's got the sd Message-ID: Tried out FC7T4 on my test machine as a clean install. The install went in clean and everything looks good. The machine is triple boot with FC7T3 and CentOS 5Beta. It had one PATA (IDE) drive in the primary master. For the FC7T4 testing, I added a SATA PCI card and a SATA drive. Now, FC7T3 went in first when there was only the IDE drive. It saw the IDE drive as SDA. SDA1 -> / SDA2 -> /home SDA3 -> swap Added CentOS 5 Beta to the mix to see if the final version would be suitable for my wife. It detected the primary IDE as HDA as expected. HDA1 -> / (from FC7T3) HDA2 -> /home HDA3 -> swap HDA4 -> Extended HDA5 -> / (from CentOS 5 Beta) So far everything makes sense. Added the SATA drive and installed FC7T4 as an initial install on the SATA Drive. During installation, it detected the SATA drive as SDA and the IDE drive as SDB! I let it install grub and told it to allow me to boot to SDB1 (FC7T3) and SDB5 (centos). It did not detect these automagically, but did allow me to add them during install. The triple boot works. Fortunately the FC7T3 system sees the IDE drive as SDA and the SATA as SDB. That way things mount correctly. The question becomes, can I predict what will happen when I install an IDE primary slave. CentOS 5Beta with the old drivers will detect it as HDB. How will the two FC7 systems detect the new drive? Is there a method to the madness? Bob S From mike at miketc.com Sun Apr 29 15:54:56 2007 From: mike at miketc.com (Mike Chambers) Date: Sun, 29 Apr 2007 10:54:56 -0500 Subject: sd, sd, who's got the sd In-Reply-To: References: Message-ID: <1177862096.10817.9.camel@scrappy.miketc.com> On Sun, 2007-04-29 at 10:19 -0500, Styma, Robert E (Robert) wrote: > > Tried out FC7T4 on my test machine as a clean install. > The install went in clean and everything looks good. The > machine is triple boot with FC7T3 and CentOS 5Beta. > It had one PATA (IDE) drive in the primary master. For > the FC7T4 testing, I added a SATA PCI card and a SATA drive. I don't know if it's worth noting, but why continue to use t3 when t4 is out (you would had known if t4 would had worked before installing by using live cd first before wiping out t3) and any t3 bug reporting would be useless? And if your not going to triple boot or even dual boot in the future (due to just trying them out to test and you and your spouse get your one repo of choice), then why not test as it would be if it was official and how you are going to work with it anyway? In other words, I dual boot Vista and Fedora, so that is how I test. I don't need to waste time keeping a test version when a newer one is out. Are you planning on using just one machine for you both but each has their own OS to work with? If so, then dual booting and testing that way is fair game. -- Mike Chambers Madisonville, KY "Sex is like air, it's not important unless your not getting any!" From wwoods at redhat.com Sun Apr 29 16:11:35 2007 From: wwoods at redhat.com (Will Woods) Date: Sun, 29 Apr 2007 12:11:35 -0400 Subject: sd, sd, who's got the sd In-Reply-To: References: Message-ID: <4634C3B7.5050102@redhat.com> Styma, Robert E (Robert) wrote: > The question becomes, can I predict what will happen when I > install an IDE primary slave. > CentOS 5Beta with the old drivers will detect it as HDB. > > How will the two FC7 systems detect the new drive? > > Is there a method to the madness? This is why we use disk labels or UUIDs instead of device names. With changes like this in the kernel and especially with machines with removable drives, or machines using fancy multipath storage, it's nearly impossible to reliably predict exactly what order the drives will be found in. So the solution is: just give the partitions names instead. Then it doesn't matter if your FC6 root drive is sda1 or sdb1 or hdc1, it's always LABEL=fc6_root. If you say "mount LABEL=fc6_root /fc6" it will Do The Right Thing. So, in short, it doesn't matter how the two FC7 systems will detect the new drive, so long as you give it a useful label. -w From bkoz at redhat.com Sun Apr 29 16:43:05 2007 From: bkoz at redhat.com (Benjamin Kosnik) Date: Sun, 29 Apr 2007 18:43:05 +0200 Subject: fc7t4: still eating babies? In-Reply-To: <20070429074327.1d9374ba@zooty> References: <9f71cef00704290422t2cd06619j7c2e192415ae17fb@mail.gmail.com> <20070429074327.1d9374ba@zooty> Message-ID: <9f71cef00704290943w35bc20a2w48f6e69f6955ac24@mail.gmail.com> > Type linux rescue, answer all the questions, might as well skip > mounting any partitions. > > grub > root (hd0,0) > setup (hd0) > quit > exit Thanks. This saved me. > However, I've recently seen a completely different problem than grub > getting borked. Somehow, at some random time, the boot order of the > disks in my bios gets scrogged. Whenever I can't boot, I've now learned > I need to go into the bios, and put back the original disk order. > I don't know if this is something in fedora poking a stick in my bios > flash memory, or just the first signs of the flash memory going bad. > It did seem to start happening right about the time I first installed > an fc7 test release. I was having problems with an external USB keyboard after this. I reset my BIOS to default settings and the problem went away. This boot order fragility thing really sucks. Not being super helpful here with the details but I'm in damage control mode. Incidentally, problem 3 is that if I turn on an esata drive (ie hot-plug drive 3) then then init cannot find the root filesystem. -benjamin From stymar at alcatel-lucent.com Sun Apr 29 18:38:07 2007 From: stymar at alcatel-lucent.com (Styma, Robert E (Robert)) Date: Sun, 29 Apr 2007 13:38:07 -0500 Subject: sd, sd, who's got the sd In-Reply-To: <1177862096.10817.9.camel@scrappy.miketc.com> References: <1177862096.10817.9.camel@scrappy.miketc.com> Message-ID: > > > > Tried out FC7T4 on my test machine as a clean install. > > The install went in clean and everything looks good. The > > machine is triple boot with FC7T3 and CentOS 5Beta. > > It had one PATA (IDE) drive in the primary master. For > > the FC7T4 testing, I added a SATA PCI card and a SATA drive. > > I don't know if it's worth noting, but why continue to use t3 > when t4 is > out (you would had known if t4 would had worked before installing by > using live cd first before wiping out t3) and any t3 bug > reporting would > be useless? And if your not going to triple boot or even dual boot in > the future (due to just trying them out to test and you and > your spouse > get your one repo of choice), then why not test as it would > be if it was > official and how you are going to work with it anyway? > > In other words, I dual boot Vista and Fedora, so that is how > I test. I > don't need to waste time keeping a test version when a newer > one is out. > Are you planning on using just one machine for you both but each has > their own OS to work with? If so, then dual booting and testing that > way is fair game. > I was orginally just going to update FC7T3 on that machine, but after the post from one of the developers about making sure it got tested good since new drivers were in use for PATA drives, I figured I would put both PATA and SATA on the same machine and see what happened. In the past, with the HDA setup I know how drives would be allocated. Grouping them all into SD* raises some interesting questions. I am trying to get a handle on what is going on here. The machine in questions is a test only i386. I was thinking of next cloning the FC6 install I use on a day to day basis to replace the FC3T3 and then trying an upgrade to see how that goes. Now that CentOS5 is released (my wife has the new x86_64 platform) the existing installs are just residual data. I prefer to test on a machine that does not have any valuable data. I was thinking of loading debian too just for laughs. From stymar at alcatel-lucent.com Sun Apr 29 18:42:39 2007 From: stymar at alcatel-lucent.com (Styma, Robert E (Robert)) Date: Sun, 29 Apr 2007 13:42:39 -0500 Subject: sd, sd, who's got the sd In-Reply-To: <4634C3B7.5050102@redhat.com> References: <4634C3B7.5050102@redhat.com> Message-ID: > > Is there a method to the madness? > > This is why we use disk labels or UUIDs instead of device names. With > changes like this in the kernel and especially with machines with > removable drives, or machines using fancy multipath storage, > it's nearly > impossible to reliably predict exactly what order the drives will be > found in. > > So the solution is: just give the partitions names instead. Then it > doesn't matter if your FC6 root drive is sda1 or sdb1 or hdc1, it's > always LABEL=fc6_root. If you say "mount LABEL=fc6_root /fc6" > it will Do > The Right Thing. > > So, in short, it doesn't matter how the two FC7 systems will > detect the > new drive, so long as you give it a useful label. > I have been trying to get a handle on how this works to see if I can break it. Replacing the IDE drivers with something radically different is playing with fire. I have a SCSI card laying around somewhere I may put in the test machine just to see what that does. (This is the fedora-test-list right?) Bob Styma Phoenix, AZ From jamatos at fc.up.pt Sun Apr 29 19:03:07 2007 From: jamatos at fc.up.pt (=?iso-8859-1?q?Jos=E9_Matos?=) Date: Sun, 29 Apr 2007 20:03:07 +0100 Subject: Interrupted upgrade from FC6 to F7 T4 Message-ID: <200704292003.07621.jamatos@fc.up.pt> Hi, I am writing this report here since I can not reproduce anymore the result. I used the dvd version to update my laptop from an existing FC-6. While updating (760/850 total packages) the update stop and anaconda complained that the it was not possible to update because of a possible corrupted media. I asked for reboot and anaconda never returned the output. I changed to vt2 where I saw (using top) that some of the programs that usually run in the post install stage were running. After waiting for more than an hour only anaconda was running so I decided that it was time to force a reboot. What is strange about this is that the package that anaconda complained about was installed (redhat-lsb), the media check to the dvd returned an OK, and according to the last report left in the installation log there was a problem running a postinstall script. I have used yum to update the system and everything seems to work as it should. The only problem of the interrupted update was that no xorg server was installed. After installing xorg-x11-server-Xorg everything works as expected. -- Jos? Ab?lio From gianluca.cecchi at gmail.com Sun Apr 29 20:10:28 2007 From: gianluca.cecchi at gmail.com (Gianluca Cecchi) Date: Sun, 29 Apr 2007 22:10:28 +0200 Subject: virtual machine manager and qemu/kvm in f7 Message-ID: <561c252c0704291310y1a268d5sec2b28cea1716fc7@mail.gmail.com> In fc6 I had to use directly command line, with qemu 0.8.2 and kvm-12. Now I upgraded my x86_64 system to f7 and I have qemu 0.9, kvm-19, libvirt 0.2.2 and virt-manager 0.4. In fc6 I created a qemu/kvm windows xp machine and the command line I used to run it was: qemu-kvm -m 512 -hda winxp_kvm/hda.img -localtime -no-acpi -soundhw es1370 Now I'm testing virt-manager and I was able to "install" (actually sort of import pointing the hd and simulating install and then rebooting) the vm in virt-manager, but I'm not able to get the correct network config. Previously, not specifying anything on command line, the "Userspace SLIRP stack" was used (see also http://libvirt.org/format.html). How can I replicate this in virt-manager? It seems I have not the option... I would also like to know if I can specify other qemu options such as: sound hw, the -localtime option (necessary for my clock that appears wrong now when I run win xp from virt-manager) -no-acpi Thanks in advance, Gianluca From roger at gwch.net Sun Apr 29 20:17:10 2007 From: roger at gwch.net (Roger Grosswiler) Date: Sun, 29 Apr 2007 22:17:10 +0200 Subject: Beta 4 - Upgrading via YUM Message-ID: <20070429221710.2b1da014@niobe> Good evening ladies and gentelmen, i was upgrading from fc6 to f7t4 using yum and the notes from fc6 on fedoraproject.org conclusion: my notebook still exists, it is working. Even tough, it took about 12 hours for the whole process (on a p2/400 mhz, don't laugh :P) After that, i usually make my rpm -qa | grep fc6 this brings up the following list: gnome-sharp-2.16.0-1.fc6 dmidecode-2.7-1.26.1.fc6 jakarta-commons-cli-1.0-6jpp_10.fc6 qca-tls-1.0-10.fc6 xmms-cdread-0.14-12.fc6 xorg-x11-filesystem-7.1-2.fc6 qca-1.0-8.fc6 x264-0.0.0-0.3.20061214.fc6 libsilc-1.0.2-2.fc6 xmms-mp3-1.2.10-16.fc6 perl-String-CRC32-1.4-2.fc6 perl-Net-SSLeay-1.30-4.fc6 libxml++-2.14.0-1.1.fc6 kdnssd-avahi-0.1.3-0.1.20060713svn.fc6 perl-XML-DOM-1.44-2.fc6 xkeyboard-config-0.8-7.fc6 libofa-0.9.3-8.fc6 OpenEXR-1.4.0a-3.fc6 plotutils-2.5-3.fc6 perl-IO-Socket-INET6-2.51-2.fc6 xsri-2.1.0-10.fc6 libglademm24-2.6.3-2.fc6 rng-utils-2.0-1.14.1.fc6 synaptics-0.14.4-8.fc6 enca-1.9-3.fc6 sqlite2-2.8.17-1.fc6 libdvdnav-0.1.10-3.fc6 libifp-1.0.0.2-4.fc6 kmod-ndiswrapper-1.38-1.2.6.20_1.2944.fc6 meanwhile-1.0.2-3.fc6 libid3tag-0.15.1b-3.fc6 perl-Compress-Zlib-1.42-1.fc6 libutempter-1.1.4-3.fc6 system-config-network-tui-1.3.96-1.fc6 libavc1394-0.5.3-1.fc6 perl-XML-RegExp-0.03-2.fc6 twolame-0.3.9-1.fc6 libvisual-0.4.0-3.fc6 xmms-wma-1.0.5-3.fc6 kernel-2.6.20-1.2944.fc6 gnome-applet-netspeed-0.13-7.fc6 gsf-sharp-0.8.1-2.fc6 wireless-tools-28-1.fc6 psi-icons-0.10-5.fc6 ikvm-0.22-10.fc6 fftw-3.1.2-3.fc6 dbus-sharp-0.63-6.fc6 libcdio-0.77-3.fc6 NetworkManager-openvpn-0.3.2-7.fc6 psi-0.10-5.fc6 vcdimager-0.7.23-5.fc6 perl-Parse-Yapp-1.05-36.fc6 themes-backgrounds-gnome-0.4-6.fc6 perl-Socket6-0.19-3.fc6 SDL_mixer-1.2.7-2.fc6 lzo-2.02-2.fc6 psi-i18n-0.10-5.fc6 system-config-network-1.3.96-1.fc6 libsndfile-1.0.17-1.fc6 libnjb-2.2.5-3.fc6 aalib-1.4.0-0.11.rc5.fc6 arj-3.10.22-1.fc6 libmpcdec-1.2.2-4.fc6 gnome-themes-extras-0.9.0-5.fc6 ltrace-0.5-6.45svn.fc6 mailcap-2.1.23-1.fc6 gpp-0.6.6-3.fc6 dillo-0.8.6-3.fc6 ...those should be the list for the files to rpm -e. Some of them are from extras, perhaps some of them are from livna, so this list is for information. Take what you need and forget about the rest. In fact, almost everyting is working fine. I still wait for the latest ndiswrapper from livna, which i hope to be followed soon. After the upgrade, i was missing some functions (fast-user-switch) which are there on a installation by default. This applet is now working too, after i started it manually. I think, i would make sense to delete the .gnome* - directories in the home-dir to get the full set of functionalities. HTH Roger From roger at gwch.net Sun Apr 29 20:27:53 2007 From: roger at gwch.net (Roger Grosswiler) Date: Sun, 29 Apr 2007 22:27:53 +0200 Subject: Wireless ACX on T4 Message-ID: <20070429222753.14dacfd6@niobe> I use a D-Link DWL-G650 which has a TI ACX-Chip (100 or 111 no longer sure). Why are the acx-cards not supported out of the box? Firmware-Problem? Thanks, Roger From jkeating at redhat.com Sun Apr 29 20:33:56 2007 From: jkeating at redhat.com (Jesse Keating) Date: Sun, 29 Apr 2007 13:33:56 -0700 Subject: Beta 4 - Upgrading via YUM In-Reply-To: <20070429221710.2b1da014@niobe> References: <20070429221710.2b1da014@niobe> Message-ID: <200704291333.56583.jkeating@redhat.com> On Sunday 29 April 2007 13:17:10 Roger Grosswiler wrote: > ...those should be the list for the files to rpm -e. Some of them are > from extras, perhaps some of them are from livna, so this list is for > information. Take what you need and forget about the rest. In fact, > almost everyting is working fine. I still wait for the latest > ndiswrapper from livna, which i hope to be followed soon. No they are not. Fedora 7 inherits package builds from Fedora 6 and thus many packages still carry the .fc6 tag, this is perfectly fine. yum list extras should tell you what packages are no longer in the repos you have configured, which serves as a much better list of potential things to whack. -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From jkeating at redhat.com Sun Apr 29 20:35:16 2007 From: jkeating at redhat.com (Jesse Keating) Date: Sun, 29 Apr 2007 13:35:16 -0700 Subject: F7T4 DVD rescue mode question In-Reply-To: <20070428181510.1a95c395@osprey.hogchain.net> References: <20070427163901.41cccd14@osprey.hogchain.net> <200704281345.03406.jkeating@redhat.com> <20070428181510.1a95c395@osprey.hogchain.net> Message-ID: <200704291335.16361.jkeating@redhat.com> On Saturday 28 April 2007 16:15:10 Jay Cliburn wrote: > Your description fits with my past experience, however that's not the > way it works under F7T4 (F-6.93-x86_64-DVD.iso). I just tested this in qemu and indeed booting the rescue cd never asked me what medium to find the install sources to rescue with, it just used my "CD". This is the way it is supposed to work. -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From guido.ledermann at googlemail.com Sun Apr 29 22:19:27 2007 From: guido.ledermann at googlemail.com (Guido Ledermann) Date: Mon, 30 Apr 2007 00:19:27 +0200 Subject: F7T4: Weird USB disk problems (a mount problem) Message-ID: <463519EF.9090509@googlemail.com> Hello, today I've faced a very weired problem. Whenever I plug in my USB stick or ma CF card with pictures of camera they are mountred as usual. But when I plug my USB disk I only see in /var/log/message that it's known as sdd/sdd1 but it doesn't show up. I'm sure it did a few days ago. What can be the difference between the stick and the hard drive? Guido From chrisw at cawllc.com Mon Apr 30 00:17:46 2007 From: chrisw at cawllc.com (Christopher A. Williams) Date: Sun, 29 Apr 2007 18:17:46 -0600 Subject: Default action on .odt files In-Reply-To: <1177857949.4657.22.camel@localhost.localdomain> References: <561c252c0704281309y13c3547bt12840faafb6e9da7@mail.gmail.com> <1177801886.5034.5.camel@spikehome.spikenet.local> <4633F485.1030909@fedoraproject.org> <1177816635.14383.6.camel@spikehome.spikenet.local> <46340F12.6020908@fedoraproject.org> <1177857949.4657.22.camel@localhost.localdomain> Message-ID: <1177892266.15156.6.camel@spikehome.spikenet.local> On Sun, 2007-04-29 at 10:45 -0400, Paul W. Frields wrote: > On Sun, 2007-04-29 at 08:50 +0530, Rahul Sundaram wrote: > > Christopher A. Williams wrote: > > > On Sun, 2007-04-29 at 06:57 +0530, Rahul Sundaram wrote: > > > > > >>> Unfortunately, "I loaded it on my system and it works just fine," > > >>> doesn't help much at all. > > >> Possibly because you are both using different spins. If you want to > > >> discuss issues in Fedora 7 test releases it is important to specify > > >> which spin you are using. The behavior is different between them > > >> depending on which applications are included. > > > > > > Good point! I hadn't considered this. Indeed, both of the systems I have > > > were loaded from the Fedora installation DVD as opposed to the live CD. > > > Both also were updated immediately with the Rawhide patches and I > > > installed my usual list of add-ons that I tend to include with previous > > > versions of Fedora. That includes: > > > > > > Adobe Reader (with Remi's patch - it's still apparently needed) > > > Sun Java JRE (a couple of websites I frequent seem to want it in spite > > > of anything else) > > > Flash Plugin > > > > > > Could Sun's Java RPM be causing this? It doesn't on FC6 and I didn't try > > > on F7T4 before installing it. > > > > Very unlikely. I would suggest not using packages outside the standard > > repository while testing. Some of them create problems that are not > > reversed even when you uninstall them and makes debugging harder. > > The Sun Java JRE package *is* the cause of this -- you can, for example, > remove /usr/share/mime/packages/x-java-* (or demote the priorities in > those files) to keep this from happening. The file magic match is > essentially matching any ZIP compressed archive as it's installed out of > the box. Thanks! That was exactly the problem. Between your and Havard's posts, I was able to fix this quickly and easily. To summarize: 1) Correct the syntax error (missing the initial '<') on line 35 of the file /usr/share/mime/packages/x-java-archive.xml 2) Run the command (as root): update-mime-database /usr/share/mime Hope that helps others looking for a way to fix the problem. Cheers, Chris -- ==================================================== In theory there is no difference between theory and practice. In practice there is. --Yogi Berra From drago01 at gmail.com Mon Apr 30 08:47:11 2007 From: drago01 at gmail.com (dragoran) Date: Mon, 30 Apr 2007 10:47:11 +0200 Subject: Interrupted upgrade from FC6 to F7 T4 In-Reply-To: <200704292003.07621.jamatos@fc.up.pt> References: <200704292003.07621.jamatos@fc.up.pt> Message-ID: <4635AD0F.8070402@gmail.com> Jos? Matos wrote: > Hi, > I am writing this report here since I can not reproduce anymore the result. > > I used the dvd version to update my laptop from an existing FC-6. While > updating (760/850 total packages) the update stop and anaconda complained > that the it was not possible to update because of a possible corrupted media. > > I asked for reboot and anaconda never returned the output. I changed to vt2 > where I saw (using top) that some of the programs that usually run in the > post install stage were running. After waiting for more than an hour only > anaconda was running so I decided that it was time to force a reboot. > > What is strange about this is that the package that anaconda complained about > was installed (redhat-lsb), the media check to the dvd returned an OK, and > according to the last report left in the installation log there was a problem > running a postinstall script. > > I have used yum to update the system and everything seems to work as it > should. The only problem of the interrupted update was that no xorg server > was installed. After installing xorg-x11-server-Xorg everything works as > expected. > > have you filled a bug? From jamatos at fc.up.pt Mon Apr 30 09:12:45 2007 From: jamatos at fc.up.pt (=?iso-8859-1?q?Jos=E9_Matos?=) Date: Mon, 30 Apr 2007 10:12:45 +0100 Subject: Interrupted upgrade from FC6 to F7 T4 In-Reply-To: <4635AD0F.8070402@gmail.com> References: <200704292003.07621.jamatos@fc.up.pt> <4635AD0F.8070402@gmail.com> Message-ID: <200704301012.46040.jamatos@fc.up.pt> On Monday 30 April 2007 09:47:11 dragoran wrote: > have you filled a bug? Nope, since I cannot reproduce the problem, do you think it is worth? -- Jos? Ab?lio From sundaram at fedoraproject.org Mon Apr 30 09:22:07 2007 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Mon, 30 Apr 2007 14:52:07 +0530 Subject: Fedora 7 Test 4 GNOME based i386 Live CD report In-Reply-To: <1177853116.4657.17.camel@localhost.localdomain> References: <46329DC7.9010500@fedoraproject.org> <1177723446.3656.6.camel@localhost.localdomain> <4632B1F4.8060503@redhat.com> <1177759564.3656.15.camel@localhost.localdomain> <4633F036.5060400@fedoraproject.org> <1177853116.4657.17.camel@localhost.localdomain> Message-ID: <4635B53F.9040707@fedoraproject.org> Paul W. Frields wrote: > On Sun, 2007-04-29 at 06:39 +0530, Rahul Sundaram wrote: >> Matthias Clasen wrote: >>>> The prime spin still has Firefox, Evolution and three openoffice.org >>>> applications which makes sense for RHEL but not for Fedora. I would >>>> prefer something more home user oriented for Fedora. >>> Why on earth do you think firefox, evolution and OOo don't make sense >>> for Fedora users ? The only reason OOo is not on the livecd is space. >> I didn't say it does not make sense. Only that there are other >> applications more frequently compared to OO.o presentation or >> spreadsheet programs. You can look at mugshot stats at >> http://mugshot.org/applications for some idea. >> >> Firefox, Evolution, Openoffice.org writer, Gaim and Gnome terminal or >> Rhythmbox would be more appropriate IMO. > > Um, I may be missing something, Rahul, but your quote above says > *verbatim* that those applications "make sense for RHEL but not for > Fedora." That was in reference to the current selection of default applications in the GNOME panel. And remember that the application usage you reference comes > from Mugshot, and not from the general base of all Fedora users, so it's > statistically very questionable as a basis for making decisions about > which applications to {in,ex}clude. It is a metric which gives you an idea unless you have something better. Besides, isn't the Live CD spin the > answer to this issue? How? > I'm further confused that you go on to contradict your earlier statement > about including Firefox and Evolution. Some applications make sense for both Fedora and RHEL so that's not a contradiction. As far as OO.o goes, once you've > got oo.o-core in a spin, it makes absolutely no sense to leave out > -calc, -draw, and -impress. Who said anything about leaving out? I am talking about *icons on the GNOME panel*. > If it weren't for the inevitable outcry from the more paranoid > user/developer contingent, I'd say it might be useful to break out the > application reporting component of Mugshot, anonymize it, and give users > the ability to turn only that bit on: Already suggested in fedora-desktop list. Mugshot team does not seem to be interested in doing that. We need a different application for this. Rahul From alan at redhat.com Mon Apr 30 09:23:51 2007 From: alan at redhat.com (Alan Cox) Date: Mon, 30 Apr 2007 05:23:51 -0400 Subject: fc7t4 - problems with ATA66 module In-Reply-To: <4633F953.4010309@wavefood.com> References: <4633F953.4010309@wavefood.com> Message-ID: <20070430092351.GC22205@devserv.devel.redhat.com> On Sat, Apr 28, 2007 at 06:48:03PM -0700, Joshua Andrews wrote: > Apr 28 18:20:05 et kernel: ACPI: PCI Interrupt 0000:00:13.0[A] -> GSI 18 > (level, low) -> IRQ 19 > Apr 28 18:20:05 et kernel: pata_hpt366 0000:00:13.0: failed to iomap PCI > BAR 2 Is this the only PCI BAR it complains about ? Can you open a bug, cc me it and attach a dmesg and lspci -vvxxx from a working FC (eg FC6). I have some ideas I'd like to check From drago01 at gmail.com Mon Apr 30 09:19:24 2007 From: drago01 at gmail.com (dragoran) Date: Mon, 30 Apr 2007 11:19:24 +0200 Subject: Interrupted upgrade from FC6 to F7 T4 In-Reply-To: <200704301012.46040.jamatos@fc.up.pt> References: <200704292003.07621.jamatos@fc.up.pt> <4635AD0F.8070402@gmail.com> <200704301012.46040.jamatos@fc.up.pt> Message-ID: <4635B49C.5010207@gmail.com> Jos? Matos wrote: > On Monday 30 April 2007 09:47:11 dragoran wrote: > >> have you filled a bug? >> > > Nope, since I cannot reproduce the problem, do you think it is worth? > > yes maybe the anaconda developers have some ideas why this might happend and how to prevent it from happening again. From buildsys at redhat.com Mon Apr 30 09:32:55 2007 From: buildsys at redhat.com (buildsys at redhat.com) Date: Mon, 30 Apr 2007 05:32:55 -0400 Subject: rawhide report: 20070430 changes Message-ID: <200704300932.l3U9Wt7f019393@hs20-bc2-6.build.redhat.com> Updated Packages: m2crypto-0.17-2 --------------- * Fri Apr 27 2007 Miloslav Trmac - 0.17-2 - Make m2xmlrpclib work with Python 2.5 Resolves: #237902 redhat-artwork-5.0.12-7.fc7 --------------------------- * Fri Apr 27 2007 Matthias Clasen 5.0.12-7 - Drop the Bluecurve inheritance again, instead copy the Openoffice.org icons into the Fedora icon theme system-config-kickstart-2.7.6-1.fc7 ----------------------------------- * Fri Apr 27 2007 Chris Lumens 2.7.6-1 - Update package URL (#237712). - Correctly set the language if it ends with ".UTF-8" (#238119). * Mon Apr 23 2007 Chris Lumens 2.7.5-1 - Default to installing instead of upgrading. - Set a default SELinux setting when started up. - Don't write out remove lines for packages not available on the installation architecture. Broken deps for ppc64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.ppc64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc64 requires mkisofs >= 0:2.0 k3b - 1.0-1.fc7.ppc64 requires mkisofs k3b - 1.0-1.fc7.ppc64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc64 requires cdrecord xcdroast - 0.98a15-13.ppc64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc64 requires mkisofs >= 0:2.0 Broken deps for ia64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.ia64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.ia64 requires mkisofs >= 0:2.0 k3b - 1.0-1.fc7.ia64 requires mkisofs k3b - 1.0-1.fc7.ia64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ia64 requires cdrecord xcdroast - 0.98a15-13.ia64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ia64 requires mkisofs >= 0:2.0 Broken deps for i386 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.i386 requires mkisofs dvd+rw-tools - 7.0-3.fc7.i386 requires mkisofs >= 0:2.0 k3b - 1.0-1.fc7.i386 requires cdrecord k3b - 1.0-1.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs xcdroast - 0.98a15-13.i386 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.i386 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.i386 requires mkisofs >= 0:2.0 Broken deps for ppc ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.ppc requires mkisofs dvd+rw-tools - 7.0-3.fc7.ppc requires mkisofs >= 0:2.0 k3b - 1.0-1.fc7.ppc requires mkisofs k3b - 1.0-1.fc7.ppc requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.ppc requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.ppc requires cdrecord xcdroast - 0.98a15-13.ppc requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.ppc requires mkisofs >= 0:2.0 xcdroast - 0.98a15-13.ppc requires cdrecord >= 0:2.0 Broken deps for x86_64 ---------------------------------------------------------- anaconda-runtime - 11.2.0.55-1.x86_64 requires mkisofs dvd+rw-tools - 7.0-3.fc7.x86_64 requires mkisofs >= 0:2.0 k3b - 1.0-1.fc7.x86_64 requires mkisofs k3b - 1.0-1.fc7.x86_64 requires cdrecord k3b - 1.0-1.fc7.i386 requires mkisofs k3b - 1.0-1.fc7.i386 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.x86_64 requires cdrecord nautilus-cd-burner - 2.18.0-2.fc7.i386 requires mkisofs nautilus-cd-burner - 2.18.0-2.fc7.i386 requires cdrecord xcdroast - 0.98a15-13.x86_64 requires cdrecord >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires cdda2wav >= 0:2.0 xcdroast - 0.98a15-13.x86_64 requires mkisofs >= 0:2.0 From sundaram at fedoraproject.org Mon Apr 30 09:55:10 2007 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Mon, 30 Apr 2007 15:25:10 +0530 Subject: Fedora 7 Test 4 GNOME based i386 Live CD report In-Reply-To: <3e4ec4600704281626k75b4a548wed6b49405f01e328@mail.gmail.com> References: <46329DC7.9010500@fedoraproject.org> <3e4ec4600704281626k75b4a548wed6b49405f01e328@mail.gmail.com> Message-ID: <4635BCFE.70503@fedoraproject.org> Michael Wiktowy wrote: > Just adding my thoughts about the LiveCD so far: > > - Two of my main use cases for a LiveCD are missing: checking the > memory and checking the hardware > - Where did memtest on the boot screen go? It wasn't there in any test release of Fedora 7 afaik. File a request. > - There was some smolt GUI but now it seems to have vanished? This hasn't been integrated with firstboot. It wont help check your hardware. > > - crond and atd were turned off but anacron seems to be left on > leading to some pretty severe slowdowns when that kicked in File a bug report. > - Inclusion of some default xorg.conf file is messing with the proper > screen resolution autodetection. I have had two systems so far have > vastly reduced screen resolutions on booting the LiveCD and the > solution was to clobber xorg.conf and restart X and both were detected > perfectly after that. File a bug report. > - Is yum upgrading from test4 to final going to be "supported"? I know > there was some talk of this earlier but haven't heard anything formal > lately. Jesse keating or Will Woods, what was the final decision on this. Would have been good to note this in the test 4 announcement. > > - I am very happy that NetworkManager now finally supports WPA without > any special tricks. I found that is was requiring some manual > intervention to switch between wired and wireless networks ... is that > because NMDispatcher is not enabled by default? Was that disabling by > deafult intentional? Thats a bug too. Report it. > - Wireless has improved quite a lot. I have an assortment of those > little wifi USB dongles that I picked up for $20 each that work out of > the box now. I have a Netgear WG511T PCCard that doesn't work out of > the box. I think it has an atheros chipset. Is that one of those > non-free things that Ubuntu includes but Fedora doesn't? Yes. Ubuntu uses proprietary madwifi driver. There is a free software solution that was stalled for a long time due to potential legal issues but that has been clearly recently by SFLC. Don't know the status of the merge. > > - I don't like the excessive amount of default folders in your home > directory. I agree that they should be consolidated somewhat. I would > suggest that Pictures, Video and Music should be put as a subdirectory > of Multimedia. I would prefer that too. > - It is lovely that you are including links to Magnatune and Jamendo > in Rythmbox and Firefox ... the only problem is that their music is in > mp3 format which we cannot play (without some hoop jumping) Trying to play crashed both times when trying to play Magnatune or Jamendo songs. http://bugzilla.gnome.org/show_bug.cgi?id=434299 http://bugzilla.gnome.org/show_bug.cgi?id=434300 Afaik both of these have all the songs in ogg format too. Do file a enhancement request for accessing them by default. Rahul From sundaram at fedoraproject.org Mon Apr 30 10:10:35 2007 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Mon, 30 Apr 2007 15:40:35 +0530 Subject: F7 Test4: Nautilus-search: multiple files cannot be moved or copied, but single files do In-Reply-To: <4632F3E0.70307@googlemail.com> References: <4632F3E0.70307@googlemail.com> Message-ID: <4635C09B.5080208@fedoraproject.org> Guido Ledermann wrote: > Hello, > > can please someone confirm that if you search with nautilus-search-tool > and several files are found, you cannot move nor copy them when > selecting more than one. If you do it with only one file it works. Works for me. > Interesting, that the version of is > > nautilus-search-tool.i386 0.2-2.fc6 Same version. Rahul From guido.ledermann at googlemail.com Mon Apr 30 10:29:48 2007 From: guido.ledermann at googlemail.com (Guido Ledermann) Date: Mon, 30 Apr 2007 12:29:48 +0200 Subject: F7 Test4: Nautilus-search: multiple files cannot be moved or copied, but single files do In-Reply-To: <4635C09B.5080208@fedoraproject.org> References: <4632F3E0.70307@googlemail.com> <4635C09B.5080208@fedoraproject.org> Message-ID: <4635C51C.5090401@googlemail.com> Rahul Sundaram schrieb: > Guido Ledermann wrote: >> Hello, >> >> can please someone confirm that if you search with >> nautilus-search-tool and several files are found, you cannot move nor >> copy them when selecting more than one. If you do it with only one >> file it works. > > Works for me. > >> Interesting, that the version of is >> >> nautilus-search-tool.i386 0.2-2.fc6 > > Same version. Thanks, for testing. I've tested it agein, too and it works for me now, too. Don't know what it was. Guido From dtimms at iinet.net.au Mon Apr 30 10:54:23 2007 From: dtimms at iinet.net.au (David Timms) Date: Mon, 30 Apr 2007 20:54:23 +1000 Subject: F7 - installation hangs - during boot ? In-Reply-To: <777ab80a0704290620w6125ad22o766c82c10a7dbaef@mail.gmail.com> References: <777ab80a0704290620w6125ad22o766c82c10a7dbaef@mail.gmail.com> Message-ID: <4635CADF.3060201@iinet.net.au> Amit Rana wrote: > Hi, > I am trying to install F7 test 4 on my new laptop [Inspiron6400, > Intel(R) core(TM)2 Duo Processor T7200, 60GB SATA 7200RPM, 2GB ram] > > I have verified checksum of dvd is correct. > > My installation hangs after giving following message: > > ........ > TCP remo registered > checking if image is initramfs...<6>Switched to high resolution mode on > CPU 1 > Switched to high resolution mode on CPU 0 Are you booting the installer from cd / dvd / other method ? Notebook sounds similar in spec to my HP nx6320. The installer gets to checking the harddisks to determine whether it might be possible to upgrade., but can not find the SATA disk at all. I don't think you are getting that far ? David Timms. From dtimms at iinet.net.au Mon Apr 30 12:28:43 2007 From: dtimms at iinet.net.au (David Timms) Date: Mon, 30 Apr 2007 22:28:43 +1000 Subject: sd, sd, who's got the sd - f7 work required before release! In-Reply-To: <4634C3B7.5050102@redhat.com> References: <4634C3B7.5050102@redhat.com> Message-ID: <4635E0FB.20700@iinet.net.au> Will Woods wrote: > Styma, Robert E (Robert) wrote: ... >> How will the two FC7 systems detect the new drive? >> >> Is there a method to the madness? > > This is why we use disk labels or UUIDs instead of device names. With > changes like this in the kernel and especially with machines with > removable drives, or machines using fancy multipath storage, it's nearly > impossible to reliably predict exactly what order the drives will be > found in. > > So the solution is: just give the partitions names instead. Then it > doesn't matter if your FC6 root drive is sda1 or sdb1 or hdc1, it's > always LABEL=fc6_root. If you say "mount LABEL=fc6_root /fc6" it will Do > The Right Thing. > > So, in short, it doesn't matter how the two FC7 systems will detect the > new drive, so long as you give it a useful label. Will, you could have mentioned: 1. a command to set the label ? 2. whether an lvm label like LogVol01 or LogVolhome is the same as the label you are mentioning ? Consider it either good or bad that a long time redhat/fedora user does not know such a command - it gets set by the installer - for actual partitions, but not? for LVM logical volumes ? After much searching "label lvm partition" etc in google with little result, I stumbled across the mkfs.ext3 parameter -L volume-label, but decided that would actually format the partition. It seems that the required incantation is e2label: # e2label /dev/sda6 to check, and add the new name to set it. As some rh people have noted, it is almost impossible to automatically determine the mapping when booted with the f7 kernels / installer. * So at the very least we need documentation that this is going to be the case and how to actually do it: - on the popular fedoraproject wiki and fedorasolved sites. Currently no hits on either site. FedoraForum has a few mentions of e2label. - actually in anaconda - at the point where anaconda decided "you need to label the filesystem"; otherwise this message is practically useless + tell the user to boot the existing system and run the pre-install check - next item * a pre-install check tool for upgraders: + python script / executable on the cd/dvd install media root dir + ? set for autorun ? + "would you like to run the fedora 7 pre-install check ?" + check that all mounted partitions have labels {or whatever it is exactly that the installer needs to get around the /dev/hdX /dev/sdX changes.} + if "not happy" - offer to set any missing labels based mtab/fstab/fdisk info and current mount points from the running system. else - "the partition labeling required to ease the upgrade to f7 are present. you are ready to reboot the installer to begin the upgrade" * fdisk needs to show the partition labels {future} - since it is going to be relied on so much * lvm ? - is an lvm label the same as a partition label ? - if not can it be used in the same way ? * need to be able to set the labels in anaconda partitioning - currently you can set the mount point - but not the label. DaveT. From drago01 at gmail.com Mon Apr 30 12:38:21 2007 From: drago01 at gmail.com (dragoran) Date: Mon, 30 Apr 2007 14:38:21 +0200 Subject: sd, sd, who's got the sd - f7 work required before release! In-Reply-To: <4635E0FB.20700@iinet.net.au> References: <4634C3B7.5050102@redhat.com> <4635E0FB.20700@iinet.net.au> Message-ID: <4635E33D.80501@gmail.com> David Timms wrote: > Will Woods wrote: >> Styma, Robert E (Robert) wrote: > ... >>> How will the two FC7 systems detect the new drive? >>> >>> Is there a method to the madness? >> >> This is why we use disk labels or UUIDs instead of device names. With >> changes like this in the kernel and especially with machines with >> removable drives, or machines using fancy multipath storage, it's >> nearly impossible to reliably predict exactly what order the drives >> will be found in. >> >> So the solution is: just give the partitions names instead. Then it >> doesn't matter if your FC6 root drive is sda1 or sdb1 or hdc1, it's >> always LABEL=fc6_root. If you say "mount LABEL=fc6_root /fc6" it will >> Do The Right Thing. >> >> So, in short, it doesn't matter how the two FC7 systems will detect >> the new drive, so long as you give it a useful label. > Will, you could have mentioned: > 1. a command to set the label ? > 2. whether an lvm label like LogVol01 or LogVolhome is the same as the > label you are mentioning ? > > Consider it either good or bad that a long time redhat/fedora user > does not know such a command - it gets set by the installer - for > actual partitions, but not? for LVM logical volumes ? > > After much searching "label lvm partition" etc in google with little > result, I stumbled across the mkfs.ext3 parameter -L volume-label, but > decided that would actually format the partition. tune2fs -L yourlabel /dev/yourdevice From dtimms at iinet.net.au Mon Apr 30 12:46:18 2007 From: dtimms at iinet.net.au (David Timms) Date: Mon, 30 Apr 2007 22:46:18 +1000 Subject: sd, sd, who's got the sd - f7 work required before release! In-Reply-To: <4635E33D.80501@gmail.com> References: <4634C3B7.5050102@redhat.com> <4635E0FB.20700@iinet.net.au> <4635E33D.80501@gmail.com> Message-ID: <4635E51A.5000907@iinet.net.au> dragoran wrote: > David Timms wrote: >> Will Woods wrote: >>> Styma, Robert E (Robert) wrote: >> ... >>>> How will the two FC7 systems detect the new drive? >>>> >>>> Is there a method to the madness? >>> >>> This is why we use disk labels or UUIDs instead of device names. With >>> changes like this in the kernel and especially with machines with >>> removable drives, or machines using fancy multipath storage, it's >>> nearly impossible to reliably predict exactly what order the drives >>> will be found in. >>> >>> So the solution is: just give the partitions names instead. Then it >>> doesn't matter if your FC6 root drive is sda1 or sdb1 or hdc1, it's >>> always LABEL=fc6_root. If you say "mount LABEL=fc6_root /fc6" it will >>> Do The Right Thing. >>> >>> So, in short, it doesn't matter how the two FC7 systems will detect >>> the new drive, so long as you give it a useful label. >> Will, you could have mentioned: >> 1. a command to set the label ? >> 2. whether an lvm label like LogVol01 or LogVolhome is the same as the >> label you are mentioning ? >> >> Consider it either good or bad that a long time redhat/fedora user >> does not know such a command - it gets set by the installer - for >> actual partitions, but not? for LVM logical volumes ? >> >> After much searching "label lvm partition" etc in google with little >> result, I stumbled across the mkfs.ext3 parameter -L volume-label, but >> decided that would actually format the partition. > tune2fs -L yourlabel /dev/yourdevice This is fine for those who understand how to do this. But for an average Joe, would you agree that this should be automated ? DaveT. From sundaram at fedoraproject.org Mon Apr 30 12:49:24 2007 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Mon, 30 Apr 2007 18:19:24 +0530 Subject: sd, sd, who's got the sd - f7 work required before release! In-Reply-To: <4635E51A.5000907@iinet.net.au> References: <4634C3B7.5050102@redhat.com> <4635E0FB.20700@iinet.net.au> <4635E33D.80501@gmail.com> <4635E51A.5000907@iinet.net.au> Message-ID: <4635E5D4.5040609@fedoraproject.org> David Timms wrote: >> tune2fs -L yourlabel /dev/yourdevice > This is fine for those who understand how to do this. But for an average > Joe, would you agree that this should be automated ? How exactly? Rahul From dtimms at iinet.net.au Mon Apr 30 12:58:45 2007 From: dtimms at iinet.net.au (David Timms) Date: Mon, 30 Apr 2007 22:58:45 +1000 Subject: sd, sd, who's got the sd - f7 work required before release! In-Reply-To: <4635E5D4.5040609@fedoraproject.org> References: <4634C3B7.5050102@redhat.com> <4635E0FB.20700@iinet.net.au> <4635E33D.80501@gmail.com> <4635E51A.5000907@iinet.net.au> <4635E5D4.5040609@fedoraproject.org> Message-ID: <4635E805.9050708@iinet.net.au> Rahul Sundaram wrote: > David Timms wrote: > >>> tune2fs -L yourlabel /dev/yourdevice >> This is fine for those who understand how to do this. But for an >> average Joe, would you agree that this should be automated ? > > How exactly? My suggestion is earlier in this thread, perhaps you missed it ? https://www.redhat.com/archives/fedora-test-list/2007-April/msg00659.html or did you read it and found it to be unworkable ? DaveT. From sundaram at fedoraproject.org Mon Apr 30 13:08:57 2007 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Mon, 30 Apr 2007 18:38:57 +0530 Subject: sd, sd, who's got the sd - f7 work required before release! In-Reply-To: <4635E805.9050708@iinet.net.au> References: <4634C3B7.5050102@redhat.com> <4635E0FB.20700@iinet.net.au> <4635E33D.80501@gmail.com> <4635E51A.5000907@iinet.net.au> <4635E5D4.5040609@fedoraproject.org> <4635E805.9050708@iinet.net.au> Message-ID: <4635EA69.508@fedoraproject.org> David Timms wrote: > Rahul Sundaram wrote: >> David Timms wrote: >> >>>> tune2fs -L yourlabel /dev/yourdevice >>> This is fine for those who understand how to do this. But for an >>> average Joe, would you agree that this should be automated ? >> >> How exactly? > My suggestion is earlier in this thread, perhaps you missed it ? > https://www.redhat.com/archives/fedora-test-list/2007-April/msg00659.html > or did you read it and found it to be unworkable ? Documentation or running scripts manually is not automatic. Creating a new tool to do such checks after test 4 release is unworkable. Anaconda should just deal with whatever checks it needs to run and smoothen the upgrade process as it does currently. If there are more checks to be done or enhancements to be made in other programs like fdisk just suggest them in bugzilla and don't expect them for this release. For documentation, we could really use some help. Do you want to contribute? Rahul From caf at omen.com Mon Apr 30 13:24:00 2007 From: caf at omen.com (Chuck Forsberg WA7KGX N2469R) Date: Mon, 30 Apr 2007 06:24:00 -0700 Subject: Selinux chokes httpd Message-ID: <1177939440.13380.4.camel@omen.com> Httpd refused to run until I disabled selinux. This is with fc7t4 x86_64 on an Asus a8n-e with AMD chip. -- Chuck Forsberg caf at omen.com www.omen.com 503-614-0430 Developer of Industrial ZMODEM(Tm) for Embedded Applications Omen Technology Inc "The High Reliability Software" 10255 NW Old Cornelius Pass Portland OR 97231 FAX 629-0665 From bkoz at redhat.com Mon Apr 30 13:24:38 2007 From: bkoz at redhat.com (Benjamin Kosnik) Date: Mon, 30 Apr 2007 15:24:38 +0200 Subject: fc7t4: still eating babies? In-Reply-To: <5256d0b0704290539n3c898d67rc9f585bbca576f4a@mail.gmail.com> References: <9f71cef00704290422t2cd06619j7c2e192415ae17fb@mail.gmail.com> <5256d0b0704290539n3c898d67rc9f585bbca576f4a@mail.gmail.com> Message-ID: <4635EE16.4050208@redhat.com> > At a guess the cause of the confusion between the 2 installs is a > duplication of disk labels between the 2 installs on the 2 disks. Disk labels were distinct. -benjamin From bkoz at redhat.com Mon Apr 30 13:27:28 2007 From: bkoz at redhat.com (Benjamin Kosnik) Date: Mon, 30 Apr 2007 15:27:28 +0200 Subject: fc7t4: still eating babies? In-Reply-To: <4634A95B.4060008@freemail.hu> References: <9f71cef00704290422t2cd06619j7c2e192415ae17fb@mail.gmail.com> <5256d0b0704290539n3c898d67rc9f585bbca576f4a@mail.gmail.com> <46349C5E.10504@freemail.hu> <20070429095456.78ac4a7e@zooty> <4634A95B.4060008@freemail.hu> Message-ID: <4635EEC0.1080304@redhat.com> > It's clearly a case for "Doctor, it hurts when I do this. - Then don't > do it." There's got to be a sane way to add and remove drives in an existing Fedora install without borking the system. This is the kind of thing that makes linux installs by non-linux people hard. Fedora is behaving much differently than other oses here. -benjamin From caf at omen.com Mon Apr 30 13:27:29 2007 From: caf at omen.com (Chuck Forsberg WA7KGX N2469R) Date: Mon, 30 Apr 2007 06:27:29 -0700 Subject: Anaconda != kernel drive assignments Message-ID: <1177939649.13380.8.camel@omen.com> Installing fc7t4 on an Asus p5b-e with a mix of IDE and SATA drives, the one VFAT partition showed up as sdd3 on the install and sdc3 on the booted kernel. This required hand editing fstab. -- Chuck Forsberg caf at omen.com www.omen.com 503-614-0430 Developer of Industrial ZMODEM(Tm) for Embedded Applications Omen Technology Inc "The High Reliability Software" 10255 NW Old Cornelius Pass Portland OR 97231 FAX 629-0665 From mclasen at redhat.com Mon Apr 30 13:26:44 2007 From: mclasen at redhat.com (Matthias Clasen) Date: Mon, 30 Apr 2007 09:26:44 -0400 Subject: Fedora 7 Test 4 GNOME based i386 Live CD report In-Reply-To: <4635B53F.9040707@fedoraproject.org> References: <46329DC7.9010500@fedoraproject.org> <1177723446.3656.6.camel@localhost.localdomain> <4632B1F4.8060503@redhat.com> <1177759564.3656.15.camel@localhost.localdomain> <4633F036.5060400@fedoraproject.org> <1177853116.4657.17.camel@localhost.localdomain> <4635B53F.9040707@fedoraproject.org> Message-ID: <1177939604.3414.6.camel@dhcp83-33.boston.redhat.com> On Mon, 2007-04-30 at 14:52 +0530, Rahul Sundaram wrote: > And remember that the application usage you reference comes > > from Mugshot, and not from the general base of all Fedora users, so it's > > statistically very questionable as a basis for making decisions about > > which applications to {in,ex}clude. > > It is a metric which gives you an idea unless you have something better. But it is not clear at all how to interpret the data. The mere fact that the terminal shows up high on the list does not tell you that you must make the terminal easier available. Maybe people hate that they are forced to use the terminal so much, and we should work on reducing the need to do so... > > Who said anything about leaving out? I am talking about *icons on the > GNOME panel*. Ah, that wasn't clear to me at all. In that case, I tend to agree a bit more. But the answer may be more radical, like doing away with the top panel, and replace it with bigboard. Matthias From sundaram at fedoraproject.org Mon Apr 30 13:29:07 2007 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Mon, 30 Apr 2007 18:59:07 +0530 Subject: Selinux chokes httpd In-Reply-To: <1177939440.13380.4.camel@omen.com> References: <1177939440.13380.4.camel@omen.com> Message-ID: <4635EF23.5090500@fedoraproject.org> Chuck Forsberg WA7KGX N2469R wrote: > Httpd refused to run until I disabled selinux. > This is with fc7t4 x86_64 on an Asus a8n-e with > AMD chip. What are the avc denied messages from /var/log/audit? Please file a report against selinux targeted policy in http://bugzilla.redhat.com with this information. Rahul From caf at omen.com Mon Apr 30 13:32:36 2007 From: caf at omen.com (Chuck Forsberg WA7KGX N2469R) Date: Mon, 30 Apr 2007 06:32:36 -0700 Subject: eth1 not activated during boot Message-ID: <1177939956.13380.15.camel@omen.com> During installation of fc7t4 x86_t4 on an asus a8n-e, I configured both eth0 and eth1. But eth1 is not activated during boot. I expected to see it activated aftereth0 is activated, but no attempt appears to be made to activate it. Both devices are shown as active in the system menu. I had to add an ifconfig command to rc.local. -- Chuck Forsberg caf at omen.com www.omen.com 503-614-0430 Developer of Industrial ZMODEM(Tm) for Embedded Applications Omen Technology Inc "The High Reliability Software" 10255 NW Old Cornelius Pass Portland OR 97231 FAX 629-0665 From lunitik at gmail.com Mon Apr 30 13:38:01 2007 From: lunitik at gmail.com (Francis Earl) Date: Mon, 30 Apr 2007 06:38:01 -0700 Subject: Selinux chokes httpd In-Reply-To: <1177939440.13380.4.camel@omen.com> References: <1177939440.13380.4.camel@omen.com> Message-ID: <1177940281.14462.2.camel@thabox.home> On Mon, 2007-04-30 at 06:24 -0700, Chuck Forsberg WA7KGX N2469R wrote: > Httpd refused to run until I disabled selinux. > This is with fc7t4 x86_64 on an Asus a8n-e with > AMD chip. There are rules in the SELinux configuration tool for exactly that issue, there was no reason to turn off SELinux completely. Please browse around System > Administration > SELinux Management, note HTTPD Service entry in "Boolean" section. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From sundaram at fedoraproject.org Mon Apr 30 13:40:19 2007 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Mon, 30 Apr 2007 19:10:19 +0530 Subject: Fedora 7 Test 4 GNOME based i386 Live CD report In-Reply-To: <1177939604.3414.6.camel@dhcp83-33.boston.redhat.com> References: <46329DC7.9010500@fedoraproject.org> <1177723446.3656.6.camel@localhost.localdomain> <4632B1F4.8060503@redhat.com> <1177759564.3656.15.camel@localhost.localdomain> <4633F036.5060400@fedoraproject.org> <1177853116.4657.17.camel@localhost.localdomain> <4635B53F.9040707@fedoraproject.org> <1177939604.3414.6.camel@dhcp83-33.boston.redhat.com> Message-ID: <4635F1C3.9080901@fedoraproject.org> Matthias Clasen wrote: > On Mon, 2007-04-30 at 14:52 +0530, Rahul Sundaram wrote: > >> And remember that the application usage you reference comes >>> from Mugshot, and not from the general base of all Fedora users, so it's >>> statistically very questionable as a basis for making decisions about >>> which applications to {in,ex}clude. >> It is a metric which gives you an idea unless you have something better. > > But it is not clear at all how to interpret the data. The mere fact that > the terminal shows up high on the list does not tell you that you must > make the terminal easier available. No but it shows up some trends. It maybe showing that the desktop is not very usable currently without the terminal. If you want to collect better stats then we need to provide a way similar to smolt that gives us a optional way to keep track of which packages are being installed or used more without tying it with mugshot. Would you be interested in that? Maybe people hate that they are > forced to use the terminal so much, and we should work on reducing the > need to do so... Yes, that would be the better long term answer for the desktop users. >> Who said anything about leaving out? I am talking about *icons on the >> GNOME panel*. > > Ah, that wasn't clear to me at all. In that case, I tend to agree a bit > more. But the answer may be more radical, like doing away with the top > panel, and replace it with bigboard. Might be but we for Fedora 7 release would you consider making these application icons show up on the panel by default? Firefox, Evolution, Tomboy, Openoffice.org writer(skip the rest of the openoffice.org apps) and Gaim. For the GNOME live images replace Openoffice.org writer with Abiword. Rahul From sundaram at fedoraproject.org Mon Apr 30 13:54:43 2007 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Mon, 30 Apr 2007 19:24:43 +0530 Subject: Nautilus crash on login - Fedora 7 test 4 Message-ID: <4635F523.4070508@fedoraproject.org> Hi I already reported this in https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=238227 but I have added a screenshot too It happens everytime on login now. Rahul From chrisw at cawllc.com Mon Apr 30 14:14:05 2007 From: chrisw at cawllc.com (Christopher A. Williams) Date: Mon, 30 Apr 2007 08:14:05 -0600 Subject: F7T4 - Evolution Composer Message-ID: <1177942445.17241.6.camel@spikehome.spikenet.local> This isn't really a bug, more of a rant... I know that it's bad etiquette to send HTML messages to certain places, but will we ever see a version of Evolution where the composer lets you write HTML or rich text messages where you can actually control the fonts? This is something that's been in Thunderbird forever. From a philosophical point of view, if Evolution can _display_ HTML, why shouldn't you also be able to compose it? Are there add-ons to Evolution perhaps that provide this capability? Cheers, Chris -- ========================================================================= "With hurricanes, tornadoes, fires out of control, mud slides, flooding, severe thunderstorms tearing up the country from one end to another, and with the threat of bird flu and terrorist attacks, are we sure this is a good time to take God out of the Pledge of Allegiance?" --Jay Leno From dtimms at iinet.net.au Mon Apr 30 14:19:45 2007 From: dtimms at iinet.net.au (David Timms) Date: Tue, 01 May 2007 00:19:45 +1000 Subject: sd, sd, who's got the sd - f7 work required before release! In-Reply-To: <4635EA69.508@fedoraproject.org> References: <4634C3B7.5050102@redhat.com> <4635E0FB.20700@iinet.net.au> <4635E33D.80501@gmail.com> <4635E51A.5000907@iinet.net.au> <4635E5D4.5040609@fedoraproject.org> <4635E805.9050708@iinet.net.au> <4635EA69.508@fedoraproject.org> Message-ID: <4635FB01.5020009@iinet.net.au> Rahul Sundaram wrote: > David Timms wrote: >> Rahul Sundaram wrote: >>> David Timms wrote: >>> >>>>> tune2fs -L yourlabel /dev/yourdevice >>>> This is fine for those who understand how to do this. But for an >>>> average Joe, would you agree that this should be automated ? >>> >>> How exactly? >> My suggestion is earlier in this thread, perhaps you missed it ? >> https://www.redhat.com/archives/fedora-test-list/2007-April/msg00659.html >> or did you read it and found it to be unworkable ? > > Documentation or running scripts manually is not automatic. Creating a > new tool to do such checks after test 4 release is unworkable. Anaconda > should just deal with whatever checks it needs to run and smoothen the > upgrade process as it does currently. If there are more checks to be > done or enhancements to be made in other programs like fdisk just > suggest them in bugzilla and don't expect them for this release. > > For documentation, we could really use some help. Do you want to > contribute? Yes, let me know something specific that is in need, however, I understood the rel notes process is closed, dead done. Put simply, out of 4 machines that I have tried to put a f7 test3/4 on as an upgrade, only one machine has worked and that with test4. I assumed that with bugzilla's filed and responding to dev requests that the issues would be permanently solved (especially upgrade issues from fc6>fc7). I reckon it would be a pretty sad state of affairs to release f7 without a nice working upgrade path from fc6, so that is why I made the suggestion, and it wouldn't muddy anaconda with something that once done perhaps wont be needed in the future. But I definitely don't understand the issue enough to even get an upgrade to work on my other three machines - I doubt less experienced users will be able to. DaveT. From olivares14031 at yahoo.com Mon Apr 30 14:22:36 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Mon, 30 Apr 2007 07:22:36 -0700 (PDT) Subject: prelink is taking up the CPU Message-ID: <959580.80584.qm@web52605.mail.re2.yahoo.com> Dear list, Prelink is taking up most of the CPU. taking it all the way up to 99%. [olivares at localhost ~]$ top top - 09:22:02 up 2:11, 1 user, load average: 1.93, 2.47, 1.44 Tasks: 146 total, 2 running, 143 sleeping, 1 stopped, 0 zombie Cpu(s): 1.7%us, 3.0%sy, 95.0%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.3%si, 0.0%st Mem: 768716k total, 759768k used, 8948k free, 25564k buffers Swap: 3114416k total, 52k used, 3114364k free, 407904k cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 4804 root 39 19 20424 17m 580 R 94.9 2.3 8:01.44 prelink 6720 root 15 0 170m 18m 7032 S 1.7 2.5 0:27.69 Xorg 6896 olivares 15 0 58356 22m 10m S 1.7 3.0 0:02.55 beagled 7479 olivares 18 0 2200 1052 808 R 1.0 0.1 0:00.27 top 6892 olivares 15 0 19796 8196 6120 S 0.3 1.1 0:01.01 gkrellm 6982 olivares 15 0 60540 12m 8740 S 0.3 1.6 0:00.70 gnome-terminal 2 root RT 0 0 0 0 S 0.0 0.0 0:00.00 migration/0 3 root 34 19 0 0 0 S 0.0 0.0 0:00.00 ksoftirqd/0 4 root RT 0 0 0 0 S 0.0 0.0 0:00.00 watchdog/0 5 root 10 -5 0 0 0 S 0.0 0.0 0:00.03 events/0 6 root 10 -5 0 0 0 S 0.0 0.0 0:00.02 khelper 7 root 11 -5 0 0 0 S 0.0 0.0 0:00.00 kthread 45 root 10 -5 0 0 0 S 0.0 0.0 0:00.02 kblockd/0 46 root 20 -5 0 0 0 S 0.0 0.0 0:00.00 kacpid 143 root 20 -5 0 0 0 S 0.0 0.0 0:00.00 cqueue/0 144 root 20 -5 0 0 0 S 0.0 0.0 0:00.00 ksuspend_usbd 147 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 khubd [2]+ Stopped top [olivares at localhost ~]$ What should I do other than reboot? Regards, Antonio __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From rdieter at math.unl.edu Mon Apr 30 14:30:21 2007 From: rdieter at math.unl.edu (Rex Dieter) Date: Mon, 30 Apr 2007 09:30:21 -0500 Subject: prelink is taking up the CPU References: <959580.80584.qm@web52605.mail.re2.yahoo.com> Message-ID: Antonio Olivares wrote: > Dear list, > > Prelink is taking up most of the CPU. taking it > all the way up to 99%. ... > What should I do other than reboot? Wait for it to finish? -- Rex From olivares14031 at yahoo.com Mon Apr 30 14:33:05 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Mon, 30 Apr 2007 07:33:05 -0700 (PDT) Subject: Installation of Fedora 7 Test 4 F-6.93 Gnome CD Message-ID: <211100.91958.qm@web52607.mail.re2.yahoo.com> Dear all, I have installed F-6.93 Fedora 7 Test 4 onto a Toshiba laptop via LiveCD. Everything worked beautifully. Upon rebooting, things were looking okay until I saw the following: scsi: 1:0:0:0:0: CD-ROM HL-DT-ST DVDRAM GMA-4082N dev-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel at redhat.com mount: could not find filesystem '/dev/root' setuproot: moving /dev/ failed: no such file or directory setuproot: error mounting /proc: no such file or directory setuproot: mounting /sys: no such file or directory switchroot: mount failed: no such file or directory Kernel panic - not syncing: Attempted to kill init! Looks like something did not go well while it appeared everything did. I should first check with a rescue cd or install dvd to see that it finds valid filesystem and then report back. Regards, Antonio __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From berrange at redhat.com Mon Apr 30 14:34:54 2007 From: berrange at redhat.com (Daniel P. Berrange) Date: Mon, 30 Apr 2007 15:34:54 +0100 Subject: virtual machine manager and qemu/kvm in f7 In-Reply-To: <561c252c0704291310y1a268d5sec2b28cea1716fc7@mail.gmail.com> References: <561c252c0704291310y1a268d5sec2b28cea1716fc7@mail.gmail.com> Message-ID: <20070430143454.GB22697@redhat.com> On Sun, Apr 29, 2007 at 10:10:28PM +0200, Gianluca Cecchi wrote: > In fc6 I had to use directly command line, with qemu 0.8.2 and kvm-12. > Now I upgraded my x86_64 system to f7 and I have qemu 0.9, kvm-19, > libvirt 0.2.2 and virt-manager 0.4. > In fc6 I created a qemu/kvm windows xp machine and the command line I > used to run it was: > > qemu-kvm -m 512 -hda winxp_kvm/hda.img -localtime -no-acpi -soundhw es1370 > > Now I'm testing virt-manager and I was able to "install" (actually > sort of import pointing the hd and simulating install and then > rebooting) the vm in virt-manager, but I'm not able to get the correct > network config. > Previously, not specifying anything on command line, the "Userspace > SLIRP stack" was used (see also http://libvirt.org/format.html). > How can I replicate this in virt-manager? It seems I have not the option... The networking options depend on whether you're running as root or a normal user. If as root, then the new VM wizard will give an option of bridging to a physical device (assuming ethN is a member of a bridge), or attaching to a virtual network (which is a isolated bridge + NAT to the public LAN). If run as non-root, then its not possible to create 'tap' devices so virt-manager will automatically use the SLIRP networking without prompting. > I would also like to know if I can specify other qemu options such as: > sound hw, > the -localtime option (necessary for my clock that appears wrong now > when I run win xp from virt-manager) > -no-acpi We don't expose those options in the UI yet - they're future work... > > Thanks in advance, > Gianluca > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list -- |=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=| |=- Perl modules: http://search.cpan.org/~danberr/ -=| |=- Projects: http://freshmeat.net/~danielpb/ -=| |=- GnuPG: 7D3B9505 F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 -=| From olivares14031 at yahoo.com Mon Apr 30 14:35:24 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Mon, 30 Apr 2007 07:35:24 -0700 (PDT) Subject: prelink is taking up the CPU In-Reply-To: Message-ID: <798460.87647.qm@web52610.mail.re2.yahoo.com> --- Rex Dieter wrote: > Antonio Olivares wrote: > > > Dear list, > > > > Prelink is taking up most of the CPU. taking > it > > all the way up to 99%. > ... > > What should I do other than reboot? > > Wait for it to finish? How long should I wait? It does not want to go away :( Thanks, Antonio > > -- Rex > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From sundaram at fedoraproject.org Mon Apr 30 14:38:05 2007 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Mon, 30 Apr 2007 20:08:05 +0530 Subject: sd, sd, who's got the sd - f7 work required before release! In-Reply-To: <4635FB01.5020009@iinet.net.au> References: <4634C3B7.5050102@redhat.com> <4635E0FB.20700@iinet.net.au> <4635E33D.80501@gmail.com> <4635E51A.5000907@iinet.net.au> <4635E5D4.5040609@fedoraproject.org> <4635E805.9050708@iinet.net.au> <4635EA69.508@fedoraproject.org> <4635FB01.5020009@iinet.net.au> Message-ID: <4635FF4D.4010700@fedoraproject.org> David Timms wrote: >> For documentation, we could really use some help. Do you want to >> contribute? > Yes, let me know something specific that is in need, however, I > understood the rel notes process is closed, dead done. No it's not. I don't know where you got that. You can't get the content into the ISO images since it's already frozen for translation but the web based content can be updated and the ISO images release notes will point out as a source of updates prominently. Also since the release notes has been split into a separate package from the last release we can push out new content as an update. If we have content there are other places to put it besides the release notes too. My upgrades work so I need someone else having issues to work on the content that would be useful. > Put simply, out of 4 machines that I have tried to put a f7 test3/4 on > as an upgrade, only one machine has worked and that with test4. I > assumed that with bugzilla's filed and responding to dev requests that > the issues would be permanently solved (especially upgrade issues from > fc6>fc7). That's the goal but obviously it's not a simple issue. Can you list those bug reports here now? Rahul From stymar at alcatel-lucent.com Mon Apr 30 15:02:55 2007 From: stymar at alcatel-lucent.com (Styma, Robert E (Robert)) Date: Mon, 30 Apr 2007 10:02:55 -0500 Subject: sd, sd, who's got the sd - f7 work required before release! In-Reply-To: <4635E51A.5000907@iinet.net.au> References: <4634C3B7.5050102@redhat.com> <4635E0FB.20700@iinet.net.au><4635E33D.80501@gmail.com> <4635E51A.5000907@iinet.net.au> Message-ID: > >>>> How will the two FC7 systems detect the new drive? > >>>> > >>>> Is there a method to the madness? > >>> > >>> This is why we use disk labels or UUIDs instead of device > names. With > >>> changes like this in the kernel and especially with machines with > >>> removable drives, or machines using fancy multipath storage, it's > >>> nearly impossible to reliably predict exactly what order > the drives > >>> will be found in. > >>> > >>> So the solution is: just give the partitions names > instead. Then it > >>> doesn't matter if your FC6 root drive is sda1 or sdb1 or > hdc1, it's > >>> always LABEL=fc6_root. If you say "mount LABEL=fc6_root > /fc6" it will > >>> Do The Right Thing. > >>> > >>> So, in short, it doesn't matter how the two FC7 systems > will detect > >>> the new drive, so long as you give it a useful label. > >> Will, you could have mentioned: > >> 1. a command to set the label ? > >> 2. whether an lvm label like LogVol01 or LogVolhome is the > same as the > >> label you are mentioning ? > >> So it appears the answers are as follows: 1. /dev/sd* assignments are not easily predetermined. 2. You are safe if you label every partition and always use partitions. The critical issue to me was to avoid the situation where you add a new drive to an existing system and because of /dev/sd* assignments end up with a non bootable system. The issue of how the device maps work in the /boot/grub/device.map and how the sd* values are mapped into (hd0) etc. throws another wrinkle into the mess. Bob S Phoenix, AZ From dtimms at iinet.net.au Mon Apr 30 15:06:30 2007 From: dtimms at iinet.net.au (David Timms) Date: Tue, 01 May 2007 01:06:30 +1000 Subject: prelink is taking up the CPU In-Reply-To: <798460.87647.qm@web52610.mail.re2.yahoo.com> References: <798460.87647.qm@web52610.mail.re2.yahoo.com> Message-ID: <463605F6.9020101@iinet.net.au> Antonio Olivares wrote: > --- Rex Dieter wrote: > >> Antonio Olivares wrote: >> >>> Dear list, >>> >>> Prelink is taking up most of the CPU. taking >> it >>> all the way up to 99%. >> ... >>> What should I do other than reboot? >> Wait for it to finish? > > How long should I wait? It does not want to go away 1 hour. Depends on number of executables and speed of disks/machine. double it; if it is not finished by then, then might need a bugzilla. Actually paste the top -d 30 top 15 lines items. Is beagle indexing as well ? They could be fighting each other ? DaveT. From stickster at gmail.com Mon Apr 30 15:10:32 2007 From: stickster at gmail.com (Paul W. Frields) Date: Mon, 30 Apr 2007 11:10:32 -0400 Subject: Fedora 7 Test 4 GNOME based i386 Live CD report In-Reply-To: <4635F1C3.9080901@fedoraproject.org> References: <46329DC7.9010500@fedoraproject.org> <1177723446.3656.6.camel@localhost.localdomain> <4632B1F4.8060503@redhat.com> <1177759564.3656.15.camel@localhost.localdomain> <4633F036.5060400@fedoraproject.org> <1177853116.4657.17.camel@localhost.localdomain> <4635B53F.9040707@fedoraproject.org> <1177939604.3414.6.camel@dhcp83-33.boston.redhat.com> <4635F1C3.9080901@fedoraproject.org> Message-ID: <1177945832.4134.5.camel@localhost.localdomain> On Mon, 2007-04-30 at 19:10 +0530, Rahul Sundaram wrote: > Matthias Clasen wrote: > > On Mon, 2007-04-30 at 14:52 +0530, Rahul Sundaram wrote: > > > >> And remember that the application usage you reference comes > >>> from Mugshot, and not from the general base of all Fedora users, so it's > >>> statistically very questionable as a basis for making decisions about > >>> which applications to {in,ex}clude. > >> It is a metric which gives you an idea unless you have something better. > > > > But it is not clear at all how to interpret the data. The mere fact that > > the terminal shows up high on the list does not tell you that you must > > make the terminal easier available. > > No but it shows up some trends. It maybe showing that the desktop is not > very usable currently without the terminal. If you want to collect > better stats then we need to provide a way similar to smolt that gives > us a optional way to keep track of which packages are being installed or > used more without tying it with mugshot. Would you be interested in that? Or it may be showing that the small percentage of users running Mugshot, who probably skew *way* toward the developers and technical folks involved in Fedora, use the terminal a lot out of habit. And yes, the smolt-ish app tracker is exactly what I proposed. > > Ah, that wasn't clear to me at all. In that case, I tend to agree a bit > > more. But the answer may be more radical, like doing away with the top > > panel, and replace it with bigboard. I also thought it was unclear, but I agree that the panel choices are a bit dated. A bigboard that intelligently puts users more in touch with what they want to do is a great idea. -- Paul W. Frields, RHCE http://paul.frields.org/ gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233 5906 ACDB C937 BD11 3717 Fedora Project: http://fedoraproject.org/wiki/PaulWFrields irc.freenode.net: stickster @ #fedora-docs, #fedora-devel, #fredlug -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From mclasen at redhat.com Mon Apr 30 15:11:11 2007 From: mclasen at redhat.com (Matthias Clasen) Date: Mon, 30 Apr 2007 11:11:11 -0400 Subject: Fedora 7 Test 4 GNOME based i386 Live CD report In-Reply-To: <4635F1C3.9080901@fedoraproject.org> References: <46329DC7.9010500@fedoraproject.org> <1177723446.3656.6.camel@localhost.localdomain> <4632B1F4.8060503@redhat.com> <1177759564.3656.15.camel@localhost.localdomain> <4633F036.5060400@fedoraproject.org> <1177853116.4657.17.camel@localhost.localdomain> <4635B53F.9040707@fedoraproject.org> <1177939604.3414.6.camel@dhcp83-33.boston.redhat.com> <4635F1C3.9080901@fedoraproject.org> Message-ID: <1177945871.3414.17.camel@dhcp83-33.boston.redhat.com> On Mon, 2007-04-30 at 19:10 +0530, Rahul Sundaram wrote: > Might be but we for Fedora 7 release would you consider making these > application icons show up on the panel by default? > > Firefox, Evolution, Tomboy, Openoffice.org writer(skip the rest of the > openoffice.org apps) and Gaim. > > For the GNOME live images replace Openoffice.org writer with Abiword. We are beyond test4, so I won't consider making changes unless there is an actual bug with the current panel configuration (like a nonworking launcher). Matthias From mmcgrath at redhat.com Mon Apr 30 15:22:09 2007 From: mmcgrath at redhat.com (Mike McGrath) Date: Mon, 30 Apr 2007 10:22:09 -0500 Subject: Fedora 7 Test 4 GNOME based i386 Live CD report In-Reply-To: <3e4ec4600704281626k75b4a548wed6b49405f01e328@mail.gmail.com> References: <46329DC7.9010500@fedoraproject.org> <3e4ec4600704281626k75b4a548wed6b49405f01e328@mail.gmail.com> Message-ID: <463609A1.9090100@redhat.com> Michael Wiktowy wrote: > Just adding my thoughts about the LiveCD so far: > > - Two of my main use cases for a LiveCD are missing: checking the > memory and checking the hardware > - Where did memtest on the boot screen go? > - There was some smolt GUI but now it seems to have vanished? This has been moved to the "smolt-gui" rpm to keep deps on the smolt base package low. -Mike From katzj at redhat.com Mon Apr 30 15:20:36 2007 From: katzj at redhat.com (Jeremy Katz) Date: Mon, 30 Apr 2007 11:20:36 -0400 Subject: Fedora 7 Test 4 GNOME based i386 Live CD report In-Reply-To: <3e4ec4600704281626k75b4a548wed6b49405f01e328@mail.gmail.com> References: <46329DC7.9010500@fedoraproject.org> <3e4ec4600704281626k75b4a548wed6b49405f01e328@mail.gmail.com> Message-ID: <1177946436.953.15.camel@aglarond.local> On Sat, 2007-04-28 at 19:26 -0400, Michael Wiktowy wrote: > Just adding my thoughts about the LiveCD so far: > > - Two of my main use cases for a LiveCD are missing: checking the > memory and checking the hardware > - Where did memtest on the boot screen go? Hasn't been on any of the Fedora Live images. I can definitely see it making sense. If you file a bug against the LiveCD component, I'll look and see if it can be done easily (shouldn't be bad at all) > - There was some smolt GUI but now it seems to have vanished? The GUI has been split out and isn't being installed by default as it could still use a little bit more time. > - crond and atd were turned off but anacron seems to be left on > leading to some pretty severe slowdowns when that kicked in Aha, good catch. Added to the config. Thanks. > - Inclusion of some default xorg.conf file is messing with the proper > screen resolution autodetection. I have had two systems so far have > vastly reduced screen resolutions on booting the LiveCD and the > solution was to clobber xorg.conf and restart X and both were detected > perfectly after that. There is no xorg.conf included by default; there is one auto-generated by system-config-display at boot time, but that should be fine (it should match what would have gotten generated by anaconda). Can you file a bug against X with the X config and X log attached? > - Is yum upgrading from test4 to final going to be "supported"? I know > there was some talk of this earlier but haven't heard anything formal > lately. We're doing everything we can to help ensure this works. If there are problems that people notice upgrading to rawhide from test4 in the run-up to F7 final, please file bugs and make them block F7Blocker. Also, cc me if you'd like and we can try to make sure they get fixed. > - I am very happy that NetworkManager now finally supports WPA without > any special tricks. I found that is was requiring some manual > intervention to switch between wired and wireless networks ... is that > because NMDispatcher is not enabled by default? Was that disabling by > deafult intentional? No, NMDispatcher just runs custom scripts... arguably it should be enabled by default, but if so, the bug should be that they shouldn't be separate initscripts. > - The LiveCD runs quite slowly on my 850 MHz laptop with 256 MB RAM > but it does run OK. That might have been due to the cpuspeed service > being enabled. More just that things are slow with 256 megs of RAM I think :( Especially as we don't enable found swaps on the live images to avoid making changes to running systems[1] > - It is lovely that you are including links to Magnatune and Jamendo > in Rythmbox and Firefox ... the only problem is that their music is in > mp3 format which we cannot play (without some hoop jumping) They both provide things in ogg which is a good part of why we're linking to them. Jeremy From jkeating at redhat.com Mon Apr 30 15:18:36 2007 From: jkeating at redhat.com (Jesse Keating) Date: Mon, 30 Apr 2007 08:18:36 -0700 Subject: Fedora 7 Test 4 GNOME based i386 Live CD report In-Reply-To: <4635BCFE.70503@fedoraproject.org> References: <46329DC7.9010500@fedoraproject.org> <3e4ec4600704281626k75b4a548wed6b49405f01e328@mail.gmail.com> <4635BCFE.70503@fedoraproject.org> Message-ID: <200704300818.36531.jkeating@redhat.com> On Monday 30 April 2007 02:55:10 Rahul Sundaram wrote: > > - Is yum upgrading from test4 to final going to be "supported"? I know > > there was some talk of this earlier but haven't heard anything formal > > lately. > > Jesse keating or Will Woods, what was the final decision on this. Would > have been good to note this in the test 4 announcement. I don't believe any yum upgrade is "supported". However we're going somewhat out of our way to make sure that it isn't completely impossible. -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From dtimms at iinet.net.au Mon Apr 30 15:25:36 2007 From: dtimms at iinet.net.au (David Timms) Date: Tue, 01 May 2007 01:25:36 +1000 Subject: sd, sd, who's got the sd - f7 work required before release! In-Reply-To: <4635FF4D.4010700@fedoraproject.org> References: <4634C3B7.5050102@redhat.com> <4635E0FB.20700@iinet.net.au> <4635E33D.80501@gmail.com> <4635E51A.5000907@iinet.net.au> <4635E5D4.5040609@fedoraproject.org> <4635E805.9050708@iinet.net.au> <4635EA69.508@fedoraproject.org> <4635FB01.5020009@iinet.net.au> <4635FF4D.4010700@fedoraproject.org> Message-ID: <46360A70.6010707@iinet.net.au> Rahul Sundaram wrote: > David Timms wrote: > >>> For documentation, we could really use some help. Do you want to >>> contribute? >> Yes, let me know something specific that is in need, however, I >> understood the rel notes process is closed, dead done. > > No it's not. I don't know where you got that. You can't get the content > into the ISO images since it's already frozen for translation but the > web based content can be updated and the ISO images release notes will > point out as a source of updates prominently. Also since the release > notes has been split into a separate package from the last release we > can push out new content as an update. If we have content there are > other places to put it besides the release notes too. My upgrades work > so I need someone else having issues to work on the content that would > be useful. I couldn't find the T4 version of the release notes to see if stuff is already mentioned - only links to fc6 etc. Can you point them out ? >> Put simply, out of 4 machines that I have tried to put a f7 test3/4 on >> as an upgrade, only one machine has worked and that with test4. I >> assumed that with bugzilla's filed and responding to dev requests that >> the issues would be permanently solved (especially upgrade issues from >> fc6>fc7). > > That's the goal but obviously it's not a simple issue. Can you list > those bug reports here now? No worries: 2x machines: hp notebook nx6320, sata disk, fc6 upgrade attempt, asus-a7n8x-4x parallel drives. - https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=236743 1x notebook: parallel disks with lvms, fc6 upgrade attempts. - https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234938 Some ui: - https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=238256 From ajackson at redhat.com Mon Apr 30 15:04:42 2007 From: ajackson at redhat.com (Adam Jackson) Date: Mon, 30 Apr 2007 11:04:42 -0400 Subject: F7t4 - intel driver doesn't seem to hot-swap displays In-Reply-To: <4633AD03.4020504@bothner.com> References: <4633AD03.4020504@bothner.com> Message-ID: <1177945482.19526.6.camel@localhost.localdomain> On Sat, 2007-04-28 at 13:22 -0700, Per Bothner wrote: > I thought the big feature of the new "intel" driver was its > ability to hot-swap displays. It doesn't seem to work for me, though I > realize this is beta code, and perhaps it isn't expected to work yet. > (If it is expected to work, I can file bugzilla report and provide > more details.) > > I have a Dell Inspiron R1405 with a 945GM chipsset and a 1440x900 > screen. If I boot with my external monitor (ViewSonic, 1600x1200) > plugged in, then the external monitor is recognized, and 1600x1200 > is used. The laptop mirrors the external monitor. It would be nice > to be able to show separate screens (with nvidia calls "twinview"), > but I haven't figured out how to do that, and it's not that important > to me. > > What would be nice is being able to plug in an external monitor *after* > X has started, and have it be recognized, and used at full 1600x1200 > resolution. When if I unplug the external monitor, I should be back > to the laptop, at 1440x900 resolution. We don't have automatic plug detection quite wired up yet. And we never will, for some monitor types, because it would require polling, which is usually not a price in battery life that people are willing to pay. The new version of the xrandr command line tool should give you enough rope to hang yourself here. Something like % xrandr --output LVDS --auto maybe? - ajax From katzj at redhat.com Mon Apr 30 15:29:24 2007 From: katzj at redhat.com (Jeremy Katz) Date: Mon, 30 Apr 2007 11:29:24 -0400 Subject: FC7 test4 Live CD runs makewhatis and prelink cron jobs In-Reply-To: <200704281354.25043.jkeating@redhat.com> References: <771ef40c0704272234q67d75394j8e8247860278a052@mail.gmail.com> <3e4ec4600704272315x7f92aea5h96d733b41a7b7aa8@mail.gmail.com> <200704281354.25043.jkeating@redhat.com> Message-ID: <1177946964.953.19.camel@aglarond.local> On Sat, 2007-04-28 at 13:54 -0700, Jesse Keating wrote: > On Friday 27 April 2007 23:15:50 Michael Wiktowy wrote: > > My marginal system is drooling all over itself as I type this as I try > > to kill of enough processes to get it responsive. Is there any reason > > at all to run anacron on the LiveCD? It has made my system comatose. > > Because the LiveCD can be installed to run native on the system, and there you > want things like this to run. I think a good strategy for this is to add > support to either these cron jobs or the applications themselves to see if > they're running in a stateless environment and "opt-out" of running. Adding to every application doesn't make sense, though; especially for things triggered from cron/etc which we can just disable while the liveCD is running from the liveCD case. And it was intended to be done for test4, I just forgot about anacron since it tends to be one of the first things I remove on my systems ;-) Jeremy From jkeating at redhat.com Mon Apr 30 15:31:44 2007 From: jkeating at redhat.com (Jesse Keating) Date: Mon, 30 Apr 2007 08:31:44 -0700 Subject: FC7 test4 Live CD runs makewhatis and prelink cron jobs In-Reply-To: <1177946964.953.19.camel@aglarond.local> References: <771ef40c0704272234q67d75394j8e8247860278a052@mail.gmail.com> <200704281354.25043.jkeating@redhat.com> <1177946964.953.19.camel@aglarond.local> Message-ID: <200704300831.44566.jkeating@redhat.com> On Monday 30 April 2007 08:29:24 Jeremy Katz wrote: > Adding to every application doesn't make sense, though; especially for > things triggered from cron/etc which we can just disable while the > liveCD is running from the liveCD case. ? > > And it was intended to be done for test4, I just forgot about anacron > since it tends to be one of the first things I remove on my systems Sure, that's a (good) way of doing it too (: -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From stickster at gmail.com Mon Apr 30 15:37:25 2007 From: stickster at gmail.com (Paul W. Frields) Date: Mon, 30 Apr 2007 11:37:25 -0400 Subject: F7T4: Weird USB disk problems (a mount problem) In-Reply-To: <463519EF.9090509@googlemail.com> References: <463519EF.9090509@googlemail.com> Message-ID: <1177947445.4134.10.camel@localhost.localdomain> On Mon, 2007-04-30 at 00:19 +0200, Guido Ledermann wrote: > Hello, > > today I've faced a very weired problem. Whenever I plug in my USB stick > or ma CF card with pictures of camera they are mountred as usual. But > when I plug my USB disk I only see in /var/log/message that it's known > as sdd/sdd1 but it doesn't show up. I'm sure it did a few days ago. What > can be the difference between the stick and the hard drive? This is a regression in udev -- see https://bugzilla.redhat.com/238385 for details. If you downgrade to udev-106-2.fc7 this particular problem vanishes. -- Paul W. Frields, RHCE http://paul.frields.org/ gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233 5906 ACDB C937 BD11 3717 Fedora Project: http://fedoraproject.org/wiki/PaulWFrields irc.freenode.net: stickster @ #fedora-docs, #fedora-devel, #fredlug -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From sundaram at fedoraproject.org Mon Apr 30 15:42:17 2007 From: sundaram at fedoraproject.org (Rahul Sundaram) Date: Mon, 30 Apr 2007 21:12:17 +0530 Subject: sd, sd, who's got the sd - f7 work required before release! In-Reply-To: <46360A70.6010707@iinet.net.au> References: <4634C3B7.5050102@redhat.com> <4635E0FB.20700@iinet.net.au> <4635E33D.80501@gmail.com> <4635E51A.5000907@iinet.net.au> <4635E5D4.5040609@fedoraproject.org> <4635E805.9050708@iinet.net.au> <4635EA69.508@fedoraproject.org> <4635FB01.5020009@iinet.net.au> <4635FF4D.4010700@fedoraproject.org> <46360A70.6010707@iinet.net.au> Message-ID: <46360E59.70908@fedoraproject.org> David Timms wrote: > Rahul Sundaram wrote: > I couldn't find the T4 version of the release notes to see if stuff is > already mentioned - only links to fc6 etc. > > Can you point them out ? T4 is http://fedoraproject.org/wiki/F7Test4/ReleaseNotes but what you really need is the current and much more updated version at http://fedoraproject.org/wiki/Docs/Beats > No worries: > 2x machines: hp notebook nx6320, sata disk, fc6 upgrade attempt, > asus-a7n8x-4x parallel drives. > - https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=236743 > > 1x notebook: parallel disks with lvms, fc6 upgrade attempts. > - https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234938 > > Some ui: > - https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=238256 Will Woods, are these under your radar? Rahul From ajackson at redhat.com Mon Apr 30 15:28:59 2007 From: ajackson at redhat.com (Adam Jackson) Date: Mon, 30 Apr 2007 11:28:59 -0400 Subject: vtty screen resolution / font trouble In-Reply-To: <571975.81608.qm@web33101.mail.mud.yahoo.com> References: <571975.81608.qm@web33101.mail.mud.yahoo.com> Message-ID: <1177946939.19526.17.camel@localhost.localdomain> On Sun, 2007-04-29 at 06:30 -0700, das wrote: > hallo ajax, thanks for the response. after thinking > about it (and trying f7t4 fresh) i have two comments: > > 1) this is pretty serious as vtty's are often handy to > kill off procs in X that lock up the server. Meh. If you have a process that does that, it's preferable that the process gets fixed, rather than working around it. Not that I don't understand the appeal, just that you're treating the symptom not the disease. > 2) during boot we can go from X to vtty showing boot > details with that graphical border just fine so it > should be possible - right ? If you're referring to the screen you get when you click "Show Details" or whatever during rhgb, then no, that's not text mode. That's a vte widget embedded into the rhgb process' window. VT switch is a much more violent act. There's been at least one case we've seen of BIOSes doing horribly wrong things in our VBE save/restore path. The workaround was to disable the "extended" save/restore bits for some cards. (Yes, in a generic driver. God I hate vesa.) I'll see if doing the same for R500 works. In the meantime, doing "vbetool post" once you've switched back to text mode might work, but might also break X horribly. Try it and see! - ajax From cra at WPI.EDU Mon Apr 30 15:57:07 2007 From: cra at WPI.EDU (Chuck Anderson) Date: Mon, 30 Apr 2007 11:57:07 -0400 Subject: Bug Buddy doesn't work? Message-ID: <20070430155707.GC23940@angus.ind.WPI.EDU> Gnumeric crashed when I tried to exit and Bug Buddy popped up. However, submission of the bug report failed: Bug Buddy has encountered an error while submitting your report to the Bugzilla server. Details of the error are included below. Failed to parse the xml-rpc response. Response follows: Unable to parse XML-RPC Response 3 faultStringApplication failed during request deserialization: not well-formed (invalid token) at line 23, column 0, byte 1637 at /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/XML/Parser.pm line 187 faultCodeClient From guido.ledermann at googlemail.com Mon Apr 30 15:55:32 2007 From: guido.ledermann at googlemail.com (Guido Ledermann) Date: Mon, 30 Apr 2007 17:55:32 +0200 Subject: F7T4: Weird USB disk problems (a mount problem) In-Reply-To: <1177947445.4134.10.camel@localhost.localdomain> References: <463519EF.9090509@googlemail.com> <1177947445.4134.10.camel@localhost.localdomain> Message-ID: <46361174.4020209@googlemail.com> Paul W. Frields schrieb: > On Mon, 2007-04-30 at 00:19 +0200, Guido Ledermann wrote: >> Hello, >> >> today I've faced a very weired problem. Whenever I plug in my USB stick >> or ma CF card with pictures of camera they are mountred as usual. But >> when I plug my USB disk I only see in /var/log/message that it's known >> as sdd/sdd1 but it doesn't show up. I'm sure it did a few days ago. What >> can be the difference between the stick and the hard drive? > > This is a regression in udev -- see https://bugzilla.redhat.com/238385 > for details. If you downgrade to udev-106-2.fc7 this particular problem > vanishes. Thank you, Paul. I've commented out the line + ACTION=="add", SUBSYSTEM=="?*", ENV{MODALIAS}=="?*", RUN+="modprobe $env{MODALIAS}", OPTIONS="last_rule" in /etc/udev/rules.d/05-udev-early.rules as a workaround and it works now. Guido From michal at harddata.com Mon Apr 30 16:15:32 2007 From: michal at harddata.com (Michal Jaegermann) Date: Mon, 30 Apr 2007 10:15:32 -0600 Subject: sd, sd, who's got the sd - f7 work required before release! In-Reply-To: <4635E0FB.20700@iinet.net.au> References: <4634C3B7.5050102@redhat.com> <4635E0FB.20700@iinet.net.au> Message-ID: <20070430161532.GA23706@mail.harddata.com> On Mon, Apr 30, 2007 at 10:28:43PM +1000, David Timms wrote: > > After much searching "label lvm partition" etc in google with little > result, Hm. Did you try before this 'man -k label'? On a resulting list it is not difficult to notice entries like: e2label (8) - Change the label on an ext2/ext3 filesystem findfs (8) - Find a filesystem by label or UUID mlabel (1) - make an MSDOS volume label If you will peek at 'e2label' you will notice too: SEE ALSO mke2fs(8), tune2fs(8) If you happen to use other file systems with no label provisions this can be a bigger headache. > * lvm ? > - is an lvm label the same as a partition label ? > - if not can it be used in the same way ? LVM presents to you "logical" volume devices. Changes in underlying physical devices are handled by LVM transparently (which is easy to see if you would ever try). > * need to be able to set the labels in anaconda partitioning - currently > you can set the mount point - but not the label. You are correct here. Anaconda does generate non-conflicting labels but for obvious reasons this works only with devices already present. It does "oh, this label is already present so lets add some suffix" without any further considerations so labels can end somewhat messy from your POV. If you are adding later a device which filesystem labels created elsewhere you have to be careful and check for conflicts before rebooting or you may end up with a big mess on hands; although booting 'single' is usually enough to make possible to straighten that out. I was complaining years ago that an option to pick up your own labels is missing and I was ignored. Probably it was felt thas this would impinge on an "ease of use". In practice this is indeed not such big deal. A need to change filesystem labels is not an everyday occurence and more extensive label modifications are trivially scriptable. Michal From olivares14031 at yahoo.com Mon Apr 30 16:23:55 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Mon, 30 Apr 2007 09:23:55 -0700 (PDT) Subject: prelink is taking up the CPU In-Reply-To: <463605F6.9020101@iinet.net.au> Message-ID: <677486.26156.qm@web52603.mail.re2.yahoo.com> --- David Timms wrote: > Antonio Olivares wrote: > > --- Rex Dieter wrote: > > > >> Antonio Olivares wrote: > >> > >>> Dear list, > >>> > >>> Prelink is taking up most of the CPU. taking > >> it > >>> all the way up to 99%. > >> ... > >>> What should I do other than reboot? > >> Wait for it to finish? > > > > How long should I wait? It does not want to go > away > 1 hour. Depends on number of executables and speed > of disks/machine. > double it; if it is not finished by then, then might > need a bugzilla. > > Actually paste the top -d 30 top 15 lines items. Is > beagle indexing as > well ? They could be fighting each other ? > > DaveT. > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > It finished! No problems. Regards, Antonio __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From gianluca.cecchi at gmail.com Mon Apr 30 16:35:39 2007 From: gianluca.cecchi at gmail.com (Gianluca Cecchi) Date: Mon, 30 Apr 2007 18:35:39 +0200 Subject: virtual machine manager and qemu/kvm in f7 Message-ID: <561c252c0704300935o2483088dvc63f5600535565d5@mail.gmail.com> On Mon, 30 Apr 2007 15:34:54 +0100 Daniel P. Berrange wrote > The networking options depend on whether you're running as root or a normal user. Your clarification seems to be confirmed by the fact that if I run virt-manager icon when connected as a normal user into the gnome session, I get the prompt for the root password, so I presume actually I then run it as root and I don't get the SLIRP networking option. Probably this is intended by design with the aim not to have normal users runnign VMs and possibly exhausting the host..... Suppose I want so to run as root, how to provide IP to the guest? it seems qemu dhcp server doesn't provide one.... I tried both possible configurations... Gianluca From berrange at redhat.com Mon Apr 30 16:38:44 2007 From: berrange at redhat.com (Daniel P. Berrange) Date: Mon, 30 Apr 2007 17:38:44 +0100 Subject: virtual machine manager and qemu/kvm in f7 In-Reply-To: <561c252c0704300935o2483088dvc63f5600535565d5@mail.gmail.com> References: <561c252c0704300935o2483088dvc63f5600535565d5@mail.gmail.com> Message-ID: <20070430163844.GH22697@redhat.com> On Mon, Apr 30, 2007 at 06:35:39PM +0200, Gianluca Cecchi wrote: > On Mon, 30 Apr 2007 15:34:54 +0100 Daniel P. Berrange wrote > >The networking options depend on whether you're running as root or a > >normal user. > > Your clarification seems to be confirmed by the fact that if I run > virt-manager icon when connected as a normal user into the gnome > session, I get the prompt for the root password, so I presume actually > I then run it as root and I don't get the SLIRP networking option. > Probably this is intended by design with the aim not to have normal > users runnign VMs and possibly exhausting the host..... > > Suppose I want so to run as root, how to provide IP to the guest? > it seems qemu dhcp server doesn't provide one.... I tried both > possible configurations... The virtual networks setup by libvirt run a dnsmasq process to provide DNS + DHCP services to the guest. That said there's a missing Requires: line in the libvirt RPM currently in rawhide so there's a good chance you're missing dnsmasq. yum install it & 'service libvirtd restart' or a reboot should correct that. Dan. -- |=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=| |=- Perl modules: http://search.cpan.org/~danberr/ -=| |=- Projects: http://freshmeat.net/~danielpb/ -=| |=- GnuPG: 7D3B9505 F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 -=| From stymar at alcatel-lucent.com Mon Apr 30 17:00:56 2007 From: stymar at alcatel-lucent.com (Styma, Robert E (Robert)) Date: Mon, 30 Apr 2007 12:00:56 -0500 Subject: sd, sd, who's got the sd - f7 work required before release! In-Reply-To: <20070430161532.GA23706@mail.harddata.com> References: <4634C3B7.5050102@redhat.com> <4635E0FB.20700@iinet.net.au> <20070430161532.GA23706@mail.harddata.com> Message-ID: > > Hm. Did you try before this 'man -k label'? On a resulting list > it is not difficult to notice entries like: > > e2label (8) - Change the label on an ext2/ext3 > filesystem > findfs (8) - Find a filesystem by label or UUID > mlabel (1) - make an MSDOS volume label > > If you will peek at 'e2label' you will notice too: > ... The following perl script will list all the labels for a machine. ------------------------- start after here ------------------------------ #!/usr/bin/perl use strict; my @proc_partitions; my @fdisk_out; my $p; my $line; @proc_partitions = `cat /proc/partitions`; foreach $p (@proc_partitions) { chomp($p); $p =~ s/.* //; next if $p eq "name"; next if $p eq ""; if ( $p =~ m/...[0-9]/ ) { #partitions like /dev/hda1 or /dev/sda1 end up here $line = `blkid /dev/$p`; # You can massage the output from blkid to your liking. print "$line"; } else { # Devices like /dev/hda or /dev/sda end up here # print "device: $p\n"; } } ------------------------- end before here ------------------------------ From wwoods at redhat.com Mon Apr 30 17:26:10 2007 From: wwoods at redhat.com (Will Woods) Date: Mon, 30 Apr 2007 13:26:10 -0400 Subject: sd, sd, who's got the sd - f7 work required before release! In-Reply-To: References: <4634C3B7.5050102@redhat.com> <4635E0FB.20700@iinet.net.au> <20070430161532.GA23706@mail.harddata.com> Message-ID: <1177953970.15302.76.camel@metroid.rdu.redhat.com> On Mon, 2007-04-30 at 12:00 -0500, Styma, Robert E (Robert) wrote: > > > > Hm. Did you try before this 'man -k label'? On a resulting list > > it is not difficult to notice entries like: > > > > e2label (8) - Change the label on an ext2/ext3 > > filesystem > > findfs (8) - Find a filesystem by label or UUID > > mlabel (1) - make an MSDOS volume label > > > > If you will peek at 'e2label' you will notice too: > > > ... > > The following perl script will list all the labels for a machine. You can also use the 'blkid' program, which is in the e2fsprogs package (and should probably be on your system already.) -w -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From katzj at redhat.com Mon Apr 30 17:34:39 2007 From: katzj at redhat.com (Jeremy Katz) Date: Mon, 30 Apr 2007 13:34:39 -0400 Subject: [Fedora-livecd-list] Installation of Fedora 7 Test 4 F-6.93 Gnome CD In-Reply-To: <211100.91958.qm@web52607.mail.re2.yahoo.com> References: <211100.91958.qm@web52607.mail.re2.yahoo.com> Message-ID: <1177954479.953.49.camel@aglarond.local> On Mon, 2007-04-30 at 07:33 -0700, Antonio Olivares wrote: > I have installed F-6.93 Fedora 7 Test 4 onto a > Toshiba laptop via LiveCD. Everything worked > beautifully. Upon rebooting, things were looking okay > until I saw the following: What type of partitioning did you do for the install? > Looks like something did not go well while it appeared > everything did. I should first check with a rescue cd > or install dvd to see that it finds valid filesystem > and then report back. Yeah, that would be a good first step. If it does, grab the initrd and attach it to a bug against mkinitrd Jeremy From olivares14031 at yahoo.com Mon Apr 30 18:41:04 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Mon, 30 Apr 2007 11:41:04 -0700 (PDT) Subject: [Fedora-livecd-list] Installation of Fedora 7 Test 4 F-6.93 Gnome CD In-Reply-To: <1177954479.953.49.camel@aglarond.local> Message-ID: <779163.49791.qm@web52612.mail.re2.yahoo.com> --- Jeremy Katz wrote: > On Mon, 2007-04-30 at 07:33 -0700, Antonio Olivares > wrote: > > I have installed F-6.93 Fedora 7 Test 4 onto a > > Toshiba laptop via LiveCD. Everything worked > > beautifully. Upon rebooting, things were looking > okay > > until I saw the following: > > What type of partitioning did you do for the > install? I had previously shrunk the NTFS partition to allow me to install fedora. I had created a swap space before. I used the option "keep all linux partions and create default layout". root at darkstar:~# fdisk -l Disk /dev/sda: 120.0 GB, 120034123776 bytes 255 heads, 63 sectors/track, 14593 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 1 192 1536000 27 Unknown Partition 1 does not end on cylinder boundary. /dev/sda2 * 193 10113 79690432+ 7 HPFS/NTFS /dev/sda3 10114 10375 2097152+ 82 Linux swap /dev/sda4 10376 14593 33881085 5 Extended /dev/sda5 10376 10388 104391 83 Linux /dev/sda6 10389 14593 33776631 8e Linux LVM root at darkstar:~# > > > Looks like something did not go well while it > appeared > > everything did. I should first check with a > rescue cd > > or install dvd to see that it finds valid > filesystem > > and then report back. > > Yeah, that would be a good first step. If it does, > grab the initrd and > attach it to a bug against mkinitrd I booted into rescue mode and everything seems correct. The image is there. root at darkstar:~# ls /mnt/sda5/ System.map-2.6.20-1.3104.fc7 initrd-2.6.20-1.3104.fc7.img config-2.6.20-1.3104.fc7 lost+found/ grub/ vmlinuz-2.6.20-1.3104.fc7 root at darkstar:~# ls /mnt/sda5/ -l total 5771 -rw-r--r-- 1 root root 929390 Apr 22 02:34 System.map-2.6.20-1.3104.fc7 -rw-r--r-- 1 root root 75847 Apr 22 02:34 config-2.6.20-1.3104.fc7 drwxr-xr-x 2 root root 1024 Apr 30 2007 grub/ -rw------- 1 root root 2902181 Apr 30 2007 initrd-2.6.20-1.3104.fc7.img drwx------ 2 root root 12288 Apr 30 12:41 lost+found/ -rw-r--r-- 1 root root 1951092 Apr 22 02:34 vmlinuz-2.6.20-1.3104.fc7 root at darkstar:~# root at darkstar:~# cat /mnt/sda5/grub/grub.conf # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,4) # kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00 # initrd /initrd-version.img #boot=/dev/sda default=0 timeout=5 splashimage=(hd0,4)/grub/splash.xpm.gz hiddenmenu title Fedora (2.6.20-1.3104.fc7) root (hd0,4) kernel /vmlinuz-2.6.20-1.3104.fc7 ro root=LABEL=/ rhgb quiet initrd /initrd-2.6.20-1.3104.fc7.img title Other rootnoverify (hd0,1) chainloader +1 > > Jeremy > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From das_deniz at yahoo.com Mon Apr 30 18:43:34 2007 From: das_deniz at yahoo.com (das) Date: Mon, 30 Apr 2007 11:43:34 -0700 (PDT) Subject: vtty screen resolution / font trouble In-Reply-To: <1177946939.19526.17.camel@localhost.localdomain> Message-ID: <20070430184334.71134.qmail@web33103.mail.mud.yahoo.com> --- Adam Jackson wrote: > > 1) this is pretty serious as vtty's are often > handy to > > kill off procs in X that lock up the server. > > Meh. If you have a process that does that, it's > preferable that the > process gets fixed, rather than working around it. > Not that I don't > understand the appeal, just that you're treating the > symptom not the > disease. no i'm trying to keep a system - and my X apps up and running after an errant app has locked things up. > > 2) during boot we can go from X to vtty showing > boot > > details with that graphical border just fine so it > > should be possible - right ? > > If you're referring to the screen you get when you > click "Show Details" > or whatever during rhgb, then no, that's not text > mode. That's a vte > widget embedded into the rhgb process' window. ah - ok. thought it was a text-mode / framebuffer like thing (like for penguin icons durring boot). > ... The workaround > was to disable the > "extended" save/restore bits for some cards. (Yes, > in a generic driver. > God I hate vesa.) I'll see if doing the same for > R500 works. I'll be happy to test it too ;) > In the meantime, doing "vbetool post" once you've > switched back to text > mode might work, but might also break X horribly. > Try it and see! it works - i can see all my text-mode lines again!!! thank you das __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From sebenste at weather.admin.niu.edu Mon Apr 30 18:51:17 2007 From: sebenste at weather.admin.niu.edu (Gilbert Sebenste) Date: Mon, 30 Apr 2007 13:51:17 -0500 (CDT) Subject: Any chance for a kernel 2.6.21.1 for FC5-6? Message-ID: I know, you kernel developers aren't busy with anything right now. ;-) But the fact that a patch came out right away, and the statement Linus made for 2.6.21 indicates it might not be the most stable in the world. What do you think? ******************************************************************************* Gilbert Sebenste ******** (My opinions only!) ****** ******************************************************************************* From drago01 at gmail.com Mon Apr 30 19:09:05 2007 From: drago01 at gmail.com (dragoran dragoran) Date: Mon, 30 Apr 2007 21:09:05 +0200 Subject: Any chance for a kernel 2.6.21.1 for FC5-6? In-Reply-To: References: Message-ID: On 4/30/07, Gilbert Sebenste wrote: > > I know, you kernel developers aren't busy with anything right now. ;-) > But the fact that a patch came out right away, and the statement Linus > made for 2.6.21 indicates it might not be the most stable in the world. > > What do you think? its being discussed on the fedora-kernel-list ... -------------- next part -------------- An HTML attachment was scrubbed... URL: From stymar at alcatel-lucent.com Mon Apr 30 19:35:21 2007 From: stymar at alcatel-lucent.com (Styma, Robert E (Robert)) Date: Mon, 30 Apr 2007 14:35:21 -0500 Subject: sd, sd, who's got the sd - f7 work required before release! In-Reply-To: <1177953970.15302.76.camel@metroid.rdu.redhat.com> References: <4634C3B7.5050102@redhat.com> <4635E0FB.20700@iinet.net.au><20070430161532.GA23706@mail.harddata.com> <1177953970.15302.76.camel@metroid.rdu.redhat.com> Message-ID: > -----Original Message----- > From: fedora-test-list-bounces at red> You can also use the 'blkid' program, which is in the > e2fsprogs package > (and should probably be on your system already.) > Thanks. I had not realized that blkid with no parms would iterate through all the devices. ALSO: Related to the original issue: Looking at /etc/fstab on the FC7T4 machine, one of the partitions did not use a label for the mount. This is the swap partition. If you were to insert a drive that caused the SD numbers to be rearranged, you could let yourself in for trouble. I have not seen a way to label the swap partition. Bob S Phoenix, AZ From drago01 at gmail.com Mon Apr 30 19:46:13 2007 From: drago01 at gmail.com (dragoran dragoran) Date: Mon, 30 Apr 2007 21:46:13 +0200 Subject: sd, sd, who's got the sd - f7 work required before release! In-Reply-To: References: <4634C3B7.5050102@redhat.com> <4635E0FB.20700@iinet.net.au> <20070430161532.GA23706@mail.harddata.com> <1177953970.15302.76.camel@metroid.rdu.redhat.com> Message-ID: On 4/30/07, Styma, Robert E (Robert) wrote: > > > > > -----Original Message----- > > From: fedora-test-list-bounces at red> You can also use the 'blkid' > program, which is in the > > e2fsprogs package > > (and should probably be on your system already.) > > > Thanks. I had not realized that blkid with no parms would > iterate through all the devices. > > ALSO: > > Related to the original issue: > > Looking at /etc/fstab on the FC7T4 machine, one of the partitions > did not use a label for the mount. This is the swap partition. > If you were to insert a drive that caused the SD numbers to be > rearranged, you could let yourself in for trouble. I have not > seen a way to label the swap partition. mkswap -L yourlabel /dev/swapdevice -------------- next part -------------- An HTML attachment was scrubbed... URL: From david at fubar.dk Mon Apr 30 20:11:43 2007 From: david at fubar.dk (David Zeuthen) Date: Mon, 30 Apr 2007 16:11:43 -0400 Subject: sd, sd, who's got the sd In-Reply-To: References: Message-ID: <1177963903.2770.30.camel@zelda.fubar.dk> Hi, Maybe everything would be a lot smoother in the future if we started using UUID instead of LABEL for installs? Or at least picked some more sensible labels such as "F7-/", "F7-/boot", "F7t3-/" etc. Maybe even lurk in a "short UUID" there (ext3 fs labels are limited to 32 bytes IIRC): for example "F7-1234abcd-/". Anyway; right now it's some what a mess having more than one Fedora install on your drives and, from my personal experience, this have discouraged me from doing such things. Situation today also breaks horrible when you attach disks more installs on _other_ computers (very possibly, you now have two file systems both with label "/"). David From jreiser at BitWagon.com Mon Apr 30 20:22:23 2007 From: jreiser at BitWagon.com (John Reiser) Date: Mon, 30 Apr 2007 13:22:23 -0700 Subject: sd, sd, who's got the sd In-Reply-To: <1177963903.2770.30.camel@zelda.fubar.dk> References: <1177963903.2770.30.camel@zelda.fubar.dk> Message-ID: <46364FFF.4030408@BitWagon.com> > Maybe everything would be a lot smoother in the future if we started > using UUID instead of LABEL for installs? Or at least picked some more > sensible labels such as "F7-/", "F7-/boot", "F7t3-/" etc. Maybe even > lurk in a "short UUID" there (ext3 fs labels are limited to 32 bytes > IIRC): for example "F7-1234abcd-/". > > Anyway; right now it's some what a mess having more than one Fedora > install on your drives and, from my personal experience, this have > discouraged me from doing such things. I change the label every time I install ("tune2fs -L /F7-32 /dev/sdaX", /etc/fstab, grub.conf). I would prefer that the Edit button of the manual partitioning dialogs allow me to specify a new label, but it is not too onerous to do it by hand. What is really bad about having more than one Fedora/Red Hat/CentOS install on a box, is that you can *DESTROY DATA* by mounting an ext3 filesystem that does not use the same SELinux parameters as the current kernel. So I try to remember to mount "foreign" ext3 as read-only. -- From katzj at redhat.com Mon Apr 30 20:35:27 2007 From: katzj at redhat.com (Jeremy Katz) Date: Mon, 30 Apr 2007 16:35:27 -0400 Subject: sd, sd, who's got the sd In-Reply-To: <1177963903.2770.30.camel@zelda.fubar.dk> References: <1177963903.2770.30.camel@zelda.fubar.dk> Message-ID: <1177965327.953.75.camel@aglarond.local> On Mon, 2007-04-30 at 16:11 -0400, David Zeuthen wrote: > Maybe everything would be a lot smoother in the future if we started > using UUID instead of LABEL for installs? Or at least picked some more > sensible labels such as "F7-/", "F7-/boot", "F7t3-/" etc. Maybe even > lurk in a "short UUID" there (ext3 fs labels are limited to 32 bytes > IIRC): for example "F7-1234abcd-/". The talk has begun to switch to UUID for F8... it's unfortunate largely because UUIDs are so inpenetrable and not memorable. It's nice to be able to say LABEL=/ to boot from... UUID=a511eb56-c6a7-4afd-ae73-498bcb1909bc, err... yeah :) But since we're limited to 16 character labels, there's not really much in the way of other options. Jeremy From cmadams at hiwaay.net Mon Apr 30 20:38:45 2007 From: cmadams at hiwaay.net (Chris Adams) Date: Mon, 30 Apr 2007 15:38:45 -0500 Subject: sd, sd, who's got the sd In-Reply-To: <1177963903.2770.30.camel@zelda.fubar.dk> References: <1177963903.2770.30.camel@zelda.fubar.dk> Message-ID: <20070430203845.GB1528415@hiwaay.net> Once upon a time, David Zeuthen said: > Situation today also breaks horrible when you attach disks more installs > on _other_ computers (very possibly, you now have two file systems both > with label "/"). That also goes bad when you always use LogVolume00 (or whatever it is) as the LVM volume group name. I make the volume group name match the short part of the hostname (usually with something added for OS, so something like "kosh_f7_64". -- Chris Adams Systems and Network Administrator - HiWAAY Internet Services I don't speak for anybody but myself - that's enough trouble. From amir.aharoni at gmail.com Mon Apr 30 20:43:38 2007 From: amir.aharoni at gmail.com (Amir E. Aharoni) Date: Mon, 30 Apr 2007 23:43:38 +0300 Subject: FC7T4 on AMD64 - KDE completely broken? Message-ID: <97f280ea0704301343k54da0ct5faebb1fcb07dacc@mail.gmail.com> Hi there, I installed FC7T4 i86-64 on my AMD64 from the DVD. Installation was mostly OK. I wrote down a few minor comments, but i don't have them here. I'll post them some time soon. One major issue is that KDE doesn't work at all. I installed both Gnome and KDE. The first time i logged in, it was Gnome and it worked mostly fine. But when I tried to log in to a KDE session and received an error saying that the desktop closed after less than 10 seconds and showed the .xsession_errors file. I looked through it and saw that it failed to open a lot of libraries (sycoca, kdedm etc.), but the most alarming error was that it tried to look for an i386 version of some library but found that the architecture signature in the relevant file was i86_64. I'd gladly send you the log, but i think that it was overwritten by later logins. (Is it possible to recover the older logged messages?..) When i try to login to a KDE session now, i don't see that error about i386 vs. i86_64, but there are many other errors and the desktop doesn't start at all. -- Amir Elisha Aharoni my band: http://www.myspace.com/tzabari/ my blog: http://aharoni.wordpress.com/ From berrange at redhat.com Mon Apr 30 20:44:11 2007 From: berrange at redhat.com (Daniel P. Berrange) Date: Mon, 30 Apr 2007 21:44:11 +0100 Subject: sd, sd, who's got the sd In-Reply-To: <1177963903.2770.30.camel@zelda.fubar.dk> References: <1177963903.2770.30.camel@zelda.fubar.dk> Message-ID: <20070430204411.GR22697@redhat.com> On Mon, Apr 30, 2007 at 04:11:43PM -0400, David Zeuthen wrote: > Maybe everything would be a lot smoother in the future if we started > using UUID instead of LABEL for installs? Or at least picked some more > sensible labels such as "F7-/", "F7-/boot", "F7t3-/" etc. Maybe even > lurk in a "short UUID" there (ext3 fs labels are limited to 32 bytes > IIRC): for example "F7-1234abcd-/". > > Anyway; right now it's some what a mess having more than one Fedora > install on your drives and, from my personal experience, this have > discouraged me from doing such things. You might also hit this situation if you have Xen / KVM guests using parititions in the host as their virtual disks, if they don't use a nested partition table inside the guest. eg, you end up with something crazy like /dev/sda1 is labeled '/' for the host, but you setup a guest with /dev/sdd1 as its root, which also ends up labeled '/' by default. To avoid this we recommend people partition /dev/sdd1 inside the guest & have anaconda do this by default, but including a short UUID would address that problem more generally. Similarly there is fun & games with logical volume names - both host and guest use VolGroup00 by default. So if you want to access data from a guest partition in the host its very easy to get totally & utterly confused. Dan. -- |=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=| |=- Perl modules: http://search.cpan.org/~danberr/ -=| |=- Projects: http://freshmeat.net/~danielpb/ -=| |=- GnuPG: 7D3B9505 F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 -=| From bkoz at redhat.com Mon Apr 30 21:16:27 2007 From: bkoz at redhat.com (Benjamin Kosnik) Date: Mon, 30 Apr 2007 23:16:27 +0200 Subject: sd, sd, who's got the sd In-Reply-To: <20070430203845.GB1528415@hiwaay.net> References: <1177963903.2770.30.camel@zelda.fubar.dk> <20070430203845.GB1528415@hiwaay.net> Message-ID: <46365CAB.2080504@redhat.com> > That also goes bad when you always use LogVolume00 (or whatever it is) > as the LVM volume group name. I make the volume group name match the > short part of the hostname (usually with something added for OS, so > something like "kosh_f7_64". I also always do this. My LVM volume group name is always $HOST-$RELEASE IMHO this is a far more sensible default than "LogVolume00". -benjamin From david at fubar.dk Mon Apr 30 21:21:44 2007 From: david at fubar.dk (David Zeuthen) Date: Mon, 30 Apr 2007 17:21:44 -0400 Subject: sd, sd, who's got the sd In-Reply-To: <1177965327.953.75.camel@aglarond.local> References: <1177963903.2770.30.camel@zelda.fubar.dk> <1177965327.953.75.camel@aglarond.local> Message-ID: <1177968104.2770.39.camel@zelda.fubar.dk> On Mon, 2007-04-30 at 16:35 -0400, Jeremy Katz wrote: > On Mon, 2007-04-30 at 16:11 -0400, David Zeuthen wrote: > > Maybe everything would be a lot smoother in the future if we started > > using UUID instead of LABEL for installs? Or at least picked some more > > sensible labels such as "F7-/", "F7-/boot", "F7t3-/" etc. Maybe even > > lurk in a "short UUID" there (ext3 fs labels are limited to 32 bytes > > IIRC): for example "F7-1234abcd-/". > > The talk has begun to switch to UUID for F8... it's unfortunate largely > because UUIDs are so inpenetrable and not memorable. It's nice to be > able to say LABEL=/ to boot from... > UUID=a511eb56-c6a7-4afd-ae73-498bcb1909bc, err... yeah :) > > But since we're limited to 16 character labels, there's not really much > in the way of other options. Ah, ext3 labels are 16 bytes instead of 32. And I do agree using a full UUID is hard to remember. So I'd still suggest using a smart label, e.g. -- and truncate appropriately. For example "F8t1-/boot-12345", "F8-/-123456789ab" or whatever. That's both descriptive and will have a relatively large UUID. Also, make sure to always use four digits of the UUID, e.g. truncate the target mount point, e.g. /some/filesystem/that/the/user/mounts/into/a/bizarre/and/long/mountpoint if needed. Of course, it's a lot easier to just use the UUID :-) David From tom.horsley at att.net Mon Apr 30 21:24:36 2007 From: tom.horsley at att.net (Tom Horsley) Date: Mon, 30 Apr 2007 17:24:36 -0400 Subject: sd, sd, who's got the sd - f7 work required before release! In-Reply-To: <4635E0FB.20700@iinet.net.au> References: <4634C3B7.5050102@redhat.com> <4635E0FB.20700@iinet.net.au> Message-ID: <20070430172436.2e9bb54b@zooty> On Mon, 30 Apr 2007 22:28:43 +1000 David Timms wrote: > * need to be able to set the labels in anaconda partitioning - currently > you can set the mount point - but not the label. Amen to this. Might not be possible to automatically fix everything that can happen, but if I know I'm installing in a machine where I'm going to be plugging back in some disks, it would be exceedingly handy to be able to explicitly set the disk label during install so I don't have to change the label later and fix grub.conf and fstab files. Worse yet, the system can use labels for lots of different kinds of partitions, yet as near as I can tell, no available linux tool can change the label on anything except an ext2/3 partition (swap is a common one that comes to mind). From tom.horsley at att.net Mon Apr 30 21:27:18 2007 From: tom.horsley at att.net (Tom Horsley) Date: Mon, 30 Apr 2007 17:27:18 -0400 Subject: sd, sd, who's got the sd - f7 work required before release! In-Reply-To: References: <4634C3B7.5050102@redhat.com> <4635E0FB.20700@iinet.net.au> <4635E33D.80501@gmail.com> <4635E51A.5000907@iinet.net.au> Message-ID: <20070430172718.2ddc1f0d@zooty> On Mon, 30 Apr 2007 10:02:55 -0500 "Styma, Robert E (Robert)" wrote: > The issue of how the device maps work in the /boot/grub/device.map and > how > the sd* values are mapped into (hd0) etc. throws another wrinkle into > the > mess. And don't forget the BIOS boot order, which also seems to be totally random on some machines :-). From berrange at redhat.com Mon Apr 30 21:28:07 2007 From: berrange at redhat.com (Daniel P. Berrange) Date: Mon, 30 Apr 2007 22:28:07 +0100 Subject: sd, sd, who's got the sd - f7 work required before release! In-Reply-To: <20070430172436.2e9bb54b@zooty> References: <4634C3B7.5050102@redhat.com> <4635E0FB.20700@iinet.net.au> <20070430172436.2e9bb54b@zooty> Message-ID: <20070430212807.GT22697@redhat.com> On Mon, Apr 30, 2007 at 05:24:36PM -0400, Tom Horsley wrote: > On Mon, 30 Apr 2007 22:28:43 +1000 > David Timms wrote: > > > * need to be able to set the labels in anaconda partitioning - currently > > you can set the mount point - but not the label. > > Amen to this. Might not be possible to automatically fix everything > that can happen, but if I know I'm installing in a machine > where I'm going to be plugging back in some disks, it would be > exceedingly handy to be able to explicitly set the disk label during > install so I don't have to change the label later and fix grub.conf > and fstab files. > > Worse yet, the system can use labels for lots of different kinds of > partitions, yet as near as I can tell, no available linux tool can change > the label on anything except an ext2/3 partition (swap is a common one > that comes to mind). Urm, swap contains no important data so just re-run mkswap swapoff /dev/hda2 mkswap -L FooBar /dev/hda2 swapon -L FooBar Regards, Dan. -- |=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=| |=- Perl modules: http://search.cpan.org/~danberr/ -=| |=- Projects: http://freshmeat.net/~danielpb/ -=| |=- GnuPG: 7D3B9505 F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 -=| From michael.wiktowy at gmail.com Mon Apr 30 21:05:06 2007 From: michael.wiktowy at gmail.com (Michael Wiktowy) Date: Mon, 30 Apr 2007 17:05:06 -0400 Subject: Fedora 7 Test 4 GNOME based i386 Live CD report In-Reply-To: <200704300818.36531.jkeating@redhat.com> References: <46329DC7.9010500@fedoraproject.org> <3e4ec4600704281626k75b4a548wed6b49405f01e328@mail.gmail.com> <4635BCFE.70503@fedoraproject.org> <200704300818.36531.jkeating@redhat.com> Message-ID: <3e4ec4600704301405q680698a4q1e6643bf0f220fb3@mail.gmail.com> On 4/30/07, Jesse Keating wrote: > On Monday 30 April 2007 02:55:10 Rahul Sundaram wrote: > > Jesse keating or Will Woods, what was the final decision on this. Would > > have been good to note this in the test 4 announcement. > > I don't believe any yum upgrade is "supported". However we're going somewhat > out of our way to make sure that it isn't completely impossible. That vaguely definitive statement infuses me with confidence :] >From your statement and the lack of any mention of this in the rel notes, I guess it still isn't supported. This is fine, I just wanted to know for sure since I remember murmerings to the contrary earlier in the dev cycle. I will, therefore, maybe wait for the final release, possibly. ;] /Mike From jkeating at redhat.com Mon Apr 30 21:31:03 2007 From: jkeating at redhat.com (Jesse Keating) Date: Mon, 30 Apr 2007 14:31:03 -0700 Subject: Slight schedule change Message-ID: <200704301431.04337.jkeating@redhat.com> Instead of deep freezing for F7 Final this Thursday, the release team has decided to kick it out a week to next Thursday. This will give us a bit more time to shake things out with the merger happening this Wed. and allow for some builds for new BuildRequires (IE Core building against Extras) to happen and be tested. -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From drago01 at gmail.com Mon Apr 30 21:40:04 2007 From: drago01 at gmail.com (dragoran dragoran) Date: Mon, 30 Apr 2007 23:40:04 +0200 Subject: Slight schedule change In-Reply-To: <200704301431.04337.jkeating@redhat.com> References: <200704301431.04337.jkeating@redhat.com> Message-ID: On 4/30/07, Jesse Keating wrote: > > Instead of deep freezing for F7 Final this Thursday, the release team has > decided to kick it out a week to next Thursday. This will give us a bit > more > time to shake things out with the merger happening this Wed. and allow for > some builds for new BuildRequires (IE Core building against Extras) to > happen > and be tested. but this does not delay the release? -- > Jesse Keating > Release Engineer: Fedora > > -- > fedora-devel-list mailing list > fedora-devel-list at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-devel-list > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tom.horsley at att.net Mon Apr 30 21:42:45 2007 From: tom.horsley at att.net (Tom Horsley) Date: Mon, 30 Apr 2007 17:42:45 -0400 Subject: prelink is taking up the CPU In-Reply-To: <959580.80584.qm@web52605.mail.re2.yahoo.com> References: <959580.80584.qm@web52605.mail.re2.yahoo.com> Message-ID: <20070430174245.139e4243@zooty> On Mon, 30 Apr 2007 07:22:36 -0700 (PDT) Antonio Olivares wrote: > Prelink is taking up most of the CPU. taking it > all the way up to 99%. Its just a replacement for the idle loop, it will finish eventually, and then your prelinked shared libs will load 10 microseconds faster except for the fact that the kernel now randomizes the address shared libs load at so they never load in the same place and prelinking is utterly useless and probably makes things slower. From jkeating at redhat.com Mon Apr 30 21:43:32 2007 From: jkeating at redhat.com (Jesse Keating) Date: Mon, 30 Apr 2007 14:43:32 -0700 Subject: Slight schedule change In-Reply-To: References: <200704301431.04337.jkeating@redhat.com> Message-ID: <200704301443.32499.jkeating@redhat.com> On Monday 30 April 2007 14:40:04 dragoran dragoran wrote: > but this does not delay the release? As of yet, no. If we keep things somewhat sane during that extra week and don't allow a bunch of regressions it shouldn't have impact. -- Jesse Keating Release Engineer: Fedora -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From gianluca.cecchi at gmail.com Mon Apr 30 21:51:58 2007 From: gianluca.cecchi at gmail.com (Gianluca Cecchi) Date: Mon, 30 Apr 2007 23:51:58 +0200 Subject: virtual machine manager and qemu/kvm in f7 Message-ID: <561c252c0704301451w1d6b58c1g66d6d20539288b2a@mail.gmail.com> On Mon, 30 Apr 2007 17:38:44 +0100 Daniel P. Berrange wrote: > there's a good chance you're missing dnsmasq. Bingo! It was that! Now I'm able to use internet again in my win xp guest attaching to the configured virtual network (isolated bridge + NAT to the public LAN as you told). The only problem is that the win guest clock is always 2 hours back: I'm in Italy and on the PC I also have a native windows XP so that my f7 host is configured with system clock not using UTC... Can I directly write options to any conf file for virt-manager created virtual machines? In particular the "-localtime" one? Also, I don't know if by default the "-no-acpi" one is used or not... and don't know if it is furthermore necessary with recent qemu and kvm versions... Thanks anyway, Gianluca From jakub at redhat.com Mon Apr 30 22:08:32 2007 From: jakub at redhat.com (Jakub Jelinek) Date: Mon, 30 Apr 2007 18:08:32 -0400 Subject: Fedora Core 6 Test Update: glibc-2.5-13.fc6 Message-ID: <200704302208.l3UM8W2O000515@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-478 2007-04-30 --------------------------------------------------------------------- Product : Fedora Core 6 Name : glibc Version : 2.5 Release : 13.fc6 Summary : The GNU libc libraries. Description : The glibc package contains standard libraries which are used by multiple programs on the system. In order to save disk space and memory, as well as to make upgrading easier, common system code is kept in one place and shared between programs. This particular package contains the most important sets of shared libraries: the standard C library and the standard math library. Without these two libraries, a Linux system will not function. --------------------------------------------------------------------- * Fri Apr 27 2007 Jakub Jelinek 2.5-13.fc6 - fix application crashes when doing NSS lookups through nscd mmapped databases and nscd decides to start garbage collection during the lookups (#219145, #225315) - fix NIS+ __nisfind_server (#235229) - assorted NIS+ speedups (#233460) - fix power6 libm compat symbols on ppc32 (#232633) - fix child refcntr in NPTL fork (#230198) - fix ifaddrs with many net devices on > 4KB page size arches (#230151) - fix pthread_mutex_timedlock on x86_64 (#228103) - fix HAVE_LIBCAP configure detection (#178934) - fix double free in fts_close (#222089) - fix vfork+execvp memory leak (#221187) - further localedef robustification (#203728) - fix printf with %g and values tiny bit smaller than 1.e-4 (#235864, BZ#4362, BZ#4070) - fix _XOPEN_VERSION (BZ#4364) - nexttoward*/nextafter* fixes (BZ#3306) - various fixes (BZ#3919, BZ#4101, BZ#4130, BZ#4181, BZ#4069, BZ#3458, BZ#3348, BZ#4344, BZ#4368, BZ#4305, BZ#4306) - fix nftw with FTW_CHDIR on / (BZ#4076) - nscd fixes (BZ#4074) - fix euidaccess (BZ#3842) - assorted locale data fixes (BZ#3322, BZ#3995, BZ#3884, BZ#3851, BZ#4411) - fix strptime (BZ#3944) - fix regcomp with REG_NEWLINE (BZ#3957) - fix %0lld printing of 0LL on 32-bit architectures (BZ#3902) - soft-fp fixes (BZ#2749) - further strtod fixes (BZ#3855) - update ru and sv translations - fix fesetround return value on ia64 - fix nscd SIGHUP database invalidation - add a workaround for #210748 and #211133 - fix NIS getservbyname when proto is NULL * Fri Jan 5 2007 Jakub Jelinek 2.5-10.fc6 - fix nss_compat +group handling (#220658) * Fri Dec 22 2006 Jakub Jelinek 2.5-9 - make sure pthread_kill doesn't return EINVAL even if the target thread exits in between pthread_kill ESRCH check and the actual tgkill syscall (#220420) * Tue Dec 19 2006 Jakub Jelinek 2.5-8 - fix setcontext on ppc32 (#219107) - fix wide stdio after setvbuf (#217064, BZ#2337) - fix {j,m}rand48{,_r} on 64-bit arches (BZ#3747) - handle power6x AT_PLATFORM (#216970) - fix a race condition in getXXbyYY_r (#219145) - fix tst-pselect testcase * Tue Dec 12 2006 Jakub Jelinek 2.5-7 - fix hasmntopt (#218802) - fix setusershell and getusershell (#218782) - strtod fixes (BZ#3664, BZ#3673, BZ#3674) - fix ttyname and ttyname_r with invalid file descriptor (#218276) - fix nis_getnames if the default domain doesn't contain at least two dots (#206483) - fix memusage with realloc (x, 0) * Wed Nov 29 2006 Jakub Jelinek 2.5-6 - fix svc_run (#216834, BZ#3559) - make sure there is consistent timestamp for /etc/ld.so.conf, /etc/localtime and /etc/rpc between multilib glibc rpms - fix :include: /etc/alias handling (#215572) - update powerpc-cpu add-on to version 0.4 (#196319) - add power6x subdir to /lib/ and /lib/rtkaio/, link all libs from ../power6/* into them - update nl, sv, pl and tr translations - add mai_IN locale (#213415) - fix es_ES LC_TIME (BZ#3320) * Tue Nov 14 2006 Jakub Jelinek 2.5-5 - remove bogus /usr/lib/librt.so.1 symlink (#213555) - fix memusage (#213656) - fix sysconf (_SC_LEVEL{2,3}_CACHE_SIZE) on Intel Core Duo CPUs - fix ld.so locking on dlopen failures (#213037, BZ#3429) - fix libthread_db.so on TLS_DTV_AT_TP architectures (#215513) - fix --inhibit-rpath (#214569) - fix _r_debug content when prelinked ld.so executes a program as its argument - handle new tzdata format to cope with year > 2037 transitions on 64-bit architectures - fix strxfrm - fix i?86 floor and ceil inlines (BZ#3451) * Thu Oct 19 2006 Jakub Jelinek 2.5-4 - fix i?86 6 argument syscalls (e.g. splice) - fix rtld minimal realloc (BZ#3352) - fix RFC3484 getaddrinfo sorting according to rules 4 and 7 (BZ#3369) - fix xdrmem_setpos (#211452) --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ 2f0faf786fbd9383554618c6c540cb097cc25894 SRPMS/glibc-2.5-13.fc6.src.rpm 2f0faf786fbd9383554618c6c540cb097cc25894 noarch/glibc-2.5-13.fc6.src.rpm e8830d34386fa172dd3da3f07f50d56d6a175dad ppc/glibc-headers-2.5-13.fc6.ppc.rpm 14cc63b05df20de32461fb3b0f7b7add518486eb ppc/debug/glibc-debuginfo-2.5-13.fc6.ppc.rpm c6966872cfc05b273d292952f6facbe08e9b7792 ppc/glibc-utils-2.5-13.fc6.ppc.rpm 10343e299fe682436bdd22da71fb5153cf69ac7d ppc/glibc-2.5-13.fc6.ppc.rpm 87a79226d98b1ebc8c72848ca70215357ff96dd0 ppc/glibc-devel-2.5-13.fc6.ppc.rpm 3efd3bbc94321002764ca3b9e766f27ae9edffd4 ppc/glibc-common-2.5-13.fc6.ppc.rpm 5ef3ce4274a535a1404f029faa27cae9036b9a3a ppc/nscd-2.5-13.fc6.ppc.rpm 3d4689ca5b50e83199234c22d6e50b1638ed61ea x86_64/glibc-headers-2.5-13.fc6.x86_64.rpm 74786426247fed24e554c1e58a9fa300ea9c52ff x86_64/nscd-2.5-13.fc6.x86_64.rpm e78494a47edde122872ed5035111fe51c88f3aee x86_64/debug/glibc-debuginfo-2.5-13.fc6.x86_64.rpm da093bc154734b1eef2c8044dd1364b4d7114894 x86_64/glibc-utils-2.5-13.fc6.x86_64.rpm 00add651ed2fc8676e525f0aabd44a652a3e6039 x86_64/glibc-common-2.5-13.fc6.x86_64.rpm 7df2a4506d3cad7fdb4128228fa85fc910283b09 x86_64/glibc-2.5-13.fc6.x86_64.rpm 31f4b288bcd52f62994ca90b7c1e9441632f2068 x86_64/glibc-devel-2.5-13.fc6.x86_64.rpm c01d23626b71fc3cd075332c77382eeebd0230fa i386/debug/glibc-debuginfo-2.5-13.fc6.i386.rpm 69f1581f7d328b2a03ef799af8b11407359125e8 i386/glibc-common-2.5-13.fc6.i386.rpm c335bc5277dae2e6901ae1a515abd8270cc7d1d5 i386/glibc-devel-2.5-13.fc6.i386.rpm 4e65c298c95dff4d0abceebaf64a6102683ccb5a i386/nscd-2.5-13.fc6.i386.rpm e44d780e4c2b699e86c57e52a9408beedc5f6f15 i386/glibc-utils-2.5-13.fc6.i386.rpm 648cb7607ff8fccbab3d759d39f3e5875ff41f9a i386/debug/glibc-debuginfo-common-2.5-13.fc6.i386.rpm fef6456c79eae452eac5e758d8aae441d0a64012 i386/glibc-headers-2.5-13.fc6.i386.rpm b60287b9b027815b836514ea0642d2d75409f500 i386/glibc-2.5-13.fc6.i386.rpm 1d25105710b1c677661f0ad6c5a6199cbe60026e i386/debug/glibc-debuginfo-2.5-13.fc6.i686.rpm 6037ef13904299232b22f8eaa07dd80bc2dfcb12 i386/glibc-2.5-13.fc6.i686.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From dwalsh at redhat.com Mon Apr 30 22:09:15 2007 From: dwalsh at redhat.com (Daniel Walsh) Date: Mon, 30 Apr 2007 18:09:15 -0400 Subject: Fedora Core 6 Test Update: policycoreutils-1.34.1-9.fc6 Message-ID: <200704302209.l3UM9FAe000718@int-mx1.corp.redhat.com> --------------------------------------------------------------------- Fedora Test Update Notification FEDORA-2007-479 2007-04-30 --------------------------------------------------------------------- Product : Fedora Core 6 Name : policycoreutils Version : 1.34.1 Release : 9.fc6 Summary : SELinux policy core utilities. Description : Security-enhanced Linux is a feature of the Linux?? kernel and a number of utilities with enhanced security functionality designed to add mandatory access controls to Linux. The Security-enhanced Linux kernel contains new architectural components originally developed to improve the security of the Flask operating system. These architectural components provide general support for the enforcement of many kinds of mandatory access control policies, including those based on the concepts of Type Enforcement??, Role-based Access Control, and Multi-level Security. policycoreutils contains the policy core utilities that are required for basic operation of a SELinux system. These utilities include load_policy to load policies, setfiles to label filesystems, newrole to switch roles, and run_init to run /etc/init.d scripts in the proper context. --------------------------------------------------------------------- * Fri Apr 27 2007 Dan Walsh 1.34.1-9 - Fixes for polgengui --------------------------------------------------------------------- This update can be downloaded from: http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/ 21dbaa8103c7e47d20f1ed0b7c0708e4b2683b9c SRPMS/policycoreutils-1.34.1-9.fc6.src.rpm 21dbaa8103c7e47d20f1ed0b7c0708e4b2683b9c noarch/policycoreutils-1.34.1-9.fc6.src.rpm f3048e86503dc5faf90a36cb0ad054749c4ab160 ppc/policycoreutils-1.34.1-9.fc6.ppc.rpm f96b84defb1d03634889cf788f643dc6aa227d8a ppc/debug/policycoreutils-debuginfo-1.34.1-9.fc6.ppc.rpm 1c3fe51dd8e74c08044671b2b7b1518b62131e7b ppc/policycoreutils-gui-1.34.1-9.fc6.ppc.rpm ab9bccf4aab47afc5d97778f2d6e6b5cc7efbf77 ppc/policycoreutils-newrole-1.34.1-9.fc6.ppc.rpm bd58432c19ff2abbbba6a33efa230ca213e9beeb x86_64/policycoreutils-gui-1.34.1-9.fc6.x86_64.rpm 3bff65e494412c08b0cddc90b66932b47c8a1002 x86_64/policycoreutils-1.34.1-9.fc6.x86_64.rpm c4cc8371ced1f80247851d0db86fe6b97ef3ecc1 x86_64/debug/policycoreutils-debuginfo-1.34.1-9.fc6.x86_64.rpm 159965a7bf3cc980177ee22200e429c8d600eae6 x86_64/policycoreutils-newrole-1.34.1-9.fc6.x86_64.rpm 47940b61c42197808318bc505b9a518fe60acb42 i386/policycoreutils-gui-1.34.1-9.fc6.i386.rpm ebeba7f6d348ca0a2990df63bc5a9f6dda0c2e2a i386/debug/policycoreutils-debuginfo-1.34.1-9.fc6.i386.rpm 1ead99980084c8e646a3193ccabb4b6b2e9e8407 i386/policycoreutils-1.34.1-9.fc6.i386.rpm 287a078b6dc244628c8eaa8f170a51d8a270b5a4 i386/policycoreutils-newrole-1.34.1-9.fc6.i386.rpm This update can be installed with the 'yum' update program. Use 'yum update package-name' at the command line. For more information, refer to 'Managing Software with yum,' available at http://fedora.redhat.com/docs/yum/. --------------------------------------------------------------------- From olivares14031 at yahoo.com Mon Apr 30 23:04:51 2007 From: olivares14031 at yahoo.com (Antonio Olivares) Date: Mon, 30 Apr 2007 16:04:51 -0700 (PDT) Subject: [Fedora-livecd-list] Installation of Fedora 7 Test 4 F-6.93 Gnome CD Message-ID: <86471.11503.qm@web52604.mail.re2.yahoo.com> ----- Original Message ---- From: Antonio Olivares To: For testers of Fedora Core development releases Sent: Monday, April 30, 2007 1:41:04 PM Subject: Re: [Fedora-livecd-list] Installation of Fedora 7 Test 4 F-6.93 Gnome CD --- Jeremy Katz wrote: > On Mon, 2007-04-30 at 07:33 -0700, Antonio Olivares > wrote: > > I have installed F-6.93 Fedora 7 Test 4 onto a > > Toshiba laptop via LiveCD. Everything worked > > beautifully. Upon rebooting, things were looking > okay > > until I saw the following: > > What type of partitioning did you do for the > install? I had previously shrunk the NTFS partition to allow me to install fedora. I had created a swap space before. I used the option "keep all linux partions and create default layout". root at darkstar:~# fdisk -l Disk /dev/sda: 120.0 GB, 120034123776 bytes 255 heads, 63 sectors/track, 14593 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 1 192 1536000 27 Unknown Partition 1 does not end on cylinder boundary. /dev/sda2 * 193 10113 79690432+ 7 HPFS/NTFS /dev/sda3 10114 10375 2097152+ 82 Linux swap /dev/sda4 10376 14593 33881085 5 Extended /dev/sda5 10376 10388 104391 83 Linux /dev/sda6 10389 14593 33776631 8e Linux LVM root at darkstar:~# > > > Looks like something did not go well while it > appeared > > everything did. I should first check with a > rescue cd > > or install dvd to see that it finds valid > filesystem > > and then report back. > > Yeah, that would be a good first step. If it does, > grab the initrd and > attach it to a bug against mkinitrd I booted into rescue mode and everything seems correct. The image is there. root at darkstar:~# ls /mnt/sda5/ System.map-2.6.20-1.3104.fc7 initrd-2.6.20-1.3104.fc7.img config-2.6.20-1.3104.fc7 lost+found/ grub/ vmlinuz-2.6.20-1.3104.fc7 root at darkstar:~# ls /mnt/sda5/ -l total 5771 -rw-r--r-- 1 root root 929390 Apr 22 02:34 System.map-2.6.20-1.3104.fc7 -rw-r--r-- 1 root root 75847 Apr 22 02:34 config-2.6.20-1.3104.fc7 drwxr-xr-x 2 root root 1024 Apr 30 2007 grub/ -rw------- 1 root root 2902181 Apr 30 2007 initrd-2.6.20-1.3104.fc7.img drwx------ 2 root root 12288 Apr 30 12:41 lost+found/ -rw-r--r-- 1 root root 1951092 Apr 22 02:34 vmlinuz-2.6.20-1.3104.fc7 root at darkstar:~# root at darkstar:~# cat /mnt/sda5/grub/grub.conf # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,4) # kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00 # initrd /initrd-version.img #boot=/dev/sda default=0 timeout=5 splashimage=(hd0,4)/grub/splash.xpm.gz hiddenmenu title Fedora (2.6.20-1.3104.fc7) root (hd0,4) kernel /vmlinuz-2.6.20-1.3104.fc7 ro root=LABEL=/ rhgb quiet initrd /initrd-2.6.20-1.3104.fc7.img title Other rootnoverify (hd0,1) chainloader +1 > > Jeremy > > -- > fedora-test-list mailing list > fedora-test-list at redhat.com > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-test-list > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- fedora-test-list mailing list fedora-test-list at redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list Replying to myself, but for the archives I retried again. This time removing all the linux partitions and installation worked!!! Cannot complain running F7 T4 on Toshiba Laptop. Thanks, Antonio __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From lwn-ft at lwn.net Mon Apr 30 23:13:19 2007 From: lwn-ft at lwn.net (Jonathan Corbet) Date: Mon, 30 Apr 2007 17:13:19 -0600 Subject: liferea flakes only for me? Message-ID: <11875.1177974799@lwn.net> For some time now, I've found rawhide liferea (x86-64) to be broken almost to the point of uselessness. It runs for something between ten minutes and a few hours before going into a loop where it no longer responds to any sort of input events. Instead, it occupies itself with the vital task of printing (gecko:13277): GThread-CRITICAL **: g_cond_timed_wait_posix_impl: assertion `end_time.tv_nsec < G_NSEC_PER_SEC' failed over and over again until put out of its misery. I filed this bug a month or two ago (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=231073) but not much seems to be happening there. Releasing F7 with a broken liferea seems like a bad idea...but maybe it's only broken for me? Anybody else seeing this or have any ideas? Thanks, jon From tibbs at math.uh.edu Mon Apr 30 23:29:17 2007 From: tibbs at math.uh.edu (Jason L Tibbitts III) Date: 30 Apr 2007 18:29:17 -0500 Subject: sd, sd, who's got the sd In-Reply-To: <20070430203845.GB1528415@hiwaay.net> References: <1177963903.2770.30.camel@zelda.fubar.dk> <20070430203845.GB1528415@hiwaay.net> Message-ID: >>>>> "CA" == Chris Adams writes: CA> That also goes bad when you always use LogVolume00 (or whatever it CA> is) as the LVM volume group name. I make the volume group name CA> match the short part of the hostname (usually with something added CA> for OS, so something like "kosh_f7_64". Actually, I think this is practically mandatory, unless someone knows of a way to activate two VGs with the same name at the same time or to rename a VG without activating it first. Otherwise you have to actually rename your system VG. I had an emergency over the weekend where I pulled a system drive from a dead machine and stuck it in a USB enclosure; it was amazing how difficult it was to access it since I made the mistake of using "vg0" for all of my system VGs. - J< From icon at fedoraproject.org Mon Apr 30 23:33:05 2007 From: icon at fedoraproject.org (Konstantin Ryabitsev) Date: Mon, 30 Apr 2007 19:33:05 -0400 Subject: liferea flakes only for me? In-Reply-To: <11875.1177974799@lwn.net> References: <11875.1177974799@lwn.net> Message-ID: On 4/30/07, Jonathan Corbet wrote: > I filed this bug a month or two ago > (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=231073) but not > much seems to be happening there. Releasing F7 with a broken liferea > seems like a bad idea...but maybe it's only broken for me? Anybody else > seeing this or have any ideas? It's pretty much unusable on x86_64 on FC6 as well. icon at rakta:[~]$ dmesg | grep liferea | grep segfault | wc -l 12 I was hoping it would be more stable in FC7, but it looks like I might have to look for an alternative RSS reader that actually lets me read stuff. Regards, -- Konstantin Ryabitsev Montr?al, Qu?bec