[Ubuntu-QC] After Heartbleed, OpenSSL Is Forked Into LibreSSL

2014-04-22 Thread Gilbert Dion
​
​Je vous livre cela tout cru. Après OpenBSD, les distributions basées sur
Debian suivraient...

NEWS ANALYSIS: In open-source, when things go wrong, forks happen. The
forking of OpenSSL is a direct response to the Heartbleed vulnerability.
The OpenSSL project has come under intense scrutiny in recent weeks due to
the Heartbleed vulnerability.

While the OpenSSL Foundation has publicly asked for more
moneyhttp://www.eweek.com/security/will-open-source-money-prevent-the-next-heartbleed.htmlto
help fuel development, a new option to push OpenSSL forward is now
getting started.

In the open-source development model, when disputes happen and one group
wants to take a project in a different direction, forks happen and that's
what is now occurring with OpenSSL.

The open-source OpenBSD operating system community has now officially
forked the OpenSSL code and is building its own version of an open-source
cryptographic library called LibreSSL.

The forking of OpenSSL is a direct response to the Heartbleed
vulnerability, which was first publicly
disclosedhttp://www.eweek.com/security/heartbeat-ssl-flaw-puts-linux-distros-at-risk.htmlApril
7. OpenSSL is an open-source cryptographic library used to provide
Secure Sockets Layer (SSL) services to Websites and embedded technologies.
The Heartbleed flaw could enable an attacker to read data from a server
that is vulnerable. It's an attack that has been used against the Canada
Revenue 
Agencyhttp://www.eweek.com/security/heartbleed-impacts-taxes-android.html,
as well as a 
clienthttp://www.eweek.com/security/heartbleed-takes-aim-at-vpns-other-risks-persist.htmlof
security vendor FireEye.

When the Heartbleed news first broke, I contacted OpenBSD founder Theo de
Raadt, who is always a great source for colorful commentary.
OpenBSDhttp://www.openbsd.org/is an open-source operating system
that makes use of OpenSSL and also leads
multiple important open-source efforts, including
OpenSSHhttp://www.openssh.com/.
I was curious about the disclosure
processhttp://www.eweek.com/security/heartbleed-ssl-flaw-angst-aggravated-by-broken-disclosure-process.html/around
the Heartbleed flaw, which left hundreds of millions of end users at
risk, though somehow a few services, including Google and CloudFlare, did
receive advance notice.

We received no notice, De Raadt told me. I came back from the pub after
meeting someone involved in the local Internet exchange, found out four
developers were already working on the errata, I approved their
diffhttp://en.wikipedia.org/wiki/Difffor not causing an ABI
[Application Binary Interface] breakage, signed the
patches, and it shipped.

Now, instead of just waiting for the OpenSSL project to get its act
together, OpenBSD is taking matters into its own hands by forking the
project and creating LibreSSL. It's still very early days in the LibreSSL
effort, and it is currently targeted for inclusion in OpenBSD 5.6, with
other operating systems to follow, which I suspect will include both Red
Hat and Debian-based flavors of Linux.

According to the LibreSSL project page http://www.libressl.org/, the
multi-operating system support will happen once there is a stable
commitment of funding in place by way of the Canadian not-for-profit OpenBSD
Foundation http://www.openbsdfoundation.org/. There already is
codehttp://www.openbsd.org/cgi-bin/cvsweb/src/lib/libssl/src/ssl/that
is being actively developed in LibreSSL, and it sure looks like a
massive cleanup of OpenSSL.

We know you all want this tomorrow, we are working as fast as we can, but
our primary focus is good software that we trust to run ourselves, the
LibreSSL project page states. We don't want to break your heart.

The LibreSSL project is a great example of why open source is a superior
way to develop software. When things don't work, open-source code can be
forked, and it can be taken in a different direction. Try that with
proprietary code.
​

http://www.eweek.com/security/after-heartbleed-openssl-is-forked-into-libressl.html
-- 
Ubuntu-quebec mailing list
Ubuntu-quebec@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quebec


Re: [Ubuntu-QC] After Heartbleed, OpenSSL Is Forked Into LibreSSL

2014-04-22 Thread Frédéric Côté
Je ne suis pas certains que d'autre folkeront OpenSSL. OpenBSD va
assurément le faire très bien donc ceux qui ne voudront plus OpenSSL
changeront pour LibreSSL (ou GnuTLS).

Pour rappel, OpenBSD avait cette idée depuis longtemps. Heartbleed n'a été
que la goutte d'eau.

Voici l'histoire du Mastermind derrière LibreSSL:
http://www.tedunangst.com/flak/post/origins-of-libressl

Voici plus d'informations sur les problèmes de OpenSSL:
http://opensslrampage.org/



On Tue, Apr 22, 2014 at 10:43 PM, Gilbert Dion gilbertd...@gmail.comwrote:

 ​
 ​Je vous livre cela tout cru. Après OpenBSD, les distributions basées sur
 Debian suivraient...

 NEWS ANALYSIS: In open-source, when things go wrong, forks happen. The
 forking of OpenSSL is a direct response to the Heartbleed vulnerability.
 The OpenSSL project has come under intense scrutiny in recent weeks due to
 the Heartbleed vulnerability.

 While the OpenSSL Foundation has publicly asked for more 
 moneyhttp://www.eweek.com/security/will-open-source-money-prevent-the-next-heartbleed.htmlto
  help fuel development, a new option to push OpenSSL forward is now
 getting started.

 In the open-source development model, when disputes happen and one group
 wants to take a project in a different direction, forks happen and that's
 what is now occurring with OpenSSL.

 The open-source OpenBSD operating system community has now officially
 forked the OpenSSL code and is building its own version of an open-source
 cryptographic library called LibreSSL.

 The forking of OpenSSL is a direct response to the Heartbleed
 vulnerability, which was first publicly 
 disclosedhttp://www.eweek.com/security/heartbeat-ssl-flaw-puts-linux-distros-at-risk.htmlApril
  7. OpenSSL is an open-source cryptographic library used to provide
 Secure Sockets Layer (SSL) services to Websites and embedded technologies.
 The Heartbleed flaw could enable an attacker to read data from a server
 that is vulnerable. It's an attack that has been used against the Canada
 Revenue 
 Agencyhttp://www.eweek.com/security/heartbleed-impacts-taxes-android.html,
 as well as a 
 clienthttp://www.eweek.com/security/heartbleed-takes-aim-at-vpns-other-risks-persist.htmlof
  security vendor FireEye.

 When the Heartbleed news first broke, I contacted OpenBSD founder Theo de
 Raadt, who is always a great source for colorful commentary. 
 OpenBSDhttp://www.openbsd.org/is an open-source operating system that makes 
 use of OpenSSL and also leads
 multiple important open-source efforts, including 
 OpenSSHhttp://www.openssh.com/.
 I was curious about the disclosure 
 processhttp://www.eweek.com/security/heartbleed-ssl-flaw-angst-aggravated-by-broken-disclosure-process.html/around
  the Heartbleed flaw, which left hundreds of millions of end users at
 risk, though somehow a few services, including Google and CloudFlare, did
 receive advance notice.

 We received no notice, De Raadt told me. I came back from the pub after
 meeting someone involved in the local Internet exchange, found out four
 developers were already working on the errata, I approved their 
 diffhttp://en.wikipedia.org/wiki/Difffor not causing an ABI [Application 
 Binary Interface] breakage, signed the
 patches, and it shipped.

 Now, instead of just waiting for the OpenSSL project to get its act
 together, OpenBSD is taking matters into its own hands by forking the
 project and creating LibreSSL. It's still very early days in the LibreSSL
 effort, and it is currently targeted for inclusion in OpenBSD 5.6, with
 other operating systems to follow, which I suspect will include both Red
 Hat and Debian-based flavors of Linux.

 According to the LibreSSL project page http://www.libressl.org/, the
 multi-operating system support will happen once there is a stable
 commitment of funding in place by way of the Canadian not-for-profit OpenBSD
 Foundation http://www.openbsdfoundation.org/. There already is 
 codehttp://www.openbsd.org/cgi-bin/cvsweb/src/lib/libssl/src/ssl/that is 
 being actively developed in LibreSSL, and it sure looks like a
 massive cleanup of OpenSSL.

 We know you all want this tomorrow, we are working as fast as we can, but
 our primary focus is good software that we trust to run ourselves, the
 LibreSSL project page states. We don't want to break your heart.

 The LibreSSL project is a great example of why open source is a superior
 way to develop software. When things don't work, open-source code can be
 forked, and it can be taken in a different direction. Try that with
 proprietary code.
 ​


 http://www.eweek.com/security/after-heartbleed-openssl-is-forked-into-libressl.html



 --
 Ubuntu-quebec mailing list
 Ubuntu-quebec@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-quebec




-- 
In a world without walls, who really needs Windows
Nothing is foolproof because fools are so ingenious
-- 
Ubuntu-quebec mailing list
Ubuntu-quebec@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quebec


[ubuntu-uk] 14.10 code name

2014-04-22 Thread Gareth France
Does anyone know why the name for 14.10 doesn't seem to have been 
released yet? I've never known this to happen after the release date of 
the current version before.


--
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] 14.10 code name

2014-04-22 Thread Gareth France

On 22/04/14 17:48, Alan Pope wrote:

On 22 April 2014 17:44, Gareth France gareth.fra...@gmail.com wrote:

Does anyone know why the name for 14.10 doesn't seem to have been released
yet? I've never known this to happen after the release date of the current
version before.


Nope. Only Mark knows that right now.

Last time it was the day after release too:-

https://lists.ubuntu.com/archives/ubuntu-announce/2013-October/000177.html
http://www.markshuttleworth.com/archives/1295

This is indeed the latest it's been so far I think.

Cheers,
Al.

Just out of curiosity if someone were to want to upgrade at this time 
(pointless for most I know) they would have to change the name in 
sources.list. So have the 14.10 repositories been created? If yes then 
how are they working without this name?


I'm not going to upgrade as my one and only machine is used to run my 
business but I know in the past I would have upgraded a machine out of 
curiosity by now, this is a rather interesting turn of events. No doubt 
he has his reasons.


--
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] 14.10 code name

2014-04-22 Thread Alan Pope
On 22 April 2014 17:44, Gareth France gareth.fra...@gmail.com wrote:
 Does anyone know why the name for 14.10 doesn't seem to have been released
 yet? I've never known this to happen after the release date of the current
 version before.


Nope. Only Mark knows that right now.

Last time it was the day after release too:-

https://lists.ubuntu.com/archives/ubuntu-announce/2013-October/000177.html
http://www.markshuttleworth.com/archives/1295

This is indeed the latest it's been so far I think.

Cheers,
Al.

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] 14.10 code name

2014-04-22 Thread J Fernyhough
On 22 April 2014 17:52, Gareth France gareth.fra...@gmail.com wrote:
 No doubt he
 has his reasons.


Following the controversial renaming of Nokia to Microsoft Mobile and
corresponding loss of brand identity, in a shock move Ubuntu will be
renamed Microsoft Linux.

http://mslinux.org/


Maybe he's having difficulty with a U animal? School children often
struggle with that one when they try to list an animal for each letter
of the alphabet. :D (And no, unicorn doesn't count ;)


J

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] 14.10 code name

2014-04-22 Thread Alan Pope
On 22 April 2014 17:52, Gareth France gareth.fra...@gmail.com wrote:
 Just out of curiosity if someone were to want to upgrade at this time
 (pointless for most I know) they would have to change the name in
 sources.list. So have the 14.10 repositories been created? If yes then how
 are they working without this name?


What would you change your sources list to? :)

No, the u-series repo doesn't exist yet.

http://archive.ubuntu.com/ubuntu/dists/

Cheers,
Al.

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] 14.10 code name

2014-04-22 Thread Chris Coulson
On 22/04/14 17:48, Alan Pope wrote:
 On 22 April 2014 17:44, Gareth France gareth.fra...@gmail.com wrote:
 Does anyone know why the name for 14.10 doesn't seem to have been released
 yet? I've never known this to happen after the release date of the current
 version before.

 Nope. Only Mark knows that right now.

 Last time it was the day after release too:-

 https://lists.ubuntu.com/archives/ubuntu-announce/2013-October/000177.html
 http://www.markshuttleworth.com/archives/1295

 This is indeed the latest it's been so far I think.

 Cheers,
 Al.


I hope it involves unicorns. How about, Ubiquitous Unicorn? :-)

- Chris

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] 14.10 code name

2014-04-22 Thread J Fernyhough
On 22 April 2014 18:23, Chris Coulson chrisccoul...@ubuntu.com wrote:

 I hope it involves unicorns. How about, Ubiquitous Unicorn? :-)

 - Chris


I think the entire internet would be severely disappointed if it didn't. :D


J

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] 14.10 code name

2014-04-22 Thread Peter Smout

On 22/04/14 18:30, J Fernyhough wrote:

On 22 April 2014 18:23, Chris Coulson chrisccoul...@ubuntu.com wrote:


I hope it involves unicorns. How about, Ubiquitous Unicorn? :-)

- Chris



I think the entire internet would be severely disappointed if it didn't. :D


J


Although of course there are other options.

Uakari: A monkey found in South America (with an unusually small tail 
for it's size!)


Uguisu: A bird (whose guano is used is face creams, if that does not put 
you off nothing will!!)


Umbrellabird:  That would just be boring!


Pete S

--
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


[ubuntu-uk] First impressions on Trusty

2014-04-22 Thread Bruno Girin
So at last I took advantage of the Easter weekend to upgrade my main
production laptop to Trusty (all the way from Raring) and my first
impressions are:
1. Wow it's fast!
2. Erm, battery life is OK but not quite as good as before.

Am I the exception or are others finding the same?

Cheers,

Bruno
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] First impressions on Trusty

2014-04-22 Thread Tony Pursell
On 22 April 2014 19:47, Bruno Girin brunogi...@gmail.com wrote:

 So at last I took advantage of the Easter weekend to upgrade my main
 production laptop to Trusty (all the way from Raring) and my first
 impressions are:
 1. Wow it's fast!
 2. Erm, battery life is OK but not quite as good as before.

 Am I the exception or are others finding the same?

 Cheers,

 Bruno


 --
 ubuntu-uk@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
 https://wiki.ubuntu.com/UKTeam/

 I upgraded from 13.10.  14.04 is as bad as 13.10, that is it is very slow
