Re: Q: non-x86 build machine for Ruby upstream developers
On 8. Juni 2014 04:16:08 MESZ, Pascal Giard wrote: > >Le 2014-06-07 à 11:23, Adam Borowski a écrit : > >> I'd heartily recommend getting a hardkernel's Odroid-U3: >> http://hardkernel.com/main/products/prdt_info.php >> >> For $59 you get a 4-core 1.7-2.0Ghz 2GB mem machine that runs Debian >> natively (ships with Android or Ubuntu but getting Debian is a matter >of >> downloading and dd-ing an image). > >Got one of those for research, _very_ nice. However, beware, they only >ship through FedEx and, at least for Canada, FedEx were damn expensive. > >In the end, what was suppose to be 59$ ended up costing "me" 130$. > >That's a pity as it's really a nice board/computer. > >-Pascal > >-- >To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org >with a subject of "unsubscribe". Trouble? Contact >listmas...@lists.debian.org >Archive: >https://lists.debian.org/e2a8d68f-ef42-4118-81b3-e9371dc8f...@gmail.com At least in Europe you can get it at pollin.de. AFAIK The have reasonable shipping costs, (unfortunately their site is only in German) I did only order from within Germany so I can't say the exact rate. [1] http://www.pollin.de/shop/dt/NTM3OTgxOTk-/Bausaetze_Module/Entwicklerboards/ODROID_U3_Einplatinen_Computer_Cortex_A9_QuadCore_2_GB.html -- Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/71ade828-8441-43e9-a3c2-5819697f1...@email.android.com
Re: Q: non-x86 build machine for Ruby upstream developers
Quoting Pascal Giard (2014-06-08 04:16:08) > Le 2014-06-07 à 11:23, Adam Borowski a écrit : > >> I'd heartily recommend getting a hardkernel's Odroid-U3: >> http://hardkernel.com/main/products/prdt_info.php >> >> For $59 you get a 4-core 1.7-2.0Ghz 2GB mem machine that runs Debian >> natively (ships with Android or Ubuntu but getting Debian is a matter >> of downloading and dd-ing an image). > > Got one of those for research, _very_ nice. However, beware, they only > ship through FedEx and, at least for Canada, FedEx were damn > expensive. > > In the end, what was suppose to be 59$ ended up costing "me" 130$. > > That's a pity as it's really a nice board/computer. Here is a shortlist of alternative boards, in case e.g. SATA interface outweighs CPU speed, or if Open Hardware is a priority as well): https://wiki.debian.org/FreedomBox/TargetedHardware - Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private signature.asc Description: signature
Re: Bug#750817: ITP: x265 -- x265 HEVC Encoder
Control: reassign -1 wnpp On Sb, 07 iun 14, 08:47:41, Rico Tzschichholz wrote: > Package: x265 > Severity: wishlist > > Package: wnpp > Severity: wishlist > > > Package name: x265 > URL : https://bitbucket.org/multicoreware/x265/wiki/Home > License : GPL2, BSD > Description : free library for encoding H265/HEVC video streams. > > > > -- System Information: > Debian Release: jessie/sid > APT prefers utopic-proposed > APT policy: (500, 'utopic-proposed'), (500, 'utopic'), (500, > 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty-proposed') > Architecture: amd64 (x86_64) > Foreign Architectures: i386 > > Kernel: Linux 3.15.0-5-generic (SMP w/4 CPU cores) > Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) > Shell: /bin/sh linked to /bin/dash -- http://wiki.debian.org/FAQsFromDebianUser Offtopic discussions among Debian users and developers: http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic http://nuvreauspam.ro/gpg-transition.txt signature.asc Description: Digital signature
Re: goals for hardening Debian: ideas and help wanted
Hi Paul, On Sun, Jun 08, 2014 at 10:13:27AM +0800, Paul Wise wrote: > We kind-of already support that; Debian Live is essentially that. What > would official support for read-only root look like to you? Option in > the installer? Probably fix the last bits of details that makes a read-only install not totally functionnal. Currently, it appears you can pass the read-only option as extra-flags for / when configuring the filesystem, but you still need to adjust: mtab -> /proc/mounts adjtime -> /var/lib/adjtime blkid.tab -> /var/local/blkid.tab You still need a /tmp as tmpfs, too - as far as I can see we still are having a /tmp under / > > https://wiki.debian.org/ReadonlyRoot > That page needs updating, some of the bugs/issues are fixed. Since you > are familiar with the use-case, could you do that? The /etc/network/run issue has been fixed (but this is implied in the page) What I see seems to be still relevant (ie. /etc/mtab still needs to be symlinked to /proc/mounts on wheezy, for example) Bug 156489 is still there on wheezy (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=156489) # LANG=C /etc/init.d/hwclock.sh stop Saving the system clock. hwclock: Could not open file with the clock adjustment parameters in it (/etc/adjtime) for writing: Read-only file system hwclock: Drift adjustment parameters not updated. Hardware Clock updated to Sun Jun 8 10:53:36 CEST 2014. The workaround is really obvious: mv /etc/adjtime /var/lib && ln -s /var/lib/adjtime /etc I could not confirm the other issues (such as cups or alsa I'm not using on this machine) > > the only annoying thing is the 'mount: / is busy' issue > Have you reported this bug? Not yet, for multiple reasons: * I can't seem to find the real culprit - checkrestart fails to spot any relevant information, and neither lsof nor fuser -c could help me at this point * I'm using a customized grsec kernel - I first need to confirm that the issue also appears on a vanilla kernel * I'm using wheezy/sid mixed packages, and here again a real vanilla install will be necessary to du further tests But I'll check that next time moire thoroughly, as the issue almost always pops when updating a package. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140608092547.GA21027@proliant.localnet
Bug#750917: ITP: python-pytest-cov -- py.test plugin to produce coverage reports
Package: wnpp Severity: wishlist Owner: Federico Ceratto * Package name: python-pytest-cov Version : 1.6 Upstream Author : Marc Schlaich / Meme Dough * URL : https://github.com/schlamar/pytest-cov * License : MIT Programming Lang: Python Description : py.test plugin to produce coverage reports This py.test plugin produces coverage reports. It supports both centralised and distributed testing across multiple hosts. It can run parallel tests on different platforms, architectures, and Python versions. It supports coverage of subprocesses and can produce reports in text, HTML, XML and annotated source code. I'm looking for a sponsor - the package will be uploaded to https://mentors.debian.net shortly. -- Federico Ceratto -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140608121034.7624.30793.reportbug@localhost
Bug#750926: ITP: wmforecast -- weather dockapp for Window Maker using the Yahoo Weather API
Package: wnpp Severity: wishlist Owner: Doug Torrance * Package name: wmforecast Version : 0.6 Upstream Author : Doug Torrance * URL : http://wmforecast.sourceforge.net * License : GPL, CC-BY-NC-SA Programming Lang: C Description : weather dockapp for Window Maker using the Yahoo Weather API wmforecast is a weather dockapp for Window Maker. It displays the current temperature and an icon representing the current conditions. A balloon tooltip displays forecast information. The weather information comes from the Yahoo Weather API. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140608133920.6865.60347.reportbug@toshiba
Bug#750936: ITP: r-bioc-genomeinfodb -- BioConductor utilities for manipulating chromosome identifiers
Package: wnpp Severity: wishlist Owner: Andreas Tille * Package name: r-bioc-genomeinfodb Version : 1.0.2 Upstream Author : Bioconductor Package Maintainer * URL : http://bioconductor.org/packages/release/bioc/html/GenomeInfoDb.html * License : Artistic-2.0 Programming Lang: R Description : BioConductor utilities for manipulating chromosome identifiers s package contains BioConductor utilities for manipulating chromosome and other 'seqname' identifiers. . The Seqnames package contains data and functions that define and allow translation between different chromosome sequence naming conventions (e.g., "chr1" versus "1"), including a function that attempts to place sequence names in their natural, rather than lexicographic, order. Remark: This package is a precondition of the new version of r-bioc-annotationdbi. It is maintained by the Debian Med team at svn://anonscm.debian.org/debian-med/trunk/packages/R/r-bioc-genomeinfodb/trunk/ -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140608163518.14901.1821.report...@mail.an3as.eu
Re: Where / what is the repo for netkit-telnetd source packages?
+++ Paul Wise [2014-06-08 11:06 +0800]: > On Sat, Jun 7, 2014 at 6:59 AM, Pedro DeKeratry wrote: > > > Anyway, I can't seem to find where to clone from. help? > > Normally one would clone from and send patches to upstream but this > doesn't appear to have an active upstream and there doesn't appear to > be an upstream repository. Also the telnet protocol isn't exactly > secure. Both of these issues lead me to suggest you should drop > netkit-telnetd and run away as fast as you can. telnet is still very useful for various things. And packages don't _have_ to have vcs repositories - they can just have good old-fashioned tarballs/releases and still be real projects. We have plenty of tools for making and sending patches which work without the need for a cloned vcs. Wookey -- Principal hats: Linaro, Emdebian, Wookware, Balloonboard, ARM http://wookware.org/ -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140608221845.ga10...@stoneboat.aleph1.co.uk
Re: Where / what is the repo for netkit-telnetd source packages?
On Mon, Jun 9, 2014 at 6:18 AM, Wookey wrote: > telnet is still very useful for various things. I use telnet a lot but I would never ever install telnetd. Can you share some use-cases for telnetd? > And packages don't > _have_ to have vcs repositories - they can just have good > old-fashioned tarballs/releases and still be real projects. Some folks even prefer no VCS when it comes packaging. > We have plenty of tools for making and sending patches which work > without the need for a cloned vcs. Indeed, for upstream though it is far more convenient/important/helpful to have a VCS. -- bye, pabs http://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/CAKTje6Fj=394ioarnym57moeq5a+rqe4thcdypjjdrpyiww...@mail.gmail.com
Bug#750966: ITP: pcredz -- Extract authentication information from a pcap file or from a live interface
Package: wnpp Severity: wishlist Owner: Gunnar Wolf * Package name: pcredz Version : 20140606 Upstream Author : Laurent Gaffie * URL : http://github.com/lgandx/PCredz * License : GPLv3+ Programming Lang: Python Description : Extract authentication information from a pcap file or from a live interface This package listens to a live network interface or reads from a pcap file, and extracts different authentication information, including POP, SMTP, IMAP, SNMP community string, FTP, HTTP Basic, NTLM v1/v2, Kerberos and credit card numbers. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140609031734.6657.61728.report...@mosca.iiec.unam.mx