Oh no, not again beagle dep :-/
by Igor Jagec
Hi there!
I tried to remove Evolution on fresh installed FC5 Test3 and it has
Beagle dependency again :-/ There were no that problem recently, but
suddenly it's also here. The second problem is NetworkManager (which is
useless to me since I have static wireless IP address) which also has
Evolution and Beagle dependency.
[root@localhost ~]# yum remove evolution
...
Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
=============================================================================
Removing:
evolution i386 2.5.90-2.1 installed 29 M
Removing for dependencies:
beagle i386 0.2.1-12 installed 1.9 M
evolution-sharp i386 0.10.2-8 installed 500 k
Transaction Summary
=============================================================================
Install 0 Package(s)
Update 0 Package(s)
Remove 3 Package(s)
Is this ok [y/N]: n
[root@localhost ~]# yum remove NetworkManager
...
Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
=============================================================================
Removing:
NetworkManager i386 0.5.1-14.cvs20060221 installed
1.0 M
Removing for dependencies:
NetworkManager-glib i386 0.5.1-14.cvs20060221 installed
18 k
beagle i386 0.2.1-12 installed 1.9 M
evolution i386 2.5.90-2.1 installed 29 M
evolution-sharp i386 0.10.2-8 installed 500 k
krb5-auth-dialog i386 0.6.cvs20060212-1 installed
54 k
Transaction Summary
=============================================================================
Install 0 Package(s)
Update 0 Package(s)
Remove 6 Package(s)
Is this ok [y/N]: n
--
Igor Jagec
17 years, 7 months
Fixing R300 hangs
by John Thacker
Mike A. Harris wrote:
> Doing a bit of investigation has shown that it isn't just the
> r300 DRI driver that is instable, but even just loading the X server
> DRI module with many r300 or newer cards causes the system to crash,
> even if DRI is actually disabled, and even if the r300 DRI driver is
> not even present on the system.
I believe that this is almost surely this problem:
http://lists.freedesktop.org/archives/xorg/2005-December/011678.html
https://bugs.freedesktop.org/show_bug.cgi?id=4847
http://webcvs.freedesktop.org/xorg/driver/xf86-video-ati/ChangeLog?rev=1....
There are some important memory map and other fixes for Radeon cards
(especially R300 and above) that hit the xorg CVS tree on February
17, after 7.0. (The author considered them a little too experimental
for 7.0.) Apparently without the fixes many people saw lockups using
R300 cards without DRI enabled or the r300 DRI drive present. However,
with these fixes the instability goes away.
Perhaps these upstream CVS patches could be integrated into the Fedora
Core patches. If so, the r300 driver could be left in FC5. Of course,
we are running low on time, but I think it's a relatively critical bug.
Especially if the recent Mesa change doesn't solve the crashes for
everyone.
John Thacker
17 years, 7 months
udev brokenness with multiple CDROMS
by John Thacker
I know that udev removed mention of %e (the enumeration flag that creates
/dev/cdrom, /dev/cdrom1, etc) from its man page, but I thought that it
still worked. However, it's not working for me. I have a DVD+/-RW and
a CD-RW. udev is apparently trying to map both of them to just /dev/cdrom,
and only one symlink gets created. (It does sometimes change which one gets
the link upon reboot.) This is particularly annoying since the PAM
magic in /etc/security/console.perms requires the /dev/cdrom* files to
exist for each drive in order for the console permissions to be properly
set upon login.
Should /etc/udev/rules.d/50-udev.rules be changed somehow to use something
other than %e to get this to work?
Output of udevinfo, showing both devices with the same symlinks in the
udev database:
[root@localhost dev]# udevinfo -q all -n /dev/hdc
P: /block/hdc
N: hdc
S: cdrom
S: dvd
S: cdwriter
S: dvdwriter
S: disk/by-path/pci-0000:00:09.0-ide-1:0
E: ID_TYPE=cd
E: ID_MODEL=_NEC_DVD_RW_ND-3520A
E: ID_SERIAL=
E: ID_REVISION=1.04
E: ID_BUS=ata
E: ID_PATH=pci-0000:00:09.0-ide-1:0
[root@localhost dev]# udevinfo -q all -n /dev/hdd
P: /block/hdd
N: hdd
S: cdrom
S: cdwriter
S: disk/by-path/pci-0000:00:09.0-ide-1:1
E: ID_TYPE=cd
E: ID_MODEL=LITE-ON_LTR-24102B
E: ID_SERIAL=
E: ID_REVISION=5S5A
E: ID_BUS=ata
E: ID_PATH=pci-0000:00:09.0-ide-1:1
[root@localhost dev]# udevinfo -q all -n /dev/cdrom
P: /block/hdd
N: hdd
S: cdrom
S: cdwriter
S: disk/by-path/pci-0000:00:09.0-ide-1:1
E: ID_TYPE=cd
E: ID_MODEL=LITE-ON_LTR-24102B
E: ID_SERIAL=
E: ID_REVISION=5S5A
E: ID_BUS=ata
E: ID_PATH=pci-0000:00:09.0-ide-1:1
John Thacker
17 years, 7 months
need help with hal under FC5t3
by Remi Collet
I use a external firewire disk to store a lot of data.
Under FC4, it was mounted on "hotplug" using the line present in
/etc/fstab (to force the mount point and the UTF8 option).
I'm also used to add a hal policy tu add the UTF8 option (for my USB
sticks).
With FC5, the /usr/share/hal/scripts/hal-system-storage-mount detect the
line in /etc/fstab and deny the mount.
Questions are
- how can i choose the mount point (outside the /media dir)
- how can i choose the UTF8 option (the old solution
"volume.policy.mount_option.iocharset=utf8" doesn't work)
Thanks for your help.
Remi
17 years, 7 months
httpd missing mod_access?
by Sam Folk-Williams
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
Looks like mod_access is missing from httpd in FC5T3. Am I missing
something?
[root@localhost ~]# rpm -q --filesbypkg httpd | grep mod_
httpd /usr/lib/httpd/modules/mod_actions.so
httpd /usr/lib/httpd/modules/mod_alias.so
httpd /usr/lib/httpd/modules/mod_asis.so
httpd /usr/lib/httpd/modules/mod_auth_basic.so
httpd /usr/lib/httpd/modules/mod_auth_digest.so
httpd /usr/lib/httpd/modules/mod_authn_alias.so
httpd /usr/lib/httpd/modules/mod_authn_anon.so
httpd /usr/lib/httpd/modules/mod_authn_dbd.so
httpd /usr/lib/httpd/modules/mod_authn_dbm.so
httpd /usr/lib/httpd/modules/mod_authn_default.so
httpd /usr/lib/httpd/modules/mod_authn_file.so
httpd /usr/lib/httpd/modules/mod_authnz_ldap.so
httpd /usr/lib/httpd/modules/mod_authz_dbm.so
httpd /usr/lib/httpd/modules/mod_authz_default.so
httpd /usr/lib/httpd/modules/mod_authz_groupfile.so
httpd /usr/lib/httpd/modules/mod_authz_host.so
httpd /usr/lib/httpd/modules/mod_authz_owner.so
httpd /usr/lib/httpd/modules/mod_authz_user.so
httpd /usr/lib/httpd/modules/mod_autoindex.so
httpd /usr/lib/httpd/modules/mod_cache.so
httpd /usr/lib/httpd/modules/mod_cern_meta.so
httpd /usr/lib/httpd/modules/mod_cgi.so
httpd /usr/lib/httpd/modules/mod_cgid.so
httpd /usr/lib/httpd/modules/mod_dav.so
httpd /usr/lib/httpd/modules/mod_dav_fs.so
httpd /usr/lib/httpd/modules/mod_dbd.so
httpd /usr/lib/httpd/modules/mod_deflate.so
httpd /usr/lib/httpd/modules/mod_dir.so
httpd /usr/lib/httpd/modules/mod_disk_cache.so
httpd /usr/lib/httpd/modules/mod_dumpio.so
httpd /usr/lib/httpd/modules/mod_env.so
httpd /usr/lib/httpd/modules/mod_expires.so
httpd /usr/lib/httpd/modules/mod_ext_filter.so
httpd /usr/lib/httpd/modules/mod_file_cache.so
httpd /usr/lib/httpd/modules/mod_filter.so
httpd /usr/lib/httpd/modules/mod_headers.so
httpd /usr/lib/httpd/modules/mod_ident.so
httpd /usr/lib/httpd/modules/mod_imagemap.so
httpd /usr/lib/httpd/modules/mod_include.so
httpd /usr/lib/httpd/modules/mod_info.so
httpd /usr/lib/httpd/modules/mod_ldap.so
httpd /usr/lib/httpd/modules/mod_log_config.so
httpd /usr/lib/httpd/modules/mod_log_forensic.so
httpd /usr/lib/httpd/modules/mod_logio.so
httpd /usr/lib/httpd/modules/mod_mem_cache.so
httpd /usr/lib/httpd/modules/mod_mime.so
httpd /usr/lib/httpd/modules/mod_mime_magic.so
httpd /usr/lib/httpd/modules/mod_negotiation.so
httpd /usr/lib/httpd/modules/mod_proxy.so
httpd /usr/lib/httpd/modules/mod_proxy_ajp.so
httpd /usr/lib/httpd/modules/mod_proxy_balancer.so
httpd /usr/lib/httpd/modules/mod_proxy_connect.so
httpd /usr/lib/httpd/modules/mod_proxy_ftp.so
httpd /usr/lib/httpd/modules/mod_proxy_http.so
httpd /usr/lib/httpd/modules/mod_rewrite.so
httpd /usr/lib/httpd/modules/mod_setenvif.so
httpd /usr/lib/httpd/modules/mod_speling.so
httpd /usr/lib/httpd/modules/mod_status.so
httpd /usr/lib/httpd/modules/mod_suexec.so
httpd /usr/lib/httpd/modules/mod_unique_id.so
httpd /usr/lib/httpd/modules/mod_userdir.so
httpd /usr/lib/httpd/modules/mod_usertrack.so
httpd /usr/lib/httpd/modules/mod_version.so
httpd /usr/lib/httpd/modules/mod_vhost_alias.so
httpd /var/cache/mod_proxy
Thanks,
Sam
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org
iD8DBQFEAZy9zOw+vBsNRroRAt3DAJ42dTn1w2FFb76j4JWqIEFprC/x2gCcDeLx
E45YPgyNnv9Wuby68MR4WeY=
=VUmI
-----END PGP SIGNATURE-----
17 years, 7 months
rawhide report: 20060226 changes
by Build System
Updated Packages:
beagle-0.2.1-12
---------------
* Fri Feb 24 2006 Matthias Clasen <mclasen(a)redhat.com> 0.2.1-12
- Remove more "run from ." nonsense (#182709)
- Don't spew tons of debug output (#182660)
- Try to make the trigger more robust (#182679)
fontconfig-2.3.94-1
-------------------
* Fri Feb 24 2006 Matthias Clasen <mclasen(a)redhat.com> - 2.3.94-1
- Update to 2.3.94
gdm-1:2.13.0.8-6
----------------
* Sat Feb 25 2006 Ray Strode <rstrode(a)redhat.com> - 1:2.13.0.8-6
- fix a broken link
gnome-icon-theme-2.14.1-1
-------------------------
* Sat Feb 25 2006 Matthias Clasen <mclasen(a)redhat.com> 2.14.1-1
- Update to 2.14.1
gnome-utils-1:2.13.93-1
-----------------------
* Sat Feb 25 2006 Matthias Clasen <mclasen(a)redhat.com> - 2.13.93-1
- Update to gnome-utils-2.13.93
- Update to gucharmap 1.5.3
librsvg2-2.14.0-1
-----------------
* Sat Feb 25 2006 Matthias Clasen <mclasen(a)redhat.com> 2.14.0-1
- Update to 2.14.0
mesa-6.4.2-5
------------
* Sat Feb 25 2006 Mike A. Harris <mharris(a)redhat.com> 6.4.2-5
- Disable the expeimental r300 DRI driver, as it has turned out to cause
instability and system hangs for many users.
vte-0.11.19-1.fc5.1
-------------------
* Sat Feb 25 2006 Matthias Clasen <mclasen(a)redhat.com> 0.11.19-1
- Update to 0.11.19
- Drop upstreamed patch
xorg-x11-xfs-1:1.0.1-3
----------------------
* Sat Feb 25 2006 Mike A. Harris <mharris(a)redhat.com> 1:1.0.1-3
- Redirect output of "rm -rf fonts.dir" to /dev/null in xfs.init
Broken deps for i386
----------------------------------------------------------
GFS-kernel - 2.6.15-5.FC5.4.i686 requires kernel = 0:2.6.15-1.1955_FC5
GFS-kernel - 2.6.15-5.FC5.4.i686 requires /lib/modules/2.6.15-1.1955_FC5
GFS-kernel-smp - 2.6.15-5.FC5.4.i686 requires kernel-smp = 0:2.6.15-1.1955_FC5
GFS-kernel-smp - 2.6.15-5.FC5.4.i686 requires /lib/modules/2.6.15-1.1955_FC5smp
cman-kernel - 2.6.15.0-20051219.162641.FC5.11.7.i686 requires kernel = 0:2.6.15-1.1955_FC5
cman-kernel - 2.6.15.0-20051219.162641.FC5.11.7.i686 requires /lib/modules/2.6.15-1.1955_FC5
cman-kernel-smp - 2.6.15.0-20051219.162641.FC5.11.7.i686 requires kernel-smp = 0:2.6.15-1.1955_FC5
cman-kernel-smp - 2.6.15.0-20051219.162641.FC5.11.7.i686 requires /lib/modules/2.6.15-1.1955_FC5smp
dlm-kernel - 2.6.15.0-20051219.162641.FC5.9.7.i686 requires kernel = 0:2.6.15-1.1955_FC5
dlm-kernel - 2.6.15.0-20051219.162641.FC5.9.7.i686 requires /lib/modules/2.6.15-1.1955_FC5
dlm-kernel-smp - 2.6.15.0-20051219.162641.FC5.9.7.i686 requires kernel-smp = 0:2.6.15-1.1955_FC5
dlm-kernel-smp - 2.6.15.0-20051219.162641.FC5.9.7.i686 requires /lib/modules/2.6.15-1.1955_FC5smp
gnbd-kernel - 2.6.15-5.FC5.7.i686 requires kernel = 0:2.6.15-1.1955_FC5
gnbd-kernel - 2.6.15-5.FC5.7.i686 requires /lib/modules/2.6.15-1.1955_FC5
gnbd-kernel-smp - 2.6.15-5.FC5.7.i686 requires kernel-smp = 0:2.6.15-1.1955_FC5
gnbd-kernel-smp - 2.6.15-5.FC5.7.i686 requires /lib/modules/2.6.15-1.1955_FC5smp
libbtctl - 0.6.0-5.i386 requires libopenobex.so.1
struts-webapps-tomcat3 - 1.2.8-2jpp_8fc.i386 requires tomcat3
struts-webapps-tomcat4 - 1.2.8-2jpp_8fc.i386 requires tomcat4
Broken deps for ia64
----------------------------------------------------------
libbtctl - 0.6.0-5.ia64 requires libopenobex.so.1()(64bit)
rgmanager - 1.9.31-3.ia64 requires ccs
struts-webapps-tomcat3 - 1.2.8-2jpp_8fc.ia64 requires tomcat3
struts-webapps-tomcat4 - 1.2.8-2jpp_8fc.ia64 requires tomcat4
vconfig - 1.9-1.1.ia64 requires libc.so.6
vconfig - 1.9-1.1.ia64 requires libc.so.6(GLIBC_2.0)
Broken deps for ppc
----------------------------------------------------------
libbtctl - 0.6.0-5.ppc requires libopenobex.so.1
struts-webapps-tomcat3 - 1.2.8-2jpp_8fc.ppc requires tomcat3
struts-webapps-tomcat4 - 1.2.8-2jpp_8fc.ppc requires tomcat4
Broken deps for ppc64
----------------------------------------------------------
emacs - 21.4-5.ppc64 requires fonts-xorg-75dpi
libbtctl - 0.6.0-5.ppc64 requires libopenobex.so.1()(64bit)
struts-webapps-tomcat3 - 1.2.8-2jpp_8fc.ppc64 requires tomcat3
struts-webapps-tomcat4 - 1.2.8-2jpp_8fc.ppc64 requires tomcat4
vconfig - 1.9-1.1.ppc64 requires libc.so.6
vconfig - 1.9-1.1.ppc64 requires libc.so.6(GLIBC_2.0)
Broken deps for s390
----------------------------------------------------------
rhythmbox - 0.8.8-2.s390 requires libgstgconf-0.8.so.0
rhythmbox - 0.8.8-2.s390 requires libgstreamer-0.8.so.1
rhythmbox - 0.8.8-2.s390 requires libgstcontrol-0.8.so.1
struts-webapps-tomcat3 - 1.2.8-2jpp_8fc.s390 requires tomcat3
struts-webapps-tomcat4 - 1.2.8-2jpp_8fc.s390 requires tomcat4
Broken deps for s390x
----------------------------------------------------------
rhythmbox - 0.8.8-2.s390x requires libgstcontrol-0.8.so.1()(64bit)
rhythmbox - 0.8.8-2.s390x requires libgstreamer-0.8.so.1()(64bit)
rhythmbox - 0.8.8-2.s390x requires libgstgconf-0.8.so.0()(64bit)
struts-webapps-tomcat3 - 1.2.8-2jpp_8fc.s390x requires tomcat3
struts-webapps-tomcat4 - 1.2.8-2jpp_8fc.s390x requires tomcat4
Broken deps for x86_64
----------------------------------------------------------
GFS-kernel - 2.6.15-5.FC5.4.x86_64 requires kernel = 0:2.6.15-1.1955_FC5
GFS-kernel - 2.6.15-5.FC5.4.x86_64 requires /lib/modules/2.6.15-1.1955_FC5
cman-kernel - 2.6.15.0-20051219.162641.FC5.11.7.x86_64 requires kernel = 0:2.6.15-1.1955_FC5
cman-kernel - 2.6.15.0-20051219.162641.FC5.11.7.x86_64 requires /lib/modules/2.6.15-1.1955_FC5
dlm-kernel - 2.6.15.0-20051219.162641.FC5.9.7.x86_64 requires kernel = 0:2.6.15-1.1955_FC5
dlm-kernel - 2.6.15.0-20051219.162641.FC5.9.7.x86_64 requires /lib/modules/2.6.15-1.1955_FC5
gnbd-kernel - 2.6.15-5.FC5.7.x86_64 requires kernel = 0:2.6.15-1.1955_FC5
gnbd-kernel - 2.6.15-5.FC5.7.x86_64 requires /lib/modules/2.6.15-1.1955_FC5
libbtctl - 0.6.0-5.x86_64 requires libopenobex.so.1()(64bit)
libbtctl - 0.6.0-5.i386 requires libopenobex.so.1
struts-webapps-tomcat3 - 1.2.8-2jpp_8fc.x86_64 requires tomcat3
struts-webapps-tomcat4 - 1.2.8-2jpp_8fc.x86_64 requires tomcat4
17 years, 7 months
Yum and SRPMs
by n0dalus
Hi,
I was wondering if is or ever will be possible to install srpms using
yum. In the yum manpage it says you can specify a package using
'package.arch', so I was wondering if that could be done with
'package.src'. I think this would really be a helpful feature. At the
moment to get a srpm I have to go to one of the ftp mirrors, find the
right folder then search for the right package among hundreds of other
files.
n0dalus.
17 years, 7 months
Virtual machine software for Fedora testing?
by Joe Desbonnet
Is there any free virtual machine software (like VMWare) that can be
used for testing Fedora installation?
I want to test the latest version of my delta rpm system for keeping
Fedora boxes updated over low bandwidth links. But I don't have a
spare machine...
Thanks,
Joe.
17 years, 7 months