starting up.  Especially, after logging in it spends time before you get
the screen back.  Very reminiscent of the way Windows works. This started
with 13.10 and I was looking for an improvement in 14.04.  Very
disappointed.

Also I cannot change screen brightness in 14.04 so battery life is poor.

I expected better of a LTS.

Tony
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] First impressions on Trusty

2014-04-22 Thread Colin Law
On 22 April 2014 21:36, Tony Pursell a...@princeswalk.fsnet.co.uk wrote:


 On 22 April 2014 19:47, Bruno Girin brunogi...@gmail.com wrote:

 So at last I took advantage of the Easter weekend to upgrade my main
 production laptop to Trusty (all the way from Raring) and my first
 impressions are:
 1. Wow it's fast!
 2. Erm, battery life is OK but not quite as good as before.

 Am I the exception or are others finding the same?

 Cheers,

 Bruno


 --
 ubuntu-uk@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
 https://wiki.ubuntu.com/UKTeam/

 I upgraded from 13.10.  14.04 is as bad as 13.10, that is it is very slow
 starting up.  Especially, after logging in it spends time before you get the
 screen back.  Very reminiscent of the way Windows works. This started with
 13.10 and I was looking for an improvement in 14.04.  Very disappointed.

 Also I cannot change screen brightness in 14.04 so battery life is poor.

Have you filed a bug for that?

Colin

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] First impressions on Trusty

2014-04-22 Thread Bruno Girin
On 22 April 2014 21:40, Colin Law clan...@gmail.com wrote:

 
  I upgraded from 13.10. 14.04 is as bad as 13.10, that is it is very slow
  starting up.  Especially, after logging in it spends time before you get
 the
  screen back.  Very reminiscent of the way Windows works. This started
 with
  13.10 and I was looking for an improvement in 14.04.  Very disappointed.
 
  Also I cannot change screen brightness in 14.04 so battery life is poor.


Interesting. It's very fast on my machine (faster than on 13.04) and the
brightness works absolutely fine. So I suspect it may be a hardware
specific issue and would be worth filing as a bug.

Bruno
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] First impressions on Trusty

2014-04-22 Thread Tony Pursell
On 22 April 2014 23:08, Bruno Girin brunogi...@gmail.com wrote:




 On 22 April 2014 21:40, Colin Law clan...@gmail.com wrote:

 
  I upgraded from 13.10. 14.04 is as bad as 13.10, that is it is very

 slow
  starting up.  Especially, after logging in it spends time before you
 get the
  screen back.  Very reminiscent of the way Windows works. This started
 with
  13.10 and I was looking for an improvement in 14.04.  Very disappointed.
 
  Also I cannot change screen brightness in 14.04 so battery life is poor.


 Interesting. It's very fast on my machine (faster than on 13.04) and the
 brightness works absolutely fine. So I suspect it may be a hardware
 specific issue and would be worth filing as a bug.


Yes, I did file a bug for the screen brightness control issue [Bug 1311297]
-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


A silly problem of ORCA in Ubuntu 14.04

2014-04-22 Thread Sunny p o
Dear all,   I have installed Ubuntu 14.04 in my systom. I have some
satisfaction in screan reader. In this Liberoffice writer and calc are
very good for a blind. But a silly problem arise in firefox. While we
are pressing the appostrophy or slash key to find a link or a word
orca will not speak. Only we can hear it after pressing the escape
key. The same problem arise in a folder which contaings number of
files. we cannot hear the file name by pressing the first letter of
the file name.

-- 
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


Re: My Lubuntu Trusty upgrade experiences

2014-04-22 Thread Alberto Salvia Novella

On 18/04/14 23:32, Ali Linx wrote:

I have spent 3 hours or more today just to repeat the same sentence to
Ubuntu GNOME users: please read the release notes.


This is a clear signal that the importance of reading the notes is not 
obvious to the user. Or perhaps the user is expecting an operating 
system polished enough for its notes not being worth reading.




--
Ubuntu-quality mailing list
Ubuntu-quality@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality


Re: ~cmiller membership application

2014-04-22 Thread Iain Lane
Chad,

On Mon, Apr 21, 2014 at 03:29:24PM -0400, Chad Miller wrote:
 Hi all.  I've been maintaining the chromium-browser package for about a
 year and a half. I would like to become a formal Ubuntu member via Ubuntu
 Desktop Team and receive per-package-upload rights to chromium-browser and
 pepperflashplugin-nonfree .
 
 https://wiki.ubuntu.com/ChadMiller/DeveloperApplication
 https://wiki.ubuntu.com/DesktopTeam/Developers

~ubuntu-desktop membership is mainly for granting upload rights to the
desktop packageset. I get from your mail that you intend to apply for
Ubuntu Membership alongside these PPU rights—is that correct?

If so, the DMB has the ability to give membership and is probably what
you want (your previous application was redirected there from the
membership board but yesterday's meeting didn't take place,
unfortunately—my excuse is that I was travelling back from Easter
holidays away).

  https://wiki.ubuntu.com/UbuntuDevelopers#ContribDev

The PPU part of the application needs to come to the DMB anyway.

  https://wiki.ubuntu.com/UbuntuDevelopers#PerPackage

 please get your sponsors to give endorsements—I think jdstrand's is
from the previous membership-only application.

  
http://ubuntu-dev.alioth.debian.org/cgi-bin/ubuntu-sponsorships.cgi?render=htmlsponsor=sponsor_search=namesponsoree=Chad+Millersponsoree_search=name

Cheers, good luck :-)

-- 
Iain Lane  [ i...@orangesquash.org.uk ]
Debian Developer   [ la...@debian.org ]
Ubuntu Developer   [ la...@ubuntu.com ]


signature.asc
Description: Digital signature
-- 
ubuntu-desktop mailing list
ubuntu-desktop@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-desktop


Re: ubuntu 14.04 now available via ubuntu.net.au

2014-04-22 Thread Jared Norris
On 18 April 2014 09:52, peter baker jellyw...@gmail.com wrote:

 hey guys

 ubuntu 14.04 LTS is now available via www.ubuntu.net.au

 even though the price of stamps has recently increased from 60c to 70c I
 have kept the price of each dvd at $3 including shipping

 happy ordering!

 peter

 --
 0411 437137
 www.peter.id.au

 --
 ubuntu-au mailing list
 ubuntu-au@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-au


Awesome work as always Peter, thanks for continuing to provide the service.

Regards,

Jared Norris
https://www.linkedin.com/in/jarednorris
-- 
ubuntu-au mailing list
ubuntu-au@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-au


Re: [Ubuntu-BR] Quando a atualização para ubuntu 12.04 estará disponivel??

2014-04-22 Thread joaquim . soares
Tente 
$sudo apt-get update  sudo apt-get dist-upgrade
e depois
sudo do-release-upgrade -d
apos o reboot de novo
$sudo apt-get update  sudo apt-get dist-upgrade

Ou espere ate ser disponibilizado o primeiro release 
o 14.04.1




- Mensagem original -
De: Gabriel Lima gabrielldsilva...@gmail.com
Para: Lista de discussão da Comunidade Ubuntu Brasil 
ubuntu-br@lists.ubuntu.com
Enviadas: Segunda-feira, 21 de abril de 2014 22:56:40
Assunto: [Ubuntu-BR] Quando a atualização para ubuntu 12.04 estará disponivel??

Fiquei sabendo que a atualização da versão 12.04 para 14.04 ficará
disponível somente á partir do dia 27 de abril, pode-se confirmar porque
digito no terminal sudo do-release-upgrade mais indica que não tem outra
versão disponível, já alterei as opções para qualquer versão, mais aparece
como disponível a 13.10
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Quando a atualização para ubuntu 12.04 estará disponivel??

2014-04-22 Thread Tiago Passos

Opinião pessoal:

eu não atualizaria dessa forma, porque algumas vezes acontece de 
quebrar o sistema, ou seja, dá algum problema na atualização e fica 
tudo c*gado. Eu prefiro instalar novamente. Mas aí se for o caso, você 
tenta atualizar, mas se der algum pau, re-instala.


Outra coisa é que eu prefiro esperar pelo menos o primeiro service 
pack, ou seja, Ubuntu 14.04.1. Vem com muitos bugs corrigidos e já é 
bem mais estável.


On 21-04-2014 22:56, Gabriel Lima wrote:

Fiquei sabendo que a atualização da versão 12.04 para 14.04 ficará
disponível somente á partir do dia 27 de abril, pode-se confirmar porque
digito no terminal sudo do-release-upgrade mais indica que não tem outra
versão disponível, já alterei as opções para qualquer versão, mais aparece
como disponível a 13.10



--
Tiago Passos
Projeto Web - Hospede quantos sites quiser por R$5,95/mês
www.projetoweb.info http://www.projetoweb.info
--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Quando a atualização para ubuntu 12.04 estará disponivel??

2014-04-22 Thread Gabriel Lima
Beleza valew! quando poderá ser disponibilizado este 1ª Release?? tem
alguma informação oficial?


Em 22 de abril de 2014 07:35, joaquim.soa...@ufra.edu.br escreveu:

 Tente
 $sudo apt-get update  sudo apt-get dist-upgrade
 e depois
 sudo do-release-upgrade -d
 apos o reboot de novo
 $sudo apt-get update  sudo apt-get dist-upgrade

 Ou espere ate ser disponibilizado o primeiro release
 o 14.04.1




 - Mensagem original -
 De: Gabriel Lima gabrielldsilva...@gmail.com
 Para: Lista de discussão da Comunidade Ubuntu Brasil 
 ubuntu-br@lists.ubuntu.com
 Enviadas: Segunda-feira, 21 de abril de 2014 22:56:40
 Assunto: [Ubuntu-BR] Quando a atualização para ubuntu 12.04 estará
 disponivel??

 Fiquei sabendo que a atualização da versão 12.04 para 14.04 ficará
 disponível somente á partir do dia 27 de abril, pode-se confirmar porque
 digito no terminal sudo do-release-upgrade mais indica que não tem outra
 versão disponível, já alterei as opções para qualquer versão, mais aparece
 como disponível a 13.10
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Quando a atualização para ubuntu 12.04 estará disponivel??

2014-04-22 Thread Robson Dantas de Aguiar

26 de Abril de 2014 sai a versão final.

https://wiki.ubuntu.com/TrustyTahr/ReleaseSchedule

blz

Em 22-04-2014 10:52, Gabriel Lima escreveu:

Beleza valew! quando poderá ser disponibilizado este 1ª Release?? tem
alguma informação oficial?


Em 22 de abril de 2014 07:35, joaquim.soa...@ufra.edu.br escreveu:


Tente
$sudo apt-get update  sudo apt-get dist-upgrade
e depois
sudo do-release-upgrade -d
apos o reboot de novo
$sudo apt-get update  sudo apt-get dist-upgrade

Ou espere ate ser disponibilizado o primeiro release
o 14.04.1




- Mensagem original -
De: Gabriel Lima gabrielldsilva...@gmail.com
Para: Lista de discussão da Comunidade Ubuntu Brasil 
ubuntu-br@lists.ubuntu.com
Enviadas: Segunda-feira, 21 de abril de 2014 22:56:40
Assunto: [Ubuntu-BR] Quando a atualização para ubuntu 12.04 estará
disponivel??

Fiquei sabendo que a atualização da versão 12.04 para 14.04 ficará
disponível somente á partir do dia 27 de abril, pode-se confirmar porque
digito no terminal sudo do-release-upgrade mais indica que não tem outra
versão disponível, já alterei as opções para qualquer versão, mais aparece
como disponível a 13.10
--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br



--
Tudo sobre Linux...
hr
http://www.meulinux.com.br


--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] problema com acentuação no teclado

2014-04-22 Thread Celio Silva

Comigo acontece as vezes após updates...aí é só reiniciar...

Célio Silva

Em 19/04/2014 22:07, Carlos Ribeiro escreveu:

Caso esteja se referindo ao Ubuntu 14.04, selecione Português Brasil (PT²).

Em 18 de abril de 2014 17:29, Vitor Hugo vitorhug...@hotmail.com escreveu:

estou com problemas para fazer acentuação no teclado principalmente na
letra eh til e etc... meu layout esta portugues brasil nativo e mesmo assim
não consigo acentuar.

--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Quando a atualização para ubuntu 12.04 estará disponivel??

2014-04-22 Thread Cássio Böck
Robson,
Só pra ficar claro, a versão final saiu dia 17, o número 26 ali na esquerda
refere-se à vigésima sexta semana de desenvolvimento.
Sobre a atualização, eu testei com a versão 13.04 e não foi mostrada a
14.04, somente a 13.10. Talvez ele não permita que a atualização seja feita
pulando versões. Mas de qualquer foram, o recomendado mesmo é fazer uma
instalação limpa.

Atenciosamente, Cássio Böck
:wq


Em 22 de abril de 2014 11:04, Robson Dantas de Aguiar meuli...@yahoo.com.br
 escreveu:

 26 de Abril de 2014 sai a versão final.

 https://wiki.ubuntu.com/TrustyTahr/ReleaseSchedule

 blz

 Em 22-04-2014 10:52, Gabriel Lima escreveu:

  Beleza valew! quando poderá ser disponibilizado este 1ª Release?? tem
 alguma informação oficial?


 Em 22 de abril de 2014 07:35, joaquim.soa...@ufra.edu.br escreveu:

  Tente
 $sudo apt-get update  sudo apt-get dist-upgrade
 e depois
 sudo do-release-upgrade -d
 apos o reboot de novo
 $sudo apt-get update  sudo apt-get dist-upgrade

 Ou espere ate ser disponibilizado o primeiro release
 o 14.04.1




 - Mensagem original -
 De: Gabriel Lima gabrielldsilva...@gmail.com
 Para: Lista de discussão da Comunidade Ubuntu Brasil 
 ubuntu-br@lists.ubuntu.com
 Enviadas: Segunda-feira, 21 de abril de 2014 22:56:40
 Assunto: [Ubuntu-BR] Quando a atualização para ubuntu 12.04 estará
 disponivel??

 Fiquei sabendo que a atualização da versão 12.04 para 14.04 ficará
 disponível somente á partir do dia 27 de abril, pode-se confirmar porque
 digito no terminal sudo do-release-upgrade mais indica que não tem outra
 versão disponível, já alterei as opções para qualquer versão, mais
 aparece
 como disponível a 13.10
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


 --
 Tudo sobre Linux...
 hr
 http://www.meulinux.com.br



 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Quando a atualização para ubuntu 12.04 estará disponivel??

