You are not logged in.
I recently installed Arch-Linux (it is great btw...)
Today I wanted to make a pacman -Syu and it asked me if I wanted to upgrade xfree86 (from 4.3.0-4 to 4.3.0-5).
I said yes.
First I thought the installation was good (although it said me that it couldn't find fc-cache...)
Then for the next reboot of the X-Server nothing happened it was just giving me errors.
I found out that the the /usr/X11R6/bin directory was empty (in fact all the files that xfree86-4.3.0-5 should install in the /usr/X11R6 directory disappeard...) and I don't know why...
I reinstalled xfree86-4.3.0-4 from the Installation-CD and it does work now (as bevore).
Did I do something wrong or do you know where the problem is?
Thx in advance
Dani
Offline
interesting, fwiw i installed the xfree86 package you mentioned last night and i seem to have had no troubles...yet.
(i am not saying you did anything wrong just stating that on this end everything went okay. but perhaps we should wait to see if anyone else has had this trouble)
AKA uknowme
I am not your friend
Offline
I also upgraded last night with no issues...it did find and upgrade fc-cache for me.
My hovercraft is full of eels.
Offline
I also had no problem. A couple of things to check type 'pacman -Ql xfree86' and see if it lists files (those are the files in the package). Also try redownloading the package (I know, it's big...) by and and reinstalling it with a 'pacman -U xfree86-4.3.0-5.pkg.tar.gz' to see if that fixes your problem.
You might also want to check the file in /var/cache/pacman/pkg/xfree86-4.3.0-5.pkg.tar.gz to see if it contains the proper files...
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
For me the upgrade messed with all my fonts.. which is mildly annoying. Now my Konsole font is just slightly too small whereas it was fine before. and gaim wouldn't start because it couldn't find verdana 10. I was able to get it running again by adding my fonts with KDE's font installer. But again, the fonts are slightly off. weird.
Hapy.
Offline
I also had font issues when I upgraded to the latest xfree. Konsole had the wrong fonts, and everything else in KDE was using a much smaller font than usual. I checked my XF86Config, and uncommented the FontPath lines regarding TrueType fonts... ran fc-cache -f and fc-ache -v, and then restarted X.
Most stuff was fixed by that, but Mozilla still chokes on (oddly enough) some of the fonts on the Archlinux homepage :?
Other than that, it works fine
Offline
That's really weird. I believe the only change that was made (Judd, correct me if I'm wrong) was fc-cache being added to the xfree86.install file. fc-cache and ldconfig... but yeah, neither of those should damage your font setup, unless you've done something all custom like (warning: this is coming from someone who knows very little about fonts in X)
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
Yeah, I'll freely admit to being pretty clueless about how fonts work.
I dunno why some fonts work now, and others don't... maybe someone with perfectly working fonts could post their XF86Config file somewhere
Angela
Offline
bah it's probably the result of kde
AKA uknowme
I am not your friend
Offline
na na na na kde works just fine and the upgrade to xfree worked fine here
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GU/ d- s: a- C L U P+ L+++ E--- W+
N 0+ K- W-- !O !M V-- PS+ PE- V++ PGP T 5 Z+ R* TV+ B+
DI-- D- G-- e-- h! r++ z+ z*
------END GEEK CODE BLOCK------
Offline
na na na na kde works just fine and the upgrade to xfree worked fine here
Hmm, evrything is fine here, too. I havn't even qt installed...
bye neri
Offline
I removed the file from the cache and simply redownloaded it. And now everything works fine.
I think the first download was anyhow corrupted. I tried it to install several times with no succes. Although the file listing with 'pacman --query --list ...' seemed to be fine. But the files in the /usr/X116R/ directory didn't get installed somehow.
I even downloaded the new file from the same server and it installed without problems now. The fonts looks as good as always
Offline
Most stuff was fixed by that, but Mozilla still chokes on (oddly enough) some of the fonts on the Archlinux homepage :?
Other than that, it works fine
ewww I had that problem as well.. (if it's the same one as I am thinking of) there's like a garbage character between each real character (or a space) ??
the problem has since gone away (I am using firebird now and the latest version seems to have 'fixed' it) but a temporary fix is to choose "always use my fonts" under your fonts&colors config.
or else you are experiencing an entirely different problem in which case you can ignore me.
Hapy.
Offline
That's really weird. I believe the only change that was made (Judd, correct me if I'm wrong) was fc-cache being added to the xfree86.install file. fc-cache and ldconfig... but yeah, neither of those should damage your font setup, unless you've done something all custom like (warning: this is coming from someone who knows very little about fonts in X)
Correct, the only change was that 'fc-cache' is automatically run after upgrade... This shouldn't break any fonts. In fact, if the fonts themselves didn't change (which they shouldn't) then the cache won't even be touched.
Offline
DanEE, about your /usr/X11R6/bin directory being empty - did you run out of disk space during upgrade ? Any "no space left on device" in any log ? When I had this happen, all kind of weird things, similar to your experience happened.
About the font issues, I would guess that those of you who had font issues, had some non-standard font setup, and never ran fc-cache. I would guess if you had run fc-cache, then the fonts would have changed similarly. Disclaimer : I am probably in the same boat and still have to say yes to the xfree update ;-) ... mostly because I'm afraid of my fonts not being as they are now :-) .... and I also have never really played with fc-cache ...
Offline
I had the exact same problem on a machine here; The downloaded file size of the xfree package was correct, but when I installed it, it always messed things up in funny ways. Then I tried comparing the downloaded package to the package I installed on my other machine, where it worked just fine, and I'll just show you the output for laughs:
[gyroplast@fennec gyroplast]$ md5sum xfree86-4.3.0-5.pkg.tar.gz
5f9a545b960e6ed52cef58419d28576f xfree86-4.3.0-5.pkg.tar.gz
[gyroplast@fennec gyroplast]$ md5sum xfree86-4.3.0-5.pkg.tar.gz
a58dc96017fc9c182f76ee690bb29143 xfree86-4.3.0-5.pkg.tar.gz
[gyroplast@fennec gyroplast]$ md5sum xfree86-4.3.0-5.pkg.tar.gz
ca8ec889885e9054bfc18d8c4a9799b8 xfree86-4.3.0-5.pkg.tar.gz
[gyroplast@fennec gyroplast]$
None of these values is equal to the working package's md5sum, btw.
Well, obviously my RAM was b0rken, so that decompression filled the lousy 64MB quite easily, thus corrupting the installation in new and exciting ways. Maybe that's worth being mentioned.
Greets,
Dennis
"That's the problem with good advice. Nobody wants to hear it."
-- Dogbert
Offline