Posted on October 28, 2007 in Computers by seadog1 Comment »

Έκανα και εγώ το bleeding edge upgrade στο laptop μου για να γευτώ τα τελευταία τεχνολογικά κατορθώματα της κοινότητας του Ελεύθερου Λογισμικού αλλά είχα από το πρώτο 15' κακή εμπειρία. Και όταν λέω κακή εμπειρία, να μην βιαστούν οι υπέρμαχοι των Vista και της M$ να χαρούν, γιατί ο πήχης έχει ανέβει τόσο ψηλά τα τελευταία χρόνια στις διανομές Linux που κακή εμπειρία είναι να μην παίζει άψογα μετά από upgrade και όχι καθαρή, νέα εγκατάσταση το εξειδικευμένο feauture που είχες φτιάξει στο μηχάνημά σου.

Σε εμένα λοιπόν δεν έπαιξε αμέσως το κρυπτογραφημένο (με encfs) home το οποίο ήθελε μια επιπλέον γραμμή στο config του που αύξανε την ασφάλεια. Το fix ήταν τόσο μικρό και γρήγορο (και το κάλυπτε η τεκμηρίωση) που ούτε καν θυμάμαι τι έκανα και που.

Το απογοητευτικό bug ήταν όμως τα προβλήματα που παρουσιάστηκαν με το suspend/hibernate του υπολογιστή. Ο NetworkManager είναι πιο ασταθής από τον προηγούμενο και το σύστημα δεν αποκαθιστά πάντα την σύνδεση με το δίκτυο μετά το resume. Βέβαια ένα 'sudo killall -9 NetworkManager && sudo NetworkManager' κανεί την δουλειά αλλά γιατί να παίζει χειρότερα από πριν;.

Εφτιαξά λοιπόν και το δίκτυο και βάζω να ακούσω λίγη μουσική αλλά δεν ακουγόταν τίποτα! Αυτό πάει πολύ! Δηλωμένο bug με την συγκεκριμένη alsa έκδοση και τον Intel HD driver ήχου, αλλά πριν έπαιζε! Ευτυχώς για το Gutsy το πρόβλημα λύνεται -όπως συμβουλεύει η σελίδα Gutsy Intel HD Audio Controller μόνο με ένα

~# aptitude install linux-backports-modules-generic
~# echo "options snd-hda-intel model=dell-m42" >> /etc/modprobe.d/alsa-base

στο latitude d820 που έχω.

Με λίγα λόγια το Gutsy είναι εδώ, παίζει αξιοπρεπώς αλλά όπως και το Feisty τις πρώτες μέρες δεν σου δίνουν την αίσθηση του σταθερού μηχανήματος. Δεν έχω διαπιστώσει εάν απλά συμβιβάζομαι με τα προβλήματα ή τρέχει κανένα περίεργο δαιμονάκι με reinforced learning τεχνικές που διορθώνει το σύστημα σύμφωνα με τις προτιμήσεις σου... Γιατί από τους Software Freedom Fighters όλα να τα περιμένεις! ;)

Posted on October 9, 2007 in Computers by seadogNo Comments »

You can download a new version of python 2.5.1 for CRIS platform with zlib which wasn't compiled on previous versions. Still missing curses libraries. This release also contains bzr vcs (see CHANGES for more)

Download or update your bzr repo

bzr update http://www.sealabs.net/cris/cris-binary/

Posted on October 7, 2007 in Computers by seadogNo Comments »

You can use bazaar vcs with Eclipse IDE which I think that is the most complete IDE for python, excluding -because I haven't tried them- wing (proprietary) and Eric (UI is seriously bloated).

Remember to download the latest bzr version from http://bazaar-vcs.org/Download , or you can add the ubuntu feisty repository to your sources.list

sudo echo "deb http://bazaar-vcs.org/releases/debs/feisty ./" >> /etc/apt/sources.list
sudo apt-get update
sudo apt-get dist-upgrade

Warning: If you don't upgrade bzr, the xmloutput won't load!

You also need bazaar-xmloutput plugin, which you should place in ~/.bazaar/plugins/xml

cd ~/.bazaar/plugins
bzr checkout http://bazaar.launchpad.net/~guillo.gonzo/bzr-xmloutput/trunk
mv trunk xml

And finally install the eclipse bzr plugin using the fine howto from http://bazaar-vcs.org/BzrEclipse

I copy / paste from the above website

Installation

1. install the bzr-xmloutput plugin (if you have no idea what I'm talking about please visit the UsingPlugins page for detailed instructions)
2. Launch eclipse
3. Go to Help --> Software updates --> Find and install (see: HelpFindAndInstall).
4. Select Search for new features to install and then --> Next (see: FeatureUpdate).
5. Click New remote site.
6. In the name field, enter Bazaar plugin for Eclipse and in the URL field http://steppenwolf.selfip.net/BazaarEclipse/update (see: UpdateSitesToVisit).
7. Verify that the checkbox for the new update site is checked, and click Finish
8. A dialog with the results should pop-up. (see: UpdateSiteSearchResults)
9. Select the latest version inside bzr-eclipse (actual)
10. Click Finish, and this will launch a wizard (license agreement, etc).
11. Restart Eclipse. Make sure to restart it with "-clean" switch
12. Go to: Window --> Preferences --> Team --> Bazaar. Enter the path to the bzr executable.

* To activate decorators go to: Preferences --> General --> Appearence --> Label Decorations and check Bazaar.

For the time being the plugin seems to function satisfyingly but it's not fully featured and you get the taste that something is not that 'ok', or maybe it's just me :)