2014-04-22 Thread Robson Dantas de Aguiar
rsrsrs, pensei que se tratava da data. Eu usei desde a versão alpha, 
então já estou usando a versão final, rsrsrs


valeu

Em 22-04-2014 12:41, Cássio Böck escreveu:

Robson,
Só pra ficar claro, a versão final saiu dia 17, o número 26 ali na esquerda
refere-se à vigésima sexta semana de desenvolvimento.
Sobre a atualização, eu testei com a versão 13.04 e não foi mostrada a
14.04, somente a 13.10. Talvez ele não permita que a atualização seja feita
pulando versões. Mas de qualquer foram, o recomendado mesmo é fazer uma
instalação limpa.

Atenciosamente, Cássio Böck
:wq


Em 22 de abril de 2014 11:04, Robson Dantas de Aguiar meuli...@yahoo.com.br

escreveu:
26 de Abril de 2014 sai a versão final.

https://wiki.ubuntu.com/TrustyTahr/ReleaseSchedule

blz

Em 22-04-2014 10:52, Gabriel Lima escreveu:

  Beleza valew! quando poderá ser disponibilizado este 1ª Release?? tem

alguma informação oficial?


Em 22 de abril de 2014 07:35, joaquim.soa...@ufra.edu.br escreveu:

  Tente

$sudo apt-get update  sudo apt-get dist-upgrade
e depois
sudo do-release-upgrade -d
apos o reboot de novo
$sudo apt-get update  sudo apt-get dist-upgrade

Ou espere ate ser disponibilizado o primeiro release
o 14.04.1




- Mensagem original -
De: Gabriel Lima gabrielldsilva...@gmail.com
Para: Lista de discussão da Comunidade Ubuntu Brasil 
ubuntu-br@lists.ubuntu.com
Enviadas: Segunda-feira, 21 de abril de 2014 22:56:40
Assunto: [Ubuntu-BR] Quando a atualização para ubuntu 12.04 estará
disponivel??

Fiquei sabendo que a atualização da versão 12.04 para 14.04 ficará
disponível somente á partir do dia 27 de abril, pode-se confirmar porque
digito no terminal sudo do-release-upgrade mais indica que não tem outra
versão disponível, já alterei as opções para qualquer versão, mais
aparece
como disponível a 13.10
--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br



--
Tudo sobre Linux...
hr
http://www.meulinux.com.br



--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br



--
Tudo sobre Linux...
hr
http://www.meulinux.com.br


--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Quando a atualização para ubuntu 12.04 estará disponivel??

2014-04-22 Thread Gabriel Lima
Valeu pessoal instalei a versão 14.04 agora é esperar pra ver! por enquanto
tudo numa boa.


Em 22 de abril de 2014 12:51, Robson Dantas de Aguiar meuli...@yahoo.com.br
 escreveu:

 rsrsrs, pensei que se tratava da data. Eu usei desde a versão alpha, então
 já estou usando a versão final, rsrsrs

 valeu

 Em 22-04-2014 12:41, Cássio Böck escreveu:

  Robson,
 Só pra ficar claro, a versão final saiu dia 17, o número 26 ali na
 esquerda
 refere-se à vigésima sexta semana de desenvolvimento.
 Sobre a atualização, eu testei com a versão 13.04 e não foi mostrada a
 14.04, somente a 13.10. Talvez ele não permita que a atualização seja
 feita
 pulando versões. Mas de qualquer foram, o recomendado mesmo é fazer uma
 instalação limpa.

 Atenciosamente, Cássio Böck
 :wq


 Em 22 de abril de 2014 11:04, Robson Dantas de Aguiar 
 meuli...@yahoo.com.br

 escreveu:
 26 de Abril de 2014 sai a versão final.

 https://wiki.ubuntu.com/TrustyTahr/ReleaseSchedule

 blz

 Em 22-04-2014 10:52, Gabriel Lima escreveu:

   Beleza valew! quando poderá ser disponibilizado este 1ª Release?? tem

 alguma informação oficial?


 Em 22 de abril de 2014 07:35, joaquim.soa...@ufra.edu.br escreveu:

   Tente

 $sudo apt-get update  sudo apt-get dist-upgrade
 e depois
 sudo do-release-upgrade -d
 apos o reboot de novo
 $sudo apt-get update  sudo apt-get dist-upgrade

 Ou espere ate ser disponibilizado o primeiro release
 o 14.04.1




 - Mensagem original -
 De: Gabriel Lima gabrielldsilva...@gmail.com
 Para: Lista de discussão da Comunidade Ubuntu Brasil 
 ubuntu-br@lists.ubuntu.com
 Enviadas: Segunda-feira, 21 de abril de 2014 22:56:40
 Assunto: [Ubuntu-BR] Quando a atualização para ubuntu 12.04 estará
 disponivel??

 Fiquei sabendo que a atualização da versão 12.04 para 14.04 ficará
 disponível somente á partir do dia 27 de abril, pode-se confirmar
 porque
 digito no terminal sudo do-release-upgrade mais indica que não tem
 outra
 versão disponível, já alterei as opções para qualquer versão, mais
 aparece
 como disponível a 13.10
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


  --
 Tudo sobre Linux...
 hr
 http://www.meulinux.com.br



 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


 --
 Tudo sobre Linux...
 hr
 http://www.meulinux.com.br


 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] Fwd: Quando a atualização para ubuntu 12.04 estará disponivel??

2014-04-22 Thread joaquim . soares
Atenção no roteiro
$sudo apt-get update  sudo apt-get dist-upgrade
 e depois
sudo do-release-upgrade -d
apos o reboot de novo
$sudo apt-get update  sudo apt-get dist-upgrade

tem que fazer a ultima linha apos o do-release-upgrade -d

E não se esqueçam de verificar no arquivo /etc/update-manager/release-upgrades 
o valor de 
Prompt que deve ser Prompt=lts  
Sem este valor nem  depois do dia  27 ou 27 ira atualizar



- Mensagem encaminhada -
De: Gabriel Lima gabrielldsilva...@gmail.com
Para: Lista de discussão da Comunidade Ubuntu Brasil 
ubuntu-br@lists.ubuntu.com
Enviadas: Terça-feira, 22 de abril de 2014 14:35:03
Assunto: Re: [Ubuntu-BR]Quando a atualização para ubuntu 12.04 estará 
disponivel??

Valeu pessoal instalei a versão 14.04 agora é esperar pra ver! por enquanto
tudo numa boa.


Em 22 de abril de 2014 12:51, Robson Dantas de Aguiar meuli...@yahoo.com.br
 escreveu:

 rsrsrs, pensei que se tratava da data. Eu usei desde a versão alpha, então
 já estou usando a versão final, rsrsrs

 valeu

 Em 22-04-2014 12:41, Cássio Böck escreveu:

  Robson,
 Só pra ficar claro, a versão final saiu dia 17, o número 26 ali na
 esquerda
 refere-se à vigésima sexta semana de desenvolvimento.
 Sobre a atualização, eu testei com a versão 13.04 e não foi mostrada a
 14.04, somente a 13.10. Talvez ele não permita que a atualização seja
 feita
 pulando versões. Mas de qualquer foram, o recomendado mesmo é fazer uma
 instalação limpa.

 Atenciosamente, Cássio Böck
 :wq


 Em 22 de abril de 2014 11:04, Robson Dantas de Aguiar 
 meuli...@yahoo.com.br

 escreveu:
 26 de Abril de 2014 sai a versão final.

 https://wiki.ubuntu.com/TrustyTahr/ReleaseSchedule

 blz

 Em 22-04-2014 10:52, Gabriel Lima escreveu:

   Beleza valew! quando poderá ser disponibilizado este 1ª Release?? tem

 alguma informação oficial?


 Em 22 de abril de 2014 07:35, joaquim.soa...@ufra.edu.br escreveu:

   Tente

 $sudo apt-get update  sudo apt-get dist-upgrade
 e depois
 sudo do-release-upgrade -d
 apos o reboot de novo
 $sudo apt-get update  sudo apt-get dist-upgrade

 Ou espere ate ser disponibilizado o primeiro release
 o 14.04.1




 - Mensagem original -
 De: Gabriel Lima gabrielldsilva...@gmail.com
 Para: Lista de discussão da Comunidade Ubuntu Brasil 
 ubuntu-br@lists.ubuntu.com
 Enviadas: Segunda-feira, 21 de abril de 2014 22:56:40
 Assunto: [Ubuntu-BR] Quando a atualização para ubuntu 12.04 estará
 disponivel??

 Fiquei sabendo que a atualização da versão 12.04 para 14.04 ficará
 disponível somente á partir do dia 27 de abril, pode-se confirmar
 porque
 digito no terminal sudo do-release-upgrade mais indica que não tem
 outra
 versão disponível, já alterei as opções para qualquer versão, mais
 aparece
 como disponível a 13.10
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


  --
 Tudo sobre Linux...
 hr
 http://www.meulinux.com.br



 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


 --
 Tudo sobre Linux...
 hr
 http://www.meulinux.com.br


 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-be] Belfius New cardreader

2014-04-22 Thread massimo21
Hello everyone.
Just got the new Belfius card reader. And Guess what. No Linux support!
I Called them for that and they told me if I did a petition there would more
chances that they will support it in the future.
If we can organize a petition and send it beck to
belfiusdirect...@belfius.be woud be nice.

Grtz,
Massimiliano.



--
View this message in context: 
http://ubuntu-be.3354669.n2.nabble.com/Belfius-New-cardreader-tp7575232.html
Sent from the Ubuntu-be mailing list archive at Nabble.com.

-- 
ubuntu-be mailing list / mailto:ubuntu-be@lists.ubuntu.com

Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-be


Re: [Ubuntu-be] Belfius New cardreader

2014-04-22 Thread martijn cielen
Don't get your hopes up. Even OS X Mavericks isn't supported (at the
moment).


On Tue, Apr 22, 2014 at 4:54 PM, massimo21
lentini.massimili...@gmail.comwrote:

 Hello everyone.
 Just got the new Belfius card reader. And Guess what. No Linux support!
 I Called them for that and they told me if I did a petition there would
 more
 chances that they will support it in the future.
 If we can organize a petition and send it beck to
 belfiusdirect...@belfius.be woud be nice.

 Grtz,
 Massimiliano.



 --
 View this message in context:
 http://ubuntu-be.3354669.n2.nabble.com/Belfius-New-cardreader-tp7575232.html
 Sent from the Ubuntu-be mailing list archive at Nabble.com.

 --
 ubuntu-be mailing list / mailto:ubuntu-be@lists.ubuntu.com

 Modify settings or unsubscribe at:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-be

-- 
ubuntu-be mailing list / mailto:ubuntu-be@lists.ubuntu.com

Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-be


Re: [Ubuntu-be] Belfius New cardreader

2014-04-22 Thread Jurgen Gaeremyn
Open a bank account at a different bank and transfer away €100 every 
month - tell them you'll repeat that till the account is empty. At that 
point you'll completely move to the other bank. Odds are they will 
become more eager :)


Grtz,
Jurgen.

On 22-04-14 16:54, massimo21 wrote:

Hello everyone.
Just got the new Belfius card reader. And Guess what. No Linux support!
I Called them for that and they told me if I did a petition there would more
chances that they will support it in the future.
If we can organize a petition and send it beck to
belfiusdirect...@belfius.be woud be nice.

Grtz,
Massimiliano.



--
View this message in context: 
http://ubuntu-be.3354669.n2.nabble.com/Belfius-New-cardreader-tp7575232.html
Sent from the Ubuntu-be mailing list archive at Nabble.com.




--
ubuntu-be mailing list / mailto:ubuntu-be@lists.ubuntu.com

Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-be


Re: [Ubuntu-be] Belfius New cardreader

2014-04-22 Thread martijn cielen
Odds are 100% they'll laugh at you and charge you for moving your money. ;-)
http://cf.broadsheet.ie/wp-content/uploads/2014/04/banking-the-game.gif


On Tue, Apr 22, 2014 at 8:31 PM, Jurgen Gaeremyn jurgen.gaere...@pandora.be
 wrote:

 Open a bank account at a different bank and transfer away €100 every month
 - tell them you'll repeat that till the account is empty. At that point
 you'll completely move to the other bank. Odds are they will become more
 eager :)

 Grtz,
 Jurgen.


 On 22-04-14 16:54, massimo21 wrote:

 Hello everyone.
 Just got the new Belfius card reader. And Guess what. No Linux support!
 I Called them for that and they told me if I did a petition there would
 more
 chances that they will support it in the future.
 If we can organize a petition and send it beck to
 belfiusdirect...@belfius.be woud be nice.

 Grtz,
 Massimiliano.



 --
 View this message in context: http://ubuntu-be.3354669.n2.
 nabble.com/Belfius-New-cardreader-tp7575232.html
 Sent from the Ubuntu-be mailing list archive at Nabble.com.



 --
 ubuntu-be mailing list / mailto:ubuntu-be@lists.ubuntu.com

 Modify settings or unsubscribe at:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-be

-- 
ubuntu-be mailing list / mailto:ubuntu-be@lists.ubuntu.com

Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-be


Re: [Ubuntu-be] Belfius New cardreader

2014-04-22 Thread Marc Van Hoof
Hoi, Go with your monny to Argenta. It's al for free and you can
internetbanking via your browser.
Good luck, Marc

Op dinsdag 22 april 2014 heeft martijn cielen mcie...@gmail.com het
volgende geschreven:
 Odds are 100% they'll laugh at you and charge you for moving your money.
;-)
https://ci5.googleusercontent.com/proxy/b0IRpg3SOPj5WREUG8eeF8h1kvAULi8TUz6C2Wk1VkJdc-PG_HVRW88pMm_NP-jNpD_K7jHE6XzRcr4dA0_mzjMlwo_XGz7dsvQZOw3Vg4YGcFuKxa1tWSQM9yc-=s0-d-e1-ft#http://cf.broadsheet.ie/wp-content/uploads/2014/04/banking-the-game.gif

 http://cf.broadsheet.ie/wp-content/uploads/2014/04/banking-the-game.gif


 On Tue, Apr 22, 2014 at 8:31 PM, Jurgen Gaeremyn 
