markelos Δημοσ. 10 Ιουνίου 2009 Δημοσ. 10 Ιουνίου 2009 Αν και λίγο καθυστερημένα, να αναφέρω πως Αυτή την Πέμπτη 11/06 θα γίνει παρουσίαση του προγράμματος Octave, το οποίο αποτελεί μια γλώσσα πολύ υψηλού επιπέδου που χρησιμοποιείται κυρίως για πολύπλοκους αριθμητικούς υπολογισμούς. Αποτελεί το αντίστοιχο πρόγραμμα του Μatlab, στο κόσμο του ελεύθερου λογισμικού και αποτελεί ένα πολύ χρήσιμο εργαλείο για κάθε μηχανικό. Η παρουσίαση θα λάβει χώρα στο ΜΟΠ στις 3 μ.μ. http://foss.ntua.gr/wiki/index.php/%CE%9D%CE%AD%CE%B1 Το ΜΟΠ στεγάζει το Υπολογιστικό Κέντρο ΣΗΜΜΥ, και βρίσκεται στις Γενικές Έδρες, κτίριο Β, δεύτερος όροφος, από τις σκάλες αριστερά, στην Πολυτεχνειούπολη Ζωγράφου - ΕΜΠ (http://map.ntua.gr/google.htm).
DIMITRISG Δημοσ. 10 Ιουνίου 2009 Μέλος Δημοσ. 10 Ιουνίου 2009 (επεξεργασμένο) From: Linus Torvalds <torvalds <at> linux-foundation.org> Subject: Linux 2.6.30 Newsgroups: gmane.linux.kernel Date: 2009-06-10 03:36:36 GMT (4 hours and 17 minutes ago) As mentioned last week, -rc8 was the last -rc, and there really isn't any point in delaying the real release any more. I'm sure we've missed something, and I know we have some regressions pending. At the same time, we do need the coverage of a eral release, and on the whole it looks pretty good. We've fixed a few regressions in the last few days, and there's always 2.6.30.x. The appended shortlog from 2.6.29-rc8 is not very interesting, but it's about as good as it gets. Not a lot of changes (just 72 non-merges, according to git rev-list), and most of those are pretty small and trivial. We're talking mostly one-liners, with just a couple of them standing out (in fact, just mainly the DPMS handling cleanup in drm_crtc_helper.c) As to the whole set of changes since 2.6.29, the best place to look is probably just http://kernelnewbies.org/Linux_2_6_30 as usual. One thing that doesn't seem to be mentioned there is that we're hopefully now done with the suspend/resume irq re-architecting, and have switched to a new world order. Although I suspect lots of details will still change, of course. And as usual, I'll wait a day or two before really opening the merge window. I want people to actually test this one rather than immediately sending me "please pull" requests. Deal? Linus Changelog: Adam Jackson (1): drm: ignore EDID with really tiny modes. Al Viro (1): ext3/4 with synchronous writes gets wedged by Postfix Alan Cox (3): ivtv: Fix PCI DMA direction [libata] pata_ali: Use IGN_SIMPLEX pata_netcell: Fix typo Alessandro Rubini (1): [ARM] 5543/1: arm: serial amba: add missing declaration in serial.h Anand Gadiyar (1): omap_hsmmc: Trivial fix for a typo in comment Avi Kivity (2): KVM: Explicity initialize cpus_hardware_enabled kvm: fix kvm reboot crash when MAXSMP is used Ben Nizette (1): mmc/omap: Use disable_irq_nosync() from within irq handlers. Ben Skeggs (1): drm: don't associate _DRM_DRIVER maps with a master Chris Mason (1): Btrfs: Fix oops and use after free during space balancing Dave Airlie (2): drm: fix irq naming for kms drivers. drm/radeon: fix ring free alignment calculations Dave Jones (1): [CPUFREQ] powernow-k8: check space_id of _PCT registers to be FFH Dave Liu (1): sdhci-of: Fix the wrong accessor to HOSTVER register Eric Anholt (1): drm/i915: Remove a bad BUG_ON in the fence management code. Eric Dumazet (1): r8169: fix crash when large packets are received Eric Lammerts (1): fix oops when using console=ttymxcN with N > 0 FUJITA Tomonori (1): bsg: setting rq->bio to NULL Hugh Dickins (1): integrity: fix IMA inode leak Ian Kent (1): autofs4: remove hashed check in validate_wait() James Bottomley (1): pata_legacy: wait for async probing Jan Kara (1): jbd: fix race in buffer processing in commit code Jaswinder Singh Rajput (2): drm/i915: intel_lvds.c fix section mismatch MIPS: ioctl.h: Fix headers_check warnings Jonathan Cameron (1): [ARM] pxa/imote2: fix UCAM sensor board ADC model number Keith Packard (3): drm: add newlines to text sysfs files drm: set permissions on edid file to 0444 drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_dpms. Kevin Hilman (1): mtd: davinci nand: update clock naming Kumar Gala (1): sdhci-of: Add fsl,esdhc as a valid compatible to bind against Linus Torvalds (3): Revert "drm: don't associate _DRM_DRIVER maps with a master" async: Fix lack of boot-time console due to insufficient synchronization Linux 2.6.30 Martin Fuzzey (3): [ARM] 5534/1: kmalloc must return a cache line aligned buffer mxcmmc : Reset the SDHC hardware if software timeout occurs. mxcmmc: Fix missing return value checking in DMA setup code. Matthieu CASTET (1): SSB: BCM47xx: Export ssb_watchdog_timer_set Mike Frysinger (2): kbuild: fix detection of CONFIG_FRAME_WARN=0 shm: fix unused warnings on nommu Minoru Usui (1): cls_cgroup: Fix oops when user send improperly 'tc filter add' request NeilBrown (3): md/raid5: use conf->raid_disks in preference to mddev->raid_disk md/raid5 - avoid deadlocks in get_active_stripe during reshape md/raid5: fix bug in reshape code when chunk_size decreases. Nicolas Pitre (3): mvsdio: allow automatic loading when modular mvsdio: ignore high speed timing requests from the core mvsdio: fix config failure with some high speed SDHC cards Oleg Nesterov (2): ptrace: tracehook_report_clone: fix false positives ptrace: revert "ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic" Peter Botha (1): char: mxser, fix ISA board lookup Philipp Zabel (1): [ARM] pxa: fix pxa27x_udc default pullup GPIO Rabin Vincent (1): mx[23]: don't put clock lookups in __initdata Ralf Baechle (2): MIPS: Sibyte: Honor CONFIG_CMDLINE MIPS: Outline udelay and fix a few issues. Russell King (1): [ARM] ARMv7 errata: only apply fixes when running on applicable CPU Rusty Russell (1): lguest: fix 'unhandled trap 13' with CONFIG_CC_STACKPROTECTOR Salman Qazi (1): drivers/char/mem.c: avoid OOM lockup during large reads from /dev/zero Sascha Hauer (1): mxcmmc: decrease minimum frequency to make MMC cards work Sergei Shtylyov (3): pata_efar: fix PIO2 underclocking pdc202xx_old: fix 'pdc20246_dma_ops' pdc202xx_old: fix resetproc() method Tejun Heo (1): ahci: add warning messages for hp laptops with broken suspend Theodore Ts'o (1): Fix nobh_truncate_page() to not pass stack garbage to get_block() Ville Syrjala (1): ata_piix: Add HP Compaq nc6000 to the broken poweroff list Yan Zheng (1): Btrfs: set device->total_disk_bytes when adding new device Yinghai Lu (3): x86/pci: fix mmconfig detection with 32bit near 4g cpumask: introduce zalloc_cpumask_var cpumask: alloc zeroed cpumask for static cpumask_var_ts Yoichi Yuasa (2): MIPS: Kconfig: Remove "Support for" from Cavium system type MIPS: Cobalt: PCI bus is always required to obtain the board ID Yu Zhao (1): PCI: use fixed-up device class when configuring device http://thread.gmane.org/gmane.linux.kernel/849020 Επεξ/σία 16 Ιουνίου 2009 από nske
DIMITRISG Δημοσ. 12 Ιουνίου 2009 Μέλος Δημοσ. 12 Ιουνίου 2009 Μια εταιρεια εκλεψε το παλιό λογοτυπο του archlinux. Καποιος το ειδε και εγινε «σαματάς» http://www.archlinux.org/static/newsletters/newsletter-2009-june.html#stolenlogo
DIMITRISG Δημοσ. 12 Ιουνίου 2009 Μέλος Δημοσ. 12 Ιουνίου 2009 Αυτο το demo εγινε απο τους Mohamed-lkbel Boulabiar, Stephan Chatty και sebastien Hamdani απο το Interactive Computing Lab του ENAC και δειχνει πως μπορει να χρησιμοποιηθει μια οθονη αφης σε Linux (προσθηκη στον kernel απο τον Henrik Rydberg) You need: Linux kernel 2.6.30; a computer with a Broadcom 5974, Stantum, NTrig or DiamondTouch surface(the HP TouchSmart tx2 has a Ntrig surface, but you need to get the appropriate firmware from the NTrig site); our NTrig, Stantum, or DiamondTouch driver, or the Broadcom 5974 driver from Henrik Rydberg; our demo code. http://www.lii-enac.fr/en/projects/shareit/linux.html * Δουλευει μόνο με KDE4 ! καλα ουτε ενα αστειο δεν μπορουμε να κανουμε
lef50 Δημοσ. 16 Ιουνίου 2009 Δημοσ. 16 Ιουνίου 2009 Η Xandros προτείνει στους πελάτες της να πληρώσουν 50$ δολλάρια Αμερικής για να έχουν ασυλία από πατέντες της Microsoft. http://elkosmas.gr/2009/06/16/%CE%B7-microsoft-%CF%80%CE%BF%CF%85%CE%BB%CE%AC%CE%B5%CE%B9-%CF%80%CF%81%CE%BF%CF%83%CF%84%CE%AC%CF%83%CE%B9%CE%B1-%CF%83%CF%84%CE%BF%CF%85%CF%82-%CF%80%CE%B5%CE%BB%CE%AC%CF%84%CE%B5%CF%82-%CF%84/
DIMITRISG Δημοσ. 17 Ιουνίου 2009 Μέλος Δημοσ. 17 Ιουνίου 2009 "One Hundred Paper Cuts" λεγεται το έργο και στοχευει στην επιδιορθωση διαφόρων προβληματων που συναντουν καθημερινά οι χρήστες : One Hundred Paper Cuts A project led by Canonical's Design and User Experience team to improve user experience in Ubuntu by identifying 100 small points of pain for users, or "paper cuts", and healing them! This project aims to improve user experience by: 1. Identifying 100 bugs that appear relatively easy to fix but that negatively impact user experience. 2. Channeling resources to fixing those bugs. 3. Measuring and celebrating progress towards fixing those bugs. 4. Tracking impact of the fixes in upstreams over successive versions. Important! Please do file as papercuts: - bugs that are system-wide (Nautilus, Gnome panel, etc), rather than app-specific (F-Spot, OOo, Terminal, etc.) - bugs that impact standard workflows (like connecting to the network, copying files, browsing folders, etc.), rather than specialised or corner case workflows - bugs that are easy to address, rather that ones that require significant design or development efforts - issues with existing features, rather than requests for new features - bugs that relate to usability and design (like size of the notification bubbles), rather than broken software (e.g. notifications flickering in fullscreen) Thank you! https://edge.launchpad.net/hundredpapercuts
jim_p Δημοσ. 17 Ιουνίου 2009 Δημοσ. 17 Ιουνίου 2009 (επεξεργασμένο) Στα bugs που προκειται να προταθουν θα επρεπε να περιλαμβανονται και - το προσφατο "μικροπροβλημα" με τους drivers για intel vgas στο 9.04 final - το "μικροπροβλημα" με τον fglrx και τον xorg εδω και 2 εκδοσεις - το "μικροπροβλημα" με τον network manager εδω και 2 εκδοσεις τουλαχιστον που ειναι τα βασικοτερα προβληματα και εμπιμπτουν στην κατηγορια "issues with existing features, rather than requests for new features" αλλα, χωρις αυτα δεν θα εχουν νεα features να επιδειξουν σε καθε νεα εκδοση. Εκτος αν αυτα δεν ειναι "μικροπροβληματα", που για μια διανομη θα επρεπε να ειναι "μειζοντα προβληματα", και χαρακτηριζονται "μεμονομενα περιστατικα" απο τους developers που, αν τα εχουν δει στα forums και στο irc, ειτε δεν ασχολουνται να τα φτιαξουν, ειτε εχουν ολοι τους nvidia και netbook/laptop/desktop και βολευονται με dhcp (αρα δεν κανουν κατι σοβαρο) και δεν εχουν κανενα προβλημα, αρα και καμια σχεση με τα παραπανω. Αληθεια, οσα bugs φτιαχτουν, με ποιον τροπο θα περασουν σαν update σε μια παλιοτερη εκδοση της διανομης? Επεξ/σία 17 Ιουνίου 2009 από jim_p
jim_p Δημοσ. 18 Ιουνίου 2009 Δημοσ. 18 Ιουνίου 2009 Επρεπε να λεει καπου πιο διπλα Masturbation is addictive, do not start it! (σαν τις "προειδοποιησεις" στα πακετα των τσιγαρων) ΕΛΕΟΣ!
DIMITRISG Δημοσ. 18 Ιουνίου 2009 Μέλος Δημοσ. 18 Ιουνίου 2009 Επρεπε να λεει καπου πιο διπλα (σαν τις "προειδοποιησεις" στα πακετα των τσιγαρων) ΕΛΕΟΣ! στο δικο μου ποστ δεν απαντησες; γιατι δεν το βλέπω που πηγε ;
jim_p Δημοσ. 18 Ιουνίου 2009 Δημοσ. 18 Ιουνίου 2009 Θα αναβαθμιστηκε σε "μεγαλη ειδηση" για τους χρηστες των windows και θα πηγε στο αναλογο υποforum. Προλαβα και το εστειλα παντως με email σε ενα φιλο μου, fanboy της microsoft, με την προειδοποιηση "Προσοχη, ο υπερβολικος αυ******* τυφλωνει!"
gtroza Δημοσ. 20 Ιουνίου 2009 Δημοσ. 20 Ιουνίου 2009 στο δικο μου ποστ δεν απαντησες; γιατι δεν το βλέπω που πηγε ; ο δαίμων ... του e-τυπογραφείου εδώ πάντως είναι ακόμα http://www.microsoft.com/australia/ie8/competition/default.aspx .
jim_p Δημοσ. 20 Ιουνίου 2009 Δημοσ. 20 Ιουνίου 2009 Εγω εχω αρχισει και μαζευω τα στοιχεια που δινει το site κατω αριστερα σε ενα εγγραφο κειμενου. Θα τα παρω τα δεκα χιλιαρικα με midori, ο κοσμος να χαλασει!
gtroza Δημοσ. 20 Ιουνίου 2009 Δημοσ. 20 Ιουνίου 2009 ευχαριστώ gtroza ! κάνεις πολλά για το Linux όπως και ο jim_p και άλλοι φυσικά ζήτω οι ελληνικές αποκίες ! κι' όχι η ελλάδα ως αποικία ! .
Προτεινόμενες αναρτήσεις
Δημιουργήστε ένα λογαριασμό ή συνδεθείτε για να σχολιάσετε
Πρέπει να είστε μέλος για να αφήσετε σχόλιο
Δημιουργία λογαριασμού
Εγγραφείτε με νέο λογαριασμό στην κοινότητα μας. Είναι πανεύκολο!
Δημιουργία νέου λογαριασμούΣύνδεση
Έχετε ήδη λογαριασμό; Συνδεθείτε εδώ.
Συνδεθείτε τώρα