<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Debian-World.Com</title>
	<atom:link href="http://www.debian-world.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.debian-world.com</link>
	<description>Dobro došli u debian svijet</description>
	<lastBuildDate>Thu, 23 Feb 2012 08:06:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Bootsplash</title>
		<link>http://www.debian-world.com/2012/02/bootsplash/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bootsplash</link>
		<comments>http://www.debian-world.com/2012/02/bootsplash/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 08:06:45 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Programi]]></category>
		<category><![CDATA[bootsplash]]></category>
		<category><![CDATA[plymouth]]></category>

		<guid isPermaLink="false">http://www.debian-world.com/?p=443</guid>
		<description><![CDATA[Ukoliko želite imati grafičke animacije prilikom podizanja vašeg operativnog sutava svakako probajte program plymouth. Jednostavan za instalaciju, podešavanje itd.. više o svemu pogledajte na web adresi http://wiki.debian.org/plymouth]]></description>
			<content:encoded><![CDATA[<p>Ukoliko želite imati grafičke animacije prilikom podizanja vašeg operativnog sutava svakako probajte program plymouth. Jednostavan za instalaciju, podešavanje itd.. više o svemu pogledajte na web adresi <a href="http://wiki.debian.org/plymouth" target="_blank">http://wiki.debian.org/plymouth</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.debian-world.com/2012/02/bootsplash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wireshark treba root?</title>
		<link>http://www.debian-world.com/2012/02/wireshark-treba-root/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wireshark-treba-root</link>
		<comments>http://www.debian-world.com/2012/02/wireshark-treba-root/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 09:48:21 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Programi]]></category>
		<category><![CDATA[wireshark]]></category>

		<guid isPermaLink="false">http://www.debian-world.com/?p=437</guid>
		<description><![CDATA[Poslje uspješne instalacije wiresharka, ne možete pristupti  mrežnim uređajima  kao obićni korisnik. Naravno ovo se može vrlo jednostavno popraviti. Ideja je napraviti grupu korisnika koja može pristupati programu, a izvedba bi izgledala ovako (ukratko): su apt-get install libcap2-bin groupadd wireshark usermod -a -G wireshark korisnicko_ime chgrup wireshark /usr/bin/dumpcap setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap &#160; &#160;]]></description>
			<content:encoded><![CDATA[<p>Poslje uspješne instalacije wiresharka, ne možete pristupti  mrežnim uređajima  kao obićni korisnik. Naravno ovo se može vrlo jednostavno popraviti. Ideja je napraviti grupu korisnika koja može pristupati programu, a izvedba bi izgledala ovako (ukratko):</p>
<blockquote><p>su<br />
apt-get install libcap2-bin<br />
groupadd wireshark<br />
usermod -a -G wireshark korisnicko_ime<br />
chgrup wireshark /usr/bin/dumpcap<br />
setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap</p>
<p>&nbsp;</p></blockquote>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.debian-world.com/2012/02/wireshark-treba-root/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pidgin &amp; sipe plugin</title>
		<link>http://www.debian-world.com/2012/02/pidgin-sipe-plugin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=pidgin-sipe-plugin</link>
		<comments>http://www.debian-world.com/2012/02/pidgin-sipe-plugin/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 09:32:53 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Programi]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[sipe]]></category>

		<guid isPermaLink="false">http://www.debian-world.com/?p=432</guid>
		<description><![CDATA[Ako koristite plugin pidgin-sipe (inčica 1.11.2-1.1) sigurno ste se sreli sa bug-om (#642199) i ako ne želite raditi downgrade napravite jednostavnu bash skriptu koja zaobilazi navedeni bug: #!/bin/bash export NSS_SSL_CBC_RANDOM_IV=0 pidgin]]></description>
			<content:encoded><![CDATA[<p>Ako koristite plugin pidgin-sipe (inčica 1.11.2-1.1) sigurno ste se sreli sa bug-om (<a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642199" target="_blank">#642199</a>) i ako ne želite raditi downgrade napravite jednostavnu bash skriptu koja zaobilazi navedeni bug:</p>
<p><strong>#!/bin/bash</strong><br />
<strong>export NSS_SSL_CBC_RANDOM_IV=0</strong><br />
<strong>pidgin</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.debian-world.com/2012/02/pidgin-sipe-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zaboravili ste root lozinku?</title>
		<link>http://www.debian-world.com/2012/02/zaboravili-ste-root-lozinku/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zaboravili-ste-root-lozinku</link>
		<comments>http://www.debian-world.com/2012/02/zaboravili-ste-root-lozinku/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 09:21:56 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[root]]></category>

		<guid isPermaLink="false">http://www.debian-world.com/?p=426</guid>
		<description><![CDATA[Ako ste nekim slučajem zaboravili root lozinku, možete vrlo jednostavno postaviti novu lozinku. Sve što trebate restartati računalo i kad se pojavi grub izbornik pritisnite tipku &#8220;e&#8221; i dodajte parametar u kernel: init=/bin/bash , zatim pritisnite ctrl+x, i kad se pojavi komandna linija remontajte / sa: mount -n -o remount,rw / i postavite novu lozinku [...]]]></description>
			<content:encoded><![CDATA[<p>Ako ste nekim slučajem zaboravili root lozinku, možete vrlo jednostavno postaviti novu lozinku. Sve što trebate restartati računalo i kad se pojavi grub izbornik pritisnite tipku &#8220;e&#8221; i dodajte parametar u kernel:</p>
<p><strong>init=/bin/bash</strong></p>
<p>, zatim pritisnite <strong>ctrl+x</strong>, i kad se pojavi komandna linija remontajte / sa:</p>
<p><strong>mount -n -o remount,rw /</strong></p>
<p>i postavite novu lozinku sa naredbom <strong>passwd</strong>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.debian-world.com/2012/02/zaboravili-ste-root-lozinku/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Podjelite disk javno unutar vaše mrežne okoline (samba)</title>
		<link>http://www.debian-world.com/2012/02/samba-public/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=samba-public</link>
		<comments>http://www.debian-world.com/2012/02/samba-public/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 15:02:56 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Poslužitelji]]></category>
		<category><![CDATA[public]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://www.debian-world.com/?p=421</guid>
		<description><![CDATA[Uredite datoteku /etc/samba/smb.conf (zamjenite korisnicko_ime sa nekim stvarnim korisnikom): [global] netbios name = debian workgroup = WORKGROUP server string = Public File Server security = share guest account = korisnicko_ime [public] comment = Public Folder path = /home/korisnicko_ime/Public public = yes create mask = 0777 directory mask = 0777 force user = korisnicko_ime force group [...]]]></description>
			<content:encoded><![CDATA[<p>Uredite datoteku <strong>/etc/samba/smb.conf</strong> (zamjenite korisnicko_ime sa nekim stvarnim korisnikom):</p>
<p>[global]<br />
netbios name = debian<br />
workgroup = WORKGROUP<br />
server string = Public File Server<br />
security = share<br />
guest account = korisnicko_ime</p>
<p>[public]<br />
comment = Public Folder<br />
path = /home/korisnicko_ime/Public<br />
public = yes<br />
create mask = 0777<br />
directory mask = 0777<br />
force user = korisnicko_ime<br />
force group = korisnicko_ime<br />
writable = yes<br />
guest ok = yes<br />
guest only = yes<br />
guest account = korisnicko_ime<br />
browsable = yes</p>
<p>&nbsp;</p>
<p>Restartajte sambu <strong>/etc/init.d/samba restart</strong> i možete pristupiti svome poslužitelju  bez ograničenja</p>
]]></content:encoded>
			<wfw:commentRss>http://www.debian-world.com/2012/02/samba-public/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian Project News &#8211; January 23rd, 2012</title>
		<link>http://www.debian-world.com/2012/01/debian-project-news-january-23rd-2012/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=debian-project-news-january-23rd-2012</link>
		<comments>http://www.debian-world.com/2012/01/debian-project-news-january-23rd-2012/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 08:42:42 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.debian-world.com/?p=419</guid>
		<description><![CDATA[&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; The Debian Project                                http://www.debian.org/ Debian Project News                    debian-publicity@lists.debian.org January 23rd, 2012            http://www.debian.org/News/weekly/2012/02/ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Welcome to this year&#8217;s second issue of DPN, the newsletter for [...]]]></description>
			<content:encoded><![CDATA[<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<div id=":10f"><wbr>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;&#8212;&#8212;<br />
The Debian Project                                <a href="http://www.debian.org/" target="_blank">http://www.debian.org/</a><br />
Debian Project News                    <a href="mailto:debian-publicity@lists.debian.org">debian-publicity@lists.debian.<wbr>org</wbr></a><br />
January 23rd, 2012            <a href="http://www.debian.org/News/weekly/2012/02/" target="_blank">http://www.debian.org/News/<wbr>weekly/2012/02/</wbr></a><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;&#8212;&#8212;<br />
Welcome to this year&#8217;s second issue of DPN, the newsletter for the Debian<br />
community. Topics covered in this issue include:</p>
<p>* Debian ahead on web servers<br />
* Dummy web server in Debian?<br />
* Aptitude strikes back<br />
* About donations to Debian<br />
* Armhf status in Debian<br />
* IGMP denial of service in Linux<br />
* Interviews<br />
* Other news<br />
* Upcoming events<br />
* New Debian Contributors<br />
* Release-Critical bug statistics for the upcoming release<br />
* Status of Debian Installer localisation<br />
* Important Debian Security Advisories<br />
* New and noteworthy packages<br />
* Work-needing packages<br />
* Want to continue reading DPN?</p>
<p><span id="more-419"></span><br />
Debian ahead on web servers<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>According to a recent W3Techs survey [1], Debian has just surpassed CentOS to<br />
become the most popular GNU/Linux distribution on web servers. The survey is<br />
based on the analysis of the top million web sites according to Alexa, in order<br />
to select a representative sample of established sites, and focused only on the<br />
technologies used for web sites (and not individual web pages or desktop<br />
installations). In fact, at the beginning of 2012, Debian was used by 29.4% of<br />
all Linux-based sites (and by 9.7% of all web sites), while CentOS was used by<br />
29.1% of all Linux-based sites (and by 9.5% of all web sites). Debian  &#8221;is also<br />
the fastest growing operating system at the moment: every day 54 of the top 1<br />
million sites switch to Debian&#8221; , said Matthias Gelbmann in the article. With<br />
regard to the geographical distribution of web sites using Debian, the most are<br />
in Europe (with 39.7% of all sites in Germany, 36.1% in Poland, 33.6% in France<br />
and 26.4% in Russia).</p>
<p>1 : <a href="http://w3techs.com/blog/entry/debian_is_now_the_most_popular_linux_distribution_on_web_servers" target="_blank">http://w3techs.com/blog/entry/<wbr>debian_is_now_the_most_<wbr>popular_linux_distribution_on_<wbr>web_servers</wbr></wbr></wbr></a></p>
<p>Dummy web server in Debian?<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Thomas Goirand recently proposed to relax or even remove some dependencies [2]<br />
of web applications on a web server package. This would help users wanting to<br />
install such web applications in chroots, while the web server is installed<br />
only outside the chroot. During the following discussion, several solutions<br />
were proposed, such as providing a dummy web server package in Debian. It was<br />
pointed out that such dummy packages are actually very easy to create with the<br />
equivs [3] package, which deserves to be better known.</p>
<p>2 : <a href="http://lists.debian.org/debian-devel/2012/01/msg00148.html" target="_blank">http://lists.debian.org/<wbr>debian-devel/2012/01/msg00148.<wbr>html</wbr></wbr></a><br />
3 : <a href="http://packages.debian.org/equivs" target="_blank">http://packages.debian.org/<wbr>equivs</wbr></a></p>
<p>Aptitude strikes back<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Christian Perrier blogged about the recent revival of the aptitude package<br />
manager [4]. As the main maintainer had less time to dedicate to it, the number<br />
of bugs against aptitude was continually growing and reached more than 800. But<br />
last November, Daniel Harwig and Manuel A. Fernandez Montecelo started working<br />
on it, triaging bugs and preparing a possible new version. If you want to help<br />
them, join the aptitude-devel [5] mailing list on Alioth.</p>
<p>4 : <a href="http://www.perrier.eu.org/weblog/2012/01/14#aptitude-revival" target="_blank">http://www.perrier.eu.org/<wbr>weblog/2012/01/14#aptitude-<wbr>revival</wbr></wbr></a><br />
5 : <a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/aptitude-devel" target="_blank">http://lists.alioth.debian.<wbr>org/cgi-bin/mailman/listinfo/<wbr>aptitude-devel</wbr></wbr></a></p>
<p>About donations to Debian<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Stefano Zacchiroli blogged about how donations to Debian are used by the<br />
project [6]. First of all, Stefano explained how money is used in the Debian<br />
Project: to buy hardware and hardware-related services for Debian<br />
infrastructure, to sponsor contributor sprints, or to support travel expenses<br />
in order to allow Debian Developers to represent Debian at conferences and<br />
meetings. Then, Stefano noted that almost all donations to Debian come from<br />
private citizens and not from big corporate sponsors: corporates mostly sponsor<br />
DebConf (the Debian annual conference). At the end, Stefano pointed out that<br />
it&#8217;s possible to check how Debian spends donated money: by reading the minutes<br />
of SPI monthly meetings [7] or the list of sprints [8], visiting the DPL wiki<br />
page [9] and consulting the DebConf reports [10]. Stefano also added that over<br />
the next month he will be working to further improve the transparency of<br />
Debian&#8217;s budget.</p>
<p>6 : <a href="http://upsilon.cc/%7Ezack/blog/posts/2012/01/debian_donations-fu/" target="_blank">http://upsilon.cc/~zack/blog/<wbr>posts/2012/01/debian_<wbr>donations-fu/</wbr></wbr></a><br />
7 : <a href="http://www.spi-inc.org/meetings/minutes/" target="_blank">http://www.spi-inc.org/<wbr>meetings/minutes/</wbr></a><br />
8 : <a href="http://wiki.debian.org/Sprints" target="_blank">http://wiki.debian.org/Sprints</a><br />
9 : <a href="http://wiki.debian.org/Teams/DPL" target="_blank">http://wiki.debian.org/Teams/<wbr>DPL</wbr></a><br />
10 : <a href="http://media.debconf.org/" target="_blank">http://media.debconf.org/</a></p>
<p>On the subject of Debian&#8217;s usage of money, Yves-Alexis Perez proposed to<br />
advocate hardware sponsoring [11]. Since asking for money for oneself is not<br />
always the first reflex, he proposed to turn the offer the other way around: if<br />
you believe that a Debian Developer could use some money for hardware purposes,<br />
you should raise your voice and propose it yourself, in case the developer was<br />
too shy to ask, for example.</p>
<p>11 : <a href="http://www.corsac.net/?rub=blog&amp;post=1541" target="_blank">http://www.corsac.net/?rub=<wbr>blog&amp;post=1541</wbr></a></p>
<p>Armhf status in Debian<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Steve McIntyre blogged about the status of the armhf port in Debian [12]. Since<br />
mid-2011, he has been working on armhf as a new architecture in  &#8221;debian-ports&#8221;<br />
; then in December it was imported into the main Debian archive. The current<br />
state of auto-building can be viewed at thearmhf buildd status page [13].</p>
<p>12 : <a href="http://blog.einval.com/2012/01/09" target="_blank">http://blog.einval.com/2012/<wbr>01/09</wbr></a><br />
13 : <a href="https://buildd.debian.org/status/architecture.php?a=armhf&amp;suite=sid" target="_blank">https://buildd.debian.org/<wbr>status/architecture.php?a=<wbr>armhf&amp;suite=sid</wbr></wbr></a></p>
<p>IGMP denial of service in Linux<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>-</p>
<p>Ben Hutchings wrote an interesting report on a security issue in Linux [14]<br />
found by himself while working on bug #654876 [15]. As his laptop running Linux<br />
3.0 or 3.1 crashed repeatedly, Simon McVittie — the bug submitter —<br />
thought it could be a driver bug. But, analysing the log of the crash, Ben<br />
noted that  &#8221;a packet received through the wireless interface was being<br />
processed by IGMP, which then divided by zero.&#8221; IGMP packets are used to<br />
support multicast routers: as Ben explained, &#8220;every multicast address<br />
corresponds to a dynamic set of hosts, called a multicast group&#8221; . In order to<br />
know which hosts belong to which groups, the router sends packets and the<br />
computer replies at intervals. There are three different versions of the IGMP<br />
protocol used to define the Maximum Response Time (MRT) of the computer. Ben<br />
found that the crash was caused by a division by 0 of packets with an MRT of 0.<br />
The patch is included in Linux 3.0.17, 3.1.9, 3.2.1, and the Debian packaged<br />
version 3.1.8-2. Well done, Ben!</p>
<p>14 : <a href="http://womble.decadent.org.uk/blog/igmp-denial-of-service-in-linux-cve-2012-0207.html" target="_blank">http://womble.decadent.org.uk/<wbr>blog/igmp-denial-of-service-<wbr>in-linux-cve-2012-0207.html</wbr></wbr></a><br />
15 : <a href="http://bugs.debian.org/654876" target="_blank">http://bugs.debian.org/654876</a></p>
<p>Interviews<br />
&#8212;&#8212;&#8212;-</p>
<p>There has been one<br />
&#8220;People behind Debian&#8221; interview: withSteve McIntyre [16] (Debian CD<br />
maintainer and former Debian Project Leader).</p>
<p>16 : <a href="http://raphaelhertzog.com/2012/01/13/people-behind-debian-steve-mcintyre-debian-cd-maintainer-former-debian-project-leader/" target="_blank">http://raphaelhertzog.com/<wbr>2012/01/13/people-behind-<wbr>debian-steve-mcintyre-debian-<wbr>cd-maintainer-former-debian-<wbr>project-leader/</wbr></wbr></wbr></wbr></a></p>
<p>Other news<br />
&#8212;&#8212;&#8212;-</p>
<p>Gerfried Fuchs wrote an interesting article about a Release Critical<br />
bug-squashing effort for Stable [17]. Stable RC bugs are often not noted, as<br />
people usually concentrate on Unstable RC bugs, but &#8211; as Gerfried noted &#8211;  &#8221;it<br />
is one of our supported releases and thus should receive quite some attention,<br />
at least by the corresponding package maintainers themself.&#8221;</p>
<p>17 : <a href="http://rhonda.deb.at/blog/2012/01/19" target="_blank">http://rhonda.deb.at/blog/<wbr>2012/01/19</wbr></a></p>
<p>Enrico Zini announced that the Debtags web site also works for derivative<br />
distributions [18]: the site now shows packages from Ubuntu too, and can be<br />
extended to all Debian derivatives.</p>
<p>18 : <a href="http://www.enricozini.org/2012/debian/debtags-for-derivatives/" target="_blank">http://www.enricozini.org/<wbr>2012/debian/debtags-for-<wbr>derivatives/</wbr></wbr></a></p>
<p>Upcoming events<br />
&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>There are several upcoming Debian-related events:</p>
<p>* February 1, <a href="http://irc.freenode.org" target="_blank">irc.freenode.org</a>, #ubuntu-classroom, — [19] &#8220;Working with<br />
Debian&#8221; , an online workshop by Ian Laine and Stefano Rivera<br />
* February 4-5, Brussels, BE — Debian booth and several Debian-related talks<br />
atFree and Open Source Developers&#8217; European Meeting (FOSDEM) [20]<br />
* February 17-19, Paris, FR —Debian Bug Squashing Party [21]</p>
<p>You can find more information about Debian-related events and talks on the<br />
events section [22] of the Debian web site, or subscribe to one of our events<br />
mailing lists for different regions: Europe [23], Netherlands [24], Hispanic<br />
America [25], North America [26].</p>
<p>19 : <a href="https://wiki.ubuntu.com/UbuntuDeveloperWeek/Timetable" target="_blank">https://wiki.ubuntu.com/<wbr>UbuntuDeveloperWeek/Timetable</wbr></a><br />
20 : <a href="http://www.debian.org/News/2012/20120120" target="_blank">http://www.debian.org/News/<wbr>2012/20120120</wbr></a><br />
21 : <a href="http://wiki.debian.org/BSP2012/Paris" target="_blank">http://wiki.debian.org/<wbr>BSP2012/Paris</wbr></a><br />
22 : <a href="http://www.debian.org/events" target="_blank">http://www.debian.org/events</a><br />
23 : <a href="http://lists.debian.org/debian-events-eu" target="_blank">http://lists.debian.org/<wbr>debian-events-eu</wbr></a><br />
24 : <a href="http://lists.debian.org/debian-events-nl" target="_blank">http://lists.debian.org/<wbr>debian-events-nl</wbr></a><br />
25 : <a href="http://lists.debian.org/debian-events-ha" target="_blank">http://lists.debian.org/<wbr>debian-events-ha</wbr></a><br />
26 : <a href="http://lists.debian.org/debian-events-na" target="_blank">http://lists.debian.org/<wbr>debian-events-na</wbr></a></p>
<p>Do you want to organise a Debian booth or a Debian install party? Are you aware<br />
of other upcoming Debian-related events? Have you delivered a Debian talk that<br />
you want to link to on our talks page [27]? Send an email to the Debian Events<br />
Team [28].</p>
<p>27 : <a href="http://www.debian.org/events/talks" target="_blank">http://www.debian.org/events/<wbr>talks</wbr></a><br />
28 : mailto:<a href="mailto:events@debian.org">events@debian.org</a></p>
<p>New Debian Contributors<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Eight applicants have been accepted [29]<br />
as Debian Developers, one applicant has been accepted [30]<br />
as Debian Maintainer, and fourteen people have started to maintain<br />
packages [31] since the previous issue of the Debian<br />
Project News. Please welcome Intrigeri, Ryan Kavanagh, Daisuke Higuchi,<br />
Tanguy Ortolo, Angel Abad, Harshula Jayasuriya, Loong Jin Chow, Iulian Udrea,<br />
Mahyuddin Susanto, Jean-Michel Vourgère, Andrei Zavada, Dean Evans, Zbigniew<br />
Jędrzejewski-Szmek, Kay Hayen, Olivier Aubert, Hendrik Tews, Leonardo Robol,<br />
Dmitry Smirnov, J. Félix Ontañón, Benedict Verhegghe, Tobias Frost,<br />
Christoph Reiter and Chris Coulson<br />
into our project!</p>
<p>29 : <a href="https://nm.debian.org/nmlist.php#newmaint" target="_blank">https://nm.debian.org/nmlist.<wbr>php#newmaint</wbr></a><br />
30 : <a href="http://lists.debian.org/debian-project/2011/12/msg00061.html" target="_blank">http://lists.debian.org/<wbr>debian-project/2011/12/<wbr>msg00061.html</wbr></wbr></a><br />
31 : <a href="http://udd.debian.org/cgi-bin/new-maintainers.cgi" target="_blank">http://udd.debian.org/cgi-bin/<wbr>new-maintainers.cgi</wbr></a></p>
<p>Release-Critical bug statistics for the upcoming release<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>According to the Bugs Search interface of the Ultimate Debian Database<br />
[32], the upcoming release,<br />
Debian 7.0  &#8221;Wheezy&#8221; , is currently affected by 736 Release-Critical<br />
bugs. Ignoring bugs which are easily solved or on the way to being solved,<br />
roughly speaking, about 495 Release-Critical bugs remain to be solved for the<br />
release to happen.</p>
<p>32 : <a href="http://udd.debian.org/bugs.cgi" target="_blank">http://udd.debian.org/bugs.cgi</a></p>
<p>There are also more detailed statistics [33] as well as some hints on<br />
how to interpret [34] these numbers.</p>
<p>33 : <a href="http://blog.schmehl.info/Debian/rc-stats/7.0-wheezy/2012-03" target="_blank">http://blog.schmehl.info/<wbr>Debian/rc-stats/7.0-wheezy/<wbr>2012-03</wbr></wbr></a><br />
34 : <a href="http://wiki.debian.org/ProjectNews/RC-Stats" target="_blank">http://wiki.debian.org/<wbr>ProjectNews/RC-Stats</wbr></a></p>
<p>Status of Debian Installer localisation<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;&#8212;</p>
<p>In his last report on Debian Installer localisation [35], Christian Perrier<br />
noted that twenty-two languages are currently up to date for D-I&#8217;s core files;<br />
ten (Czech, German, Spanish, French, Italian, Kazakh, Dutch, Portuguese,<br />
Russian and Slovak) are 100% complete for the moment.</p>
<p>35 : <a href="http://www.perrier.eu.org/weblog/2012/01/19#di-l10n-update-2012-05" target="_blank">http://www.perrier.eu.org/<wbr>weblog/2012/01/19#di-l10n-<wbr>update-2012-05</wbr></wbr></a></p>
<p>Important Debian Security Advisories<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;</p>
<p>Debian&#8217;s Security Team recently released<br />
advisories for these packages (among others): cacti [36], pdns [37],<br />
openttd [38], simplesamlphp [39], t1lib [40], linux-2.6 [41], openssl [42] and<br />
phpmyadmin [43].<br />
Please read them carefully and take the proper measures.</p>
<p>36 : <a href="http://www.debian.org/security/2012/dsa-2384" target="_blank">http://www.debian.org/<wbr>security/2012/dsa-2384</wbr></a><br />
37 : <a href="http://www.debian.org/security/2012/dsa-2385" target="_blank">http://www.debian.org/<wbr>security/2012/dsa-2385</wbr></a><br />
38 : <a href="http://www.debian.org/security/2012/dsa-2386" target="_blank">http://www.debian.org/<wbr>security/2012/dsa-2386</wbr></a><br />
39 : <a href="http://www.debian.org/security/2012/dsa-2387" target="_blank">http://www.debian.org/<wbr>security/2012/dsa-2387</wbr></a><br />
40 : <a href="http://www.debian.org/security/2012/dsa-2388" target="_blank">http://www.debian.org/<wbr>security/2012/dsa-2388</wbr></a><br />
41 : <a href="http://www.debian.org/security/2012/dsa-2389" target="_blank">http://www.debian.org/<wbr>security/2012/dsa-2389</wbr></a><br />
42 : <a href="http://www.debian.org/security/2012/dsa-2390" target="_blank">http://www.debian.org/<wbr>security/2012/dsa-2390</wbr></a><br />
43 : <a href="http://www.debian.org/security/2012/dsa-2391" target="_blank">http://www.debian.org/<wbr>security/2012/dsa-2391</wbr></a></p>
<p>Debian&#8217;s Backports Team released an advisory for the openswan [44]<br />
package.<br />
Please read them carefully and take the proper measures.</p>
<p>44 : <a href="http://lists.debian.org/debian-backports-announce/2012/01/msg00000.html" target="_blank">http://lists.debian.org/<wbr>debian-backports-announce/<wbr>2012/01/msg00000.html</wbr></wbr></a></p>
<p>Please note that these are a selection of the more important security<br />
advisories of the last weeks. If you need to be kept up to date about security<br />
advisories released by the Debian Security Team, please subscribe to the<br />
security mailing list [45] (and the separate backports list [46], and stable<br />
updates list [47] or volatile list [48], for  &#8221;Lenny&#8221; , the oldstable<br />
distribution) for announcements.</p>
<p>45 : <a href="http://lists.debian.org/debian-security-announce/" target="_blank">http://lists.debian.org/<wbr>debian-security-announce/</wbr></a><br />
46 : <a href="http://lists.debian.org/debian-backports-announce/" target="_blank">http://lists.debian.org/<wbr>debian-backports-announce/</wbr></a><br />
47 : <a href="http://lists.debian.org/debian-stable-announce/" target="_blank">http://lists.debian.org/<wbr>debian-stable-announce/</wbr></a><br />
48 : <a href="http://lists.debian.org/debian-volatile-announce/" target="_blank">http://lists.debian.org/<wbr>debian-volatile-announce/</wbr></a></p>
<p>New and noteworthy packages<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>587 packages were added to the unstable Debian archive recently. Among many<br />
others [49] are:</p>
<p>49 : <a href="http://packages.debian.org/unstable/main/newpkg" target="_blank">http://packages.debian.org/<wbr>unstable/main/newpkg</wbr></a></p>
<p>* dia-shapes — diagram editor [50]<br />
* freeciv-client-extras — Civilization turn based strategy game (additional<br />
scripts and tools) [51]<br />
* kfreebsd-headers-9.0-1-686 — header files for kernel of FreeBSD 9.0 [52]<br />
* xul-ext-refcontrol — control what gets sent as the HTTP Referer on a<br />
per-site basis [53]<br />
* advene — annotate DVDs, exchange on the net [54]<br />
* clinica — simple medical records manager [55]<br />
* gedit-source-code-browser-<wbr>plugin — source code class and function browser<br />
plugin for Gedit [56]<br />
* googlefontdirectory-tools — various tools for generating, analysing and<br />
manipulating font files [57]<br />
* linux-source-3.2 — Linux kernel source for version 3.2 with Debian patches<br />
[58]<br />
* mediainfo — command-line utility for reading information from audio/video<br />
files [59]<br />
* mplayer-gui — movie player for Unix-like systems [60]<br />
* sparkleshare — distributed collaboration and sharing tool [61]</p>
<p>50 : <a href="http://packages.debian.org/unstable/main/dia-shapes" target="_blank">http://packages.debian.org/<wbr>unstable/main/dia-shapes</wbr></a><br />
51 : <a href="http://packages.debian.org/unstable/main/freeciv-client-extras" target="_blank">http://packages.debian.org/<wbr>unstable/main/freeciv-client-<wbr>extras</wbr></wbr></a><br />
52 : <a href="http://packages.debian.org/unstable/main/kfreebsd-headers-9.0-1-686" target="_blank">http://packages.debian.org/<wbr>unstable/main/kfreebsd-<wbr>headers-9.0-1-686</wbr></wbr></a><br />
53 : <a href="http://packages.debian.org/unstable/main/xul-ext-refcontrol" target="_blank">http://packages.debian.org/<wbr>unstable/main/xul-ext-<wbr>refcontrol</wbr></wbr></a><br />
54 : <a href="http://packages.debian.org/unstable/main/advene" target="_blank">http://packages.debian.org/<wbr>unstable/main/advene</wbr></a><br />
55 : <a href="http://packages.debian.org/unstable/main/clinica" target="_blank">http://packages.debian.org/<wbr>unstable/main/clinica</wbr></a><br />
56 : <a href="http://packages.debian.org/unstable/main/gedit-source-code-browser-plugin" target="_blank">http://packages.debian.org/<wbr>unstable/main/gedit-source-<wbr>code-browser-plugin</wbr></wbr></a><br />
57 : <a href="http://packages.debian.org/unstable/main/googlefontdirectory-tools" target="_blank">http://packages.debian.org/<wbr>unstable/main/<wbr>googlefontdirectory-tools</wbr></wbr></a><br />
58 : <a href="http://packages.debian.org/unstable/main/linux-source-3.2" target="_blank">http://packages.debian.org/<wbr>unstable/main/linux-source-3.2</wbr></a><br />
59 : <a href="http://packages.debian.org/unstable/main/mediainfo" target="_blank">http://packages.debian.org/<wbr>unstable/main/mediainfo</wbr></a><br />
60 : <a href="http://packages.debian.org/unstable/main/mplayer-gui" target="_blank">http://packages.debian.org/<wbr>unstable/main/mplayer-gui</wbr></a><br />
61 : <a href="http://packages.debian.org/unstable/main/sparkleshare" target="_blank">http://packages.debian.org/<wbr>unstable/main/sparkleshare</wbr></a></p>
<p>Work-needing packages<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Currently 396 packages are orphaned [62] and 149 packages are up for<br />
adoption [63]: please visit the complete<br />
list of packages which need your help [64].</p>
<p>62 : <a href="http://www.debian.org/devel/wnpp/orphaned" target="_blank">http://www.debian.org/devel/<wbr>wnpp/orphaned</wbr></a><br />
63 : <a href="http://www.debian.org/devel/wnpp/rfa" target="_blank">http://www.debian.org/devel/<wbr>wnpp/rfa</wbr></a><br />
64 : <a href="http://www.debian.org/devel/wnpp/help_requested" target="_blank">http://www.debian.org/devel/<wbr>wnpp/help_requested</wbr></a></p>
<p>Want to continue reading DPN?<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Please help us create this newsletter. We still need more volunteer writers to<br />
watch the Debian community and report about what is going on. Please see the<br />
contributing page [65] to find out how to help. We&#8217;re looking forward to<br />
receiving your mail at <a href="mailto:debian-publicity@lists.debian.org">debian-publicity@lists.debian.<wbr>org</wbr></a> [66].</p>
<p>65 : <a href="http://wiki.debian.org/ProjectNews/HowToContribute" target="_blank">http://wiki.debian.org/<wbr>ProjectNews/HowToContribute</wbr></a><br />
66 : mailto:<a href="mailto:debian-publicity@lists.debian.org">debian-publicity@lists.<wbr>debian.org</wbr></a></p>
<p>This issue of Debian Project News was edited by Francesca Ciceri, Andrei<br />
Popescu, David Prévot and Justin B Rye [67].</p>
<p>67 : mailto:<a href="mailto:debian-publicity@lists.debian.org">debian-publicity@lists.<wbr>debian.org</wbr></a></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></div>
]]></content:encoded>
			<wfw:commentRss>http://www.debian-world.com/2012/01/debian-project-news-january-23rd-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kako isključiti podršku za ipv6 u Debian distribuciji</title>
		<link>http://www.debian-world.com/2012/01/iskljuci-ipv6-debian/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=iskljuci-ipv6-debian</link>
		<comments>http://www.debian-world.com/2012/01/iskljuci-ipv6-debian/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 07:58:39 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Poslužitelji]]></category>
		<category><![CDATA[ipv6]]></category>

		<guid isPermaLink="false">http://www.debian-world.com/?p=415</guid>
		<description><![CDATA[# Kernel echo net.ipv6.conf.all.disable_ipv6=1 &#62; /etc/sysctl.d/disableipv6.conf # Uglavno servisi koji koriste ipv6, treba se posebno podesiti, evo par primjera: # Exim4 - postaviti dc_local_interfaces='127.0.0.1' zatim pokrenuti: update-exim4.conf # ssh - dododati u /etc/ssh/sshd_config echo "AddressFamily inet" &#62;&#62; /etc/ssh/sshd_config]]></description>
			<content:encoded><![CDATA[<pre># Kernel
echo net.ipv6.conf.all.disable_ipv6=1 &gt; /etc/sysctl.d/disableipv6.conf

# Uglavno servisi koji koriste ipv6, treba se posebno podesiti, evo par primjera:

# Exim4 - postaviti <code>dc_local_interfaces='127.0.0.1'</code> zatim pokrenuti:
update-exim4.conf
# ssh - dododati u /etc/ssh/sshd_config
echo "<em>AddressFamily inet</em>" &gt;&gt; /etc/ssh/sshd_config
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.debian-world.com/2012/01/iskljuci-ipv6-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SOPA (Stop Online Piracy Act)</title>
		<link>http://www.debian-world.com/2012/01/sopa-stop-online-piracy-act/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sopa-stop-online-piracy-act</link>
		<comments>http://www.debian-world.com/2012/01/sopa-stop-online-piracy-act/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 07:31:02 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Filozofija]]></category>
		<category><![CDATA[sopa]]></category>

		<guid isPermaLink="false">http://www.debian-world.com/?p=412</guid>
		<description><![CDATA[Internetska je sloboda u opasnosti. Prijedlog zakona SOPA (Stop Online Piracy Act) u Sjedinjenim Državama prijeti Wikipedijinom opstanku. Pod izlikom zaštite autorskih prava, predložene mjere praktički omogućuju cenzuru. Internet ne smije biti cenzuriran! Izvor : Zakon o sprječavanju interetskog pirastva &#160;]]></description>
			<content:encoded><![CDATA[<div>
<div>Internetska je sloboda u opasnosti.</div>
<p>Prijedlog zakona <strong><span style="text-decoration: underline;"><a title="Zakon o sprječavanju internetskog piratstva" href="http://hr.wikipedia.org/wiki/Zakon_o_sprje%C4%8Davanju_internetskog_piratstva">SOPA</a></span></strong> (<em>Stop Online Piracy Act</em>) u Sjedinjenim Državama prijeti Wikipedijinom opstanku. Pod izlikom zaštite autorskih prava, predložene mjere praktički omogućuju cenzuru.</p>
<p><strong>Internet ne smije biti cenzuriran!</strong></p>
<p>Izvor : <a href="http://hr.wikipedia.org/wiki/Zakon_o_sprje%C4%8Davanju_internetskog_piratstva" target="_blank">Zakon o sprječavanju interetskog pirastva</a></p>
<p>&nbsp;</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.debian-world.com/2012/01/sopa-stop-online-piracy-act/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian Project News &#8211; January 9th, 2012</title>
		<link>http://www.debian-world.com/2012/01/debian-project-news-january-9th-2012/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=debian-project-news-january-9th-2012</link>
		<comments>http://www.debian-world.com/2012/01/debian-project-news-january-9th-2012/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 08:08:12 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.debian-world.com/?p=410</guid>
		<description><![CDATA[&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; The Debian Project                                http://www.debian.org/ Debian Project News                    debian-publicity@lists.debian.org January 9th, 2012             http://www.debian.org/News/weekly/2012/01/ &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Welcome to this year&#8217;s first issue of DPN, the newsletter [...]]]></description>
			<content:encoded><![CDATA[<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<div id=":so"><wbr>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;&#8212;&#8212;<br />
The Debian Project                                <a href="http://www.debian.org/" target="_blank">http://www.debian.org/</a><br />
Debian Project News                    <a href="mailto:debian-publicity@lists.debian.org">debian-publicity@lists.debian.<wbr>org</wbr></a><br />
January 9th, 2012             <a href="http://www.debian.org/News/weekly/2012/01/" target="_blank">http://www.debian.org/News/<wbr>weekly/2012/01/</wbr></a><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;&#8212;&#8212;</p>
<p>Welcome to this year&#8217;s first issue of DPN, the newsletter for the Debian<br />
community. Topics covered in this issue include:</p>
<p>* Debian Edu/Skolelinux 6.0.3 beta2 released<br />
* Bits from the DPL<br />
* Forthcoming new release of the X server<br />
* Scientific article on Debian in PNAS<br />
* New Debian Infographic<br />
* New interface for Debtags website<br />
* apt-get purge defoma<br />
* Further interviews<br />
* Other news<br />
* Upcoming events<br />
* New Debian Contributors<br />
* Release-critical bugs statistics for the upcoming release<br />
* Status of Debian Installer localisation<br />
* Important Debian Security Advisories<br />
* New and noteworthy packages<br />
* Work-needing packages<br />
* Want to continue reading DPN?<br />
<span id="more-410"></span><br />
Debian Edu/Skolelinux 6.0.3 beta2 released<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;&#8212;&#8212;</p>
<p>Petter Reinholdtsen announced the release of Debian Edu Squeeze 6.0.3<br />
beta2 [1]: download and installation instructions [2] are available on<br />
the wiki, and in particular a useful    [3] &#8220;Getting Started&#8221; chapter in<br />
which you can find explanations of how to log in for the first time.<br />
Feedback and installation reports can be sent to the Debian Edu mailing<br />
list [4].</p>
<p>1 : <a href="http://lists.debian.org/debian-edu/2012/01/msg00129.html" target="_blank">http://lists.debian.org/<wbr>debian-edu/2012/01/msg00129.<wbr>html</wbr></wbr></a><br />
2 : <a href="http://wiki.debian.org/DebianEdu/Documentation/Squeeze/Installation" target="_blank">http://wiki.debian.org/<wbr>DebianEdu/Documentation/<wbr>Squeeze/Installation</wbr></wbr></a><br />
3 : <a href="http://wiki.debian.org/DebianEdu/Documentation/Squeeze/GettingStarted" target="_blank">http://wiki.debian.org/<wbr>DebianEdu/Documentation/<wbr>Squeeze/GettingStarted</wbr></wbr></a><br />
4 : <a href="http://lists.debian.org/debian-edu/" target="_blank">http://lists.debian.org/<wbr>debian-edu/</wbr></a></p>
<p>Debian Edu is a project aiming to make a Debian Pure Blend for<br />
educational purposes, which can be used in schools and other educational<br />
institutions. The Debian Edu project develops and maintains Skolelinux<br />
[5], a complete and free &#8220;out of the box&#8221; software solution for schools.<br />
For more information about Debian Edu, please visit therelated wiki page<br />
[6].</p>
<p>5 : <a href="http://www.skolelinux.org/" target="_blank">http://www.skolelinux.org/</a><br />
6 : <a href="http://wiki.debian.org/DebianEdu" target="_blank">http://wiki.debian.org/<wbr>DebianEdu</wbr></a></p>
<p>Bits from the DPL<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Stefano Zacchiroli sent some bits from the DPL [7] in which he reported<br />
about the work done by Martin Michlmayr as Auditor, in order to<br />
reconstruct Debian&#8217;s expenses and budgets. Stefano also sent a call for<br />
help for Wheezy artwork organisation, and announced that Gunnar Wolf has<br />
volunteered to monitor the discussion regarding the Creative Commons<br />
process for revision 4.0 on behalf of Debian.</p>
<p>7 : <a href="http://lists.debian.org/debian-devel-announce/2012/01/msg00001.html" target="_blank">http://lists.debian.org/<wbr>debian-devel-announce/2012/01/<wbr>msg00001.html</wbr></wbr></a></p>
<p>Forthcoming new release of the X server<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;&#8212;</p>
<p>Cyril Brulebois blogged about the forthcoming X server release 1.12 [8]:<br />
one major change is the addition of XI2.2 patches, which are related to<br />
multitouch support. Another significant change is the addition of<br />
support for Intel&#8217;s Sandy Bridge New Acceleration in the Debian<br />
packages.</p>
<p>8 : <a href="http://blog.mraw.org/2012/01/01/XServer_1.12RC1/" target="_blank">http://blog.mraw.org/2012/01/<wbr>01/XServer_1.12RC1/</wbr></a></p>
<p>Scientific article on Debian in PNAS<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;</p>
<p>Michael Hanke noted [9] that the Proceedings of the National Academy of<br />
Science (&#8220;PNAS&#8221;) of the United States of America has apaper on the<br />
evolution of software in Debian [10].</p>
<p>9 : <a href="http://lists.debian.org/debian-project/2011/12/msg00000.html" target="_blank">http://lists.debian.org/<wbr>debian-project/2011/12/<wbr>msg00000.html</wbr></wbr></a><br />
10 : <a href="http://www.pnas.org/content/early/2011/11/14/1115960108.abstract" target="_blank">http://www.pnas.org/content/<wbr>early/2011/11/14/1115960108.<wbr>abstract</wbr></wbr></a></p>
<p>If you know other studies about Debian and its software, you can add it<br />
to our related wiki page [11].</p>
<p>11 : <a href="http://wiki.debian.org/CategoryPublication" target="_blank">http://wiki.debian.org/<wbr>CategoryPublication</wbr></a></p>
<p>New Debian Infographic<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Claudio Filho has published a beautiful infographic about Debian [12].<br />
The main motivation was, as Claudio said [13], &#8220;to &#8220;draw&#8221; for final<br />
users how Debian can be good for them&#8221;. Similar efforts have been made<br />
by StÃ©phane Blondon [14] and Chris Lamb [15], who created the Debian<br />
Timeline website [16] and the related Debian package [17].</p>
<p>12 : <a href="http://claudiocomputing.wordpress.com/infographic-of-debian/" target="_blank">http://claudiocomputing.<wbr>wordpress.com/infographic-of-<wbr>debian/</wbr></wbr></a><br />
13 : <a href="http://lists.debian.org/debian-publicity/2011/12/msg00066.html" target="_blank">http://lists.debian.org/<wbr>debian-publicity/2011/12/<wbr>msg00066.html</wbr></wbr></a><br />
14 : <a href="http://ascendances.files.wordpress.com/2011/10/timeline_debian_1993_20111.png" target="_blank">http://ascendances.files.<wbr>wordpress.com/2011/10/<wbr>timeline_debian_1993_20111.png</wbr></wbr></a><br />
15 : <a href="http://chris-lamb.co.uk/2008/03/09/timeline-of-the-debian-project/" target="_blank">http://chris-lamb.co.uk/2008/<wbr>03/09/timeline-of-the-debian-<wbr>project/</wbr></wbr></a><br />
16 : <a href="http://timeline.debian.net/" target="_blank">http://timeline.debian.net/</a><br />
17 : <a href="http://packages.debian.org/sid/debian-timeline" target="_blank">http://packages.debian.org/<wbr>sid/debian-timeline</wbr></a></p>
<p>New interface for Debtags website<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;</p>
<p>Enrico Zini announced a new interface for the Debtags website [18].<br />
Debtags is a project to classify Debian packages by adding tags to them:<br />
&#8220;Debtags attaches categories (we call them tags) to packages, creating a<br />
new set of useful structured metadata that can be used to implement more<br />
advanced ways of presenting, searching, maintaining and navigating the<br />
package archive&#8221;, Enrico saidwhile presenting the project in 2005 [19].<br />
Using the new interface, it is possible to search packages [20], take a<br />
look at statistics about Debtags [21] and, obviously, help with the<br />
tagging effort [22]. For more information about Debtags, you can visit<br />
the related wiki page [23].</p>
<p>18 : <a href="http://lists.debian.org/debian-devel-announce/2012/01/msg00000.html" target="_blank">http://lists.debian.org/<wbr>debian-devel-announce/2012/01/<wbr>msg00000.html</wbr></wbr></a><br />
19 : <a href="http://debtags.alioth.debian.org/paper-debtags.html" target="_blank">http://debtags.alioth.debian.<wbr>org/paper-debtags.html</wbr></a><br />
20 : <a href="http://debtags.debian.net/search/" target="_blank">http://debtags.debian.net/<wbr>search/</wbr></a><br />
21 : <a href="http://debtags.debian.net/statistics/" target="_blank">http://debtags.debian.net/<wbr>statistics/</wbr></a><br />
22 : <a href="http://debtags.debian.net/getting-started/" target="_blank">http://debtags.debian.net/<wbr>getting-started/</wbr></a><br />
23 : <a href="http://wiki.debian.org/Debtags" target="_blank">http://wiki.debian.org/Debtags</a></p>
<p>apt-get purge defoma<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Paul Wise reported that the transition from defoma to fontconfig is<br />
finally complete [24]. Defoma is the Debian-specific font manager, long<br />
unmaintained, while the replacement (fontconfig) is cross-distribution<br />
and also has wide support from upstreams. In the past three years the<br />
Debian Fonts Task Force [25] has worked a lot in order to gain this<br />
result, thanks especially to the work of Christian Perrier and Paul<br />
Wise. Please note that the transition is not completely smooth:  &#8221;Xorg<br />
does not yet support fontconfig so for now programs relying on<br />
server-side fonts will only be able to use thexfonts- packages shipping<br />
their fonts in the directories known by the X server&#8221; and in addition<br />
&#8220;there are some issues [26] with Ghostscript and CJK&#8221;, Paul said.</p>
<p>24 : <a href="http://bonedaddy.net/pabs3/log/2012/01/07/apt-get-purge-defoma/" target="_blank">http://bonedaddy.net/pabs3/<wbr>log/2012/01/07/apt-get-purge-<wbr>defoma/</wbr></wbr></a><br />
25 : <a href="http://pkg-fonts.alioth.debian.org/" target="_blank">http://pkg-fonts.alioth.<wbr>debian.org/</wbr></a><br />
26 : <a href="http://wiki.debian.org/gs-undefoma" target="_blank">http://wiki.debian.org/gs-<wbr>undefoma</wbr></a></p>
<p>Further interviews<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Since the last issue of the Debian Project News, two new issues of the<br />
[27] &#8220;This week in Debian&#8221; podcast have been published: with Jonathan<br />
Nadeau [28], about the Northeast GNU/Linux Fest; and with Raphael<br />
Hertzog [29], about the Debian handbook.</p>
<p>27 : <a href="http://wiki.debian.org/ThisWeekInDebian" target="_blank">http://wiki.debian.org/<wbr>ThisWeekInDebian</wbr></a><br />
28 : <a href="http://frostbitemedia.org/node/35" target="_blank">http://frostbitemedia.org/<wbr>node/35</wbr></a><br />
29 : <a href="http://frostbitemedia.org/node/31" target="_blank">http://frostbitemedia.org/<wbr>node/31</wbr></a></p>
<p>There has also been a &#8220;People behind Debian&#8221; interview withi Ben Hutchings<br />
[30], member of the kernel team.</p>
<p>30 : <a href="http://raphaelhertzog.com/2011/12/13/people-behind-debian-ben-hutchings-member-of-the-kernel-team/" target="_blank">http://raphaelhertzog.com/<wbr>2011/12/13/people-behind-<wbr>debian-ben-hutchings-member-<wbr>of-the-kernel-team/</wbr></wbr></wbr></a></p>
<p>In addition the NeuroDebian team [31] was interviewed [32] by the INCF.</p>
<p>31 : <a href="http://neuro.debian.net/" target="_blank">http://neuro.debian.net/</a><br />
32 : <a href="http://incf.org/newsroom/stories/neurodebian-the-value-of-an-integrated-tool-suite" target="_blank">http://incf.org/newsroom/<wbr>stories/neurodebian-the-value-<wbr>of-an-integrated-tool-suite</wbr></wbr></a></p>
<p>Other news<br />
&#8212;&#8212;&#8212;-</p>
<p>The 27th issue of the miscellaneous news for developers [33] has been<br />
released and covers the following topics:</p>
<p>33 : <a href="http://lists.debian.org/debian-devel-announce/2011/12/msg00001.html" target="_blank">http://lists.debian.org/<wbr>debian-devel-announce/2011/12/<wbr>msg00001.html</wbr></wbr></a></p>
<p>* Planet Debian Derivatives<br />
* win32-loader.exe now eases access to the GNU/Hurd Debian-Installer<br />
* Wiki bugstatus extended to Launchpad bugs<br />
* dh-exec entering unstable<br />
* derivatives patch generation prototype</p>
<p>Uwe Hermann published a useful quick howto on using OpenVPN on Debian<br />
GNU/Linux [34].</p>
<p>34 : <a href="http://www.hermann-uwe.de/blog/howto-using-openvpn-on-debian-gnu-linux" target="_blank">http://www.hermann-uwe.de/<wbr>blog/howto-using-openvpn-on-<wbr>debian-gnu-linux</wbr></wbr></a></p>
<p>Jonas Smedegaard reported that the Indonesian newspaper [35] &#8220;Serambi&#8221;<br />
dedicated an article to his Debian involvement after his presence at a<br />
radio talkshow in Aceh, Indonesia. Jonas was travelling Asia in order to<br />
deliver a series of talks dedicated to Debian Pure Blends [36]. More<br />
information about his trip are available on a related wiki page [37].</p>
<p>35 : <a href="http://aceh.tribunnews.com/2011/12/11/ayo-jadi-hacker" target="_blank">http://aceh.tribunnews.com/<wbr>2011/12/11/ayo-jadi-hacker</wbr></a><br />
36 : <a href="http://wiki.debian.org/DebianPureBlends" target="_blank">http://wiki.debian.org/<wbr>DebianPureBlends</wbr></a><br />
37 : <a href="http://wiki.jones.dk/DebianAsia2011" target="_blank">http://wiki.jones.dk/<wbr>DebianAsia2011</wbr></a></p>
<p>The web team is pleased to announce that all languages have finished<br />
their migration to UTF-8 [38], so the Debian website [39] is now<br />
available for everyone in UTF-8, thanks to all the translators who<br />
worked on this issue.</p>
<p>38 : <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567781" target="_blank">http://bugs.debian.org/cgi-<wbr>bin/bugreport.cgi?bug=567781</wbr></a><br />
39 : <a href="http://www.debian.org" target="_blank">http://www.debian.org</a></p>
<p>Asheesh Laroia wrote an interesting article about short key IDs with<br />
OpenPGP and GNU Privacy Guard [40], arguing that using them is<br />
fundamentally insecure as it&#8217;s easy to generate collisions for short key<br />
IDs.</p>
<p>40 : <a href="http://www.asheesh.org/note/debian/short-key-ids-are-bad-news.html" target="_blank">http://www.asheesh.org/note/<wbr>debian/short-key-ids-are-bad-<wbr>news.html</wbr></wbr></a></p>
<p>The Debian Project was mentioned in an article by Bruce Byfield on<br />
Datamation titled       [41] &#8220;2011: The Year of Linux Disappointments&#8221; .<br />
According to the author, in fact, while various Open Source projects saw<br />
a decline in 2011, the Debian project   &#8220;spent much of 2011 reinventing<br />
itself. In the past few twelve months, it has &#8212; among other things &#8211;<br />
tried to encourage cooperation among its derivatives, revamped its new<br />
member process, and experimented with IRC training sessions.&#8221;</p>
<p>41 : <a href="http://www.datamation.com/open-source/2011-the-year-of-linux-disappointments-1.html" target="_blank">http://www.datamation.com/<wbr>open-source/2011-the-year-of-<wbr>linux-disappointments-1.html</wbr></wbr></a></p>
<p>Martin Zobel-Helas announced that he has applied the main theme of<br />
Debian website to <a href="http://db.debian.org" target="_blank">db.debian.org</a>, the internal LDAP directory of Debian<br />
Developers [42]. In the previous days, thanks to Cristoph Berg, the<br />
Debian Quality Assurance website [43] had also switched to the main<br />
theme.</p>
<p>42 : <a href="http://lists.debian.org/debian-project/2012/01/msg00040.html" target="_blank">http://lists.debian.org/<wbr>debian-project/2012/01/<wbr>msg00040.html</wbr></wbr></a><br />
43 : <a href="http://qa.debian.org/" target="_blank">http://qa.debian.org/</a></p>
<p>Russ Allbery wrote an interesting blog post [44] about Debian and<br />
popularity.</p>
<p>44 : <a href="http://www.eyrie.org/%7Eeagle/journal/2012-01/004.html" target="_blank">http://www.eyrie.org/~eagle/<wbr>journal/2012-01/004.html</wbr></a></p>
<p>Upcoming events<br />
&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>There are several upcoming Debian related events:</p>
<p>* January 18, Ballarat, AU &#8212; Freedom, Out of the Box! [45] by Bdale Garbee<br />
* January 18, &#8216;s-Hertogenbosch, NL &#8212; workshop onDebian Packaging [46]<br />
* January 20-22, Los Angeles, US &#8212; Debian booth at the Tenth Annual Southern<br />
California Linux Expo [47]</p>
<p>You can find more information about Debian related events and talks on<br />
the events section [48] of the Debian web site, or subscribe to one of<br />
our events mailing lists for different regions: Europe [49], Netherlands<br />
[50], Hispanic America [51], North America [52].</p>
<p>45 : <a href="http://linux.conf.au/schedule/36/view_talk?day=wednesday" target="_blank">http://linux.conf.au/schedule/<wbr>36/view_talk?day=wednesday</wbr></a><br />
46 : <a href="http://lug.project073.nl/blog/events/debian-packaging-derde-bijeenkomst/" target="_blank">http://lug.project073.nl/blog/<wbr>events/debian-packaging-derde-<wbr>bijeenkomst/</wbr></wbr></a><br />
47 : <a href="http://www.debian.org/events/2012/0120-scale10x" target="_blank">http://www.debian.org/events/<wbr>2012/0120-scale10x</wbr></a><br />
48 : <a href="http://www.debian.org/events" target="_blank">http://www.debian.org/events</a><br />
49 : <a href="http://lists.debian.org/debian-events-eu" target="_blank">http://lists.debian.org/<wbr>debian-events-eu</wbr></a><br />
50 : <a href="http://lists.debian.org/debian-events-nl" target="_blank">http://lists.debian.org/<wbr>debian-events-nl</wbr></a><br />
51 : <a href="http://lists.debian.org/debian-events-ha" target="_blank">http://lists.debian.org/<wbr>debian-events-ha</wbr></a><br />
52 : <a href="http://lists.debian.org/debian-events-na" target="_blank">http://lists.debian.org/<wbr>debian-events-na</wbr></a></p>
<p>Do you want to organise a Debian booth or a Debian install party? Are<br />
you aware of other upcoming Debian related events? Have you delivered a<br />
Debian talk and want to link it on our talks page [53]? Send an email to<br />
the Debian Events Team [54].</p>
<p>53 : <a href="http://www.debian.org/events/talks" target="_blank">http://www.debian.org/events/<wbr>talks</wbr></a><br />
54 : mailto:<a href="mailto:events@debian.org">events@debian.org</a></p>
<p>New Debian Contributors<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Fifteen people have started to maintain packages [55] since the previous<br />
issue of the Debian Project News. Please welcome Werner Detter, Fredrik<br />
Thulin, Eleanor Chen, Sergiusz Pawlowicz, Brian Thomason, Mike Gabriel,<br />
Ko van der Sloot, Paul Boddie, Mark Vejvoda, Patrick Ulbrich, Lucia<br />
Prado, Jon Ludlam, Kamil Ignacak, Mike McClurg, and Leo Iannacone into<br />
our project!</p>
<p>55 : <a href="http://udd.debian.org/cgi-bin/new-maintainers.cgi" target="_blank">http://udd.debian.org/cgi-bin/<wbr>new-maintainers.cgi</wbr></a></p>
<p>Release-critical bugs statistics for the upcoming release<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>According to the Bugs Search interface of the Ultimate Debian Database<br />
[56], the upcoming release, Debian 7.0 &#8220;Wheezy&#8221;, is currently affected<br />
by 797 release-critical bugs. Ignoring bugs which are easily solved or<br />
on the way to being solved, roughly speaking, about 532 release-critical<br />
bugs remain to be solved for the release to happen.</p>
<p>56 : <a href="http://udd.debian.org/bugs.cgi" target="_blank">http://udd.debian.org/bugs.cgi</a></p>
<p>There are also more detailed statistics [57] as well as some hints on<br />
how to interpret [58] these numbers.</p>
<p>57 : <a href="http://blog.schmehl.info/Debian/rc-stats/7.0-wheezy/2012-01" target="_blank">http://blog.schmehl.info/<wbr>Debian/rc-stats/7.0-wheezy/<wbr>2012-01</wbr></wbr></a><br />
58 : <a href="http://wiki.debian.org/ProjectNews/RC-Stats" target="_blank">http://wiki.debian.org/<wbr>ProjectNews/RC-Stats</wbr></a></p>
<p>Status of Debian Installer localisation<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;&#8212;</p>
<p>In his last report on Debian Installer localisation [59], Christian<br />
Perrier noted that eighteen languages are currently up to date for D-I&#8217;s<br />
core files; ten (Czech, German, Spanish, French, Italian, Kazakh, Dutch,<br />
Portuguese, Russian and Slovak) are 100% complete for the moment.</p>
<p>Christian informed us previously [60] that &#8220;A very important and<br />
critical fix to partman-zfs broke a string in sublevel 4.&#8221; That explains<br />
why the results are lower than thelast time [61] we relayed the<br />
translation status, but translators are quickly working to make the<br />
Debian Installer completely available in many languages.</p>
<p>59 : <a href="http://www.perrier.eu.org/weblog/2012/01/05#di-l10n-update-2012-03" target="_blank">http://www.perrier.eu.org/<wbr>weblog/2012/01/05#di-l10n-<wbr>update-2012-03</wbr></wbr></a><br />
60 : <a href="http://www.perrier.eu.org/weblog/2012/01/02#di-l10n-update-2012-02" target="_blank">http://www.perrier.eu.org/<wbr>weblog/2012/01/02#di-l10n-<wbr>update-2012-02</wbr></wbr></a><br />
61 : <a href="http://www.debian.org/News/weekly/2011/14/#di" target="_blank">http://www.debian.org/News/<wbr>weekly/2011/14/#di</wbr></a></p>
<p>Important Debian Security Advisories<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<wbr>&#8212;&#8212;</p>
<p>Debian&#8217;s Security Team recently released advisories for these packages<br />
(among others): tor [62], xorg [63], dtc [64], mediawiki [65], asterisk<br />
[66], lighttpd [67], libsoup2.4 [68], unbound [69], jasper [70], heimdal<br />
[71], inetutils [72], openswan [73], krb5, krb5-appl [74], ipmitool<br />
[75], cyrus-imapd-2.2 [76], ffmpeg [77], krb5 [78], foomatic-filters<br />
[79], squid3 [80], ecryptfs-utils [81] and super [82].  Please read them<br />
carefully and take the proper measures.</p>
<p>62 : <a href="http://www.debian.org/security/2011/dsa-2363" target="_blank">http://www.debian.org/<wbr>security/2011/dsa-2363</wbr></a><br />
63 : <a href="http://www.debian.org/security/2011/dsa-2364" target="_blank">http://www.debian.org/<wbr>security/2011/dsa-2364</wbr></a><br />
64 : <a href="http://www.debian.org/security/2011/dsa-2365" target="_blank">http://www.debian.org/<wbr>security/2011/dsa-2365</wbr></a><br />
65 : <a href="http://www.debian.org/security/2011/dsa-2366" target="_blank">http://www.debian.org/<wbr>security/2011/dsa-2366</wbr></a><br />
66 : <a href="http://www.debian.org/security/2011/dsa-2367" target="_blank">http://www.debian.org/<wbr>security/2011/dsa-2367</wbr></a><br />
67 : <a href="http://www.debian.org/security/2011/dsa-2368" target="_blank">http://www.debian.org/<wbr>security/2011/dsa-2368</wbr></a><br />
68 : <a href="http://www.debian.org/security/2011/dsa-2369" target="_blank">http://www.debian.org/<wbr>security/2011/dsa-2369</wbr></a><br />
69 : <a href="http://www.debian.org/security/2011/dsa-2370" target="_blank">http://www.debian.org/<wbr>security/2011/dsa-2370</wbr></a><br />
70 : <a href="http://www.debian.org/security/2011/dsa-2371" target="_blank">http://www.debian.org/<wbr>security/2011/dsa-2371</wbr></a><br />
71 : <a href="http://www.debian.org/security/2011/dsa-2372" target="_blank">http://www.debian.org/<wbr>security/2011/dsa-2372</wbr></a><br />
72 : <a href="http://www.debian.org/security/2011/dsa-2373" target="_blank">http://www.debian.org/<wbr>security/2011/dsa-2373</wbr></a><br />
73 : <a href="http://www.debian.org/security/2011/dsa-2374" target="_blank">http://www.debian.org/<wbr>security/2011/dsa-2374</wbr></a><br />
74 : <a href="http://www.debian.org/security/2011/dsa-2375" target="_blank">http://www.debian.org/<wbr>security/2011/dsa-2375</wbr></a><br />
75 : <a href="http://www.debian.org/security/2011/dsa-2376" target="_blank">http://www.debian.org/<wbr>security/2011/dsa-2376</wbr></a><br />
76 : <a href="http://www.debian.org/security/2011/dsa-2377" target="_blank">http://www.debian.org/<wbr>security/2011/dsa-2377</wbr></a><br />
77 : <a href="http://www.debian.org/security/2011/dsa-2378" target="_blank">http://www.debian.org/<wbr>security/2011/dsa-2378</wbr></a><br />
78 : <a href="http://www.debian.org/security/2011/dsa-2379" target="_blank">http://www.debian.org/<wbr>security/2011/dsa-2379</wbr></a><br />
79 : <a href="http://www.debian.org/security/2011/dsa-2380" target="_blank">http://www.debian.org/<wbr>security/2011/dsa-2380</wbr></a><br />
80 : <a href="http://www.debian.org/security/2011/dsa-2381" target="_blank">http://www.debian.org/<wbr>security/2011/dsa-2381</wbr></a><br />
81 : <a href="http://www.debian.org/security/2011/dsa-2382" target="_blank">http://www.debian.org/<wbr>security/2011/dsa-2382</wbr></a><br />
82 : <a href="http://www.debian.org/security/2011/dsa-2383" target="_blank">http://www.debian.org/<wbr>security/2011/dsa-2383</wbr></a></p>
<p>Please note that these are a selection of the more important security<br />
advisories of the last weeks. If you need to be kept up to date about<br />
security advisories released by the Debian Security Team, please<br />
subscribe to the security mailing list [83] (and the separate backports<br />
list [84], and stable updates list [85] or volatile list [86], for<br />
&#8220;Lenny&#8221;, the oldstable distribution) for announcements.</p>
<p>83 : <a href="http://lists.debian.org/debian-security-announce/" target="_blank">http://lists.debian.org/<wbr>debian-security-announce/</wbr></a><br />
84 : <a href="http://lists.debian.org/debian-backports-announce/" target="_blank">http://lists.debian.org/<wbr>debian-backports-announce/</wbr></a><br />
85 : <a href="http://lists.debian.org/debian-stable-announce/" target="_blank">http://lists.debian.org/<wbr>debian-stable-announce/</wbr></a><br />
86 : <a href="http://lists.debian.org/debian-volatile-announce/" target="_blank">http://lists.debian.org/<wbr>debian-volatile-announce/</wbr></a></p>
<p>New and noteworthy packages<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>367 packages were added to the unstable Debian archive recently. Among<br />
many others [87] are:</p>
<p>87 : <a href="http://packages.debian.org/unstable/main/newpkg" target="_blank">http://packages.debian.org/<wbr>unstable/main/newpkg</wbr></a></p>
<p>* coccinella &#8212; communication tool (XMPP/Jabber) with a built-in whiteboard [88]<br />
* colorhug-client &#8212; Tools for the Hughski colorimeter [89]<br />
* eclipse-gef &#8212; Eclipse graphical editing framework [90]<br />
* exfat-utils &#8212; utilities to create, check, label and dump exFAT filesystem [91]<br />
* gnome-documents &#8212; document manager for GNOME [92]<br />
* ho22bus &#8212; simple application to memorize words [93]<br />
* jgit-cli &#8212; Java implementation of Git version control [94]<br />
* xcp-xapi &#8212; Xen Cloud Platform XenAPI server [95]<br />
* zanshin &#8212; to-do list manager for KDE [96]</p>
<p>88 : <a href="http://packages.debian.org/unstable/main/coccinella" target="_blank">http://packages.debian.org/<wbr>unstable/main/coccinella</wbr></a><br />
89 : <a href="http://packages.debian.org/unstable/main/colorhug-client" target="_blank">http://packages.debian.org/<wbr>unstable/main/colorhug-client</wbr></a><br />
90 : <a href="http://packages.debian.org/unstable/main/eclipse-gef" target="_blank">http://packages.debian.org/<wbr>unstable/main/eclipse-gef</wbr></a><br />
91 : <a href="http://packages.debian.org/unstable/main/exfat-utils" target="_blank">http://packages.debian.org/<wbr>unstable/main/exfat-utils</wbr></a><br />
92 : <a href="http://packages.debian.org/unstable/main/gnome-documents" target="_blank">http://packages.debian.org/<wbr>unstable/main/gnome-documents</wbr></a><br />
93 : <a href="http://packages.debian.org/unstable/main/ho22bus" target="_blank">http://packages.debian.org/<wbr>unstable/main/ho22bus</wbr></a><br />
94 : <a href="http://packages.debian.org/unstable/main/jgit-cli" target="_blank">http://packages.debian.org/<wbr>unstable/main/jgit-cli</wbr></a><br />
95 : <a href="http://packages.debian.org/unstable/main/xcp-xapi" target="_blank">http://packages.debian.org/<wbr>unstable/main/xcp-xapi</wbr></a><br />
96 : <a href="http://packages.debian.org/unstable/main/zanshin" target="_blank">http://packages.debian.org/<wbr>unstable/main/zanshin</wbr></a></p>
<p>Work-needing packages<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Currently 203 packages are orphaned [97] and 111 packages are up for<br />
adoption [98]: please visit the complete list of packages which need<br />
your help [99].</p>
<p>97 : <a href="http://www.debian.org/devel/wnpp/orphaned" target="_blank">http://www.debian.org/devel/<wbr>wnpp/orphaned</wbr></a><br />
98 : <a href="http://www.debian.org/devel/wnpp/rfa" target="_blank">http://www.debian.org/devel/<wbr>wnpp/rfa</wbr></a><br />
99 : <a href="http://www.debian.org/devel/wnpp/help_requested" target="_blank">http://www.debian.org/devel/<wbr>wnpp/help_requested</wbr></a></p>
<p>Want to continue reading DPN?<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Please help us create this newsletter. We still need more volunteer<br />
writers to watch the Debian community and report about what is going on.<br />
Please see the contributing page [100] to find out how to help. We&#8217;re<br />
looking forward to receiving your mail at<br />
<a href="mailto:debian-publicity@lists.debian.org">debian-publicity@lists.debian.<wbr>org</wbr></a> [101].</p>
<p>100 : <a href="http://wiki.debian.org/ProjectNews/HowToContribute" target="_blank">http://wiki.debian.org/<wbr>ProjectNews/HowToContribute</wbr></a><br />
101 : mailto:<a href="mailto:debian-publicity@lists.debian.org">debian-publicity@lists.<wbr>debian.org</wbr></a></p>
<p>This issue of Debian Project News was edited by Cedric Boutillier,<br />
Francesca Ciceri, David Prevot, Justin B Rye and Paul Wise [102].</p>
<p>102 : mailto:<a href="mailto:debian-publicity@lists.debian.org">debian-publicity@lists.<wbr>debian.org</wbr></a></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></wbr></div>
]]></content:encoded>
			<wfw:commentRss>http://www.debian-world.com/2012/01/debian-project-news-january-9th-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samba + active directory</title>
		<link>http://www.debian-world.com/2012/01/samba-active-directory/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=samba-active-directory</link>
		<comments>http://www.debian-world.com/2012/01/samba-active-directory/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 09:43:09 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Poslužitelji]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://www.debian-world.com/?p=403</guid>
		<description><![CDATA[Ako se želite spojiti na računalo koje se nalazi u domeni (active directory) potrebno je napraviti pripremu : 1. Instalirati pakete: apt-get install krb5-config samba winbind ntpdate 2. Zaustaviti procese: /etc/init.d/samba stop /etc/init.d/winbind stop 3. Dodati svoju domenu u datoteku /etc/krb5.conf Pronađite [realms] i dodajte ispod (REALMNAME &#8211; puno ime vaše domene &#8211; pisati sa [...]]]></description>
			<content:encoded><![CDATA[<p>Ako se želite spojiti na računalo koje se nalazi u domeni (active directory) potrebno je napraviti pripremu :</p>
<p>1. Instalirati pakete:</p>
<blockquote><p>apt-get install krb5-config samba winbind ntpdate</p></blockquote>
<p>2. Zaustaviti procese:</p>
<blockquote><p>/etc/init.d/samba stop<br />
/etc/init.d/winbind stop</p></blockquote>
<p>3. Dodati svoju domenu u datoteku /etc/krb5.conf</p>
<p>Pronađite [realms] i dodajte ispod (REALMNAME &#8211; puno ime vaše domene &#8211; pisati sa velikim slovima):</p>
<blockquote><p>REALMNAME {<br />
kdc = pdc_ip_address<br />
}</p></blockquote>
<p>Pronađite [libdefaults] i postavite vašu domenu:</p>
<blockquote><p>default_realm = REALMNAME</p></blockquote>
<p>4. Podesite winbind , dodajte u datoteku /etc/samba/smb.conf</p>
<blockquote><p>realm = REALMNAME<br />
workgroup = DOMAINNAME</p>
<p>[global]<br />
realm = REALMNAME<br />
workgroup = DOMAINNAME<br />
load printers = no<br />
preferred master = no<br />
local master = no<br />
server string = fileserver<br />
password server = DOMAINNAME<br />
encrypt passwords = yes<br />
security = ADS<br />
netbios name = nameofserver<br />
client signing = Yes<br />
dns proxy = No<br />
wins server = DOMAINNAME<br />
idmap uid = 10000-20000<br />
idmap gid = 10000-20000<br />
winbind separator = +<br />
winbind enum users = Yes<br />
winbind enum groups = Yes<br />
winbind use default domain = Yes</p>
<p>[public]<br />
comment = Public Folder<br />
path = /home/username/public<br />
public = yes<br />
create mask = 0777<br />
directory mask = 0777<br />
force user = username<br />
force group = username<br />
writable = yes<br />
guest ok = yes<br />
guest only = yes<br />
guest account = username<br />
browsable = yes</p></blockquote>
<p>5. Podesite Nsswitch /etc/nsswitch.conf :</p>
<p>Pronađite i zamjenite postavke sa:</p>
<blockquote><p>passwd:         files winbind<br />
group:          files winbind</p></blockquote>
<p>6. Pristupite domeni:</p>
<blockquote><p>net ads join -U &#8220;DOMAINADMIN&#8221;</p></blockquote>
<p>7. Pokrenite servise:</p>
<blockquote><p>/etc/init.d/samba start<br />
/etc/init.d/winbind start</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.debian-world.com/2012/01/samba-active-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