jurgen.gaere...@pandora.be wrote:

 Open a bank account at a different bank and transfer away €100 every
month - tell them you'll repeat that till the account is empty. At that
point you'll completely move to the other bank. Odds are they will become
more eager :)

 Grtz,
 Jurgen.

 On 22-04-14 16:54, massimo21 wrote:

 Hello everyone.
 Just got the new Belfius card reader. And Guess what. No Linux support!
 I Called them for that and they told me if I did a petition there would
more
 chances that they will support it in the future.
 If we can organize a petition and send it beck to
 belfiusdirect...@belfius.be woud be nice.

 Grtz,
 Massimiliano.



 --
 View this message in context:
http://ubuntu-be.3354669.n2.nabble.com/Belfius-New-cardreader-tp7575232.html
 Sent from the Ubuntu-be mailing list archive at Nabble.com.



 --
 ubuntu-be mailing list / mailto:ubuntu-be@lists.ubuntu.com

 Modify settings or unsubscribe at:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-be



-- 
Marc, Verzonden via Gmail Mobile
-- 
ubuntu-be mailing list / mailto:ubuntu-be@lists.ubuntu.com

Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-be


Re: [Ubuntu-be] Belfius New cardreader

2014-04-22 Thread martijn cielen
The problem with Argenta is it's a network of independent bankers. Try to
get some money from your account in an Argenta office that's not your
home office. It's also terrible for any other banking product.
Belfius is (at the moment) the best bank when it comes to technology and
mobile banking. The card reader not being supported is nothing but a minor
nuisance, since you don't even have to connect it to your computer in order
to use it for banking.


On Tue, Apr 22, 2014 at 9:44 PM, Marc Van Hoof mmva...@gmail.com wrote:

 Hoi, Go with your monny to Argenta. It's al for free and you can
 internetbanking via your browser.
 Good luck, Marc

 Op dinsdag 22 april 2014 heeft martijn cielen mcie...@gmail.com het
 volgende geschreven:
  Odds are 100% they'll laugh at you and charge you for moving your money.
 ;-)
 https://ci5.googleusercontent.com/proxy/b0IRpg3SOPj5WREUG8eeF8h1kvAULi8TUz6C2Wk1VkJdc-PG_HVRW88pMm_NP-jNpD_K7jHE6XzRcr4dA0_mzjMlwo_XGz7dsvQZOw3Vg4YGcFuKxa1tWSQM9yc-=s0-d-e1-ft#http://cf.broadsheet.ie/wp-content/uploads/2014/04/banking-the-game.gif
 

  http://cf.broadsheet.ie/wp-content/uploads/2014/04/banking-the-game.gif
 
 
  On Tue, Apr 22, 2014 at 8:31 PM, Jurgen Gaeremyn 
 jurgen.gaere...@pandora.be wrote:
 
  Open a bank account at a different bank and transfer away €100 every
 month - tell them you'll repeat that till the account is empty. At that
 point you'll completely move to the other bank. Odds are they will become
 more eager :)
 
  Grtz,
  Jurgen.
 
  On 22-04-14 16:54, massimo21 wrote:
 
  Hello everyone.
  Just got the new Belfius card reader. And Guess what. No Linux support!
  I Called them for that and they told me if I did a petition there
 would more
  chances that they will support it in the future.
  If we can organize a petition and send it beck to
  belfiusdirect...@belfius.be woud be nice.
 
  Grtz,
  Massimiliano.
 
 
 
  --
  View this message in context:
 http://ubuntu-be.3354669.n2.nabble.com/Belfius-New-cardreader-tp7575232.html
  Sent from the Ubuntu-be mailing list archive at Nabble.com.
 
 
 
  --
  ubuntu-be mailing list / mailto:ubuntu-be@lists.ubuntu.com
 
  Modify settings or unsubscribe at:
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-be
 
 

 --
 Marc, Verzonden via Gmail Mobile

 --
 ubuntu-be mailing list / mailto:ubuntu-be@lists.ubuntu.com

 Modify settings or unsubscribe at:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-be


-- 
ubuntu-be mailing list / mailto:ubuntu-be@lists.ubuntu.com

Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-be


title bar

2014-04-22 Thread Phil G
Hi,

I recently upgraded from 12.04 LTS.  On 12.04, I installed gnome-shell
so that I could use gnome instead of unity and I really liked it so I
was happy to hear about Ubuntu-GNOME LTS.

I am experiencing only one thing that I am not happy about, and that
is with the title bars.  I want to get rid of them since they take so
much space on my laptop screen.  Are there any extensions or icon
themes that I can use to hide the title bars?  I have found older
extensions that looked to do what I want but aren't supported beyond
gnome 3.8.

Thanks for your suggestions!

Phil

-- 
Ubuntu-GNOME mailing list
Ubuntu-GNOME@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-gnome


A little promotion on Reddit.

2014-04-22 Thread Christian Dysthe
Hi,

I have been so happy with Ubuntu GNOME that I did a little piece on
Reddit explaining why it's such a great distro. Caused an interesting
discussion:

http://www.reddit.com/r/LinuxActionShow/comments/23l8t3/the_best_of_two_worlds_ubuntu_gnome/

I just want to thank you guys responsible for the phenomenal 14.04
release. With the LTS we who rely on Linux for work have a perfect mix
of the versatility of Ubuntu matched up with the elegance and efficiency
of GNOME.

-- 
//Christian


-- 
Ubuntu-GNOME mailing list
Ubuntu-GNOME@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-gnome


[Bug 1310846] Re: amt template gives up way too easily

2014-04-22 Thread Graham Binns
** Branch linked: lp:~gmb/maas/dustins-patch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1310846

Title:
  amt template gives up way too easily

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1310846/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1309594] Re: kernel-libipsec not loading

2014-04-22 Thread Martin Willi
AFAICS, kernel-libipsec is not part of the Ubuntu strongSwan package,
hence it can't be enabled.

Not sure if there are that many uses cases for kernel-libipsec on a
standard Linux distribution to justify its inclusion; kernel-netlink is
preferable on 95% of use cases.

Regards
Martin

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to strongswan in Ubuntu.
https://bugs.launchpad.net/bugs/1309594

Title:
  kernel-libipsec not loading

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1309594/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1297224] Re: Improve xen packages and hvm domUs support

2014-04-22 Thread Stefan Bader
Supporting flexible locations of qemu and alternate location for the
ovmf BIOS would allow to get rid of patches. So sounds useful. Note that
the 14.04 (Trusty) release of Ubuntu (as well as the 13.10 (Saucy)
release) were not using the Xen version of qemu for xl but the generic
upstream qemu (compiled with Xen support).

To push deprecation of xend in 14.04, xl was made the default toolstack.
In order to not completely break users of xend it still ships with xend
support and this will not get removed in the 14.04 release. This could
be something to try in the next release. If Xen-4.5 is ready by then its
gone anyway and in case we stick with 4.4 we could stop using --with-
xend. Probably depending on upstream to decide whether the old device-
model should go, too.

Blktap(2) is not installed by default. It has been a bunch of separate
packages for a while. The default is to use upmstream qemu. Not sure
whether qdisk refers to a specific interface. Normally IDE is specified
and blkfront is used after unplug.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to xen in Ubuntu.
https://bugs.launchpad.net/bugs/1297224

Title:
  Improve xen packages and hvm domUs support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1297224/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1310076] Re: lost connectivity to a node when using fastpath-installer with precise+hwe-s

2014-04-22 Thread Raphaël Badin
** Changed in: maas
   Status: New = Triaged

** Changed in: maas
   Importance: Undecided = Critical

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1310076

Title:
  lost connectivity to a node when using fastpath-installer with
  precise+hwe-s

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1310076/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1304407] Re: juju bootstrap defaults to i386

2014-04-22 Thread John A Meinel
** Changed in: juju-core/1.18
   Status: Triaged = In Progress

** Changed in: juju-core/1.18
 Assignee: (unassigned) = Nate Finch (natefinch)

** Changed in: juju-core
   Status: Triaged = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju-core in Ubuntu.
https://bugs.launchpad.net/bugs/1304407

Title:
  juju bootstrap defaults to i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1304407/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Stefan Bader
@Thomas, Simon, can you reveal whether there are maybe special options enabled 
in the global config or for the resource configs? Both other sides are running 
12.04 (Precise) and have not been upgraded, right?
The difference is that Simon did not reboot the upgraded machine but Thomas did 
and sees the error even after the reboot, correct?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1309594] Re: kernel-libipsec not loading

2014-04-22 Thread Tobias Brunner
While debian/strongswan-plugin-kernel-libipsec.install lists
usr/lib/ipsec/plugins/libstrongswan-kernel-libipsec.so the strongswan-
plugin-kernel-libipsec package does not actually include that file.

The reason for this is how dh_install is called in debian/rules, due to
the -Xlibstrongswan-kernel option all kernel plugins are excluded from
the packages. The kernel-netlink/pfroute/pfkey plugins are added
manually to the libstrongswan package depending on the target platform
(i.e. FreeBSD vs. Linux). I suppose something similar could be done to
add the kernel-libipsec plugin to the plugin-kernel-libipsec package.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to strongswan in Ubuntu.
https://bugs.launchpad.net/bugs/1309594

Title:
  kernel-libipsec not loading

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1309594/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Lionel Sausin - Numérigraphe
I have the same symptoms on my kernel 3.2 cluster indeed: 
drbdsetup show all
Could not connect to 'drbd' generic netlink family

I'm sorry I didn't notice this in my tests - I never use drbdsetup which
is supposed to be a low-level tool.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 1287726] Re: Wrong evaluation whether json is valid or not

2014-04-22 Thread Robie Basak
On Mon, Apr 14, 2014 at 06:10:31PM -, Mads Martin Jørgensen wrote:

[...]

 ...All of
 the services provided on a Ubuntu system will potentially break, since
 it does not conform to the json standard that everyone else does.

That doesn't really give me a helpful real world understanding of bug
impact. Instead of it will potentially break, I'd prefer to hear
something like it will break in the specific case X, which is widely
deployed because of popular framework Y, so Z% of users will see a
regression.

Without an understanding similar to this, I am not informed enough to
prioritise this at all.

[...]

 Do not forget the fact, that the reason it was removed was that it had
 this line together with its license: The Software shall be used for
 Good, not Evil. which makes it 'non-free' software. Have a look at the
 entire license here, and see for yourself.
 
 http://www.json.org/license.html

I'm not interested in debating legals in this bug. Please take your
argument to Debian, or to ubuntu-devel if you want Ubuntu to differ from
Debian on this point. It would not be reasonable to unilaterally make a
potentially legal-impacting change on the basis of a few proponents in
this bug. We should not do it without consulting the wider community.

 It's still a possibility to simply ship the php-json included in php,
 instead of potentially breaking thousands of server setups that rely on
 a php-json conforming to the json standard.

Sorry for responding to this after Trusty's release. I had to take some
time off for personal reasons. But three days before release was not a
reasonable timeframe to achieve consensus and make the change anyway,
had I responded earlier.


The two options you have now are:

1) Convince the Debian or Ubuntu projects to take a different legal
stance on whether the json module embedded in upstream php is
redistributable. This bug is not the appropriate venue for this; please
take it to mailing lists.

2) Fix the replacement json module to match php upstream's behaviour.
This approach seems much easier to me. It sounds like upstream would be
happy to accept patches, and there will be no legal minefield or
flamewar to negotiate either. We can certainly include such a fix in the
next release, and I think a fix to Trusty may be reasonable, too.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php-json in Ubuntu.
https://bugs.launchpad.net/bugs/1287726

Title:
  Wrong evaluation whether json is valid or not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-json/+bug/1287726/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 1306646] Re: dnsmasq provides recursive answers to the Internet by default

2014-04-22 Thread Robie Basak
On Mon, Apr 14, 2014 at 08:39:01PM -, Jeroen van der Ham wrote:

[...]

   ...I'm now
 trying to convince all package maintainers to use the --local-service
 option by default.

AIUI, you've effectively convinced Ubuntu, by virtue of having convinced
Debian. But this change didn't make Trusty, since the upstream
--local-service feature hadn't filtered down. I think it probably will
be in by the next release.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq in Ubuntu.
https://bugs.launchpad.net/bugs/1306646

Title:
  dnsmasq provides recursive answers to the Internet by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1306646/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Stefan Bader
Hm, ok. So we where only using drbdadm in testing? In theory there is
also a compat version of drbdsetup there and like for drbdadm the
fallback should be drbdsetup-83 (in /lib/drbd) ...

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1069529] Re: Regression in system fallback for date_default_timezone_get()

2014-04-22 Thread Robie Basak
  Antarctica/Macquarie$

This rings a bell, but I think it's a different (perhaps related) bug
that I can't find right now. This bug is when the system timezone
doesn't get picked up by default at all.

 I don't understand why PHP is so special it needs to be told
indivdually about my time zone, for each installed interpreter.

The upstream PHP project appear to prefer it this way, and aren't
interested in changing this. So multiple distributions (Debian/Ubuntu,
Fedora/RHEL/CentOS, others?) have to patch in what they think is better
behaviour, and this regresses sometimes. See https://bugs.debian.org
/cgi-bin/bugreport.cgi?bug=618462#10 for some further background.

** Bug watch added: Debian Bug tracker #618462
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618462

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1069529

Title:
  Regression in system fallback for date_default_timezone_get()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1069529/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Lionel Sausin - Numérigraphe
Looks very much like drbdsetup does not fall back to the 8.3 version, even 
though it should according to this commit:

http://git.drbd.org/gitweb.cgi?p=drbd-8.4.git;a=commit;h=b5ef99654f8008a7b6632261f39fc908b4e84210

Anyway, executing /lib/drbd/drbdsetup-83 instead of /sbin/drbdsetup seems to 
work at my end, try it if you need an emergency workaround.
/lib/drbd/drbdsetup-83 show 1
disk {
size0s _is_default; # bytes
... lots of bla bla
}

I'll ask for advice on the DRBD user's ML too but for the moment I'
can't help any further than that.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Thomas Jagoditsch
i see no uncommon options in my configs, i built the cluster basically of 
linbits dox.
i run a standard pp with no extra repos and did not upgrade to 8.4 whatsoever.

