Categories
php tecnologia

php::Links(’ php 4.3.6RC3 ‘);

In the spirit of release early, release often here is the third and hopefully the final release candidate of PHP 4.3.6. This release addresses 2 major bugs introduced in the 4.3.5 release. One of these bugs caused problems when loading dynamic extensions on Windows and thread-safe (ZTS) builds and the other involves incorrect handling of daylight savings time. A few other minor bugs were fixed as well.

ciauz

Categories
linux tecnologia

revelation

revelation è un password manager per gnome 2.x, ha un’interfaccia semplice e pulita ed inoltre può esportare i database delle password in diversi formati.

ciuaz

Categories
linux pensieri

linucs…

la mia linux box!
ho finalmente configurato a dovere la mia linux box, inizio ad andarne abbastanza orgoglione… ho abbandonato l’insano uso dell’utente root, ho installato un fracco di minchiate (che pero’ fanno molto geek) sul desktop, sincronizzo tutto con qualsiasi altra cosa. adesso devo solo riuscire ad importare decentemente le mail da eudora, e trovare un modo per far andare warcraft 3! ;)

ah, ovviamente uso fedora core 2 development, mica posso andare su qualcosa di stabile!

ciauz

Categories
linux tecnologia

gDesklet

se vi piacciono i programmi inutili, mangia risorse e graficamente appaganti (ed ovviamente usate Gnome) scaricatevi qualche gDesklet! ce nè per tutti i gusti! :D

ciuaz

Categories
di tutto un po'

bookcrossing

anche io ho partecipato attivamente al bookcrossing! :D

ciuaz

Categories
cazzate

skeletor e amici

le avventure felici dei cattivi di eternia…

ciauz

Categories
cazzate

ancora sulla cattiveria…

c’è qualcosa che non mi quaglia… oppure l’opensource è il male!

ciauz

Categories
linux

fedora news in italiano

Paolo Zaccaria ha aperto la sezione italiana di Fedora News, qui troverete gli stessi articoli e commenti del sito originale tradotti in italiano.

ciuaz

Categories
cazzate

quanto è cattivo il mio sito?

sono un pò deluso dal risultato, speravo di essere più cattivo…

This site is certified 41% EVIL by the Gematriculator

This site is certified 59% GOOD by the Gematriculator

grazie a koolinus

aggiornamento ore 9.30,
ok qui si migliora:

You’re evil allright, but just not evil enough to get the highest result on this test. You may kinda consider yourself to be the coca-cola light of evil.
Not a bad result, but that backstabbing knife could be sharper.

ciauz

Categories
linux tecnologia

fedora yum upgrade problem

copio/incollo dal forum di LinuxQuestions.org:

I’m running a recent install of Fedore Core 2 Test 1 (Would have done Core 1, but doesn’t support all my hardware). Whenever I try to use up2date, many programs get the following error at the “Testing package set / Solving RPM inter-dependencies” screen:
{
There was a package dependency problem. The message was:

Unresolvable chain of dependencies:
XFree86-4.3.0-45.0.1 requires XFree86-libs = 4.3.0-45.0.1
XFree86-twm-4.3.0-45.0.1 requires XFree86-libs = 4.3.0-45.0.1
XFree86-xfs-4.3.0-45.0.1 requires XFree86-libs = 4.3.0-45.0.1

Please modify your package selections and try again.
}

You have slightly misunderstood what is happening. The header.info that is being downloaded is specifying that the xorg-x11 packages should be installed since then obselete XFree86 packages. The new packages are not created incorrectly, it is actually the old ones (which you have installed already) that caused these issues by having improper dependencies.

To correct this you need to upgrade to the xorg-x11 packages. This can be done with some clever manipulations of yum –exclude=package options, or you can download all the xorg-x11 packages from the mirror and install them. This has been discussed at length on the test mailing lists, so if you need further info (or I make no sense at all) search them here:
http://www.redhat.com/mailman/listinfo/fedora-test-list

Mike Harris is the maintainer for X at Red Hat, so his posts are of course the ‘authoritative’ source.

The update method I required when doing this was:
# first to update everything that did not require xorg changes…
yum –exclude=chkfontpath –exclude=anaconda –exclude=gdm \
–exclude=kdebase –exclude=xorg* update

# then update xorg which removes and replaces all of XFree86
yum install xorg*

If you have individual package problems with any of these commands you can add them to –exclude= options, or remove the package from your system temporarily.

ciuaz