Re: Fedora Core 4 Test Update: udev-071-0.FC4.2
by Gilboa Davara
On Wed, 2006-02-01 at 09:28 -0500, Alan Cox wrote:
> On Wed, Feb 01, 2006 at 04:26:33PM +0200, Gilboa Davara wrote:
> > > hda: task_in_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
> > > hda: task_in_intr: error=0x10 { SectorIdNotFound }, LBAsect=78221567,
> > > sector=78156288
>
> What size is /dev/hda
>
The OP had IDE unknown request problems.
I'm getting kernel OOPs since when using the latest kernel + -test udev
combo. (on a SCSI MD5 setup)
With the older udev, machine was stable.
I'll post a complete bug report later this week.
Gilboa
17 years, 7 months
blender problem
by Erwin Rol
Does anybody else have the following blender (the 3D package that is ;-P
problem ?
$ blender
blender: symbol lookup error: /usr/lib64/libopenal.so.0: undefined
symbol: MixAudio16_MMX_9
- Erwin
17 years, 7 months
Re: Make hardlinking kernel-devel optional
by Chris Adams
Once upon a time, Arjan van de Ven <arjan(a)infradead.org> said:
> On Tue, 2006-01-31 at 20:48 -0500, Dave Jones wrote:
> > > Another though: why the "find | while ; do hardlink"? You should just
> > > be able to do:
> > >
> > > if [ -x /usr/sbin/hardlink ] ; then
> > > /usr/sbin/hardlink /usr/src/kernels/*FC*
> > > fi
> > >
> > > The post script is forking hardlink over 5000 times as well as causing
> > > thousands of repeated directory lookups by find and the shell (that
> > > hardlink then has to do anyway), instead of just letting one run of
> > > hardlink do its job (it should recurse just fine).
> >
> > I've often wondered why it was written that way too.
> > Arjan, do you recall?
>
> if you have too many kernels, the direct commandline approach overflows
> the maximum length.
The current script has exactly the same problem then:
if [ -x /usr/sbin/hardlink ] ; then
pushd /usr/src/kernels/2.6.15-1.1884_FC5-i686 > /dev/null
/usr/bin/find . -type f | while read f; do hardlink -c /usr/src/kernels/*FC*/$f $f ; done
popd > /dev/null
fi
The "*FC*" bit is in there as well; there is no difference with what I
posted above.
If you want to avoid wildcards, just do:
if [ -x /usr/sbin/hardlink ] ; then
/usr/sbin/hardlink /usr/src/kernels
fi
and let anyone that installs their own kernel source under there get
hardlinked as well.
--
Chris Adams <cmadams(a)hiwaay.net>
Systems and Network Administrator - HiWAAY Internet Services
I don't speak for anybody but myself - that's enough trouble.
17 years, 7 months
libnotify don't work for root.
by Tim Lauridsen
Hi.
I have tried to make libnotify / notification-daemon work from python.
I have made this sample, it is works ok, when running as a normal user,
but it dont work when running as root.
http://linux.rasmil.dk/dnl/test/test-dbus.py
It is the same when i am using the
notify-send "foo" "bar"
it works as normal user, but not as root.
Anybody have any clues ???
Tim Lauridsen
17 years, 7 months
open office fails to start this week
by sean darcy
on amd64, open office refuses to start. The Open Office blue
splash box comes up, then it dies. Same result from
oowriter ooimpress oocalc, and
/usr/lib/openoffice.org2.0/program/soffice.
openoffice.org-core-2.0.1.1-8.2
openoffice.org-writer-2.0.1.1-8.2
openoffice.org-calc-2.0.1.1-8.2
openoffice.org-impress-2.0.1.1-8.2
It worked last week!
Anybody else seeing this?
sean
17 years, 7 months
Questionable g++ behaviour
by Arthur Pemberton
I am by no means a guru in C++, so I come to the list to ask advice. I have
been informed that C++ does not allow for array declarations using varaibles
as the size parameter:
<data_type> <array_name>[<variable>]
Yet g++ clearly allows this. Is this my misunderstanding? If so, can anyone
point me in the direction of the appropriate C++ specs so that I may use as
evidence? Or is this a bug or gotcha in g++? If so, should I file a bug
report?
I have attached a sample .cpp which compiles and runs for me.
Thank you.
--
As a boy I jumped through Windows, as a man I play with Penguins.
17 years, 7 months
Rescue CD (and other) questions
by Ivan Gyurdiev
1) Why isn't /selinux automatically mounted for existing installations?
Without it, rpm installs do not work when rescuing from a
selinux-enabled kernel, such as the one in FC5T2 (because attempts to
set the file context fail).
2) I want to migrate data from an old disk onto a new one. Currently I
have two logical volumes that span both disks, and take up 100% of the
space. I'd like to reduce a lv, in order to migrate the data. Doesn't
seem to work from the rescue CD.
lvresize -r -L -120G /dev/cobra/home2 says:
fsadm: execlp failed: No such file or directory.
Any suggestions? One of the things it's looking at is
/proc/lvm/VGs/cobra.. (/proc/lvm doesn't exist).
3) Unrelated question: When I originally added my sata drive to the
volume group, my kernel would no longer boot. Investigation showed that
sd_mod doesn't get loaded into the initrd, and without it nothing works.
I had to edit mkinitrd to make it put that module in the archive. Why
would that happen?
17 years, 7 months
rawhide report: 20060131 changes
by Build System
Updated Packages:
anaconda-10.91.9-1
------------------
* Mon Jan 30 2006 Jeremy Katz <katzj(a)redhat.com> - 10.91.9-1
- Skip partition and bootloader screens if requested for textmode
(dcantrel, #178739)
- Don't create /etc/X11/X symlink (dcantrel, #179321)
- Add ethiopic fonts
- Fix traceback in upgrade examine (clumens)
- Free up depsolving storage (pnasrat)
- Fix group selection screen that I mistakenly removed (oops)
- Remove some dead pieces (pnasrat, katzj)
at-spi-1.7.3-1
--------------
* Mon Jan 30 2006 Matthias Clasen <mclasen(a)redhat.com> 1.7.3-1
- Update to 1.7.3
control-center-1:2.13.90-1
--------------------------
* Mon Jan 30 2006 Matthias Clasen <mclasen(a)redhat.com> - 1:2.13.90-1
- Update to 2.13.90
dasher-3.99.2-2
---------------
* Mon Jan 30 2006 Ray Strode <rstrode(a)redhat.com> 3.99.2-2
- make compile
* Mon Jan 30 2006 Matthias Clasen <mclasen(a)redhat.com>
- Update to 3.99.2
* Mon Jan 16 2006 Matthias Clasen <mclasen(a)redhat.com>
- Update to 3.99.1
dovecot-1.0-0.beta2.1
---------------------
* Mon Jan 30 2006 Petr Rockai <prockai(a)redhat.com> - 1.0-0.beta2.1
- fix spec to work with BUILD_DIR != SOURCE_DIR
- forward-port and split pam-nocred patch
* Mon Jan 23 2006 Petr Rockai <prockai(a)redhat.com> - 1.0-0.beta2
- new upstream version, hopefully fixes #173928, #163550
- fix #168866, use install -p to install documentation
eel2-2.13.90-1
--------------
* Tue Jan 31 2006 Matthias Clasen <mclasen(a)redhat.com> 2.13.90-1
- Update to 2.13.90
eog-2.13.90-1
-------------
* Mon Jan 30 2006 Matthias Clasen <mclasen(a)redhat.com> 2.13.90-1
- Update to 2.13.90
epiphany-1.9.6-1
----------------
* Tue Jan 31 2006 Matthias Clasen <mclasen(a)redhat.com> 1.9.6-1
- Update to 1.9.6
evince-0.5.0-3
--------------
* Mon Jan 30 2006 Christopher Aillon <caillon(a)redhat.com> 0.5.0-3
- Don't explicitly set the invisible char to '*'
evolution-2.5.90-1
------------------
* Mon Jan 30 2006 David Malcolm <dmalcolm(a)redhat.com> - 2.5.90-1
- 2.5.90
- trimmed patches 805 and 808, as parts of these got merged upstream
- trimmed and regenerated patch 806 to track upstream
- removed the mail-to-task plugin XML UI file
* Sat Jan 28 2006 David Malcolm <dmalcolm(a)redhat.com> - 2.5.5.1-2
- added missing patch
* Wed Jan 25 2006 David Malcolm <dmalcolm(a)redhat.com> - 2.5.5.1-1
- 2.5.5.1
- update patch 106 to track upstream, renaming from
evolution-2.2.2-commit-enter-on-calendar.patch to
evolution-2.5.5.1-commit-enter-on-calendar.patch
- update patch 805 to track upstream
- added patch to fix some newly missing declarations (patch 808)
- replace evolution-2.5.4-port-to-new-libnotify-api.patch with
evolution-2.5.5.1-notification-cleanups.patch, since much of this was
duplicated by another patch that landed upstream; removing the actions code
as it was crashing deep inside DBus (patch 806, #177666)
- explicitly list various files to reduce reliance on globbing; organized the
files into logical groups; comment them
- added -Wno-sign-compare to CFLAGS
- enabled parallel make
- introduced require_function_declarations macro to make
-Werror-implicit-function-declaration flag optional; turn it off for now
- include the new CalDAV and mail-attachments-import plugins in the file list;
add an XML UI file for the mail-to-task plugin.
- use "sed -i -e" rather than "sed -ie" to avoid getting severe bonobo files
evolution-connector-2.5.9.0-1
-----------------------------
* Mon Jan 30 2006 David Malcolm <dmalcolm(a)redhat.com> - 2.5.9.0-1
- 2.5.9.0
- regenerate patch 200
- enable parallel make
evolution-data-server-1.5.90-1
------------------------------
* Mon Jan 30 2006 David Malcolm <dmalcolm(a)redhat.com> - 1.5.90-1
- 1.5.90
- explicitly list various files rather than rely on globbing
- enabled parallel make
expat-1.95.8-7
--------------
* Mon Jan 30 2006 Joe Orton <jorton(a)redhat.com> 1.95.8-7
- move library to /lib (#178743)
- omit .la file (#170031)
fetchmail-6.3.2.1-1
-------------------
* Mon Jan 30 2006 Miloslav Trmac <mitr(a)redhat.com> - 6.3.2.1-1
- Update to fetchmail-6.3.2.1
file-roller-2.13.90-1
---------------------
* Tue Jan 31 2006 Matthias Clasen <mclasen(a)redhat.com> 2.13.90-1
- Update to 2.13.90
findutils-1:4.2.27-3
--------------------
* Mon Jan 30 2006 Miloslav Trmac <mitr(a)redhat.com> - 1:4.2.27-3
- Updated SELinux patch, --context is no longer valid (use -context)
gconf-editor-2.13.90-1
----------------------
* Mon Jan 30 2006 Matthias Clasen <mclasen(a)redhat.com> 2.13.90-1
- Update to 2.13.90
gedit-1:2.13.90-1
-----------------
* Mon Jan 30 2006 Matthias Clasen <mclasen(a)redhat.com> - 1:2.13.90-1
- Update to 2.13.90
ghostscript-8.15.1-5
--------------------
* Mon Jan 30 2006 Tim Waugh <twaugh(a)redhat.com> 8.15.1-5
- Updated adobe-cmaps to 200406 (bug #173613).
glib-java-0.2.3-1
-----------------
* Tue Jan 31 2006 Adam Jocksch <ajocksch(a)redhat.com>
- bumped version to 0.2.3, updated tarball.
gnome-applets-1:2.13.3-2
------------------------
* Tue Jan 31 2006 Matthias Clasen <mclasen(a)redhat.com> 2.13.3-1
- Update to 2.13.3
gnome-doc-utils-0.5.4-1
-----------------------
* Mon Jan 30 2006 Matthias Clasen <mclasen(a)redhat.com> - 0.5.4-1
- Update to 0.5.4
gnome-games-1:2.13.6-2
----------------------
* Mon Jan 30 2006 Matthias Clasen <mclasen(a)redhat.com> 1:2.13.6-1
- Update to 2.13.6
gnome-media-2.13.91-1
---------------------
* Mon Jan 30 2006 Matthias Clasen <mclasen(a)redhat.com> - 2.13.91-1
- Update to 2.13.91
* Sat Jan 28 2006 Matthias Clasen <mclasen(a)redhat.com> - 2.13.7-1
-Update to 2.13.7
gnome-menus-2.13.5-3
--------------------
* Fri Jan 27 2006 Ray Strode <rstrode(a)redhat.com> 2.13.5-3
- ship upstream .directory files
gnome-nettool-2.13.90-1
-----------------------
* Mon Jan 30 2006 Matthias Clasen <mclasen(a)redhat.com>
- Update to 2.13.90
gnome-screensaver-2.13.90-1
---------------------------
* Mon Jan 30 2006 Matthias Clasen <mclasen(a)redhat.com> - 2.13.90-1
- Update to 2.13.90
gnome-terminal-2.13.90-1
------------------------
* Mon Jan 30 2006 Christopher Aillon <caillon(a)redhat.com> 2.13.90-1
- Update to 2.13.90
- Add patch to not specify a default invisible char, let GTK+ handle it
gnome-themes-2.13.90-1
----------------------
* Mon Jan 30 2006 Matthias Clasen <mclasen(a)redhat.com> - 2.13.90-1
- Update to 2.13.90
gnome-utils-1:2.13.91-1
-----------------------
* Mon Jan 30 2006 Matthias Clasen <mclasen(a)redhat.com> 2.13.91-1
- Update to gnome-utils 2.13.91
- Update to zenity 2.13.90
- Update to gucharmap 1.5.1
- Update to gcalctool 5.7.28
* Mon Jan 23 2006 Ray Strode <rstrode(a)redhat.com> 2.13.5-4
- Update to gcalctool 5.7.27
gnopernicus-1.0.1-1
-------------------
* Mon Jan 30 2006 Matthias Clasen <mclasen(a)redhat.com> 1.0.1-1
- Update to 1.0.1
gphoto2-2.1.99-5
----------------
* Mon Jan 30 2006 Bill Nottingham <notting(a)redhat.com> 2.1.99-5
- set permissions on /dev/bus/usb/XXX as well - that's what new
libusb uses by default
gtk2-engines-2.7.4-1
--------------------
* Mon Jan 30 2006 Matthias Clasen <mclasen(a)redhat.com> 2.7.4-1
- Update to 2.7.4
gtkhtml3-3.9.90-1
-----------------
* Mon Jan 30 2006 David Malcolm <dmalcolm(a)redhat.com> - 3.9.90-1
- 3.9.90
gtksourceview-1.5.7-1
---------------------
* Mon Jan 30 2006 Matthias Clasen <mclasen(a)redhat.com>
- Update to 1.5.7
kernel-2.6.15-1.1884_FC5
------------------------
* Mon Jan 30 2006 Dave Jones <davej(a)redhat.com>
- Dan Williams' goodies for wireless drivers to make NetworkManager
work with WEP/WPA on ipw2200, and WEP on airo.
kernel-xen-2.6.15-1.33_FC5
--------------------------
* Fri Jan 27 2006 Stephen Tweedie <sct(a)redhat.com>
- Rebase to linux-2.6-merge.hg cset 19859
- Rebase to HV from xen-unstable.hg cset 8680
- Delete unused linux-2.6.12-xen.patch
kexec-tools-1.101-6
-------------------
* Mon Jan 30 2006 Thomas Graf <tgraf(a)redhat.com>
- New kdump patch to support x86_64 userspace
krb5-auth-dialog-0.6-1
----------------------
* Tue Jan 31 2006 Christopher Aillon <caillon(a)redhat.com> 0.6-1
- Update to 0.6, adding an autostart file
kudzu-1.2.24-1
--------------
* Mon Jan 30 2006 Bill Nottingham <notting(a)redhat.com> - 1.2.24-1
- fix xenblk/i2o sysfs probing
libgail-gnome-1.1.3-1
---------------------
* Mon Jan 30 2006 Matthias Clasen <mclasen(a)redhat.com>
- Update to 1.1.3
libglade-java-2.12.2-1
----------------------
* Tue Jan 31 2006 Adam jocksch <ajocksch(a)redhat.com> - 2.12.2-1
- Updated tarball, deps.
libgtk-java-2.8.3-1
-------------------
* Tue Jan 31 2006 Adam Jocksch <ajocksch(a)redhat.com> - 2.8.3-1
- updated tarball to libgtk-java-2.8.3.tar.gz.
libsemanage-1.5.19-1
--------------------
* Mon Jan 30 2006 Dan Walsh <dwalsh(a)redhat.com> 1.5.19-1
- Upgrade to latest from NSA
* Merged fname parameter patch from Ivan Gyurdiev.
* Merged more size_t -> unsigned int fixes from Ivan Gyurdiev.
* Merged seusers.system patch from Ivan Gyurdiev.
* Merged improve port/fcontext API patch from Ivan Gyurdiev.
libsepol-1.11.10-1
------------------
* Mon Jan 30 2006 Dan Walsh <dwalsh(a)redhat.com> 1.11.10-1
- Upgrade to latest from NSA
* Merged cond_expr mapping and package section count bug fixes
from Joshua Brindle.
* Merged improve port/fcontext API patch from Ivan Gyurdiev.
* Merged fixes for overflow bugs on 64-bit from Ivan Gyurdiev.
libwnck-2.13.90-1
-----------------
* Mon Jan 30 2006 Matthias Clasen <mclasen(a)redhat.com> - 2.13.90-1
- Update to 2.13.90
metacity-2.13.55-1
------------------
* Mon Jan 30 2006 Matthias Clasen <mclasen(a)redhat.com> 2.13.55-1
- Update to 2.13.55
mrtg-2.13.0-1
-------------
* Mon Jan 30 2006 Miloslav Trmac <mitr(a)redhat.com> - 2.13.0-1
- Update to mrtg-2.13.0
nautilus-2.13.90-1
------------------
* Tue Jan 31 2006 Matthias Clasen <mclasen(a)redhat.com> - 2.13.90-1
- Update to 2.13.90
nautilus-cd-burner-2.13.90-1
----------------------------
* Mon Jan 30 2006 Matthias Clasen <mclasen(a)redhat.com> 2.13.90-1
- Update to 2.13.90
net-snmp-5.3-3
--------------
* Mon Jan 30 2006 Radek Vokál <rvokal(a)redhat.com> 5.3-3
- fix for lm_Senors, the max is no longer a fixed value
- parsing fixed for /proc/net/if_inet6
pango-1.11.3-1
--------------
* Mon Jan 30 2006 Matthias Clasen <mclasen(a)redhat.com> - 1.11.3-1
- Update to 1.11.3
php-pear-1:1.4.6-1
------------------
* Mon Jan 30 2006 Joe Orton <jorton(a)redhat.com> 1:1.4.6-1
- update to 1.4.6
- require php >= 5.1.0 (#178821)
policycoreutils-1.29.17-1
-------------------------
* Mon Jan 30 2006 Dan Walsh <dwalsh(a)redhat.com> 1.29.17-1
- Update from upstream
* Merged genhomedircon fix from Dan Walsh.
* Merged seusers.system patch from Ivan Gyurdiev.
* Merged improve port/fcontext API patch from Ivan Gyurdiev.
* Merged genhomedircon patch from Dan Walsh.
* Fri Jan 27 2006 Dan Walsh <dwalsh(a)redhat.com> 1.29.15-1
- Update from upstream
* Merged newrole audit patch from Steve Grubb.
* Merged seuser -> seuser local rename patch from Ivan Gyurdiev.
* Merged semanage and semodule access check patches from Joshua Brindle.
* Wed Jan 25 2006 Dan Walsh <dwalsh(a)redhat.com> 1.29.12-1
- Add a default of /export/home
pykickstart-0.14-1
------------------
* Mon Jan 30 2006 Chris Lumens <clumens(a)redhat.com> 0.14-1
- Fix VNC parameter parsing (#179209).
- Deprecate --connect. Add --host and --port instead.
redhat-menus-5.5.5-2
--------------------
* Mon Jan 30 2006 Ray Strode <rstrode(a)redhat.com> - 5.5.5-2
- a few more tweaks needed to get pirut in toplevel applications
menu
* Mon Jan 30 2006 Ray Strode <rstrode(a)redhat.com> - 5.5.5-1
- Update to 5.5.5
- put pirut in toplevel applications menu
s390utils-2:1.5.0-2
-------------------
* Mon Jan 30 2006 Phil Knirsch <pknirsch(a)redhat.com> 2:1.5.0-2
- Fixed problem with s390-tools-1.5.0-fdasd-raid.patch
- Don't try to remove the non empty _bindir
- Some more install cleanups
* Thu Jan 26 2006 Phil Knirsch <pknirsch(a)redhat.com>
- Fixed some .macro errors in zipl/boot
* Fri Dec 09 2005 Jesse Keating <jkeating(a)redhat.com>
- rebuilt
scim-anthy-0.9.0-1.fc5
----------------------
* Mon Jan 30 2006 Akira TAGOH <tagoh(a)redhat.com> - 0.9.0-1
- New upstream release.
- scim-anthy-wide-latin.diff: removed.
selinux-policy-2.2.9-1
----------------------
* Fri Jan 27 2006 Dan Walsh <dwalsh(a)redhat.com> 2.2.8-2
- Update to upstream
- Fix rhgb, and other Xorg startups
* Thu Jan 26 2006 Dan Walsh <dwalsh(a)redhat.com> 2.2.7-1
- Update to upstream
* Thu Jan 26 2006 Dan Walsh <dwalsh(a)redhat.com> 2.2.6-3
- Separate out role of secadm for mls
setuptool-1.18.1-1
------------------
* Sun Jan 29 2006 Nalin Dahyabhai <nalin(a)redhat.com> 1.18.1-1
- add missing dependency on usermode (#179230)
shared-mime-info-0.16.cvs20051219-2
-----------------------------------
* Mon Jan 30 2006 Caolan McNamara <caolanm(a)redhat.com> - 0.16.cvs20051219-2
- rh#179138# add openoffice.org as preferred app for oasis formats
sound-juicer-2.13.4-1
---------------------
* Mon Jan 30 2006 Matthias Clasen <mclasen(a)redhat.com> 2.13.4-1
- Update to 2.13.4
stunnel-4.14-3
--------------
* Tue Jan 31 2006 Miloslav Trmac <mitr(a)redhat.com> - 4.14-3
- Use pthread threading to fix crash on x86_64 (#179236)
system-config-date-1.8.0-1
--------------------------
* Mon Jan 30 2006 Nils Philippsen <nphilipp(a)redhat.com> 1.8.0
- bump minor version
- add requirements for pygtk2-libglade, gnome-python2-canvas (#179215)
system-config-nfs-1.3.16-1
--------------------------
* Mon Jan 30 2006 Nils Philippsen <nphilipp(a)redhat.com> 1.3.16
- avoid exporting a share more than once to a specific client
- allow exporting a share with different settings for different clients
(#178830)
system-config-soundcard-1.2.14-5
--------------------------------
* Mon Jan 30 2006 Martin Stransky <stransky(a)redhat.com> 1.2.14-5
- added kudzu-log
tomboy-0.3.4-1
--------------
* Mon Jan 30 2006 Alexander Larsson <alexl(a)redhat.com> - 0.3.4-1
- update to 0.3.4
totem-1.3.90-1
--------------
* Mon Jan 30 2006 Matthias Clasen <mclasen(a)redhat.com> - 1.3.90-1
- Update to 1.3.90
vte-0.11.17-1.fc5.1
-------------------
* Mon Jan 30 2006 Matthias Clasen <mclasen(a)redhat.com> 0.11.17-1
- Update to 0.11.17
xen-3.0-0.20060130.fc5
----------------------
* Mon Jan 30 2006 <sct(a)redhat.com> - 3.0-0.20060130.fc5
- Update to xen-unstable from 20060130 (cset 8705)
yelp-2.13.4-1
-------------
* Tue Jan 31 2006 Matthias Clasen <mclasen(a)redhat.com> - 2.13.4-1
- Update to 2.13.4
Broken deps for i386
----------------------------------------------------------
GFS-kernel - 2.6.14.1-20051219.162641.FC5.9.i686 requires kernel = 0:2.6.15-1.1826.2.10_FC5
GFS-kernel - 2.6.14.1-20051219.162641.FC5.9.i686 requires /lib/modules/2.6.15-1.1826.2.10_FC5
GFS-kernel-smp - 2.6.14.1-20051219.162641.FC5.9.i686 requires /lib/modules/2.6.15-1.1826.2.10_FC5smp
GFS-kernel-smp - 2.6.14.1-20051219.162641.FC5.9.i686 requires kernel-smp = 0:2.6.15-1.1826.2.10_FC5
cman-kernel - 2.6.14.1-20051219.162641.FC5.10.i686 requires kernel = 0:2.6.15-1.1826.2.10_FC5
cman-kernel - 2.6.14.1-20051219.162641.FC5.10.i686 requires /lib/modules/2.6.15-1.1826.2.10_FC5
cman-kernel-smp - 2.6.14.1-20051219.162641.FC5.10.i686 requires /lib/modules/2.6.15-1.1826.2.10_FC5smp
cman-kernel-smp - 2.6.14.1-20051219.162641.FC5.10.i686 requires kernel-smp = 0:2.6.15-1.1826.2.10_FC5
dlm-kernel - 2.6.14.1-20051219.162641.FC5.8.i686 requires kernel = 0:2.6.15-1.1826.2.10_FC5
dlm-kernel - 2.6.14.1-20051219.162641.FC5.8.i686 requires /lib/modules/2.6.15-1.1826.2.10_FC5
dlm-kernel-smp - 2.6.14.1-20051219.162641.FC5.8.i686 requires /lib/modules/2.6.15-1.1826.2.10_FC5smp
dlm-kernel-smp - 2.6.14.1-20051219.162641.FC5.8.i686 requires kernel-smp = 0:2.6.15-1.1826.2.10_FC5
gnbd-kernel - 2.6.14.0-20051108.134753.FC5.14.i686 requires kernel = 0:2.6.15-1.1826.2.10_FC5
gnbd-kernel - 2.6.14.0-20051108.134753.FC5.14.i686 requires /lib/modules/2.6.15-1.1826.2.10_FC5
gnbd-kernel-smp - 2.6.14.0-20051108.134753.FC5.14.i686 requires /lib/modules/2.6.15-1.1826.2.10_FC5smp
gnbd-kernel-smp - 2.6.14.0-20051108.134753.FC5.14.i686 requires kernel-smp = 0:2.6.15-1.1826.2.10_FC5
Broken deps for ia64
----------------------------------------------------------
rgmanager - 1.9.31-3.ia64 requires ccs
Broken deps for ppc
----------------------------------------------------------
ccs-devel - 1.0.2-3.1.ppc requires ccs = 0:1.0.2-3.1
gulm - 1.0.4-2.FC5.1.ppc requires ccs
Broken deps for ppc64
----------------------------------------------------------
cman - 1.0.3-5.FC5.ppc64 requires cman-kernel-modules >= 0:2.6.11
dlm - 1.0.0-7.FC5.ppc64 requires dlm-kernel-modules >= 0:2.6.11
emacs - 21.4-5.ppc64 requires fonts-xorg-75dpi
gnbd - 1.0.1-2.ppc64 requires gnbd-kernel-modules >= 0:2.6.11
Broken deps for s390
----------------------------------------------------------
systemtap - 0.5.3-2.s390 requires kernel >= 0:2.6.9-11
systemtap - 0.5.3-2.s390 requires kernel-devel
Broken deps for s390x
----------------------------------------------------------
libvte-java - 0.11.11-7.s390x requires libgtkjava-2.8.so()(64bit)
libvte-java - 0.11.11-7.s390x requires libgtkjni-2.8.so()(64bit)
systemtap - 0.5.3-2.s390x requires kernel >= 0:2.6.9-11
systemtap - 0.5.3-2.s390x requires kernel-devel
Broken deps for x86_64
----------------------------------------------------------
GFS-kernel - 2.6.14.1-20051219.162641.FC5.9.x86_64 requires kernel = 0:2.6.15-1.1826.2.10_FC5
GFS-kernel - 2.6.14.1-20051219.162641.FC5.9.x86_64 requires /lib/modules/2.6.15-1.1826.2.10_FC5
cman-kernel - 2.6.14.1-20051219.162641.FC5.10.x86_64 requires kernel = 0:2.6.15-1.1826.2.10_FC5
cman-kernel - 2.6.14.1-20051219.162641.FC5.10.x86_64 requires /lib/modules/2.6.15-1.1826.2.10_FC5
dlm-kernel - 2.6.14.1-20051219.162641.FC5.8.x86_64 requires kernel = 0:2.6.15-1.1826.2.10_FC5
dlm-kernel - 2.6.14.1-20051219.162641.FC5.8.x86_64 requires /lib/modules/2.6.15-1.1826.2.10_FC5
gnbd-kernel - 2.6.14.0-20051108.134753.FC5.14.x86_64 requires kernel = 0:2.6.15-1.1826.2.10_FC5
gnbd-kernel - 2.6.14.0-20051108.134753.FC5.14.x86_64 requires /lib/modules/2.6.15-1.1826.2.10_FC5
17 years, 7 months