(the updated) node storage0:
root@storage1:~# ssh storage0 cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION=Ubuntu 12.04.4 LTS
root@storage1:~# ssh storage0 uname -a
Linux storage0... 3.2.0-60-generic #91-Ubuntu SMP Wed Feb 19 03:54:44 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux
root@storage1:~# ssh storage0 drbdadm --version
DRBDADM_BUILDTAG=GIT-hash:\ 89a294209144b68adb3ee85a73221f964d3ee515\ build\ 
by\ phil@fat-tyre\,\ 2013-02-05\ 15:35:49
DRBDADM_API_VERSION=88
DRBD_KERNEL_VERSION_CODE=0x08030b
DRBDADM_VERSION_CODE=0x08030b
DRBDADM_VERSION=8.3.11

(the unupdated) node storage1:
root@storage1:~# cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION=Ubuntu 12.04.3 LTS
root@storage1:~# uname -a
Linux storage1... 3.2.0-57-generic #87-Ubuntu SMP Tue Nov 12 21:35:10 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux
root@storage1:~# drbdadm --version
DRBDADM_BUILDTAG=GIT-hash:\ 0de839cee13a4160eed6037c4bddd066645e23c5\ build\ 
by\ buildd@allspice\,\ 2011-07-05\ 19:51:07
DRBDADM_API_VERSION=88
DRBD_KERNEL_VERSION_CODE=0x08030b
DRBDADM_VERSION_CODE=0x08030b
DRBDADM_VERSION=8.3.11

i did an normal node standby/dist-upgrade on storage0 and after reboot the drbd 
 master/slave service would not start.
as the cluster is in productive use i didnt upgrade the second node yet.
i can start drdb on storage0 with service drdb start (and have to do so ...) 
and the drdb devices are in sync and secondary on storage0.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1310792] Re: dfree command is not working anymore in samba

2014-04-22 Thread Peter de Kraker
I did some more digging through the logs, and it turns out that the command is 
called, but fails due to not being called as root user.
For access to the zfs stats you need to be root. This worked ok in 13.10, but 
it looks like the dfree command is not executed as root user anymore. I would 
call this a regression, but maybe this is intentional? Still,  it makes my 
dfree command useless...

[2014/04/22 12:48:52.745632,  0] ../source3/smbd/dfree.c:128(sys_disk_free)
  disk_free: file_lines_load() failed for command 
'/home/peter/scripts/zfs_free.sh .'. Error was : No child processes
Unable to open /dev/zfs: Permission denied.
Unable to open /dev/zfs: Permission denied.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1310792

Title:
  dfree command is not working anymore in samba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1310792/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Thomas Jagoditsch
thx stefan  lionel, will try your suggestions ASAP.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 1272788] Re: php5-fpm upstart job is not compatible with precise upstart

2014-04-22 Thread Robie Basak
@Renan

I believe Dimitri made this change to avoid breaking php5-fpm on upgrade
from Precise to Trusty, because the previous version of upstart needs to
have support for the new feature before we can use it.

AFAICT, this means that we can fix this in Trusty+1, but it will remain
like this in Trusty. The workaround is trivial, right? Just remove the
comment?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1272788

Title:
  php5-fpm upstart job is not compatible with precise upstart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1272788/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Lionel Sausin - Numérigraphe
As a workaround verified at my end, you may simply symlink the 8.3 tools 
somewhere in the path, so that drbdsetup will find them:
 ln -s /lib/drbd/drbdsetup-83 /sbin
Alternatively, you may revert drbd-utils to the 8.3 bersion which is still 
available from the release repository and freeze it until the problem is 
solved.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1072221] Re: ELinks built without lua support

2014-04-22 Thread Robie Basak
** Also affects: elinks (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733482
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to elinks in Ubuntu.
https://bugs.launchpad.net/bugs/1072221

Title:
  ELinks built without lua support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/elinks/+bug/1072221/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1306315] Re: juju-mongodb process hangs around after package removal

2014-04-22 Thread John A Meinel
** Also affects: juju-mongodb (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: juju-core
   Status: Triaged = Invalid

** Changed in: juju-core
Milestone: 1.19.1 = None

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju-mongodb in Ubuntu.
https://bugs.launchpad.net/bugs/1306315

Title:
  juju-mongodb process hangs around after package removal

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1306315/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Christoph Mitasch
I can confirm the problem with the netlink error.

Apr 20 11:54:59 node1 lrmd: [3636]: info: RA output:
(res_drbd_1:0:monitor:stderr) Could not connect to 'drbd' generic
netlink family

I'm using 12.04 with 3.2 kernel (3.2.0-60-generic).

The Pacemaker resource agent is also shipped in a new version with
drbd8-utils.

I debugged the agent:

export OCF_ROOT=/usr/lib/ocf/
export OCF_RESKEY_drbd_resource=r1
export OCF_RESKEY_CRM_meta_clone_max=2
export OCF_RESKEY_CRM_meta_master_max=1
export OCF_RESKEY_CRM_meta_notify=true

/usr/lib/ocf/resource.d/linbit/drbd status
drbd[31110]: WARNING: You may be disappointed: This RA is intended for 
pacemaker 1.0 or better!
Could not connect to 'drbd' generic netlink family

bash -x /usr/lib/ocf/resource.d/linbit/drbd status
...
+ DRBD_ROLE_LOCAL=(Unconfigured)
+ DRBD_ROLE_REMOTE=(Unknown)
+ DRBD_CSTATE=(Unconfigured)
+ DRBD_DSTATE_LOCAL=(Unconfigured)
+ DRBD_DSTATE_REMOTE=(DUnknown)
++ drbdsetup r1 sh-status
Could not connect to 'drbd' generic netlink family
+ eval ''
+ case ${DRBD_ROLE_LOCAL[*]} in
+ rc=7
+ return 7

The problem seems to be the command drbdsetup r1 sh-status.

I've also compiled 8.4.4, but that did not resolve the problem.

After that I've straced the command.
execve(/usr/local/sbin/drbdsetup-83, [drbdsetup, sh-status, 
/dev/drbd1], [/* 20 vars */]) = -1 ENOENT (No such file or directory)
execve(/usr/local/bin/drbdsetup-83, [drbdsetup, sh-status, /dev/drbd1], 
[/* 20 vars */]) = -1 ENOENT (No such file or directory)
execve(/usr/sbin/drbdsetup-83, [drbdsetup, sh-status, /dev/drbd1], [/* 
20 vars */]) = -1 ENOENT (No such file or directory)
execve(/usr/bin/drbdsetup-83, [drbdsetup, sh-status, /dev/drbd1], [/* 
20 vars */]) = -1 ENOENT (No such file or directory)
execve(/sbin/drbdsetup-83, [drbdsetup, sh-status, /dev/drbd1], [/* 20 
vars */]) = -1 ENOENT (No such file or directory)
execve(/bin/drbdsetup-83, [drbdsetup, sh-status, /dev/drbd1], [/* 20 
vars */]) = -1 ENOENT (No such file or directory)
execve(/usr/games/drbdsetup-83, [drbdsetup, sh-status, /dev/drbd1], [/* 
20 vars */]) = -1 ENOENT (No such file or directory)
write(2, Could not connect to 'drbd' gene..., 51Could not connect to 'drbd' 
generic netlink family
) = 51
exit_group(20)   

The problem seems that drbdsetup-83 cannot be found bei drbdsetup.
I created a symlink to /usr/local/bin/ and it worked.

Obviously the path of the two binaries
/lib/drbd/drbd/drbdadm-83|drbdsetup-83 must be changed.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1287726] Re: Wrong evaluation whether json is valid or not

2014-04-22 Thread Mads Martin Jørgensen
I cannot specify it further, since it's our own API that communicates
via JSON that broke, due to php-json in Ubuntu not conforming to the
JSON standard. Time will tell how many will get hit by this bug. Might
be zero, might be thousands. Fact of the matter is still that it accepts
JSON input that is not valid JSON according to the JSON standard.

I see my two options, and I can certainly understand your stance. We're
not able to fix this with the resources we have, and convincing Debian
to take a different legal stance is a holy war that I cannot win. so my
only option is:

3) Move all servers that use JSON away from Ubuntu and on to something
with a JSON standard conforming php-json.

Thanks for your time!

P.S Will this bug stay open until it's maybe fixed some day? Then I know
when I can consider using Ubuntu again.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php-json in Ubuntu.
https://bugs.launchpad.net/bugs/1287726

Title:
  Wrong evaluation whether json is valid or not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-json/+bug/1287726/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1309782] Re: Caching of anonymous pages could reveal CSRF token

2014-04-22 Thread Marc Deslauriers
** Information type changed from Private Security to Public Security

