Bug#740998: problems with rdnssd and network-manager both installed in jessie

2016-03-30 Thread Santiago Ruano Rincón
El 11/10/15 a las 23:29, Dominic Hargreaves escribió:
> On Sun, Oct 11, 2015 at 05:45:05PM +0100, Adam D. Barratt wrote:
> > On Sun, 2015-10-11 at 16:50 +0100, Dominic Hargreaves wrote:
> > > On Sat, Feb 14, 2015 at 01:36:05AM +, Debian Bug Tracking System 
> > > wrote:
> > > 
> > > >  ndisc6 (1.0.1-2) unstable; urgency=medium
> > > >  .
> > > >* QA upload.
> > > >* Set maintainer to the Debian QA Group (see #713004).
> > > >* Add conflicts between rdnssd and network-manager (closes: #740998).
> > > 
> > > This bug just hit me in Debian stable (as it happens, it appeared to
> > > be a particularly severe form where /etc/resolv.conf was wiped out
> > > altogether; perhaps some sort of race condition?)

...

Hi,

My stable powerpc machine got also hit by this. It was installed a
couple of months ago, but maybe the problem appeared after my internet
provider made some IPv6 changes. rdnssd's merge-hook just replaces
/etc/resolv.conf with an empty file.

Neither resolvconf nor network-manager were installed on the machine, so
I don't think conflicting against network-manager solves the issue.

Playing inside a temporal directory, the patch provided by Pierre at
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767071#43 seems to
work fine:
http://git.remlab.net/gitweb/?p=ndisc6.git;a=blob_plain;f=rdnssd/merge-hook.in;hb=f7bd3662d2292e248173721d4760c03df39df666

Cheers,

Santiago


signature.asc
Description: PGP signature


qa.debian.org У Вас очень перспективный сайт

2016-03-30 Thread seo
Здравствуйте!

У Вас очень перспективный сайт плане продвижения в поисковых системах, на нем 
нужно лишь сделать несущественные корректировки и он довольно быстро попадет в 
ТОП поисковиков.

Я профессионально занимаюсь продвижением веб-сайтов в Яндексе и Google. Я живу 
в Москве и работаю преимущественно с Московскими клиентами.

Хотелось бы Вам предложить продвинуть данный сайт в первые позиции поисковиков, 
что обеспечит дополнительный поток потенциальных клиентов.

Данный web-сайт можно продвинуть в топ даже по самым высококонкуретным 
поисковым фразам.

Если данное предложение принципиально Вам интересно - пришлите ответным письмом 
по каким запросам Вам хотелось бы продвинуть сайт в лидеры Яндекса и Google - я 
смогу рассчитать стоимость раскрутки сайта.

С уважением Никитин Алексей.



Bug#819418: fte: watch file broken

2016-03-30 Thread Eriberto
Hi all,

Before upload this package as sponsor, I analized this sittuation.
However, I did a misinterpretation about upstream versions and I
uploaded the package.

Thanks for fixing this issue.

Regards,

Eriberto



2016-03-29 21:53 GMT-03:00 Axel Beckert :
> Hi,
>
>> >   >* debian/watch: Create.
>> >
>> > This is contra-productive. :-(
>> >
>> > I'm sorry, what should i have write on the changelog instead? [...]
>>
>> I think by "contra-productive" Axel refers to the file creation itself
>> (for the reasons he explained later), not the changelog entry :-)
>
> Yes. In retroperspective, it may have been ambiguous with regards to
> my other comments. Sorry for that.
>
> Regards, Axel
> --
>  ,''`.  |  Axel Beckert , http://people.debian.org/~abe/
> : :' :  |  Debian Developer, ftp.ch.debian.org Admin
> `. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
>   `-|  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE



Bug#819567: extlinux: please sort kernels by version

2016-03-30 Thread Ian Zimmerman
Package: extlinux
Version: 2:4.05+dfsg-6+deb7u1
Severity: normal

When extlinux-update is writing out the linux.cfg file, it uses the
following shell code:

  # Find linux versions
  _VERSIONS="$(cd /boot && ls vmlinuz-* | grep -v .dpkg-tmp | sed -e 
's|vmlinuz-||g' | sort -nr)"

Unfortunately, this results in (for instance) vmlinuz-3.2 being sorted
before vmlinuz-3.16, with the unexpected result that an unattended
reboot will still boot to the old kernel.

It should really use "sort -Vr" instead.  (I made a local diversion of
this file with this fix and it works perfectly.)

-- System Information:
Debian Release: 7.9
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-0.bpo.4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages extlinux depends on:
ii  debconf [debconf-2.0]  1.5.49
ii  libc6  2.13-38+deb7u10

Versions of packages extlinux recommends:
pn  os-prober   
ii  syslinux-common 2:4.05+dfsg-6+deb7u1
pn  syslinux-themes-debian  

extlinux suggests no packages.