** Also affects: python-django (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: python-django (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: python-django (Ubuntu Saucy)
   Importance: Undecided
   Status: New

** Also affects: python-django (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: python-django (Ubuntu Quantal)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-django in Ubuntu.
https://bugs.launchpad.net/bugs/1309782

Title:
  Caching of anonymous pages could reveal CSRF token

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1309782/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1309779] Re: Unexpected code execution using ``reverse()``

2014-04-22 Thread Marc Deslauriers
** Information type changed from Private Security to Public Security

** Also affects: python-django (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: python-django (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: python-django (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Also affects: python-django (Ubuntu Saucy)
   Importance: Undecided
   Status: New

** Also affects: python-django (Ubuntu Precise)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-django in Ubuntu.
https://bugs.launchpad.net/bugs/1309779

Title:
  Unexpected code execution using ``reverse()``

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1309779/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1309784] Re: MySQL typecasting

2014-04-22 Thread Marc Deslauriers
** Information type changed from Private Security to Public Security

** Also affects: python-django (Ubuntu Saucy)
   Importance: Undecided
   Status: New

** Also affects: python-django (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: python-django (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: python-django (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Also affects: python-django (Ubuntu Precise)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-django in Ubuntu.
https://bugs.launchpad.net/bugs/1309784

Title:
  MySQL typecasting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1309784/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 1272788] Re: php5-fpm upstart job is not compatible with precise upstart

2014-04-22 Thread Dimitri John Ledkov
On 18 April 2014 11:58, Renan Gonçalves renan.sad...@gmail.com wrote:
 The package 5.5.9+dfsg-1ubuntu3 have the correct upstart script with
 reload signal USR2, which works great on Ubuntu Trusty since it uses
 upstart = 1.10.0

 The fix for this bug introduces a new package, called 5.5.9+dfsg-1ubuntu4, 
 which comments out reload signal USR2.
 Making it work on Precise but breaking on Trusty.

 Installing a new Ubuntu machine with the latest version and latest PHP should 
 be the priority to work out of the box. No adjustments should be needed.
 If anyone wants to use Precise with the latest PHP version, adjustments to 
 the upstart script are okay.

 Hence, IMO this fix should be reversed.


We fully understand the drawbacks of all combinations, and there is no
win-win situation at the moment.
At release time, it was decided that smooth upgrades are more
important than supporting reload mechanism in this single job.
Independently, i'm working on patches to service and invoke-rc.d
commands to properly support this case.
Once those get accepted into Debian, and subsequently SRUed into
trusty, this change can be reverted and the service will be correctly
started using sysvinit upon upgrades from precise and will be managed
by upstart after reboot into trusty's upstart.

If you require reload functionality, you can uncoment that line in the
upstart job or add reload signal USR2 into .override file next to
the job file.

-- 
Regards,

Dimitri.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1272788

Title:
  php5-fpm upstart job is not compatible with precise upstart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1272788/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Lionel Sausin - Numérigraphe
From my (quick) reading of the source code, drbdadmin works because it adds 
/lib/drbd to the path using add_lib_drbd_to_path(), and drbdsetup seems not to.
One reason for this could be that the driver calls drbdsetup with an abolute 
path and the source says in case drbdsetup is called with an absolute or 
relative pathname look for the legacy drbdsetup binary in the same 
location(...).

So I suggest that adding a symlink from /lib/drbd/drbdsetup-83 to /sbin
is an acceptable fix for this regression.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1309784] Re: MySQL typecasting

2014-04-22 Thread Launchpad Bug Tracker
This bug was fixed in the package python-django - 1.6.1-2ubuntu0.1

---
python-django (1.6.1-2ubuntu0.1) trusty-security; urgency=medium

  * SECURITY UPDATE: unexpected code execution using reverse()
(LP: #1309779)
- debian/patches/CVE-2014-0472.patch: added filtering to
  django/core/urlresolvers.py, added tests to
  tests/urlpatterns_reverse/nonimported_module.py,
  tests/urlpatterns_reverse/tests.py,
  tests/urlpatterns_reverse/urls.py,
  tests/urlpatterns_reverse/views.py.
- CVE-2014-0472
  * SECURITY UPDATE: caching of anonymous pages could reveal CSRF token
(LP: #1309782)
- debian/patches/CVE-2014-0473.patch: don't cache responses with a
  cookie in django/middleware/cache.py, added tests to
  tests/cache/tests.py.
- CVE-2014-0473
  * SECURITY UPDATE: MySQL typecasting issue (LP: #1309784)
- debian/patches/CVE-2014-0474.patch: convert arguments to correct
  type in django/db/models/fields/__init__.py, updated docs in
  docs/howto/custom-model-fields.txt, docs/ref/databases.txt,
  docs/ref/models/querysets.txt, docs/topics/db/sql.txt, added tests to
  tests/model_fields/tests.py.
- CVE-2014-0474
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Sat, 19 Apr 2014 08:50:48 
-0400

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-django in Ubuntu.
https://bugs.launchpad.net/bugs/1309784

Title:
  MySQL typecasting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1309784/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1309784] Re: MySQL typecasting

2014-04-22 Thread Launchpad Bug Tracker
This bug was fixed in the package python-django - 1.1.1-2ubuntu1.10

---
python-django (1.1.1-2ubuntu1.10) lucid-security; urgency=medium

  * SECURITY UPDATE: unexpected code execution using reverse()
(LP: #1309779)
- debian/patches/CVE-2014-0472.patch: added filtering to
  django/core/urlresolvers.py, added tests to
  tests/regressiontests/urlpatterns_reverse/nonimported_module.py,
  tests/regressiontests/urlpatterns_reverse/tests.py,
  tests/regressiontests/urlpatterns_reverse/urls.py,
  tests/regressiontests/urlpatterns_reverse/views.py.
- CVE-2014-0472
  * SECURITY UPDATE: caching of anonymous pages could reveal CSRF token
(LP: #1309782)
- debian/patches/CVE-2014-0473.patch: don't cache responses with a
  cookie in django/middleware/cache.py, backport has_vary_header() to
  django/utils/cache.py.
- CVE-2014-0473
  * SECURITY UPDATE: MySQL typecasting issue (LP: #1309784)
- debian/patches/CVE-2014-0474.patch: convert arguments to correct
  type in django/db/models/fields/__init__.py, added tests to
  tests/regressiontests/model_fields/tests.py.
- CVE-2014-0474
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Sat, 19 Apr 2014 11:21:00 
-0400

** Changed in: python-django (Ubuntu Lucid)
   Status: New = Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-0472

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-0473

** Changed in: python-django (Ubuntu Trusty)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-django in Ubuntu.
https://bugs.launchpad.net/bugs/1309784

Title:
  MySQL typecasting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1309784/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1309782] Re: Caching of anonymous pages could reveal CSRF token

2014-04-22 Thread Launchpad Bug Tracker
This bug was fixed in the package python-django - 1.1.1-2ubuntu1.10

---
python-django (1.1.1-2ubuntu1.10) lucid-security; urgency=medium

  * SECURITY UPDATE: unexpected code execution using reverse()
(LP: #1309779)
- debian/patches/CVE-2014-0472.patch: added filtering to
  django/core/urlresolvers.py, added tests to
  tests/regressiontests/urlpatterns_reverse/nonimported_module.py,
  tests/regressiontests/urlpatterns_reverse/tests.py,
  tests/regressiontests/urlpatterns_reverse/urls.py,
  tests/regressiontests/urlpatterns_reverse/views.py.
- CVE-2014-0472
  * SECURITY UPDATE: caching of anonymous pages could reveal CSRF token
(LP: #1309782)
- debian/patches/CVE-2014-0473.patch: don't cache responses with a
  cookie in django/middleware/cache.py, backport has_vary_header() to
  django/utils/cache.py.
- CVE-2014-0473
  * SECURITY UPDATE: MySQL typecasting issue (LP: #1309784)
- debian/patches/CVE-2014-0474.patch: convert arguments to correct
  type in django/db/models/fields/__init__.py, added tests to
  tests/regressiontests/model_fields/tests.py.
- CVE-2014-0474
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Sat, 19 Apr 2014 11:21:00 
-0400

** Changed in: python-django (Ubuntu Lucid)
   Status: New = Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-0472

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-0474

** Changed in: python-django (Ubuntu Trusty)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-django in Ubuntu.
https://bugs.launchpad.net/bugs/1309782

Title:
  Caching of anonymous pages could reveal CSRF token

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1309782/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1309782] Re: Caching of anonymous pages could reveal CSRF token

2014-04-22 Thread Launchpad Bug Tracker
This bug was fixed in the package python-django - 1.6.1-2ubuntu0.1

---
python-django (1.6.1-2ubuntu0.1) trusty-security; urgency=medium

  * SECURITY UPDATE: unexpected code execution using reverse()
(LP: #1309779)
- debian/patches/CVE-2014-0472.patch: added filtering to
  django/core/urlresolvers.py, added tests to
  tests/urlpatterns_reverse/nonimported_module.py,
  tests/urlpatterns_reverse/tests.py,
  tests/urlpatterns_reverse/urls.py,
  tests/urlpatterns_reverse/views.py.
- CVE-2014-0472
  * SECURITY UPDATE: caching of anonymous pages could reveal CSRF token
(LP: #1309782)
- debian/patches/CVE-2014-0473.patch: don't cache responses with a
  cookie in django/middleware/cache.py, added tests to
  tests/cache/tests.py.
- CVE-2014-0473
  * SECURITY UPDATE: MySQL typecasting issue (LP: #1309784)
- debian/patches/CVE-2014-0474.patch: convert arguments to correct
  type in django/db/models/fields/__init__.py, updated docs in
  docs/howto/custom-model-fields.txt, docs/ref/databases.txt,
  docs/ref/models/querysets.txt, docs/topics/db/sql.txt, added tests to
  tests/model_fields/tests.py.
- CVE-2014-0474
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Sat, 19 Apr 2014 08:50:48 
-0400

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-django in Ubuntu.
https://bugs.launchpad.net/bugs/1309782

Title:
  Caching of anonymous pages could reveal CSRF token

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1309782/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1309779] Re: Unexpected code execution using ``reverse()``

2014-04-22 Thread Launchpad Bug Tracker
This bug was fixed in the package python-django - 1.6.1-2ubuntu0.1

---
python-django (1.6.1-2ubuntu0.1) trusty-security; urgency=medium

  * SECURITY UPDATE: unexpected code execution using reverse()
(LP: #1309779)
- debian/patches/CVE-2014-0472.patch: added filtering to
  django/core/urlresolvers.py, added tests to
  tests/urlpatterns_reverse/nonimported_module.py,
  tests/urlpatterns_reverse/tests.py,
  tests/urlpatterns_reverse/urls.py,
  tests/urlpatterns_reverse/views.py.
- CVE-2014-0472
  * SECURITY UPDATE: caching of anonymous pages could reveal CSRF token
(LP: #1309782)
- debian/patches/CVE-2014-0473.patch: don't cache responses with a
  cookie in django/middleware/cache.py, added tests to
  tests/cache/tests.py.
- CVE-2014-0473
  * SECURITY UPDATE: MySQL typecasting issue (LP: #1309784)
- debian/patches/CVE-2014-0474.patch: convert arguments to correct
  type in django/db/models/fields/__init__.py, updated docs in
  docs/howto/custom-model-fields.txt, docs/ref/databases.txt,
  docs/ref/models/querysets.txt, docs/topics/db/sql.txt, added tests to
  tests/model_fields/tests.py.
- CVE-2014-0474
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Sat, 19 Apr 2014 08:50:48 
-0400

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-django in Ubuntu.
https://bugs.launchpad.net/bugs/1309779

Title:
  Unexpected code execution using ``reverse()``

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1309779/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1309779] Re: Unexpected code execution using ``reverse()``

2014-04-22 Thread Launchpad Bug Tracker
This bug was fixed in the package python-django - 1.1.1-2ubuntu1.10

---
python-django (1.1.1-2ubuntu1.10) lucid-security; urgency=medium

  * SECURITY UPDATE: unexpected code execution using reverse()
(LP: #1309779)
- debian/patches/CVE-2014-0472.patch: added filtering to
  django/core/urlresolvers.py, added tests to
  tests/regressiontests/urlpatterns_reverse/nonimported_module.py,
  tests/regressiontests/urlpatterns_reverse/tests.py,
  tests/regressiontests/urlpatterns_reverse/urls.py,
  tests/regressiontests/urlpatterns_reverse/views.py.
- CVE-2014-0472
  * SECURITY UPDATE: caching of anonymous pages could reveal CSRF token
(LP: #1309782)
- debian/patches/CVE-2014-0473.patch: don't cache responses with a
  cookie in django/middleware/cache.py, backport has_vary_header() to
  django/utils/cache.py.
- CVE-2014-0473
  * SECURITY UPDATE: MySQL typecasting issue (LP: #1309784)
- debian/patches/CVE-2014-0474.patch: convert arguments to correct
  type in django/db/models/fields/__init__.py, added tests to
  tests/regressiontests/model_fields/tests.py.
- CVE-2014-0474
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Sat, 19 Apr 2014 11:21:00 
-0400

** Changed in: python-django (Ubuntu Lucid)
   Status: New = Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-0473

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2014-0474

** Changed in: python-django (Ubuntu Trusty)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-django in Ubuntu.
https://bugs.launchpad.net/bugs/1309779

Title:
  Unexpected code execution using ``reverse()``

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1309779/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1309782] Re: Caching of anonymous pages could reveal CSRF token

2014-04-22 Thread Launchpad Bug Tracker
This bug was fixed in the package python-django - 1.3.1-4ubuntu1.9

---
python-django (1.3.1-4ubuntu1.9) precise-security; urgency=medium

  * SECURITY UPDATE: unexpected code execution using reverse()
(LP: #1309779)
- debian/patches/CVE-2014-0472.patch: added filtering to
  django/core/urlresolvers.py, added tests to
  tests/regressiontests/urlpatterns_reverse/nonimported_module.py,
  tests/regressiontests/urlpatterns_reverse/tests.py,
  tests/regressiontests/urlpatterns_reverse/urls.py,
  tests/regressiontests/urlpatterns_reverse/views.py.
- CVE-2014-0472
  * SECURITY UPDATE: caching of anonymous pages could reveal CSRF token
(LP: #1309782)
- debian/patches/CVE-2014-0473.patch: don't cache responses with a
  cookie in django/middleware/cache.py.
- CVE-2014-0473
  * SECURITY UPDATE: MySQL typecasting issue (LP: #1309784)
- debian/patches/CVE-2014-0474.patch: convert arguments to correct
  type in django/db/models/fields/__init__.py, updated docs in
  docs/howto/custom-model-fields.txt, docs/ref/databases.txt,
  docs/ref/models/querysets.txt, docs/topics/db/sql.txt, added tests to
  tests/regressiontests/model_fields/tests.py.
- CVE-2014-0474
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Sat, 19 Apr 2014 09:27:04 
-0400

** Changed in: python-django (Ubuntu Precise)
   Status: New = Fix Released

** Changed in: python-django (Ubuntu Quantal)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-django in Ubuntu.
https://bugs.launchpad.net/bugs/1309782

Title:
  Caching of anonymous pages could reveal CSRF token

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1309782/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1309782] Re: Caching of anonymous pages could reveal CSRF token

2014-04-22 Thread Launchpad Bug Tracker
This bug was fixed in the package python-django - 1.4.1-2ubuntu0.5

---
python-django (1.4.1-2ubuntu0.5) quantal-security; urgency=medium

  * SECURITY UPDATE: unexpected code execution using reverse()
(LP: #1309779)
- debian/patches/CVE-2014-0472.patch: added filtering to
  django/core/urlresolvers.py, added tests to
  tests/regressiontests/urlpatterns_reverse/nonimported_module.py,
  tests/regressiontests/urlpatterns_reverse/tests.py,
  tests/regressiontests/urlpatterns_reverse/urls.py,
  tests/regressiontests/urlpatterns_reverse/views.py.
- CVE-2014-0472
  * SECURITY UPDATE: caching of anonymous pages could reveal CSRF token
(LP: #1309782)
- debian/patches/CVE-2014-0473.patch: don't cache responses with a
  cookie in django/middleware/cache.py, added tests to
  tests/regressiontests/cache/tests.py.
- CVE-2014-0473
  * SECURITY UPDATE: MySQL typecasting issue (LP: #1309784)
- debian/patches/CVE-2014-0474.patch: convert arguments to correct
  type in django/db/models/fields/__init__.py, updated docs in
  docs/howto/custom-model-fields.txt, docs/ref/databases.txt,
  docs/ref/models/querysets.txt, docs/topics/db/sql.txt, added tests to
  tests/regressiontests/model_fields/tests.py.
- CVE-2014-0474
  * debian/patches/fix_test_ftbfs.patch: fix ftbfs with upstream commit.
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Sat, 19 Apr 2014 09:12:33 
-0400

** Changed in: python-django (Ubuntu Saucy)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-django in Ubuntu.
https://bugs.launchpad.net/bugs/1309782

Title:
  Caching of anonymous pages could reveal CSRF token

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1309782/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1309784] Re: MySQL typecasting

2014-04-22 Thread Launchpad Bug Tracker
This bug was fixed in the package python-django - 1.3.1-4ubuntu1.9

---
python-django (1.3.1-4ubuntu1.9) precise-security; urgency=medium

  * SECURITY UPDATE: unexpected code execution using reverse()
(LP: #1309779)
- debian/patches/CVE-2014-0472.patch: added filtering to
  django/core/urlresolvers.py, added tests to
  tests/regressiontests/urlpatterns_reverse/nonimported_module.py,
  tests/regressiontests/urlpatterns_reverse/tests.py,
  tests/regressiontests/urlpatterns_reverse/urls.py,
  tests/regressiontests/urlpatterns_reverse/views.py.
- CVE-2014-0472
  * SECURITY UPDATE: caching of anonymous pages could reveal CSRF token
(LP: #1309782)
- debian/patches/CVE-2014-0473.patch: don't cache responses with a
  cookie in django/middleware/cache.py.
- CVE-2014-0473
  * SECURITY UPDATE: MySQL typecasting issue (LP: #1309784)
- debian/patches/CVE-2014-0474.patch: convert arguments to correct
  type in django/db/models/fields/__init__.py, updated docs in
  docs/howto/custom-model-fields.txt, docs/ref/databases.txt,
  docs/ref/models/querysets.txt, docs/topics/db/sql.txt, added tests to
  tests/regressiontests/model_fields/tests.py.
- CVE-2014-0474
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Sat, 19 Apr 2014 09:27:04 
-0400

** Changed in: python-django (Ubuntu Precise)
   Status: New = Fix Released

** Changed in: python-django (Ubuntu Quantal)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-django in Ubuntu.
https://bugs.launchpad.net/bugs/1309784

Title:
  MySQL typecasting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1309784/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1309784] Re: MySQL typecasting

2014-04-22 Thread Launchpad Bug Tracker
This bug was fixed in the package python-django - 1.4.1-2ubuntu0.5

---
python-django (1.4.1-2ubuntu0.5) quantal-security; urgency=medium

  * SECURITY UPDATE: unexpected code execution using reverse()
(LP: #1309779)
- debian/patches/CVE-2014-0472.patch: added filtering to
  django/core/urlresolvers.py, added tests to
  tests/regressiontests/urlpatterns_reverse/nonimported_module.py,
  tests/regressiontests/urlpatterns_reverse/tests.py,
  tests/regressiontests/urlpatterns_reverse/urls.py,
  tests/regressiontests/urlpatterns_reverse/views.py.
- CVE-2014-0472
  * SECURITY UPDATE: caching of anonymous pages could reveal CSRF token
(LP: #1309782)
- debian/patches/CVE-2014-0473.patch: don't cache responses with a
  cookie in django/middleware/cache.py, added tests to
  tests/regressiontests/cache/tests.py.
- CVE-2014-0473
  * SECURITY UPDATE: MySQL typecasting issue (LP: #1309784)
- debian/patches/CVE-2014-0474.patch: convert arguments to correct
  type in django/db/models/fields/__init__.py, updated docs in
  docs/howto/custom-model-fields.txt, docs/ref/databases.txt,
  docs/ref/models/querysets.txt, docs/topics/db/sql.txt, added tests to
  tests/regressiontests/model_fields/tests.py.
- CVE-2014-0474
  * debian/patches/fix_test_ftbfs.patch: fix ftbfs with upstream commit.
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Sat, 19 Apr 2014 09:12:33 
-0400

** Changed in: python-django (Ubuntu Saucy)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-django in Ubuntu.
https://bugs.launchpad.net/bugs/1309784

Title:
  MySQL typecasting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1309784/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1309779] Re: Unexpected code execution using ``reverse()``

2014-04-22 Thread Launchpad Bug Tracker
This bug was fixed in the package python-django - 1.5.4-1ubuntu1.1

---
python-django (1.5.4-1ubuntu1.1) saucy-security; urgency=medium

  * SECURITY UPDATE: unexpected code execution using reverse()
(LP: #1309779)
- debian/patches/CVE-2014-0472.patch: added filtering to
  django/core/urlresolvers.py, added tests to
  tests/regressiontests/urlpatterns_reverse/nonimported_module.py,
  tests/regressiontests/urlpatterns_reverse/tests.py,
  tests/regressiontests/urlpatterns_reverse/urls.py,
  tests/regressiontests/urlpatterns_reverse/views.py.
- CVE-2014-0472
  * SECURITY UPDATE: caching of anonymous pages could reveal CSRF token
(LP: #1309782)
- debian/patches/CVE-2014-0473.patch: don't cache responses with a
  cookie in django/middleware/cache.py, added tests to
  tests/regressiontests/cache/tests.py.
- CVE-2014-0473
  * SECURITY UPDATE: MySQL typecasting issue (LP: #1309784)
- debian/patches/CVE-2014-0474.patch: convert arguments to correct
  type in django/db/models/fields/__init__.py, updated docs in
  docs/howto/custom-model-fields.txt, docs/ref/databases.txt,
  docs/ref/models/querysets.txt, docs/topics/db/sql.txt, added tests to
  tests/regressiontests/model_fields/tests.py.
- CVE-2014-0474
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Sat, 19 Apr 2014 09:06:51 
-0400

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-django in Ubuntu.
https://bugs.launchpad.net/bugs/1309779

Title:
  Unexpected code execution using ``reverse()``

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1309779/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1309784] Re: MySQL typecasting

2014-04-22 Thread Launchpad Bug Tracker
This bug was fixed in the package python-django - 1.5.4-1ubuntu1.1

---
python-django (1.5.4-1ubuntu1.1) saucy-security; urgency=medium

  * SECURITY UPDATE: unexpected code execution using reverse()
(LP: #1309779)
- debian/patches/CVE-2014-0472.patch: added filtering to
  django/core/urlresolvers.py, added tests to
  tests/regressiontests/urlpatterns_reverse/nonimported_module.py,
  tests/regressiontests/urlpatterns_reverse/tests.py,
  tests/regressiontests/urlpatterns_reverse/urls.py,
  tests/regressiontests/urlpatterns_reverse/views.py.
- CVE-2014-0472
  * SECURITY UPDATE: caching of anonymous pages could reveal CSRF token
(LP: #1309782)
- debian/patches/CVE-2014-0473.patch: don't cache responses with a
  cookie in django/middleware/cache.py, added tests to
  tests/regressiontests/cache/tests.py.
- CVE-2014-0473
  * SECURITY UPDATE: MySQL typecasting issue (LP: #1309784)
- debian/patches/CVE-2014-0474.patch: convert arguments to correct
  type in django/db/models/fields/__init__.py, updated docs in
  docs/howto/custom-model-fields.txt, docs/ref/databases.txt,
  docs/ref/models/querysets.txt, docs/topics/db/sql.txt, added tests to
  tests/regressiontests/model_fields/tests.py.
- CVE-2014-0474
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Sat, 19 Apr 2014 09:06:51 
-0400

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-django in Ubuntu.
https://bugs.launchpad.net/bugs/1309784

Title:
  MySQL typecasting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1309784/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1309782] Re: Caching of anonymous pages could reveal CSRF token

2014-04-22 Thread Launchpad Bug Tracker
This bug was fixed in the package python-django - 1.5.4-1ubuntu1.1

---
python-django (1.5.4-1ubuntu1.1) saucy-security; urgency=medium

  * SECURITY UPDATE: unexpected code execution using reverse()
(LP: #1309779)
- debian/patches/CVE-2014-0472.patch: added filtering to
  django/core/urlresolvers.py, added tests to
  tests/regressiontests/urlpatterns_reverse/nonimported_module.py,
  tests/regressiontests/urlpatterns_reverse/tests.py,
  tests/regressiontests/urlpatterns_reverse/urls.py,
  tests/regressiontests/urlpatterns_reverse/views.py.
- CVE-2014-0472
  * SECURITY UPDATE: caching of anonymous pages could reveal CSRF token
(LP: #1309782)
- debian/patches/CVE-2014-0473.patch: don't cache responses with a
  cookie in django/middleware/cache.py, added tests to
  tests/regressiontests/cache/tests.py.
- CVE-2014-0473
  * SECURITY UPDATE: MySQL typecasting issue (LP: #1309784)
- debian/patches/CVE-2014-0474.patch: convert arguments to correct
  type in django/db/models/fields/__init__.py, updated docs in
  docs/howto/custom-model-fields.txt, docs/ref/databases.txt,
  docs/ref/models/querysets.txt, docs/topics/db/sql.txt, added tests to
  tests/regressiontests/model_fields/tests.py.
- CVE-2014-0474
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Sat, 19 Apr 2014 09:06:51 
-0400

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-django in Ubuntu.
https://bugs.launchpad.net/bugs/1309782

Title:
  Caching of anonymous pages could reveal CSRF token

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1309782/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1309779] Re: Unexpected code execution using ``reverse()``

2014-04-22 Thread Launchpad Bug Tracker
This bug was fixed in the package python-django - 1.3.1-4ubuntu1.9

---
python-django (1.3.1-4ubuntu1.9) precise-security; urgency=medium

  * SECURITY UPDATE: unexpected code execution using reverse()
(LP: #1309779)
- debian/patches/CVE-2014-0472.patch: added filtering to
  django/core/urlresolvers.py, added tests to
  tests/regressiontests/urlpatterns_reverse/nonimported_module.py,
  tests/regressiontests/urlpatterns_reverse/tests.py,
  tests/regressiontests/urlpatterns_reverse/urls.py,
  tests/regressiontests/urlpatterns_reverse/views.py.
- CVE-2014-0472
  * SECURITY UPDATE: caching of anonymous pages could reveal CSRF token
(LP: #1309782)
- debian/patches/CVE-2014-0473.patch: don't cache responses with a
  cookie in django/middleware/cache.py.
- CVE-2014-0473
  * SECURITY UPDATE: MySQL typecasting issue (LP: #1309784)
- debian/patches/CVE-2014-0474.patch: convert arguments to correct
  type in django/db/models/fields/__init__.py, updated docs in
  docs/howto/custom-model-fields.txt, docs/ref/databases.txt,
  docs/ref/models/querysets.txt, docs/topics/db/sql.txt, added tests to
  tests/regressiontests/model_fields/tests.py.
- CVE-2014-0474
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Sat, 19 Apr 2014 09:27:04 
-0400

** Changed in: python-django (Ubuntu Precise)
   Status: New = Fix Released

** Changed in: python-django (Ubuntu Quantal)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-django in Ubuntu.
https://bugs.launchpad.net/bugs/1309779

Title:
  Unexpected code execution using ``reverse()``

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1309779/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1309779] Re: Unexpected code execution using ``reverse()``

2014-04-22 Thread Launchpad Bug Tracker
This bug was fixed in the package python-django - 1.4.1-2ubuntu0.5

---
python-django (1.4.1-2ubuntu0.5) quantal-security; urgency=medium

  * SECURITY UPDATE: unexpected code execution using reverse()
(LP: #1309779)
- debian/patches/CVE-2014-0472.patch: added filtering to
  django/core/urlresolvers.py, added tests to
  tests/regressiontests/urlpatterns_reverse/nonimported_module.py,
  tests/regressiontests/urlpatterns_reverse/tests.py,
  tests/regressiontests/urlpatterns_reverse/urls.py,
  tests/regressiontests/urlpatterns_reverse/views.py.
- CVE-2014-0472
  * SECURITY UPDATE: caching of anonymous pages could reveal CSRF token
(LP: #1309782)
- debian/patches/CVE-2014-0473.patch: don't cache responses with a
  cookie in django/middleware/cache.py, added tests to
  tests/regressiontests/cache/tests.py.
- CVE-2014-0473
  * SECURITY UPDATE: MySQL typecasting issue (LP: #1309784)
- debian/patches/CVE-2014-0474.patch: convert arguments to correct
  type in django/db/models/fields/__init__.py, updated docs in
  docs/howto/custom-model-fields.txt, docs/ref/databases.txt,
  docs/ref/models/querysets.txt, docs/topics/db/sql.txt, added tests to
  tests/regressiontests/model_fields/tests.py.
- CVE-2014-0474
  * debian/patches/fix_test_ftbfs.patch: fix ftbfs with upstream commit.
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Sat, 19 Apr 2014 09:12:33 
-0400

** Changed in: python-django (Ubuntu Saucy)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-django in Ubuntu.
https://bugs.launchpad.net/bugs/1309779

Title:
  Unexpected code execution using ``reverse()``

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1309779/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1309594] Re: kernel-libipsec not loading

2014-04-22 Thread Tony Zhou
Hi Martin,

strongswan-plugin-kernel-libipsec does provide the plugin (or
supposedly) in Ubuntu 14.04.

There are two reasons (or at least mine) to use kernel-libipsec, one is
that kernel-libipsec provides a separate interface so that
filtering/inspecting the packets would be easier with iptables, and
second is that for OpenVZ-based platforms, kernel-libipsec is necessary
to make both L2TP/IPSec and IKEv1 to work properly simultaneously
(although for L2TP case tunnel mode must be used). I have tested that
kernel-netlink alone will fail to forward the packets between the
gateway and IKEv1 clients.

Best,
TZ

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to strongswan in Ubuntu.
https://bugs.launchpad.net/bugs/1309594

Title:
  kernel-libipsec not loading

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/strongswan/+bug/1309594/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 1287726] Re: Wrong evaluation whether json is valid or not

2014-04-22 Thread Robie Basak
On Tue, Apr 22, 2014 at 11:31:36AM -, Mads Martin Jørgensen wrote:
 3) Move all servers that use JSON away from Ubuntu and on to something
 with a JSON standard conforming php-json.

For other readers, I would point out that AIUI Fedora (and thus RHEL and
CentOS) and Debian (and thus Ubuntu) have all taken the same stance on
this. I do not know about SUSE.

 P.S Will this bug stay open until it's maybe fixed some day? Then I know
 when I can consider using Ubuntu again.

Sure. But it is also not uncommon that upstream fixes a bug, and we do
not notice it in the distribution while we carry the fix anyway.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php-json in Ubuntu.
https://bugs.launchpad.net/bugs/1287726

Title:
  Wrong evaluation whether json is valid or not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-json/+bug/1287726/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Stefan Bader
I would rather fix drbdsetup in the same way drbdadm works (so add the
libpath). That way the compat binaries are not exposed in the normal
search path. Which I believe is intentional as from the user perspective
there should be only one command. I am working on a patch and some test
binaries which I will post here when I am done.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1297224] Re: Improve xen packages and hvm domUs support

2014-04-22 Thread Fantu
Thanks for your reply.
I not tried xen trusty package for now but only a fast watch on debian folder 
of packages source.
seabios and upstream qemu is not specified on configure for what I saw 
(./configure --enable-xend --prefix=/usr) and I think should be done to have 
seabios and upstream qemu without adding distro patches (I saw at least 3 
patches about them), same for ovmf if you will add it (but actual ovmf trusty 
package seems too old for good xen support, if I remember correctly the patch 
for a decent xen support are ovmf upstream from the beginning of February).
About xend if you already shown that it is deprecated and will be removed okay, 
on xen 4.5 (on development) xend has already been removed.
About disks part from a fast watch seems ok but I have not tried it yet I do 
not have the certainty.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to xen in Ubuntu.
https://bugs.launchpad.net/bugs/1297224

Title:
  Improve xen packages and hvm domUs support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1297224/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1310483] Re: Ubuntu 14.04 apache libapache2-mod-auth-mysql do not work

2014-04-22 Thread Robie Basak
*** This bug is a duplicate of bug 1243076 ***
https://bugs.launchpad.net/bugs/1243076

** This bug has been marked a duplicate of bug 1243076
   libapache2-mod-auth-mysql is missing in 13.10 amd64

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mod-auth-mysql in Ubuntu.
https://bugs.launchpad.net/bugs/1310483

Title:
  Ubuntu 14.04 apache libapache2-mod-auth-mysql do not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mod-auth-mysql/+bug/1310483/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1310307] Re: spamassassin postinst uses a login shell

2014-04-22 Thread Robie Basak
** Changed in: spamassassin (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to spamassassin in Ubuntu.
https://bugs.launchpad.net/bugs/1310307

Title:
  spamassassin postinst uses a login shell

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1310307/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1297224] Re: Improve xen packages and hvm domUs support

2014-04-22 Thread Fantu
Ah... I think that probably is also good put qemu-system-x86 as dipendency 
since is default for disks on file also on pv domUs.
Is used also for vnc (and spice basic support if my patch will be accepted on 
xen 4.5) on pv domUs.
Then using the 4.4 xl seem to me a few cases where it is not used, but I could 
be wrong not knowing the actual xen use cases, not to mention that I fear that 
xend and qemu traditional is still too used even if obsolete :(

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to xen in Ubuntu.
https://bugs.launchpad.net/bugs/1297224

Title:
  Improve xen packages and hvm domUs support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1297224/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1310569] Re: Error: Could not set 'file' on ensure: invalid byte sequence in US-ASCII

2014-04-22 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

I was unable to link the upstream bug to this one. Please can you
comment here when there's some resolution on the debugging proceeding in
the upstream bug?

It sounds to me that not being able to ensure a binary file exists is a
significant regression, and if the fix is a simple patch then we can
apply it to the stable release.

** Changed in: puppet (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet in Ubuntu.
https://bugs.launchpad.net/bugs/1310569

Title:
  Error: Could not set 'file' on ensure: invalid byte sequence in US-
  ASCII

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1310569/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 743858] Re: sshd not appending to /var/log/btmp

2014-04-22 Thread Louis Bouchard
** Patch removed: openssh_enable_btmp_saucy.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/743858/+attachment/4055600/+files/openssh_enable_btmp_saucy.debdiff

** Patch removed: openssh_enable_btmp_precise.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/743858/+attachment/4055599/+files/openssh_enable_btmp_precise.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/743858

Title:
  sshd not appending to /var/log/btmp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/743858/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Rocco
Also lost my slave on prod system today, pacemaker,crm cluster with
drbd.

lrmd: [1952]: info: RA output: (res_drbd_1:1:monitor:stderr) Could not
connect to 'drbd' generic netlink family

My resources are marked as Unconfigured on slave, but still Primary on
master.

Have not rebooted.

What is the best way of getting back on track? Link one of both of the
binaries to /usr/local/bin and restart cluster/drbd?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 743858] Re: sshd not appending to /var/log/btmp

2014-04-22 Thread Louis Bouchard
New version of the debdiff from new version after security SRU

** Patch added: openssh_enable_btmp_precise_v2.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/743858/+attachment/4092562/+files/openssh_enable_btmp_precise_v2.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/743858

Title:
  sshd not appending to /var/log/btmp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/743858/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 743858] Re: sshd not appending to /var/log/btmp

2014-04-22 Thread Louis Bouchard
New version of the debdiff from new version after security SRU

** Patch added: openssh_enable_btmp_saucy_v2.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/743858/+attachment/4092561/+files/openssh_enable_btmp_saucy_v2.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/743858

Title:
  sshd not appending to /var/log/btmp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/743858/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Fwd: Re: [Drbd-dev] drbdsetup legacy utils can't fall back to version 8.3

2014-04-22 Thread Lionel Sausin - Numérigraphe
Linbit's Lars Ellenberg confirmed on the ML that adding /lib/drbd to the 
path won't fix drbdsetup in all cases: drbdsetup-83 has to be in the 
same directory as the drbdsetup, and it also applies to drbdadmin.

On Tue, Apr 22, 2014 at 01:56:16PM +0200, Lionel Sausin wrote:
 (...)
 Is the correct fix to add a symlink from /lib/drbd/drbdsetup-83 to
 /sbin, or should drbdsetup be patched to search in /lib/drbd too?

Correct is whatever works for you.
As long as you know what version you are using, use the matching tools.

Note that using explicit path (anything with a '/' in it)
on drbdadm or drbdsetup causes them to expect the respective legacy
binary at that same path, beneath the current executable.
(on purpose).

So if you want to say /sbin/drbdsetup, and expect that to be able to
execvp drbdsetup-83, then yes, you have to make that accesible under
/sbin/drbdsetup-83, adding it to the PATH will not be good enough.

Also, as a heads up, we are in the process on splitting out the DRBD
userland, providing the grand unified drbd utils, so this will all
change again within the next few weeks/month.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Stefan Bader
Anyone seeing the error message, try the proposed package on the
upgraded server. Those are for Precise (12.04) and you will need only
the one matching your installation (64bit or 32bit).

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Stefan Bader
Proposing to fix this by adding the patch in drbdsetup, too. See attached 
debdiff. Test packages can be found at
http://people.canonical.com/~smb/lp1185756/

** Patch added: Debdiff of proposed fix.
   
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+attachment/4092580/+files/drbdsetup-fix.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1311140] [NEW] powering multiple nodes errors with max retries

2014-04-22 Thread Blake Rouse
Public bug reported:

When powering multiple nodes on at once, in different sub-processes. The
following error is generated and the node is not powered off or on
accordingly.

Traceback (most recent call last):
  File stdin, line 2, in module
  File 
/usr/lib/python2.7/dist-packages/provisioningserver/custom_hardware/seamicro.py,
 line 324, in power_control_seamicro15k_v2
server.power_on(using_pxe=True)
  File /usr/lib/python2.7/dist-packages/seamicroclient/v2/servers.py, line 
28, in power_on
self.manager.power_on(self, using_pxe)
  File /usr/lib/python2.7/dist-packages/seamicroclient/v2/servers.py, line 
114, in power_on
self._action('power-on', server, action_params)
  File /usr/lib/python2.7/dist-packages/seamicroclient/v2/servers.py, line 
219, in _action
return self.api.client.put(url, body=body)
  File /usr/lib/python2.7/dist-packages/seamicroclient/client.py, line 165, 
in put
return self._cs_request(url, 'PUT', **kwargs)
  File /usr/lib/python2.7/dist-packages/seamicroclient/client.py, line 155, 
in _cs_request
**kwargs)
  File /usr/lib/python2.7/dist-packages/seamicroclient/client.py, line 141, 
in _time_request
resp, body = self.request(url, method, **kwargs)
  File /usr/lib/python2.7/dist-packages/seamicroclient/client.py, line 115, 
in request
**kwargs)
  File /usr/lib/python2.7/dist-packages/requests/sessions.py, line 383, in 
request
resp = self.send(prep, **send_kwargs)
  File /usr/lib/python2.7/dist-packages/requests/sessions.py, line 486, in 
send
r = adapter.send(request, **kwargs)
  File /usr/lib/python2.7/dist-packages/requests/adapters.py, line 378, in 
send
raise ConnectionError(e)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='192.168.220.102', 
port=80): Max retries exceeded with url: /v2.0/servers/21/0 (Caused by class 
'httplib.BadStatusLine': '')

** Affects: python-seamicroclient (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Changed in: python-seamicroclient (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-seamicroclient in Ubuntu.
https://bugs.launchpad.net/bugs/1311140

Title:
  powering multiple nodes errors with max retries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-seamicroclient/+bug/1311140/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1297224] Re: Improve xen packages and hvm domUs support

2014-04-22 Thread Stefan Bader
qemu-system-x86 is on the recommends list which will pull in upstream qemu. 
Right now the build of Xen modifies the source in a way to look for 
qemu-system-i386 on the path provided by qemu. This also causes seabios to be 
used. ovmf would need testing. Ovmf was not really looked at. So for the next 
release you could file a bug against edk2 which looks to be the source package 
that provides ovmf.
I would try to make everything use/depend on the same generic parts. I would 
prefer if we can more and more get rid of any qemu part being built as part of 
Xen and rather rely on the common qemu package there. As long as 
qemu-xen-traditional needs to be supported we need to keep that in Xen but long 
term it should go.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to xen in Ubuntu.
https://bugs.launchpad.net/bugs/1297224

Title:
  Improve xen packages and hvm domUs support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1297224/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1185756] Re: drbd8-utils not compatible with linux-lts-raring kernel in 12.04

2014-04-22 Thread Simon Déziel
@Stefan, your proposed fix (http://people.canonical.com/~smb/lp1185756/)
worked for me on Precise 64bit with kernel 3.2. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in Ubuntu.
https://bugs.launchpad.net/bugs/1185756

Title:
  drbd8-utils not compatible with linux-lts-raring kernel in 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/drbd8/+bug/1185756/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1311158] [NEW] WebUI do not work after fresh install

2014-04-22 Thread moimael
Public bug reported:

After installing a fresh ubuntu 14.04 (twice), following every step of
this doc :

http://maas.ubuntu.com/docs/install.html#disc-install

I can't access the webui on http://ip_address/MAAS

I always get the error :

Internal Server Error

The server encountered an internal error or misconfiguration and was
unable to complete your request.

Please contact the server administrator at webmaster@localhost to inform
them of the time this error occurred, and the actions you performed just
before this error.

More information about this error may be available in the server error
log.

Here is the apache error log, the error keep repeating :


[Tue Apr 22 16:38:35.959444 2014] [:error] [pid 1933:tid 140611374012160] 
[remote 192.168.16.44:3014] mod_wsgi (pid=1933): Exception occurred processing 
WSGI script '/usr/share/maas/wsgi.py'.
[Tue Apr 22 16:38:35.959625 2014] [:error] [pid 1933:tid 140611374012160] 
[remote 192.168.16.44:3014] Traceback (most recent call last):
[Tue Apr 22 16:38:35.959700 2014] [:error] [pid 1933:tid 140611374012160] 
[remote 192.168.16.44:3014]   File 
/usr/lib/python2.7/dist-packages/django/core/handlers/wsgi.py, line 187, in 
__call__
[Tue Apr 22 16:38:35.959842 2014] [:error] [pid 1933:tid 140611374012160] 
[remote 192.168.16.44:3014] self.load_middleware()
[Tue Apr 22 16:38:35.959881 2014] [:error] [pid 1933:tid 140611374012160] 
[remote 192.168.16.44:3014]   File 
/usr/lib/python2.7/dist-packages/django/core/handlers/base.py, line 49, in 
load_middleware
[Tue Apr 22 16:38:35.959923 2014] [:error] [pid 1933:tid 140611374012160] 
[remote 192.168.16.44:3014] mw_instance = mw_class()
[Tue Apr 22 16:38:35.959955 2014] [:error] [pid 1933:tid 140611374012160] 
[remote 192.168.16.44:3014]   File 
/usr/lib/python2.7/dist-packages/maasserver/middleware.py, line 87, in 
__init__
[Tue Apr 22 16:38:35.960022 2014] [:error] [pid 1933:tid 140611374012160] 
[remote 192.168.16.44:3014] reverse('login'),
[Tue Apr 22 16:38:35.960051 2014] [:error] [pid 1933:tid 140611374012160] 
[remote 192.168.16.44:3014]   File 
/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py, line 528, in 
reverse
[Tue Apr 22 16:38:35.960099 2014] [:error] [pid 1933:tid 140611374012160] 
[remote 192.168.16.44:3014] return 
iri_to_uri(resolver._reverse_with_prefix(view, prefix, *args, **kwargs))
[Tue Apr 22 16:38:35.960137 2014] [:error] [pid 1933:tid 140611374012160] 
[remote 192.168.16.44:3014]   File 
/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py, line 399, in 
_reverse_with_prefix
[Tue Apr 22 16:38:35.960172 2014] [:error] [pid 1933:tid 140611374012160] 
[remote 192.168.16.44:3014] self._populate()
[Tue Apr 22 16:38:35.960205 2014] [:error] [pid 1933:tid 140611374012160] 
[remote 192.168.16.44:3014]   File 
/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py, line 286, in 
_populate
[Tue Apr 22 16:38:35.960258 2014] [:error] [pid 1933:tid 140611374012160] 
[remote 192.168.16.44:3014] for name in pattern.reverse_dict:
[Tue Apr 22 16:38:35.960597 2014] [:error] [pid 1933:tid 140611374012160] 
[remote 192.168.16.44:3014]   File 
/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py, line 311, in 
reverse_dict
[Tue Apr 22 16:38:35.961326 2014] [:error] [pid 1933:tid 140611374012160] 
[remote 192.168.16.44:3014] self._populate()
[Tue Apr 22 16:38:35.961358 2014] [:error] [pid 1933:tid 140611374012160] 
[remote 192.168.16.44:3014]   File 
/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py, line 286, in 
_populate
[Tue Apr 22 16:38:35.961411 2014] [:error] [pid 1933:tid 140611374012160] 
[remote 192.168.16.44:3014] for name in pattern.reverse_dict:
[Tue Apr 22 16:38:35.961473 2014] [:error] [pid 1933:tid 140611374012160] 
[remote 192.168.16.44:3014]   File 
/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py, line 311, in 
reverse_dict
[Tue Apr 22 16:38:35.961529 2014] [:error] [pid 1933:tid 140611374012160] 
[remote 192.168.16.44:3014] self._populate()
[Tue Apr 22 16:38:35.961556 2014] [:error] [pid 1933:tid 140611374012160] 
[remote 192.168.16.44:3014]   File 
/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py, line 272, in 
_populate
[Tue Apr 22 16:38:35.961602 2014] [:error] [pid 1933:tid 140611374012160] 
[remote 192.168.16.44:3014] lookup_str = callback.__module__ + . + 
callback.__class__.__name__
[Tue Apr 22 16:38:35.961699 2014] [:error] [pid 1933:tid 140611374012160] 
[remote 192.168.16.44:3014] AttributeError: 'functools.partial' object has no 
attribute '__module__'

** Affects: maas (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1311158

Title:
  WebUI do not work after fresh install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1311158/+subscriptions

-- 

[Bug 1311158] Re: WebUI do not work after fresh install

2014-04-22 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: maas (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1311158

Title:
  WebUI do not work after fresh install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1311158/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1281758] Re: re-installing maas-region-controller fails

2014-04-22 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: maas (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1281758

Title:
  re-installing maas-region-controller fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1281758/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1311177] [NEW] byobu-screen ctrl-a causes death

2014-04-22 Thread Scott Moser
Public bug reported:

byobu-screen seems badly broken with regard to 'ctrl-a'.

fresh instance/user:

 * run 'byobu-screen'
 * hit 'ctrl-a'
 * answer '1' to the ctrl-a prompt

byobu (screen) dies.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: byobu 5.77-0ubuntu1
ProcVersionSignature: User Name 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
Date: Tue Apr 22 15:09:34 2014
Ec2AMI: ami-0079
Ec2AMIManifest: FIXME
Ec2AvailabilityZone: serverstack-az-1
Ec2InstanceType: m1.small
Ec2Kernel: aki-0002
Ec2Ramdisk: ari-0002
PackageArchitecture: all
ProcEnviron:
 TERM=screen
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: byobu
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: byobu (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ec2-images trusty

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to byobu in Ubuntu.
https://bugs.launchpad.net/bugs/1311177

Title:
  byobu-screen ctrl-a causes death

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1311177/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


  1   2   3   4   5   6   7   8   9   10   >