Correction of cwiki OFBENDUSER/Glossary

2022-02-18 Thread Marco RODRIGUES

Hi,


I am searching for glossaries In order to deepen the terms and concepts 
of OFBIZ.


I found the page : 
https://cwiki.apache.org/confluence/display/OFBENDUSER/Glossary


But many links to the user manual are wrong.


Exemple :

It is : 
https://ci.apache.org/projects/ofbiz/site/trunk/ofbizdoc/html5/user-manual.html#PARTY


And should be : 
https://nightlies.apache.org/ofbiz/trunk/ofbiz/html5/user-manual.html#_party_glossary


If someone can correct or give me the rights to do it (I have an account with 
my mailma...@adeti.org),I would be grateful  .

B/R.

--
Bonne journée.
Marco.

Président de COAGUL -- https://www.coagul.org/
Président d'honneur fondateur de l'Atelier Numérique Romorantin -- 
https://anr.adeti.org/
Administrateur fondateur Adeti.org -- https://www.adeti.org/
Membre de Solix/Sologne Linux -- https://www.solix.info/
Membre April -- https://www.april.org/



[jira] [Commented] (OFBIZ-9498) Improve DevOps using environment variable configuration

2022-01-03 Thread Marco RODRIGUES (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-9498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17467941#comment-17467941
 ] 

Marco RODRIGUES commented on OFBIZ-9498:


hi [~pierresmits],

Your reasoning is correct if it was just a question of improving the existing 
PR by adding code. But the aim is ti replace the way the 
UtilProperties.getEnvironmentProperty function integrates with the application.

Here are the two issues for which I advise against accepting this PR as is:

1. The function must be replaced/renamed, or managed in another class because 
it does not respect the definition of the Utilproperties class: "Utilities for 
working with properties files" 
(https://ci.apache.org/projects/ofbiz/site/stable/javadocs/org/apache/ofbiz/base/util/UtilProperties.html)
At least because environment variables are not "properties files" in the way 
they are handled here.

2. The direct use of the UtilProperties.getEnvironmentProperty function in the 
java code for calling variables is not the better way. It is specific to 
environment variables, and therefore blocks or complicates any evolution.
Better to start on another function / class which would manage which would 
frame the call to variables and manage mergers and overloads.
But we still need to make a quick inventory of what already exists in order to 
be able to offer a quick implementation that does not block us.


Hoping to be clear and remaining available for any questions.

P.S. Sorry for not giving these details before, but since I haven't had 
detailed feedback and any other alternative implementation examples, I didn't 
think it would be useful to pollute this thread with Nereid code-specific 
explanations. but you are right to have all explanations.
This thread has been relaunched, first of all, to share the contributions in 
order to move forward on a solution. Not to push this PR as it is. 

So if you can retrieve others implementation of this issue to enrich the 
reflexion , they are welcomed !
Thanks for your feedback.

> Improve DevOps using environment variable configuration
> ---
>
> Key: OFBIZ-9498
> URL: https://issues.apache.org/jira/browse/OFBIZ-9498
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Gil Portenseigne
>Assignee: Gil Portenseigne
>Priority: Minor
> Attachments: OFBIZ-9498.patch
>
>
> Discussed in thread : https://s.apache.org/Mh3q
> This Jira will present the improvment proposal giving a way to configure 
> OFBiz using environment variable.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Comment Edited] (OFBIZ-9498) Improve DevOps using environment variable configuration

2022-01-03 Thread Marco RODRIGUES (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-9498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17467888#comment-17467888
 ] 

Marco RODRIGUES edited comment on OFBIZ-9498 at 1/3/22, 10:24 AM:
--

We are working on a more complete version. We have to manage the problem in a 
more general and homogeneous way with the values reported by the "Properties". 
And also allowing to merge and to overload the values. 
The current code will add heterogeneity when we want to move forward on a 
global solution quickly.
We are currently evaluating the impact and the process that we could propose to 
do so.
I will post the elements here as they are written so that you can participate 
as best as possible in the reflection and progress of this point. 
Thanks


was (Author: JIRAUSER280242):
We are working on a more complete version. We have to manage the problem in a 
more general and homogeneous way with the values reported by the properties. 
And also allowing to merge and to overload the values. 
The current code will add heterogeneity when we want to move forward on a 
global solution quickly.
We are currently evaluating the impact and the process that we could propose to 
do so.
I will post the elements here as they are written so that you can participate 
as best as possible in the reflection and progress of this point. 
Thanks

> Improve DevOps using environment variable configuration
> ---
>
> Key: OFBIZ-9498
> URL: https://issues.apache.org/jira/browse/OFBIZ-9498
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Gil Portenseigne
>Assignee: Gil Portenseigne
>Priority: Minor
> Attachments: OFBIZ-9498.patch
>
>
> Discussed in thread : https://s.apache.org/Mh3q
> This Jira will present the improvment proposal giving a way to configure 
> OFBiz using environment variable.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (OFBIZ-9498) Improve DevOps using environment variable configuration

2022-01-03 Thread Marco RODRIGUES (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-9498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17467888#comment-17467888
 ] 

Marco RODRIGUES commented on OFBIZ-9498:


We are working on a more complete version. We have to manage the problem in a 
more general and homogeneous way with the values reported by the properties. 
And also allowing to merge and to overload the values. 
The current code will add heterogeneity when we want to move forward on a 
global solution quickly.
We are currently evaluating the impact and the process that we could propose to 
do so.
I will post the elements here as they are written so that you can participate 
as best as possible in the reflection and progress of this point. 
Thanks

> Improve DevOps using environment variable configuration
> ---
>
> Key: OFBIZ-9498
> URL: https://issues.apache.org/jira/browse/OFBIZ-9498
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Gil Portenseigne
>Assignee: Gil Portenseigne
>Priority: Minor
> Attachments: OFBIZ-9498.patch
>
>
> Discussed in thread : https://s.apache.org/Mh3q
> This Jira will present the improvment proposal giving a way to configure 
> OFBiz using environment variable.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (OFBIZ-12401) Improved OFBiz configuration management for containers

2021-12-17 Thread Marco RODRIGUES (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17461489#comment-17461489
 ] 

Marco RODRIGUES commented on OFBIZ-12401:
-

I will have some days off, two next week.

If you have material to integrate into the common reflection, it would be 
interesting to send it. Even if it is not finalized, it will provide ideas that 
could be integrated, trying to fit the needs.

> Improved OFBiz configuration management for containers
> --
>
> Key: OFBIZ-12401
> URL: https://issues.apache.org/jira/browse/OFBIZ-12401
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Ioan Eugen Stan
>Priority: Major
>
> It's hard to use OFBiz with containers and other deployment scenarios because 
> the OFBiz configuration is intertwined with source files and there are a lot 
> of them.
> We also need:
>  * the ability to override configuration properties
>  * load configs from a single / handful of files in a single location
>  * optionally load from multiple sources (files, db, configuration services 
> like kubernetes, consul ,etc) .
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (OFBIZ-9498) Improve DevOps using environment variable configuration

2021-12-17 Thread Marco RODRIGUES (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-9498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17461487#comment-17461487
 ] 

Marco RODRIGUES commented on OFBIZ-9498:


Hi, 
I will have some days off, two next week.

If you have material to integrate into the common reflection, it would be 
interesting to send it. Even if it is not finalized, it will provide ideas that 
could be integrated, trying to fit the needs.

> Improve DevOps using environment variable configuration
> ---
>
> Key: OFBIZ-9498
> URL: https://issues.apache.org/jira/browse/OFBIZ-9498
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Gil Portenseigne
>Assignee: Gil Portenseigne
>Priority: Minor
> Attachments: OFBIZ-9498.patch
>
>
> Discussed in thread : https://s.apache.org/Mh3q
> This Jira will present the improvment proposal giving a way to configure 
> OFBiz using environment variable.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (OFBIZ-12401) Improved OFBiz configuration management for containers

2021-11-29 Thread Marco RODRIGUES (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-12401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17450460#comment-17450460
 ] 

Marco RODRIGUES commented on OFBIZ-12401:
-

Hi Eugen, Hi Jacques,
I have added a comment on ticket OFBIZ-9498 which has lead to 
https://github.com/apache/ofbiz-framework/pull/355 .

All your comments, improvements or recommendations to make it better or fit 
your needs are welcome

> Improved OFBiz configuration management for containers
> --
>
> Key: OFBIZ-12401
> URL: https://issues.apache.org/jira/browse/OFBIZ-12401
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Ioan Eugen Stan
>Priority: Major
>
> It's hard to use OFBiz with containers and other deployment scenarios because 
> the OFBiz configuration is intertwined with source files and there are a lot 
> of them.
> We also need:
>  * the ability to override configuration properties
>  * load configs from a single / handful of files in a single location
>  * optionally load from multiple sources (files, db, configuration services 
> like kubernetes, consul ,etc) .
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Comment Edited] (OFBIZ-9498) Improve DevOps using environment variable configuration

2021-11-29 Thread Marco RODRIGUES (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-9498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17450450#comment-17450450
 ] 

Marco RODRIGUES edited comment on OFBIZ-9498 at 11/29/21, 1:26 PM:
---

 
{{Hi,}}

{{I am starting a training course with Néréide to improve my skills in 
community contribution and get to know OfBiz better}}

{{I went through a lot of the related threads to get an idea of where this is 
at.}}
{{Globally, there seem to have thre main ways with various implementation :}}
{{- in code}}
{{- in the application database}}
{{- in system (file or environment variable)}}
{{If solution that seems the most used by mainstrem projects, is to store 
overridable sensitive data in a system file, there seems to have no perfect 
solution.}}
{{It depends on the person responsible for security and the policy they apply. 
Both to secure and to identify and respond to intrusions}}

{\{As Jacques Le Roux says : "I think we can suggest more than one solution and 
people can then pick the one fitting more for them"}}

{{For the overload in the application code, this is a case which I think is 
handled by the usual development processes.}}
{{For the other cases, which use a resource that can be qualified as external, 
and which make it possible to respond to problems of the "ISO/CEI 27002, 6.1.2 
Segregation of duties" type, this requires that the application code provide 
for an activation of the available cases and a mechanism. overloading of 
variable values.}}
{{Then each production manager will be able to manage independently of the 
application.}}

{{Nereide agreed to pull us the code they use to manage environment variables 
on [https://github.com/apache/ofbiz-framework/pull/355]}}
It seems to me that this is a good base on which to work. With your help, I 
should be able to come up with a solution that is useful and acceptable to all. 
\{{}}


was (Author: JIRAUSER280242):
 
{{Hi,}}

{{I am starting a training course with Néréide to improve my skills in 
community contribution and get to know OfBiz better}}

{{I went through a lot of the related threads to get an idea of where this is 
at.}}
{{Globally, there seem to have thre main ways with various implementation :}}
{{- in code}}
{{- in the application database}}
{{- in system (file or environment variable)}}
{{If solution that seems the most used by mainstrem projects, is to store 
overridable sensitive data in a system file, there seems to have no perfect 
solution.}}
{{It depends on the person responsible for security and the policy they apply. 
Both to secure and to identify and respond to intrusions}}

{{As Jacques Le Roux says : "I think we can suggest more than one solution and 
people can then pick the one
fitting more for them"}}

{{For the overload in the application code, this is a case which I think is 
handled by the usual development processes.}}
{{For the other cases, which use a resource that can be qualified as external, 
and which make it possible to respond to problems of the "ISO/CEI 27002, 6.1.2 
Segregation of duties" type, this requires that the application code provide 
for an activation of the available cases and a mechanism. overloading of 
variable values.}}
{{Then each production manager will be able to manage independently of the 
application.}}

{{Nereide agreed to pull us the code they use to manage environment variables 
on https://github.com/apache/ofbiz-framework/pull/355}}
It seems to me that this is a good base on which to work. With your help, I 
should be able to come up with a solution that is useful and acceptable to all. 
{{}}

> Improve DevOps using environment variable configuration
> ---
>
> Key: OFBIZ-9498
> URL: https://issues.apache.org/jira/browse/OFBIZ-9498
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Gil Portenseigne
>Assignee: Gil Portenseigne
>Priority: Minor
> Attachments: OFBIZ-9498.patch
>
>
> Discussed in thread : https://s.apache.org/Mh3q
> This Jira will present the improvment proposal giving a way to configure 
> OFBiz using environment variable.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (OFBIZ-9498) Improve DevOps using environment variable configuration

2021-11-29 Thread Marco RODRIGUES (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-9498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17450450#comment-17450450
 ] 

Marco RODRIGUES commented on OFBIZ-9498:


 
{{Hi,}}

{{I am starting a training course with Néréide to improve my skills in 
community contribution and get to know OfBiz better}}

{{I went through a lot of the related threads to get an idea of where this is 
at.}}
{{Globally, there seem to have thre main ways with various implementation :}}
{{- in code}}
{{- in the application database}}
{{- in system (file or environment variable)}}
{{If solution that seems the most used by mainstrem projects, is to store 
overridable sensitive data in a system file, there seems to have no perfect 
solution.}}
{{It depends on the person responsible for security and the policy they apply. 
Both to secure and to identify and respond to intrusions}}

{{As Jacques Le Roux says : "I think we can suggest more than one solution and 
people can then pick the one
fitting more for them"}}

{{For the overload in the application code, this is a case which I think is 
handled by the usual development processes.}}
{{For the other cases, which use a resource that can be qualified as external, 
and which make it possible to respond to problems of the "ISO/CEI 27002, 6.1.2 
Segregation of duties" type, this requires that the application code provide 
for an activation of the available cases and a mechanism. overloading of 
variable values.}}
{{Then each production manager will be able to manage independently of the 
application.}}

{{Nereide agreed to pull us the code they use to manage environment variables 
on https://github.com/apache/ofbiz-framework/pull/355}}
It seems to me that this is a good base on which to work. With your help, I 
should be able to come up with a solution that is useful and acceptable to all. 
{{}}

> Improve DevOps using environment variable configuration
> ---
>
> Key: OFBIZ-9498
> URL: https://issues.apache.org/jira/browse/OFBIZ-9498
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Gil Portenseigne
>Assignee: Gil Portenseigne
>Priority: Minor
> Attachments: OFBIZ-9498.patch
>
>
> Discussed in thread : https://s.apache.org/Mh3q
> This Jira will present the improvment proposal giving a way to configure 
> OFBiz using environment variable.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[FRsAG] [JOBS] Responsable d'équipe admins système-réseau-sécurité pour applications Java+Cassandra

2021-03-05 Thread Marco RODRIGUES
Bonjour,

Je vais partir en formation longue et laisser mon poste de responsable
infrastructure, dans un environnement Linux pour des applications Java
+ Cassandra. Il nous faut quelqu'un pour me remplacer et prendre ma
suite dans le projet de l'entreprise.
Je sollicite votre aide pour trouver les intermédiaires qui me
permettraient de la trouver le profil adéquat.
Tous les conseils sont les bienvenus.

Recherche : Responsable d'équipe admins système-réseau-sécurité pour
applications Java+Cassandra

CDLK Services est une société qui transforme la donnée de paiement en
nouveaux services pour la banque.
C'est un environnement exigeant qui demande flexibilité et
investissement pour accompagner au mieux l'évolution de l'entreprise.
Je fais l'accompagnement sur les prochains 4 à 6 mois.
L'équipe infra est en train de passer à 3 personnes, avec l'objectif de
monter à 4 dès que possible.
Les premières missions sont de :
- Gérer l'existant (passif de maintenance, maintenance, transition
multi-sites)
- Redéfinir la dynamique de l'équipe infra
- Redéfinir la place de l'infra (technique et stratégique)
- Préparer l'infra à accueillir son prochain nouveau client majeur.
Environnement technologique :  Debian, OpenVPN, IPSEC, Proxmox,
cfengine, zabbix, tomcat, Datastax/Cassandra, ispconfig. Pas de
stockage centralisé pour la virtualisation actuellement.

Pour plus de détails, n'hésitez pas à me contacter ...


-- 
Marco RODRIGUES 

Responsable Infrastructures et Tests | CDLK Services SAS 

* marco.rodrig...@cdlkservices.com

http://www.cdlkservices.com/ id="-x-evo-selection-start-marker">​

Informations confidentielles: Les informations contenues dans cet e-
mail, y compris ses pièces jointes, peuvent revêtir un caractère
confidentiel et sont destinées au seul usage de la personne ou de
l’entité nommée ci-dessus. Si vous n’êtes pas le destinataire de ce
message, toute divulgation, distribution, copie ou modification de cet
e-mail est strictement prohibée. 

Confidentiality Notice: The information contained in this e-mail,
including its attachment(s), may be legally privileged and confidential
information and is intended only for the use of the individual or
entity named above. If the reader of this message is not the intended
recipient, you are notified that dissemination, distribution, copy or
modification of this e-mail is strictly prohibited

___
Liste de diffusion du FRsAG
http://www.frsag.org/


[FRsAG] [JOB] Cherche administrateur systèmes GNU/Linux et réseaux confirmé

2020-09-30 Thread Marco RODRIGUES
Bonjour la liste,

Nous recherchons un administrateur systèmes GNU/Linux et réseaux
confirmé pour un poste en CDI, plein temps. Avant tout avec une solide
expérience d'admin GNU/Linux, plutôt Debian.

Vous arrivez au sein de l'équipe du service Infrastructure de la
société CDLK Services, qui gère tout le périmètre matériel, système et
réseau du système d'information de l'entreprise (hors poste de
travail).
Nous connaissons une forte croissance et nous sommes en pleine mutation
d'échelle.
Vous devez être force de proposition et participer à la mise en œuvre
des projets suivants :

- Restructuration du réseau et des services métiers et d'administration
pour intégrer et améliorer le fonctionnement multi-datacenter.
- Amélioration de la maintenabilité et du suivi des mises à jour des
systèmes.
- Amélioration des capacités de l'équipe à répondre aux besoins via
l'amélioration des outils existants ou de nouveaux outils.
- Suppléer le responsable infrastructure dans le pilotage de
l'infrastructure.

Le poste peut être en télétravail partiel ou total.


Plus de détails : http://recrut-infra.cdlkservices.com/


N'hésitez pas à me recontacter directement pour toute question.

Merci et bonne journée.
Marco RODRIGUES Responsable Infrastructures et Tests | CDLK Services
SAS http://recrut-infra.cdlkservices.com/


___
Liste de diffusion du FRsAG
http://www.frsag.org/


[scl.org] Package request: freeradius 3.0.16 + PostgreSQL 9.5 support

2016-11-09 Thread Marco Rodrigues
Hello everyone,


I'm not sure if this is the right place to do this kind of request, but it 
would be good to have in RHSCL the latest version of freeradius with PostgreSQL 
9.5 support as rpm.


Thank you.


Best regards.
--
Marco Rodrigues
___
SCLorg mailing list
SCLorg@redhat.com
https://www.redhat.com/mailman/listinfo/sclorg


Jira (PUP-1927) Yum Package Provider Ignores Source Parameter

2016-06-27 Thread Marco Rodrigues (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Marco Rodrigues commented on  PUP-1927 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Yum Package Provider Ignores Source Parameter  
 
 
 
 
 
 
 
 
 
 
We are in the version 4 of Puppet and this is still not supported. 
 package { "puppet-agent": provider => 'yum', ensure => 'latest', source => "puppet:///modules/$ {module_name} 
/puppet-agent-1.5.2-1.el7.x86_64.rpm" } 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Bug#687126: SubDownloader package in Debian

2014-09-28 Thread Marco Rodrigues
Hi Emilien,

I'm OK with that, you can take the maintainer role of SubDownloader package.

Cheers.

--
Marco Rodrigues
http://lu.linkedin.com/in/gothicx

On Sat, Sep 27, 2014 at 3:29 PM, Emilien Klein emilien+deb...@klein.st
wrote:

 Hi Marco,

 2012-11-23 21:38 GMT+01:00 Emilien Klein emilien+deb...@klein.st:
  Hello Marco Rodrigues,
 [snip]
  Since the latest update of the package in Debian is almost 2 years
  old, I wanted to check if you were still interested in maintaining it,
  or if I should propose my help in maintaining the SubDownloader
  package in Debian. I am a Debian Maintainer (i.e. not [yet] a DD), so
  I can't directly update new packages, but I'd like to help maintain
  SubDownloader if you need help/don't have time to take care of it
  anymore.

 Are you OK if I take maintainer role over from you for SubDownloader in
 Debian?

 Cheers,
+Emilien



Re: Poll for adoption: draft-fang-l3vpn-end-system-requirements

2014-09-07 Thread Marco Rodrigues
Support.

Marco.

On 9/5/14, 9:50 AM, Thomas Morin thomas.mo...@orange.com wrote:

Hello working group,

This email starts a two-week poll on adopting
draft-fang-l3vpn-end-system-requirements [1] as a working group item.

Please send comments to the list and state if you support adoption or
not (in the later case, please also state the reasons).

This poll runs until **September 19th**.


*Coincidentally*, we are also polling for knowledge of any IPR that
applies to this draft, to ensure that IPR has been disclosed in
compliance with IETF IPR rules (see RFCs 3979, 4879, 3669
and 5378 for more details).

== *If you are listed as a document author or contributor* please
respond to this email and indicate whether or not you are aware of any
relevant IPR.

The draft will not be adopted until a response has been received from
each author and contributor.

If you are on the L3VPN WG mailing list but are not listed as an author
or contributor, then please explicitly respond only if you are aware of
any IPR that has not yet been disclosed in conformance with IETF rules.

Thank you,

Martin  Thomas
l3vpn chairs

[1] 
https://tools.ietf.org/html/draft-fang-l3vpn-end-system-requirements-03




Re: WG adoption poll - draft-zzhang-l3vpn-mvpn-bidir-ingress-replication-01

2014-01-10 Thread Marco Rodrigues
Support.

Marco.

On 1/8/14, 7:07 AM, Martin Vigoureux
martin.vigour...@alcatel-lucent.com wrote:

Hello working group,

This email starts a two-week poll on adopting
draft-zzhang-l3vpn-mvpn-bidir-ingress-replication-01 [1].

Please send comments to the list and state if you support adoption or
not (in the latter case, please also state the reasons).

This poll runs until January the 22nd.


Coincidentally, we are also polling for knowledge of any IPR that
applies to this draft, to ensure that IPR has been disclosed in
compliance with IETF IPR rules (see RFCs 3979, 4879, 3669
and 5378 for more details).

If you are listed as a document author or contributor please respond to
this email whether or not you are aware of any relevant IPR. The draft
will not be adopted until a response has been received from each author
and contributor.

If you are on the L3VPN WG mailing list but are not listed as an author
or contributor, then please explicitly respond only if you are aware of
any IPR that has not yet been disclosed in conformance with IETF rules.

Thank you,

Martin  Thomas
l3vpn chairs

[1]
http://tools.ietf.org/html/draft-zzhang-l3vpn-mvpn-bidir-ingress-replicati
on






Bug#606993: No response from maintainer

2013-03-01 Thread Marco Rodrigues
Hi Emilien,

Which e-mail did you try to contact me? goth...@sapo.pt? That one I really
don't check it =(

I'm not so active lately unfortunately, but I'm glad you want to help to
maintain it. You can perhaps ask someone from the Python Apps Team to
upload it for you.

Thanks for the help.

Best regards.

--
Marco Rodrigues
http://www.marblehole.com


On Fri, Mar 1, 2013 at 9:03 PM, Emilien Klein emilien+deb...@klein.stwrote:

 Hi Marco Rodrigues and the Python Applications Packaging Team,

 The subdownloader package you co-maintain has a grave bug [0] which
 resulted in the package being removed from Testing more than 2 years
 ago.

 This bug has been fixed in version 2.0.18 (4 releases later than
 2.0.14 packaged in Debian).
 I've patched that specific bug and uploaded a NMU to mentors.d.n [1],
 please review and upload.

 Additionally, as I didn't get any answer back from you on any of my
 emails over the last 4 months, I am wondering if you are still willing
 to maintain this package? I would be willing to give a helping hand,
 and get the newest version packaged (the one currently packaged is 2.5
 years old).

 Cheers,
+Emilien
 [0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606993
 [1] http://mentors.debian.net/package/subdownloader



Bug#606993: No response from maintainer

2013-03-01 Thread Marco Rodrigues
Hi Emilien,

Which e-mail did you try to contact me? goth...@sapo.pt? That one I really
don't check it =(

I'm not so active lately unfortunately, but I'm glad you want to help to
maintain it. You can perhaps ask someone from the Python Apps Team to
upload it for you.

Thanks for the help.

Best regards.

--
Marco Rodrigues
http://www.marblehole.com


On Fri, Mar 1, 2013 at 9:03 PM, Emilien Klein emilien+deb...@klein.stwrote:

 Hi Marco Rodrigues and the Python Applications Packaging Team,

 The subdownloader package you co-maintain has a grave bug [0] which
 resulted in the package being removed from Testing more than 2 years
 ago.

 This bug has been fixed in version 2.0.18 (4 releases later than
 2.0.14 packaged in Debian).
 I've patched that specific bug and uploaded a NMU to mentors.d.n [1],
 please review and upload.

 Additionally, as I didn't get any answer back from you on any of my
 emails over the last 4 months, I am wondering if you are still willing
 to maintain this package? I would be willing to give a helping hand,
 and get the newest version packaged (the one currently packaged is 2.5
 years old).

 Cheers,
+Emilien
 [0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606993
 [1] http://mentors.debian.net/package/subdownloader



Bug#669023: ocfs2-tools: New upstream version 1.6.4

2012-04-16 Thread Marco Rodrigues
Package: ocfs2-tools
Severity: wishlist

Hi,

There is a new version of ocfs2-tools upstream. Could you please
release it in Debian unstable?

http://oss.oracle.com/projects/ocfs2-tools/dist/files/source/v1.6/ocfs2-tools-1.6.4.tar.gz

Best regards.

--
Marco Rodrigues
http://www.marblehole.com



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[comp2-geral] [Comp.2] Revisão de Lista [Gabriel Leite]

2011-07-20 Thread Marco Rodrigues
Bom dia,

Gostaria de saber se é possivel fazer revisão da lista de exercicio 2
de comp.2,pois houveram listas enviadas semelhantes na forma como a
minha foi escrita,que em um dos casos obteve nota 6 ou próxima,porém
eu obtive nota 0,0.Como estou com média 4,9 preciso muito dessa
revisão.Sei que o monitor que analisou a minha lista e o que analisou
a outra é diferente,mas gostaria de tentar qualquer possibilidade de
conseguir algum ponto já que falta tão pouco pra passar,até porque
mesmo que possuisse alguns erros a lista realizava todas as funções
pedidas pelo professor.


Marco Antonio Rodrigues Ramos

-- 
You received this message because you are subscribed to the Google Groups Comp 
2 - Geral group.
To post to this group, send email to comp2-geral@googlegroups.com.
To unsubscribe from this group, send email to 
comp2-geral+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/comp2-geral?hl=en.



Re: [comp2-geral] [Comp.2] Revisão de Lista [Gabriel Leite]

2011-07-20 Thread Marco Rodrigues
Agradeço Zaedy.

Em 20 de julho de 2011 12:55, Zaedy Sayão zaedyj...@gmail.com escreveu:

 Marco,

 enviei para o monitor as listas que você considera semelhantes a sua. Pode
 facilitar para manter um critério unificado.

 []'s


 2011/7/20 Marco Rodrigues mrodrigues.12...@gmail.com

 Bom dia,

 Gostaria de saber se é possivel fazer revisão da lista de exercicio 2
 de comp.2,pois houveram listas enviadas semelhantes na forma como a
 minha foi escrita,que em um dos casos obteve nota 6 ou próxima,porém
 eu obtive nota 0,0.Como estou com média 4,9 preciso muito dessa
 revisão.Sei que o monitor que analisou a minha lista e o que analisou
 a outra é diferente,mas gostaria de tentar qualquer possibilidade de
 conseguir algum ponto já que falta tão pouco pra passar,até porque
 mesmo que possuisse alguns erros a lista realizava todas as funções
 pedidas pelo professor.


 Marco Antonio Rodrigues Ramos

 --
 You received this message because you are subscribed to the Google Groups
 Comp 2 - Geral group.
 To post to this group, send email to comp2-geral@googlegroups.com.
 To unsubscribe from this group, send email to
 comp2-geral+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/comp2-geral?hl=en.




 --
 Zaedy Dantas Sayão
 Graduando em Ciência da Computação DCC/UFRJ
 http://www.manufato.com.br/
 MSN: zaedy_z...@hotmail.com

 --
 You received this message because you are subscribed to the Google Groups
 Comp 2 - Geral group.
 To post to this group, send email to comp2-geral@googlegroups.com.
 To unsubscribe from this group, send email to
 comp2-geral+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/comp2-geral?hl=en.


-- 
You received this message because you are subscribed to the Google Groups Comp 
2 - Geral group.
To post to this group, send email to comp2-geral@googlegroups.com.
To unsubscribe from this group, send email to 
comp2-geral+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/comp2-geral?hl=en.



Re: [comp2-geral] [Comp.2] Revisão de Lista [Gabriel Leite]

2011-07-20 Thread Marco Rodrigues
Putz,será que eu cometi esse erro dos acentos ?!
Caso tenha feito o único jeito vai ser então pedir revisão em alguma prova
ou torcer pra ter tirado nota suficiente na p4...
Obrigado.

Em 20 de julho de 2011 13:04, Zaedy Sayão zaedyj...@gmail.com escreveu:

 Ah sim, acho que o Gabriel tinha prova hoje, então pode ser que ele só
 responda a noite...

 []'s


 2011/7/20 Zaedy Sayão zaedyj...@gmail.com

 Pessoal,

 mandem um email para o monitor com a lista que desejam que seja revista.

 Se há casos como o do Marco, com soluções similares com notas
 discrepantes, se possível, mandem as listas com essas soluções para haver
 uma comparação e revisão mais justa.

 BTW, eu não sei se foi o caso de vocês, mas havia listas que nem
 compilavam, com nome de classes com acento e coisas do tipo. Erros básicos
 na primeira lista são aceitos. Em listas mais avançadas, não só não são como
 muitas vezes causam um 0 em uma questão porque é um erro tão básico que não
 deveria mais existir em certa altura do campeonato.

 []'s


 2011/7/20 Jonathan Rangel jrp2...@gmail.com

 Zaedy, também estou com 0 em minha lista.
 Se puder entrar em contato com o Gabriel Leite agradeço...

 Em 20 de julho de 2011 12:55, Zaedy Sayão zaedyj...@gmail.comescreveu:

 Marco,

 enviei para o monitor as listas que você considera semelhantes a sua.
 Pode facilitar para manter um critério unificado.

 []'s


 2011/7/20 Marco Rodrigues mrodrigues.12...@gmail.com

 Bom dia,

 Gostaria de saber se é possivel fazer revisão da lista de exercicio 2
 de comp.2,pois houveram listas enviadas semelhantes na forma como a
 minha foi escrita,que em um dos casos obteve nota 6 ou próxima,porém
 eu obtive nota 0,0.Como estou com média 4,9 preciso muito dessa
 revisão.Sei que o monitor que analisou a minha lista e o que analisou
 a outra é diferente,mas gostaria de tentar qualquer possibilidade de
 conseguir algum ponto já que falta tão pouco pra passar,até porque
 mesmo que possuisse alguns erros a lista realizava todas as funções
 pedidas pelo professor.


 Marco Antonio Rodrigues Ramos

 --
 You received this message because you are subscribed to the Google
 Groups Comp 2 - Geral group.
 To post to this group, send email to comp2-geral@googlegroups.com.
 To unsubscribe from this group, send email to
 comp2-geral+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/comp2-geral?hl=en.




 --
 Zaedy Dantas Sayão
 Graduando em Ciência da Computação DCC/UFRJ
 http://www.manufato.com.br/
 MSN: zaedy_z...@hotmail.com

 --
 You received this message because you are subscribed to the Google
 Groups Comp 2 - Geral group.
 To post to this group, send email to comp2-geral@googlegroups.com.
 To unsubscribe from this group, send email to
 comp2-geral+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/comp2-geral?hl=en.




 --
 Jonathan Rangel Porto
 DCC - UFRJ

  --
 You received this message because you are subscribed to the Google Groups
 Comp 2 - Geral group.
 To post to this group, send email to comp2-geral@googlegroups.com.
 To unsubscribe from this group, send email to
 comp2-geral+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/comp2-geral?hl=en.




 --
 Zaedy Dantas Sayão
 Graduando em Ciência da Computação DCC/UFRJ
 http://www.manufato.com.br/
 MSN: zaedy_z...@hotmail.com




 --
 Zaedy Dantas Sayão
 Graduando em Ciência da Computação DCC/UFRJ
 http://www.manufato.com.br/
 MSN: zaedy_z...@hotmail.com

 --
 You received this message because you are subscribed to the Google Groups
 Comp 2 - Geral group.
 To post to this group, send email to comp2-geral@googlegroups.com.
 To unsubscribe from this group, send email to
 comp2-geral+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/comp2-geral?hl=en.


-- 
You received this message because you are subscribed to the Google Groups Comp 
2 - Geral group.
To post to this group, send email to comp2-geral@googlegroups.com.
To unsubscribe from this group, send email to 
comp2-geral+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/comp2-geral?hl=en.



Re: Awk et l'entrée standard

2011-03-30 Thread Marco RODRIGUES
Le 30/03/2011 01:56, Alain Vaugham a écrit :
 Voici mon utilisation de awk qui ne retourne rien :
 $ inotifywait -m monrépertoire/ | grep CREATE | awk '{ print $NF }' 

 Selon mon diagnostique, awk semble ne pas être alimenté par le canal de 
 l'entrée standard via le tube de grep que je lui fourni en entrée.

 Où se trouve mon erreur pour alimenter awk
En utilisant directement awk pour faire le filtrage :

inotifywait -m /home/mro/ | awk '/CREATE/{print $0}'

Bonne journée.
Marco.

_
Linux mailing list
Linux@lists.parinux.org
http://lists.parinux.org/mailman/listinfo/linux


Re: Awk et l'entrée standard

2011-03-30 Thread Marco RODRIGUES
Le 30/03/2011 12:02, Marco RODRIGUES a écrit :
 Le 30/03/2011 01:56, Alain Vaugham a écrit :
 Voici mon utilisation de awk qui ne retourne rien :
 $ inotifywait -m monrépertoire/ | grep CREATE | awk '{ print $NF }' 

 Selon mon diagnostique, awk semble ne pas être alimenté par le canal de 
 l'entrée standard via le tube de grep que je lui fourni en entrée.

 Où se trouve mon erreur pour alimenter awk
 En utilisant directement awk pour faire le filtrage :

 inotifywait -m /home/mro/ | awk '/CREATE/{print $0}'
Petite coquille sur la sélection de la colonne :

inotifywait -m monrépertoire/ | awk '/CREATE/{print $NF}'

N.B. : Je viens de faire des tests supplémentaires en filtrant les OPEN.
Ce qui m'étonne c'est que je lance la commande. Et en ouvrant pour la
première fois nautilus, je n'ai rien. SI je l'ouvre une seconde fois ou
que je rafraichi l'affichage, ça marche.
Certainement un problème d'initialisation de l'entrée sortie entre grep
et awk.
_
Linux mailing list
Linux@lists.parinux.org
http://lists.parinux.org/mailman/listinfo/linux


Bug#587742: New version 3.6.1

2011-02-20 Thread Marco Rodrigues
The new version 3.6.1 has nice features, like remote systems, so we
can add/edit files remotely without importing a whole directory /
structure. It would be nice to see it in unstable =)

Thanks.

--
Marco Rodrigues
http://www.marblehole.com



__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#587742: New version 3.6.1

2011-02-20 Thread Marco Rodrigues
The new version 3.6.1 has nice features, like remote systems, so we
can add/edit files remotely without importing a whole directory /
structure. It would be nice to see it in unstable =)

Thanks.

--
Marco Rodrigues
http://www.marblehole.com



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[Bug 553827] Re: Subdowloader crush at startup because unknown encoding

2011-02-19 Thread Marco Rodrigues
** Also affects: kaa-metadata (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- Subdowloader crush at startup because unknown encoding
+ Subdowloader: LookupError: unknown encoding: utf_8_valencia

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/553827

Title:
  Subdowloader: LookupError: unknown encoding: utf_8_valencia

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


Bug#613144: dynalang: FTBFS: missing TraXLiaison class

2011-02-13 Thread Marco Rodrigues
Package: dynalang
Version: 0.4-1
Severity: Important
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty
Tags: patch

Fix build failure (missing TraXLiaison class) by adding ant-nodeps to
the classpath.

Thanks.

--
Marco Rodrigues
http://www.marblehole.com
diff -Nru dynalang-0.4/debian/rules dynalang-0.4/debian/rules
--- dynalang-0.4/debian/rules	2010-08-03 16:48:29.0 +0100
+++ dynalang-0.4/debian/rules	2011-01-06 15:35:42.0 +
@@ -6,7 +6,7 @@
 JAVA_HOME:= /usr/lib/jvm/default-java
 DEB_BUILDDIR := mop
 DEB_ANT_BUILD_TARGET := jar test doc
-DEB_JARS := ant-junit junit emma_ant emma ant-trax
+DEB_JARS := ant-junit junit emma_ant emma ant-trax ant-nodeps
 
 install/libdynalang-java::
 	jh_installlibs -plibdynalang-java
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#613144: dynalang: FTBFS: missing TraXLiaison class

2011-02-13 Thread Marco Rodrigues
Package: dynalang
Version: 0.4-1
Severity: Important
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty
Tags: patch

Fix build failure (missing TraXLiaison class) by adding ant-nodeps to
the classpath.

Thanks.

--
Marco Rodrigues
http://www.marblehole.com
diff -Nru dynalang-0.4/debian/rules dynalang-0.4/debian/rules
--- dynalang-0.4/debian/rules	2010-08-03 16:48:29.0 +0100
+++ dynalang-0.4/debian/rules	2011-01-06 15:35:42.0 +
@@ -6,7 +6,7 @@
 JAVA_HOME:= /usr/lib/jvm/default-java
 DEB_BUILDDIR := mop
 DEB_ANT_BUILD_TARGET := jar test doc
-DEB_JARS := ant-junit junit emma_ant emma ant-trax
+DEB_JARS := ant-junit junit emma_ant emma ant-trax ant-nodeps
 
 install/libdynalang-java::
 	jh_installlibs -plibdynalang-java


[Weechat-dev] [bug #27908] F10 scrolls the topic bar beyond the existing topic length

2011-02-07 Thread Marco Rodrigues

Follow-up Comment #1, bug #27908 (project weechat):

I can confirm it in 0.3.4.

___

Reply to this item at:

  http://savannah.nongnu.org/bugs/?27908

___
  Message sent via/by Savannah
  http://savannah.nongnu.org/


___
Weechat-dev mailing list
Weechat-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/weechat-dev


[Weechat-dev] [bug #27915] Nicklist doesn't reset back to beginning when changing buffers.

2011-02-07 Thread Marco Rodrigues

Follow-up Comment #1, bug #27915 (project weechat):

I can confirm it in 0.3.4.

___

Reply to this item at:

  http://savannah.nongnu.org/bugs/?27915

___
  Message sent via/by Savannah
  http://savannah.nongnu.org/


___
Weechat-dev mailing list
Weechat-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/weechat-dev


[Ubuntu-x-swat] [Bug 710630] [NEW] fglrx apport hook AssertionError in __setitem__

2011-01-31 Thread Marco Rodrigues
Public bug reported:

Binary package hint: xorg

After dist-upgrade from Maverick to Natty.

$ ubuntu-bug fglrx
hook /usr/share/apport/package-hooks//source_fglrx-installer.py crashed:
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/apport/report.py, line 636, in 
add_hooks_info
symb['add_info'](self, ui)
  File /usr/share/apport/package-hooks//source_fglrx-installer.py, line 428, 
in add_info
attach_3d_info(report, ui)
  File /usr/share/apport/package-hooks//source_fglrx-installer.py, line 324, 
in attach_3d_info
'/usr/lib/nux/unity_support_test'])
  File /usr/lib/python2.7/dist-packages/problem_report.py, line 500, in 
__setitem__
and (hasattr(v[0], 'isalnum') or hasattr(v[0], 'read'
AssertionError

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


** Tags: natty

** Tags added: natty

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in ubuntu.
https://bugs.launchpad.net/bugs/710630

Title:
  fglrx apport hook AssertionError in __setitem__

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Bug 630250] Re: md5 module is deprecated

2011-01-31 Thread Marco Rodrigues
** Package changed: subdownloader (Ubuntu) = kaa-metadata (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/630250

Title:
  md5 module is deprecated

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


[Bug 710630] [NEW] fglrx apport hook AssertionError in __setitem__

2011-01-31 Thread Marco Rodrigues
Public bug reported:

Binary package hint: xorg

After dist-upgrade from Maverick to Natty.

$ ubuntu-bug fglrx
hook /usr/share/apport/package-hooks//source_fglrx-installer.py crashed:
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/apport/report.py, line 636, in 
add_hooks_info
symb['add_info'](self, ui)
  File /usr/share/apport/package-hooks//source_fglrx-installer.py, line 428, 
in add_info
attach_3d_info(report, ui)
  File /usr/share/apport/package-hooks//source_fglrx-installer.py, line 324, 
in attach_3d_info
'/usr/lib/nux/unity_support_test'])
  File /usr/lib/python2.7/dist-packages/problem_report.py, line 500, in 
__setitem__
and (hasattr(v[0], 'isalnum') or hasattr(v[0], 'read'
AssertionError

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


** Tags: natty

** Tags added: natty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/710630

Title:
  fglrx apport hook AssertionError in __setitem__

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


[Bug 429649] Re: audacious2 crashed with SIGSEGV

2011-01-31 Thread Marco Rodrigues
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/429649

Title:
  audacious2 crashed with SIGSEGV

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


[Bug 404830] Re: gnome-app-install crashed with IOError in quitHook()

2011-01-31 Thread Marco Rodrigues
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/404830

Title:
  gnome-app-install crashed with IOError in quitHook()

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


[Bug 333778] Re: xscanimage crashed with SIGSEGV

2011-01-31 Thread Marco Rodrigues
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/333778

Title:
  xscanimage crashed with SIGSEGV

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


[Bug 111847] Re: installer corrupts suspended system

2011-01-31 Thread Marco Rodrigues
This bug is fixed since version 1.40 and Ubuntu Natty has version 1.42.

** Changed in: os-prober (Ubuntu)
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/111847

Title:
  installer corrupts suspended system

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


[Ubuntu-x-swat] [Bug 710243] [NEW] Dist ugraded from Maverick to Natty

2011-01-30 Thread Marco Rodrigues
Public bug reported:

Binary package hint: xorg

Segmentation fault at Xorg.0.log in libc6

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: xorg 1:7.5+6ubuntu8
ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
Uname: Linux 2.6.38-1-generic x86_64
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/allscreens/options/active_plugins'
Date: Sun Jan 30 16:56:56 2011
DistUpgraded: Yes, recently upgraded Log time: 2011-01-29 13:53:53.109710
DistroCodename: natty
DistroVariant: ubuntu
DkmsStatus: virtualbox-ose, 3.2.12, 2.6.35-25-generic, x86_64: installed
GraphicsCard:   Subsystem: ASUSTeK Computer Inc. M4A785TD Motherboard 
[1043:83a2]
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 (20100816.1)
MachineType: System manufacturer System Product Name
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=en_US.UTF-8
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-1-generic 
root=UUID=fd8d57d0-f905-4bb4-adc4-e52656676b1f ro single
Renderer: Unknown
SourcePackage: xorg
dmi.bios.date: 06/18/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2103
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M4A785TD-V EVO
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2103:bd06/18/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A785TD-VEVO:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.libdrm2: libdrm2 2.4.23-1ubuntu3
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10-1ubuntu1
version.xserver-xorg: xserver-xorg 1:7.5+6ubuntu8
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.13.2+git20110124.fadee040-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu1

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


** Tags: amd64 apport-bug natty ubuntu

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in ubuntu.
https://bugs.launchpad.net/bugs/710243

Title:
  Dist ugraded from Maverick to Natty

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 710243] Re: Dist ugraded from Maverick to Natty

2011-01-30 Thread Marco Rodrigues


-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in ubuntu.
https://bugs.launchpad.net/bugs/710243

Title:
  Dist ugraded from Maverick to Natty

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 710290] [NEW] fglrx(0): Failed to map FB memory

2011-01-30 Thread Marco Rodrigues
Public bug reported:

After dist-upgrade from Maverick to Natty.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: fglrx 2:8.801-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
Uname: Linux 2.6.38-1-generic x86_64
Architecture: amd64
Date: Sun Jan 30 18:58:51 2011
DistUpgraded: Yes, recently upgraded Log time: 2011-01-29 13:53:53.109710
DistroCodename: natty
DistroVariant: ubuntu
DkmsStatus: fglrx, 8.801: added
GdmLog2: Not present
GraphicsCard:   Subsystem: ASUSTeK Computer Inc. M4A785TD Motherboard 
[1043:83a2]
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 (20100816.1)
MachineType: System manufacturer System Product Name
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 LC_MESSAGES=en_US.utf8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-1-generic 
root=UUID=fd8d57d0-f905-4bb4-adc4-e52656676b1f ro single
SourcePackage: fglrx-installer
dmi.bios.date: 06/18/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2103
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M4A785TD-V EVO
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2103:bd06/18/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A785TD-VEVO:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.libdrm2: libdrm2 2.4.23-1ubuntu3
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10-1ubuntu1
version.xserver-xorg: xserver-xorg 1:7.5+6ubuntu8
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.13.2+git20110124.fadee040-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu1

** Affects: fglrx-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug natty ubuntu

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in ubuntu.
https://bugs.launchpad.net/bugs/710290

Title:
  fglrx(0): Failed to map FB memory

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 710290] Re: fglrx(0): Failed to map FB memory

2011-01-30 Thread Marco Rodrigues


-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in ubuntu.
https://bugs.launchpad.net/bugs/710290

Title:
  fglrx(0): Failed to map FB memory

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 710290] Re: fglrx(0): Failed to map FB memory

2011-01-30 Thread Marco Rodrigues
Please update fglrx to version 8.812 to fix this bug.

** Changed in: fglrx-installer (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in ubuntu.
https://bugs.launchpad.net/bugs/710290

Title:
  fglrx(0): Failed to map FB memory

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Bug 710243] [NEW] Dist ugraded from Maverick to Natty

2011-01-30 Thread Marco Rodrigues
Public bug reported:

Binary package hint: xorg

Segmentation fault at Xorg.0.log in libc6

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: xorg 1:7.5+6ubuntu8
ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
Uname: Linux 2.6.38-1-generic x86_64
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/allscreens/options/active_plugins'
Date: Sun Jan 30 16:56:56 2011
DistUpgraded: Yes, recently upgraded Log time: 2011-01-29 13:53:53.109710
DistroCodename: natty
DistroVariant: ubuntu
DkmsStatus: virtualbox-ose, 3.2.12, 2.6.35-25-generic, x86_64: installed
GraphicsCard:   Subsystem: ASUSTeK Computer Inc. M4A785TD Motherboard 
[1043:83a2]
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 (20100816.1)
MachineType: System manufacturer System Product Name
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=en_US.UTF-8
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-1-generic 
root=UUID=fd8d57d0-f905-4bb4-adc4-e52656676b1f ro single
Renderer: Unknown
SourcePackage: xorg
dmi.bios.date: 06/18/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2103
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M4A785TD-V EVO
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2103:bd06/18/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A785TD-VEVO:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.libdrm2: libdrm2 2.4.23-1ubuntu3
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10-1ubuntu1
version.xserver-xorg: xserver-xorg 1:7.5+6ubuntu8
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.13.2+git20110124.fadee040-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu1

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


** Tags: amd64 apport-bug natty ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/710243

Title:
  Dist ugraded from Maverick to Natty

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


[Bug 710243] Re: Dist ugraded from Maverick to Natty

2011-01-30 Thread Marco Rodrigues


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/710243

Title:
  Dist ugraded from Maverick to Natty

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


[Bug 710290] Re: fglrx(0): Failed to map FB memory

2011-01-30 Thread Marco Rodrigues


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/710290

Title:
  fglrx(0): Failed to map FB memory

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


[Bug 710290] [NEW] fglrx(0): Failed to map FB memory

2011-01-30 Thread Marco Rodrigues
Public bug reported:

After dist-upgrade from Maverick to Natty.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: fglrx 2:8.801-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-1.28-generic 2.6.38-rc2
Uname: Linux 2.6.38-1-generic x86_64
Architecture: amd64
Date: Sun Jan 30 18:58:51 2011
DistUpgraded: Yes, recently upgraded Log time: 2011-01-29 13:53:53.109710
DistroCodename: natty
DistroVariant: ubuntu
DkmsStatus: fglrx, 8.801: added
GdmLog2: Not present
GraphicsCard:   Subsystem: ASUSTeK Computer Inc. M4A785TD Motherboard 
[1043:83a2]
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 (20100816.1)
MachineType: System manufacturer System Product Name
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 LC_MESSAGES=en_US.utf8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-1-generic 
root=UUID=fd8d57d0-f905-4bb4-adc4-e52656676b1f ro single
SourcePackage: fglrx-installer
dmi.bios.date: 06/18/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2103
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M4A785TD-V EVO
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2103:bd06/18/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A785TD-VEVO:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.libdrm2: libdrm2 2.4.23-1ubuntu3
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10-1ubuntu1
version.xserver-xorg: xserver-xorg 1:7.5+6ubuntu8
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.13.2+git20110124.fadee040-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu1

** Affects: fglrx-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug natty ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/710290

Title:
  fglrx(0): Failed to map FB memory

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


[Bug 710290] Re: fglrx(0): Failed to map FB memory

2011-01-30 Thread Marco Rodrigues
Please update fglrx to version 8.812 to fix this bug.

** Changed in: fglrx-installer (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/710290

Title:
  fglrx(0): Failed to map FB memory

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


[Ubuntu-x-swat] [Bug 709943] [NEW] package fglrx 2:8.801-0ubuntu2 failed to install/upgrade: fglrx kernel module failed to build

2011-01-29 Thread Marco Rodrigues
Public bug reported:

Dist upgrade from Maverick to Natty.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: fglrx 2:8.801-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.35-25.44-generic 2.6.35.10
Uname: Linux 2.6.35-25-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
Date: Sat Jan 29 17:44:53 2011
DistUpgraded: Yes, recently upgraded Log time: 2011-01-29 13:53:53.109710
DistroCodename: natty
DistroVariant: ubuntu
DkmsStatus:
 virtualbox-ose, 3.2.12, 2.6.35-25-generic, x86_64: installed 
 fglrx, 8.801, 2.6.35-25-generic, x86_64: installed
ErrorMessage: fglrx kernel module failed to build
GraphicsCard:   Subsystem: ASUSTeK Computer Inc. M4A785TD Motherboard 
[1043:83a2]
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 (20100816.1)
MachineType: System manufacturer System Product Name
PackageVersion: 2:8.801-0ubuntu2
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-25-generic 
root=UUID=fd8d57d0-f905-4bb4-adc4-e52656676b1f ro quiet splash vt.handoff=7
SourcePackage: fglrx-installer
Title: package fglrx 2:8.801-0ubuntu2 failed to install/upgrade: fglrx kernel 
module failed to build
dmi.bios.date: 06/18/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2103
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M4A785TD-V EVO
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2103:bd06/18/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A785TD-VEVO:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.fglrx-installer: fglrx-installer N/A
version.libdrm2: libdrm2 2.4.23-1ubuntu3
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10-1ubuntu1
version.xserver-xorg: xserver-xorg 1:7.5+6ubuntu8
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.13.2+git20110124.fadee040-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu1

** Affects: fglrx-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package natty ubuntu

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in ubuntu.
https://bugs.launchpad.net/bugs/709943

Title:
  package fglrx 2:8.801-0ubuntu2 failed to install/upgrade: fglrx kernel
  module failed to build

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 709943] Re: package fglrx 2:8.801-0ubuntu2 failed to install/upgrade: fglrx kernel module failed to build

2011-01-29 Thread Marco Rodrigues


-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in ubuntu.
https://bugs.launchpad.net/bugs/709943

Title:
  package fglrx 2:8.801-0ubuntu2 failed to install/upgrade: fglrx kernel
  module failed to build

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Bug 709943] [NEW] package fglrx 2:8.801-0ubuntu2 failed to install/upgrade: fglrx kernel module failed to build

2011-01-29 Thread Marco Rodrigues
Public bug reported:

Dist upgrade from Maverick to Natty.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: fglrx 2:8.801-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.35-25.44-generic 2.6.35.10
Uname: Linux 2.6.35-25-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
Date: Sat Jan 29 17:44:53 2011
DistUpgraded: Yes, recently upgraded Log time: 2011-01-29 13:53:53.109710
DistroCodename: natty
DistroVariant: ubuntu
DkmsStatus:
 virtualbox-ose, 3.2.12, 2.6.35-25-generic, x86_64: installed 
 fglrx, 8.801, 2.6.35-25-generic, x86_64: installed
ErrorMessage: fglrx kernel module failed to build
GraphicsCard:   Subsystem: ASUSTeK Computer Inc. M4A785TD Motherboard 
[1043:83a2]
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 (20100816.1)
MachineType: System manufacturer System Product Name
PackageVersion: 2:8.801-0ubuntu2
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-25-generic 
root=UUID=fd8d57d0-f905-4bb4-adc4-e52656676b1f ro quiet splash vt.handoff=7
SourcePackage: fglrx-installer
Title: package fglrx 2:8.801-0ubuntu2 failed to install/upgrade: fglrx kernel 
module failed to build
dmi.bios.date: 06/18/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2103
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M4A785TD-V EVO
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2103:bd06/18/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A785TD-VEVO:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.fglrx-installer: fglrx-installer N/A
version.libdrm2: libdrm2 2.4.23-1ubuntu3
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10-1ubuntu1
version.xserver-xorg: xserver-xorg 1:7.5+6ubuntu8
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.13.2+git20110124.fadee040-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu1

** Affects: fglrx-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package natty ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/709943

Title:
  package fglrx 2:8.801-0ubuntu2 failed to install/upgrade: fglrx kernel
  module failed to build

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


[Bug 709943] Re: package fglrx 2:8.801-0ubuntu2 failed to install/upgrade: fglrx kernel module failed to build

2011-01-29 Thread Marco Rodrigues


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/709943

Title:
  package fglrx 2:8.801-0ubuntu2 failed to install/upgrade: fglrx kernel
  module failed to build

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


Bug#599595: Package removal

2011-01-13 Thread Marco Rodrigues
reassign 599595 ftp.debian.org
retitle 599595 RM: disksearch -- ROM; orphaned, upstream inactive, low popcon
thanks

Hi!

Please see the following reasons for the removal request:

* Package is orphaned.
* Upstream is inactive (no further development).
* Few users.

No Reverse Depends.

Thank you!

-- 
Marco Rodrigues

http://www.marblehole.com



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#599595: Package removal

2011-01-13 Thread Marco Rodrigues
reassign 599595 ftp.debian.org
retitle 599595 RM: disksearch -- ROM; orphaned, upstream inactive, low popcon
thanks

Hi!

Please see the following reasons for the removal request:

* Package is orphaned.
* Upstream is inactive (no further development).
* Few users.

No Reverse Depends.

Thank you!

-- 
Marco Rodrigues

http://www.marblehole.com



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/AANLkTi=9iTs1zBLBnA9na=22acwd0w45celynx762...@mail.gmail.com



[Collab-qa-commits] r1880 - bapase

2011-01-08 Thread Marco Rodrigues
Author: gothicx-guest
Date: 2011-01-08 12:01:59 + (Sat, 08 Jan 2011)
New Revision: 1880

Removed:
   bapase/rm_pkgs/
Log:
The mass-close-bugs scripts are now implemented into dak.


___
Collab-qa-commits mailing list
Collab-qa-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/collab-qa-commits


[Collab-qa-commits] r1881 - bapase

2011-01-08 Thread Marco Rodrigues
Author: gothicx-guest
Date: 2011-01-08 17:28:15 + (Sat, 08 Jan 2011)
New Revision: 1881

Removed:
   bapase/bugs_rm_pkgs.rb
Log:
This script is now at UDD scripts database

Deleted: bapase/bugs_rm_pkgs.rb
===
--- bapase/bugs_rm_pkgs.rb  2011-01-08 12:01:59 UTC (rev 1880)
+++ bapase/bugs_rm_pkgs.rb  2011-01-08 17:28:15 UTC (rev 1881)
@@ -1,109 +0,0 @@
-#!/usr/bin/ruby -w
-
-# see merkel:/org/bugs.debian.org/etc/pseudo-packages.description
-PSEUDO_PKGS = ['base', 'cdrom', 'spam', 'press', 'kernel', 'project',
-'general', 'listarchives', 'nm.debian.org', 'qa.debian.org',
-'ftp.debian.org', 'www.debian.org', 'bugs.debian.org', 'lists.debian.org',
-'wnpp', 'cdimage.debian.org', 'tech-ctte', 'mirrors', 'security.debian.org',
-'installation-reports', 'upgrade-reports', 'release-notes', 'wiki.debian.org', 
'security-tracker', 'release.debian.org', 'debian-policy', 'debian-i18n', 
'buildd.emdebian.org', 'buildd.debian.org' ]
-
-EXCLUDED = [
-  /^(linux|kernel)-(image|source)-/, # we don't care about those bugs for now
-]
-
-#STDERR.puts #{Time::now} Reading LDAP dump
-bugid = nil
-bugsrcpkg = nil
-bugpkg = nil
-bugtitle = nil
-bugstate = nil
-bugaffect = []
-
-ibugs = []
-IO::read('bts2ldap-fullindex').each_line do |l|
-  l.chomp!
-  key, val = l.split(' ', 2)
-  if key == 'dn:' and bugid != nil
-# fin du bug en cours
-if not (bugaffect.include?('unstable') or bugaffect.include?('testing') or 
bugaffect.include?('experimental')) and bugstate != 'done' and not 
PSEUDO_PKGS.include?(bugpkg)
-  ibugs  [bugid, bugpkg, bugsrcpkg, bugtitle]
-end
-
-bugid = nil
-bugsrcpkg = nil
-bugpkg = nil
-bugtitle = nil
-bugstate = nil
-bugaffect = []
-bugaffect = []
-
-  elsif key == 'debbugsID:'
-bugid = val
-  elsif key == 'debbugsSourcePackage:'
-bugsrcpkg = val
-  elsif key == 'debbugsPackage:'
-bugpkg = val
-  elsif key == 'debbugsState:'
-bugstate = val
-  elsif key == 'debbugsTitle:'
-bugtitle = val
-  elsif key == 'debbugsAffected:'
-bugaffect  val
-  end
-end
-
-#STDERR.puts #{Time::now} End reading LDAP dump
-#STDERR.puts #{Time::now} Reading *Sources
-f = []
-[ 'testing-*-Sources', 'unstable-*-Sources', 'experimental-*-Sources'].each do 
|m|
-  f += Dir::glob(m)
-end
-srcs = {}
-bins = {}
-f.each do |s|
-  IO::read(s).each_line do |l|
-if l =~ /^Package: /
-  srcs[l.chomp.split(' ')[1]] = true
-elsif l =~ /^Binary: /
-  l.chomp.split(' ',2)[1].split(/, /).each do |b|
-bins[b] = true
-  end
-end
-  end
-end
-## reading stable sources
-f = Dir::glob('stable-*-Sources')
-stablesrcs = {}
-stablebins = {}
-f.each do |s|
-  IO::read(s).each_line do |l|
-if l =~ /^Package: /
-  stablesrcs[l.chomp.split(' ')[1]] = true
-elsif l =~ /^Binary: /
-  l.chomp.split(' ',2)[1].split(/, /).each do |b|
-stablebins[b] = true
-  end
-end
-  end
-end
-#
-#STDERR.puts #{Time::now} End reading *Sources
-
-ibugs.each do |l|
-  # could be made stricter at some point
-  next if srcs[l[2]] or bins[l[1]] or srcs[l[1]] or bins[l[2]]
-
-  tags = 
-  if stablebins[l[1]] or stablesrcs[l[2]] or stablebins[l[2]] or 
stablesrcs[l[1]]
-tags +=  (IN_STABLE)
-  end
-
-  excluded = false
-  EXCLUDED.each do |re|
-if l[1] =~ re or l[2] =~ re
-  excluded = true
-end
-  end
-  tags +=  (EXCLUDED) if excluded
-  puts l.join(' ') + tags
-end


___
Collab-qa-commits mailing list
Collab-qa-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/collab-qa-commits


[Collab-qa-commits] r1882 - udd/web/cgi-bin

2011-01-08 Thread Marco Rodrigues
Author: gothicx-guest
Date: 2011-01-08 18:04:40 + (Sat, 08 Jan 2011)
New Revision: 1882

Modified:
   udd/web/cgi-bin/ubuntu_ftbfs.cgi
Log:
Fix mailto address extra space

Modified: udd/web/cgi-bin/ubuntu_ftbfs.cgi
===
--- udd/web/cgi-bin/ubuntu_ftbfs.cgi2011-01-08 17:28:15 UTC (rev 1881)
+++ udd/web/cgi-bin/ubuntu_ftbfs.cgi2011-01-08 18:04:40 UTC (rev 1882)
@@ -36,7 +36,7 @@
 body
 h1Ubuntu packages that FTBFS/h1
 
-Contact: a href=mailto: lu...@ubuntu.comLucas Nussbaum/abr
+Contact: a href=mailto:lu...@ubuntu.com;Lucas Nussbaum/abr
 EOF
 end
 


___
Collab-qa-commits mailing list
Collab-qa-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/collab-qa-commits


[Collab-qa-commits] r1883 - udd

2011-01-08 Thread Marco Rodrigues
Author: gothicx-guest
Date: 2011-01-08 19:01:05 + (Sat, 08 Jan 2011)
New Revision: 1883

Removed:
   udd/crontabs
Log:
not used anymore

Deleted: udd/crontabs
===
--- udd/crontabs2011-01-08 18:04:40 UTC (rev 1882)
+++ udd/crontabs2011-01-08 19:01:05 UTC (rev 1883)
@@ -1,41 +0,0 @@
-# m h  dom mon dow   command
-mailto=lu...@debian.org
-UAR=/org/udd.debian.org/udd/update-and-run.sh
-# Debian Sources/Packages
-0 */12 * * * $UAR debian-squeeze debian-sid debian-experimental
-0 3 * * * $UAR debian-etch debian-backports-etch debian-volatile-etch 
debian-etch-proposed-updates debian-etch-security
-0 15 * * * $UAR debian-lenny debian-backports-lenny debian-volatile-lenny 
debian-lenny-proposed-updates debian-lenny-security 
debian-squeeze-proposed-updates debian-squeeze-security
-# Ubuntu Sources/Packages
-30 2 * * * $UAR ubuntu-lucid ubuntu-karmic ubuntu-hardy ubuntu-intrepid 
ubuntu-jaunty
-# Various simple things
-0 4,16 * * * $UAR dehs debian-popcon ubuntu-popcon lintian debtags carnivore 
ldap removals | /org/udd.debian.org/udd/scripts/filter-output.rb
-49 */6 * * * $UAR upload-history | 
/org/udd.debian.org/udd/scripts/filter-output.rb
-0 */12 * * * $UAR testing-migrations
-11 */4 * * * $UAR wannabuild | /org/udd.debian.org/udd/scripts/filter-output.rb
-# Debian bugs
-0 1,7,13,19 * * * $UAR bugs orphaned-packages 21 | 
/org/udd.debian.org/udd/scripts/filter-bugs-output.sh | 
/org/udd.debian.org/udd/scripts/filter-output.rb
-30 14 * * * $UAR bugs-archive 21 | 
/org/udd.debian.org/udd/scripts/filter-bugs-output.sh
-
-# Ubuntu bugs
-57 9 * * * $UAR ubuntu-bugs
-
-# Dump DB
-0 8 */2 * * /org/udd.debian.org/udd/scripts/dump-db.sh
-0 4 */2 * * /org/udd.debian.org/udd/scripts/generate-schema.sh
-
-# checks
-*/5 * * * * /org/udd.debian.org/udd/scripts/monitor_locks
-0 * * * * /org/udd.debian.org/udd/scripts/check_timestamps
-0 * * * * crontab -l  /org/udd.debian.org/udd/web/crontabs.txt
-# test script for the removal gatherer
-0 1 2 * * python /org/udd.debian.org/udd/udd/removals_gatherer.py 
/org/udd.debian.org/mirrors/removals-full.txt  /dev/null
-
-mailto=ti...@debian.org
-# screenshots.debian.net
-30 3 * * * $UAR screenshots | /org/udd.debian.org/udd/scripts/filter-output.rb 
21 | mail -e -s 'UDD screenshots cron job' ti...@debian.org
-
-# DDTP
-0 2 * * * $UAR ddtp | /org/udd.debian.org/udd/scripts/filter-output.rb 21 | 
mail -e -s 'UDD ftpnew cron job' ti...@debian.org
-
-# FTP new queue
-0 3 * * * $UAR ftpnew | /org/udd.debian.org/udd/scripts/filter-output.rb 21 
| mail -e -s 'UDD ftpnew cron job' ti...@debian.org


___
Collab-qa-commits mailing list
Collab-qa-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/collab-qa-commits


[Bug 53500] Re: Please update tripwire to 2.4.1.2 version

2011-01-08 Thread Marco Rodrigues
The current development version of Ubuntu (natty) has the latest
upstream version of this package.

Thank you.

** Changed in: tripwire (Ubuntu)
 Assignee: (unassigned) = Marco Rodrigues (gothicx)

** Changed in: tripwire (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/53500

Title:
  Please update tripwire to 2.4.1.2 version

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


[Bug 569331] Re: Please update to new 1.1 release

2011-01-08 Thread Marco Rodrigues
The current development version of Ubuntu (natty) has the latest
upstream version of this package.

Thank you.

** Changed in: grsync (Ubuntu)
 Assignee: (unassigned) = Marco Rodrigues (gothicx)

** Changed in: grsync (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/569331

Title:
  Please update to new 1.1 release 

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


[Bug 145572] Re: [UNMETDEPS] imaze has unmet dependencies

2011-01-08 Thread Marco Rodrigues
This package was removed from Debian. I'm closing the bug report.

Thank you.

** Changed in: imaze (Ubuntu)
   Status: Triaged = Fix Released

** Changed in: imaze (Ubuntu)
 Assignee: (unassigned) = Marco Rodrigues (gothicx)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/145572

Title:
  [UNMETDEPS] imaze has unmet dependencies

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


[Bug 53500] Re: Please update tripwire to 2.4.1.2 version

2011-01-08 Thread Marco Rodrigues
The current development version of Ubuntu (natty) has the latest
upstream version of this package.

Thank you.

** Changed in: tripwire (Ubuntu)
 Assignee: (unassigned) = Marco Rodrigues (gothicx)

** Changed in: tripwire (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Backporters, which is a direct subscriber.
https://bugs.launchpad.net/bugs/53500

Title:
  Please update tripwire to 2.4.1.2 version

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


[Bug 662064] Re: Please backport subdownloader 2.0.14 to Maverick

2010-11-13 Thread Marco Rodrigues
Hi,

Subdownloader still works, the API isn't overloading anymore. Maybe we
can forget this change for maverick?

-- 
Please backport subdownloader 2.0.14 to Maverick
https://bugs.launchpad.net/bugs/662064
You received this bug notification because you are a member of Ubuntu
Backporters, which is subscribed to maverick-backports.

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


[iText-questions] iTextSharp Library Question

2010-11-08 Thread Marco . Rodrigues
Good morning,

I am currently developing an application for the company where I work, 
where I need to edit PDF documents. iTextSharp library seems to achieve 
the desired results. This project is built and designed only to be used by 
the company as internal project.
My question is if in this case is considered personal use or is already 
considered commercial use?

Regards,


Marco Rodrigues 
Applications Programmer 
Atrium Saldanha 
Praça Duque de Saldanha, 1 – 10º E 
1050-094 Lisboa 
Tel.: + 351 21 330 10 20 
Fax: + 351 21 330 10 21 
everis.com 
 

melhor consultora 
melhor empresa para executivos 
4ª melhor empresa para trabalhar 
 

 

AVISO DE CONFIDENCIALIDADE. Esta mensagem e os seus conteúdos ou anexos 
são privados e confidenciais e dirigidos exclusivamente ao seu 
destinatário. A everis informa a quem possa ter recebido esta mensagem por 
engano, que a mesma contém informação confidencial, cujo uso, cópia, 
reprodução ou distribuição é expressamente proibido. Caso não seja o 
destinatário desta mensagem, pedimos-lhe que informe o remetente, o mais 
breve possível, e a elimine sem ler, copiar, duplicar, imprimir ou fazer 
qualquer outro uso do seu conteúdo.

CONFIDENTIALITY WARNING. This message and the information contained in or 
attached to it are private and confidential and intended exclusively for 
the addressee. everis informs to whom it may receive it in error that it 
contains privileged information and its use, copy, reproduction or 
distribution is prohibited. If you are not an intended recipient of this 
E-mail, please notify the sender, delete it and do not read, act upon, 
print, disclose, copy, retain or redistribute any portion of this E-mail.

image/gifimage/gif--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book Blueprint to a 
Billion shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev___
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

[Bug 657035] Re: please sync from debian (unstable) 2.0.11-1 - security vulnerability

2010-11-07 Thread Marco Rodrigues
The diff is available in Natty.

https://launchpad.net/ubuntu/+archive/primary/+files/babiloo_2.0.9-1_2.0.11-1.diff.gz

-- 
please sync from debian (unstable) 2.0.11-1 - security vulnerability
https://bugs.launchpad.net/bugs/657035
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 662061] Re: griffith crashed with TypeError in __nonzero__()

2010-10-17 Thread Marco Rodrigues
** Visibility changed to: Public

-- 
griffith crashed with TypeError in __nonzero__()
https://bugs.launchpad.net/bugs/662061
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 607896] Re: Please sync Griffith 0.12-1 from Debian (unstable) to Maverick - updated dependency

2010-10-17 Thread Marco Rodrigues
The sync will also fix Bug 662061.

** Also affects: maverick-backports
   Importance: Undecided
   Status: New

-- 
Please sync Griffith 0.12-1 from Debian (unstable) to Maverick - updated 
dependency
https://bugs.launchpad.net/bugs/607896
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 662064] [NEW] Please backport subdownloader 2.0.14 to Maverick

2010-10-17 Thread Marco Rodrigues
Public bug reported:

The current Maverick version has problems with the connection to the API
of OpenSubtitles. It was also accepted in Debian for Squeeze passing
through the freeze process.

It builds fine and without problems in Maverick.

Thank you

** Affects: maverick-backports
 Importance: Undecided
 Status: New

-- 
Please backport subdownloader 2.0.14 to Maverick
https://bugs.launchpad.net/bugs/662064
You received this bug notification because you are a member of Ubuntu
Backporters, which is subscribed to maverick-backports.

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


[Bug 607896] Re: Please sync Griffith 0.12-1 from Debian (unstable) to Maverick - updated dependency

2010-10-17 Thread Marco Rodrigues
The sync will also fix Bug 662061.

** Also affects: maverick-backports
   Importance: Undecided
   Status: New

-- 
Please sync Griffith 0.12-1 from Debian (unstable) to Maverick - updated 
dependency
https://bugs.launchpad.net/bugs/607896
You received this bug notification because you are a member of Ubuntu
Backporters, which is subscribed to maverick-backports.

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


Bug#595602: unblock: subdownloader/2.0.13-1

2010-10-12 Thread Marco Rodrigues
On Fri, Oct 8, 2010 at 5:39 PM, Mehdi Dogguy me...@debian.org wrote:
 On 06/10/2010 12:28, Marco Rodrigues wrote:

 So what should I do? Just include the missing translations ?


 Please revert changes made in
 subdownloader-2.0.13/locale/el/LC_MESSAGES/subdownloader.po

I've uploaded a new version (2.0.14) which fixes this issue.

Thanks

-- 
Marco Rodrigues

http://www.marblehole.com



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#595602: unblock: subdownloader/2.0.13-1

2010-10-12 Thread Marco Rodrigues
On Fri, Oct 8, 2010 at 5:39 PM, Mehdi Dogguy me...@debian.org wrote:
 On 06/10/2010 12:28, Marco Rodrigues wrote:

 So what should I do? Just include the missing translations ?


 Please revert changes made in
 subdownloader-2.0.13/locale/el/LC_MESSAGES/subdownloader.po

I've uploaded a new version (2.0.14) which fixes this issue.

Thanks

-- 
Marco Rodrigues

http://www.marblehole.com



-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlkti=tx_nwryhmfk3ujywistyxags7=bva2840=...@mail.gmail.com



Accepted subdownloader 2.0.14-1 (source all)

2010-10-11 Thread Marco Rodrigues
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 10 Oct 2010 23:24:46 +0100
Source: subdownloader
Binary: subdownloader
Architecture: source all
Version: 2.0.14-1
Distribution: unstable
Urgency: low
Maintainer: Python Applications Packaging Team 
python-apps-t...@lists.alioth.debian.org
Changed-By: Marco Rodrigues goth...@gmail.com
Description: 
 subdownloader - subtitle download/upload manager for video files
Changes: 
 subdownloader (2.0.14-1) unstable; urgency=low
 .
   * New upstream version.
Checksums-Sha1: 
 bb948ea0fc625ae75202918e4e11a1ff16930a38 1395 subdownloader_2.0.14-1.dsc
 64ab7fd9e77726e9c271d0dda7de21eee90dc569 1012349 
subdownloader_2.0.14.orig.tar.gz
 d066b71f4ac1d560525217a63391d5bdc4599276 3868 subdownloader_2.0.14-1.diff.gz
 59e9ab853ebad501f759b9019d2b407821d649bc 707932 subdownloader_2.0.14-1_all.deb
Checksums-Sha256: 
 35edd4fb1c2bf18e897720716ecf3b5de0f4952d80522346c05bd44a7a8075c7 1395 
subdownloader_2.0.14-1.dsc
 b383729144178a42a15fff3d65d2daa5f23be6f1f35660dac9bced64ad91ae52 1012349 
subdownloader_2.0.14.orig.tar.gz
 82409a9d9ed0f972b17b7f188eec1f8add14ec4c259188441158d29c5a975fd2 3868 
subdownloader_2.0.14-1.diff.gz
 b2f18b4390db725ffc6267d78131f8855687fe6137bcaf76533bf5b0cf988620 707932 
subdownloader_2.0.14-1_all.deb
Files: 
 85eeec2804205a1d78d2021738091a81 1395 utils optional subdownloader_2.0.14-1.dsc
 b60443cfcefd89b0893628b18eccae9c 1012349 utils optional 
subdownloader_2.0.14.orig.tar.gz
 53a56d6ba9ee9987e28df2b0e331023e 3868 utils optional 
subdownloader_2.0.14-1.diff.gz
 85af6c99352acf7ef5c883d8a4b14664 707932 utils optional 
subdownloader_2.0.14-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkyzVroACgkQB01zfu119ZluEQCcCmEU074fOKQyMTbsECA75ZHy
1e8An0k5rhFc3pvWSf95G+pX50iL3SyR
=YFAW
-END PGP SIGNATURE-


Accepted:
subdownloader_2.0.14-1.diff.gz
  to main/s/subdownloader/subdownloader_2.0.14-1.diff.gz
subdownloader_2.0.14-1.dsc
  to main/s/subdownloader/subdownloader_2.0.14-1.dsc
subdownloader_2.0.14-1_all.deb
  to main/s/subdownloader/subdownloader_2.0.14-1_all.deb
subdownloader_2.0.14.orig.tar.gz
  to main/s/subdownloader/subdownloader_2.0.14.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1p5nan-0006mh...@franck.debian.org



Bug#599584: O: startupmanager -- Grub, Usplash and Splash screen configuration

2010-10-09 Thread Marco Rodrigues
Package: wnpp
Severity: normal

I intend to orphan the startupmanager package. I rarely use it
anymore, and it deserves someone that will care for it better than I
have been.

If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

The package description is:
  StartUp-Manager configures some settings for grub, usplash and
splash screens. It provides an easy to use interface.

--
Marco Rodrigues

http://www.marblehole.com



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#599595: O: disksearch -- Removable media search tool

2010-10-09 Thread Marco Rodrigues
Package: wnpp
Severity: normal

I intend to orphan the startupmanager package. I rarely use it
anymore, and it deserves someone that will care for it better than I
have been.

If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

The package description is:
 DiskSearch is a tool for searching for files on all your removable media disks.
 For instance you can search for songs on your MP3-CD's or for a document on
 your backup DVD's.
 For advanced queries there is a regular expression search mode.
 The search is based on a simple database file which needs to be filled once by
 adding all your disks to it.

-- 
Marco Rodrigues

http://www.marblehole.com



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#599584: O: startupmanager -- Grub, Usplash and Splash screen configuration

2010-10-09 Thread Marco Rodrigues
Package: wnpp
Severity: normal

I intend to orphan the startupmanager package. I rarely use it
anymore, and it deserves someone that will care for it better than I
have been.

If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

The package description is:
  StartUp-Manager configures some settings for grub, usplash and
splash screens. It provides an easy to use interface.

--
Marco Rodrigues

http://www.marblehole.com



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlkti=njgryob3onkg2a8=1kurandcrm68vghcyb...@mail.gmail.com



Bug#599595: O: disksearch -- Removable media search tool

2010-10-09 Thread Marco Rodrigues
Package: wnpp
Severity: normal

I intend to orphan the startupmanager package. I rarely use it
anymore, and it deserves someone that will care for it better than I
have been.

If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

The package description is:
 DiskSearch is a tool for searching for files on all your removable media disks.
 For instance you can search for songs on your MP3-CD's or for a document on
 your backup DVD's.
 For advanced queries there is a regular expression search mode.
 The search is based on a simple database file which needs to be filled once by
 adding all your disks to it.

-- 
Marco Rodrigues

http://www.marblehole.com



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktina+husdxxpdmxekttu72zeuuctpysgk7bzb...@mail.gmail.com



[Bug 512203] Re: software-center crashed with TypeError in stop()

2010-10-09 Thread Marco Rodrigues
I canceled an package instalation and apport showed with this crash.

-- 
software-center crashed with TypeError in stop()
https://bugs.launchpad.net/bugs/512203
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


Bug#595602: unblock: subdownloader/2.0.13-1

2010-10-06 Thread Marco Rodrigues
On Mon, Oct 4, 2010 at 11:06 AM, Julien Cristau jcris...@debian.org wrote:

 On Wed, Sep 15, 2010 at 16:39:30 +0200, Julien Cristau wrote:

  On Mon, Sep 13, 2010 at 23:37:57 +0100, Marco Rodrigues wrote:
 
   On Thu, Sep 9, 2010 at 3:49 PM, Julien Cristau jcris...@debian.org
 wrote:
  
Why do some translated strings disappear from the greek translation?
   
  
   Looks like they were removed from the translator at Launchpad for some
   reason. I've just exported them from LP.
  
  
 https://translations.launchpad.net/subdownloader/trunk/+pots/subdownloader/el/+translate?start=0batch=10show=untranslatedfield.alternative_language=field.alternative_language-empty-marker=1old_show=untranslated
  
   They were removed and reviewed as empty. Is this a block or I need to
 upload
   a new version with that strings (which I don't know what they mean,
 because
   I don't know Greek) included?
  
  Well, I don't know Greek either, but I'm not happy to regress
  translations without an explanation from someone that does, or from the
  translator.
 
 Can we get this fixed please?


So what should I do? Just include the missing translations ?

Thanks

-- 
Marco Rodrigues

http://www.marblehole.com


Bug#595602: unblock: subdownloader/2.0.13-1

2010-10-06 Thread Marco Rodrigues
On Mon, Oct 4, 2010 at 11:06 AM, Julien Cristau jcris...@debian.org wrote:

 On Wed, Sep 15, 2010 at 16:39:30 +0200, Julien Cristau wrote:

  On Mon, Sep 13, 2010 at 23:37:57 +0100, Marco Rodrigues wrote:
 
   On Thu, Sep 9, 2010 at 3:49 PM, Julien Cristau jcris...@debian.org
 wrote:
  
Why do some translated strings disappear from the greek translation?
   
  
   Looks like they were removed from the translator at Launchpad for some
   reason. I've just exported them from LP.
  
  
 https://translations.launchpad.net/subdownloader/trunk/+pots/subdownloader/el/+translate?start=0batch=10show=untranslatedfield.alternative_language=field.alternative_language-empty-marker=1old_show=untranslated
  
   They were removed and reviewed as empty. Is this a block or I need to
 upload
   a new version with that strings (which I don't know what they mean,
 because
   I don't know Greek) included?
  
  Well, I don't know Greek either, but I'm not happy to regress
  translations without an explanation from someone that does, or from the
  translator.
 
 Can we get this fixed please?


So what should I do? Just include the missing translations ?

Thanks

-- 
Marco Rodrigues

http://www.marblehole.com


[Bug 529041] Re: pull-debian-source should fail gracefully if a package is not in testing

2010-10-05 Thread Marco Rodrigues
** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: In Progress = Confirmed

-- 
pull-debian-source should fail gracefully if a package is not in testing
https://bugs.launchpad.net/bugs/529041
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in ubuntu.

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


[Bug 529041] Re: pull-debian-source should fail gracefully if a package is not in testing

2010-10-05 Thread Marco Rodrigues
** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: In Progress = Confirmed

-- 
pull-debian-source should fail gracefully if a package is not in testing
https://bugs.launchpad.net/bugs/529041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Accepted babiloo 2.0.11-1 (source all)

2010-09-29 Thread Marco Rodrigues
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 28 Sep 2010 22:30:41 +0100
Source: babiloo
Binary: babiloo
Architecture: source all
Version: 2.0.11-1
Distribution: unstable
Urgency: low
Maintainer: Python Applications Packaging Team 
python-apps-t...@lists.alioth.debian.org
Changed-By: Marco Rodrigues goth...@gmail.com
Description: 
 babiloo- dictionary viewer with multi-languages support
Closes: 591995
Changes: 
 babiloo (2.0.11-1) unstable; urgency=low
 .
   * New upstream version (Closes: #591995).
   * debian/control:
 + Move python-qt4 to Recommends. Thanks Jakub Wilk for the tip.
 + Change my e-mail address.
   * debian/copyright:
 + Change my e-mail address.
   * debian/control:
 - Bump Standards-Version to 3.9.1, no changes required.
Checksums-Sha1: 
 52c7a1176b1dd4050e30691df809946a23304c1a 1334 babiloo_2.0.11-1.dsc
 bee082229588bfc2b7c55ae3c8e173f6ca10a789 949765 babiloo_2.0.11.orig.tar.gz
 5e5197212e75b2644e82f368c64e586866a26d9c 2946 babiloo_2.0.11-1.diff.gz
 b33344c2cff18c05f9f2943204626099734f3e87 895280 babiloo_2.0.11-1_all.deb
Checksums-Sha256: 
 2e673076315992b1ca8d697ae001726b27a2c823436bf1eba3f8da9708ec7c38 1334 
babiloo_2.0.11-1.dsc
 2b7fa4b0336c1664b87f9018cd8dbd0fe20edf25f4c57eb17e41c1095199611b 949765 
babiloo_2.0.11.orig.tar.gz
 bca1aef85eb9fc0836c65994bcacf0d1e4e76d5b1c15ba83ae40d372dd0a2798 2946 
babiloo_2.0.11-1.diff.gz
 f0e93409c9dbbb136ff85e00d4a3b6b84d9aaedd21311fbbfd31c4b2bbe72aa5 895280 
babiloo_2.0.11-1_all.deb
Files: 
 cb3c2489e413658b357ba93bcc111291 1334 utils optional babiloo_2.0.11-1.dsc
 c384c6874590517515a20d8530b85ab1 949765 utils optional 
babiloo_2.0.11.orig.tar.gz
 19456945e7291be2e119583c605446a4 2946 utils optional babiloo_2.0.11-1.diff.gz
 08328cdab08ddce4a1eb49bee175ff37 895280 utils optional babiloo_2.0.11-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkyjs98ACgkQB01zfu119ZnC6ACfQPOLCo8EZgakA8LcbjTvilom
9h0An3upBm2X9Q2/IfNd58xvAiSTIYOl
=pJ5A
-END PGP SIGNATURE-


Accepted:
babiloo_2.0.11-1.diff.gz
  to main/b/babiloo/babiloo_2.0.11-1.diff.gz
babiloo_2.0.11-1.dsc
  to main/b/babiloo/babiloo_2.0.11-1.dsc
babiloo_2.0.11-1_all.deb
  to main/b/babiloo/babiloo_2.0.11-1_all.deb
babiloo_2.0.11.orig.tar.gz
  to main/b/babiloo/babiloo_2.0.11.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1p14iz-ys...@franck.debian.org



[Bug 637020] Re: ubuntu-iso crashed with isoinfo in extract()

2010-09-28 Thread Marco Rodrigues
** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: New = Confirmed

-- 
ubuntu-iso crashed with isoinfo in extract()
https://bugs.launchpad.net/bugs/637020
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in ubuntu.

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


[Bug 637020] Re: ubuntu-iso crashed with isoinfo in extract()

2010-09-28 Thread Marco Rodrigues
** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: New = Confirmed

-- 
ubuntu-iso crashed with isoinfo in extract()
https://bugs.launchpad.net/bugs/637020
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 428265] Re: pull-debian-debdiff depends on curl, but no package dependency

2010-09-23 Thread Marco Rodrigues
** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: In Progress = New

** Changed in: ubuntu-dev-tools (Ubuntu)
 Assignee: Marco Rodrigues (gothicx) = (unassigned)

-- 
pull-debian-debdiff depends on curl, but no package dependency
https://bugs.launchpad.net/bugs/428265
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in ubuntu.

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


[Bug 428265] Re: pull-debian-debdiff depends on curl, but no package dependency

2010-09-23 Thread Marco Rodrigues
** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: In Progress = New

** Changed in: ubuntu-dev-tools (Ubuntu)
 Assignee: Marco Rodrigues (gothicx) = (unassigned)

-- 
pull-debian-debdiff depends on curl, but no package dependency
https://bugs.launchpad.net/bugs/428265
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 529041] Re: pull-debian-source should fail gracefully if a package is not in testing

2010-09-22 Thread Marco Rodrigues
** Changed in: ubuntu-dev-tools (Ubuntu)
 Assignee: (unassigned) = Marco Rodrigues (gothicx)

** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: Confirmed = In Progress

-- 
pull-debian-source should fail gracefully if a package is not in testing
https://bugs.launchpad.net/bugs/529041
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in ubuntu.

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


[Bug 529041] Re: pull-debian-source should fail gracefully if a package is not in testing

2010-09-22 Thread Marco Rodrigues
** Changed in: ubuntu-dev-tools (Ubuntu)
 Assignee: (unassigned) = Marco Rodrigues (gothicx)

** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: Confirmed = In Progress

-- 
pull-debian-source should fail gracefully if a package is not in testing
https://bugs.launchpad.net/bugs/529041
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Bug#597663: API or http redirect to get archive pool path

2010-09-21 Thread Marco Rodrigues
Package: snapshot.debian.org
Severity: wishlist
Tags: feature

Hi!

Can we have at API or/and some http header redirect to get archive pool path
?

Example: curl -sI http://snapshot.debian.net/package/ksymoops/2.4.11-1

If I grep the location: in the http header, I can get the correct url
easily. Currently, I can't find a way to do the same with this new
snapshots.

Thank you

-- 
Marco Rodrigues

http://www.marblehole.com


[Bug 428265] Re: pull-debian-debdiff depends on curl, but no package dependency

2010-09-20 Thread Marco Rodrigues
** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: New = In Progress

** Changed in: ubuntu-dev-tools (Ubuntu)
 Assignee: (unassigned) = Marco Rodrigues (gothicx)

-- 
pull-debian-debdiff depends on curl, but no package dependency
https://bugs.launchpad.net/bugs/428265
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in ubuntu.

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


[Bug 428265] Re: pull-debian-debdiff depends on curl, but no package dependency

2010-09-20 Thread Marco Rodrigues
** Changed in: ubuntu-dev-tools (Ubuntu)
   Status: New = In Progress

** Changed in: ubuntu-dev-tools (Ubuntu)
 Assignee: (unassigned) = Marco Rodrigues (gothicx)

-- 
pull-debian-debdiff depends on curl, but no package dependency
https://bugs.launchpad.net/bugs/428265
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 608449] Re: lspci returns error on devices that don't have pci adapters (arm)

2010-09-19 Thread Marco Rodrigues
** Tags added: patch

-- 
lspci returns error on devices that don't have pci adapters (arm)
https://bugs.launchpad.net/bugs/608449
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Bug#595602: unblock: subdownloader/2.0.13-1

2010-09-13 Thread Marco Rodrigues
On Thu, Sep 9, 2010 at 3:49 PM, Julien Cristau jcris...@debian.org wrote:

 On Sun, Sep  5, 2010 at 12:00:21 +0100, Marco Rodrigues wrote:

  Please unblock package subdownloader. The current stable version
  doesn't currently connect to API ( RC Bug ). This new 2.0.13 version

 Is that bug filed in the BTS?


No. It was reported in Launchpad / Ubuntu initially. Do I need to fill it ?




 only has a new method of connecting to http with better performance
  and locales updates.
 
  Relevant changes in Changelog:
 
  - Update translations from Launchpad.

 Why do some translated strings disappear from the greek translation?


Looks like they were removed from the translator at Launchpad for some
reason. I've just exported them from LP.

https://translations.launchpad.net/subdownloader/trunk/+pots/subdownloader/el/+translate?start=0batch=10show=untranslatedfield.alternative_language=field.alternative_language-empty-marker=1old_show=untranslated

They were removed and reviewed as empty. Is this a block or I need to upload
a new version with that strings (which I don't know what they mean, because
I don't know Greek) included?

Thanks.

-- 
Marco Rodrigues

http://www.marblehole.com


Bug#595602: unblock: subdownloader/2.0.13-1

2010-09-13 Thread Marco Rodrigues
On Thu, Sep 9, 2010 at 3:49 PM, Julien Cristau jcris...@debian.org wrote:

 On Sun, Sep  5, 2010 at 12:00:21 +0100, Marco Rodrigues wrote:

  Please unblock package subdownloader. The current stable version
  doesn't currently connect to API ( RC Bug ). This new 2.0.13 version

 Is that bug filed in the BTS?


No. It was reported in Launchpad / Ubuntu initially. Do I need to fill it ?




 only has a new method of connecting to http with better performance
  and locales updates.
 
  Relevant changes in Changelog:
 
  - Update translations from Launchpad.

 Why do some translated strings disappear from the greek translation?


Looks like they were removed from the translator at Launchpad for some
reason. I've just exported them from LP.

https://translations.launchpad.net/subdownloader/trunk/+pots/subdownloader/el/+translate?start=0batch=10show=untranslatedfield.alternative_language=field.alternative_language-empty-marker=1old_show=untranslated

They were removed and reviewed as empty. Is this a block or I need to upload
a new version with that strings (which I don't know what they mean, because
I don't know Greek) included?

Thanks.

-- 
Marco Rodrigues

http://www.marblehole.com


Bug#471824: Package removal

2010-09-07 Thread Marco Rodrigues
reassign 471824 ftp.debian.org
retitle 471824 RM: pgpool -- RoQA; orphaned, alternatives, low popcon

thanks

Hi!

Please see the following reasons for the removal request:

* Package is orphaned.
 * Better alternatives (pgpool2 is on the archive).
* Few users - a popcon of 38 users.

Reverse Depends:
  pgpool2
  pgpool2

The package pgpool2 currently has Replaces: pgpool.

Thank you!

-- 
Marco Rodrigues

http://www.marblehole.com


Bug#540956: Package removal

2010-09-07 Thread Marco Rodrigues
reassign 540956 ftp.debian.org
http://ftp.debian.org
retitle 540956 RM: rutebook -- RoQA; orphaned, dead upstream, obsolete
thanks

Hi!

Please see the following reasons for the removal request:

* Package is orphaned.
* Obsolete - This book isn't updated for ages.
* Dead upstream - There isn't upstream activity and files not available
anymore, not even on CVS.

Reverse Depends:
  debian-reference-en

Thank you!

-- 
Marco Rodrigues

http://www.marblehole.com


Bug#540956: Package removal

2010-09-07 Thread Marco Rodrigues
reassign 540956 ftp.debian.org
http://ftp.debian.org
retitle 540956 RM: rutebook -- RoQA; orphaned, dead upstream, obsolete
thanks

Hi!

Please see the following reasons for the removal request:

* Package is orphaned.
* Obsolete - This book isn't updated for ages.
* Dead upstream - There isn't upstream activity and files not available
anymore, not even on CVS.

Reverse Depends:
  debian-reference-en

Thank you!

-- 
Marco Rodrigues

http://www.marblehole.com


Bug#471824: Package removal

2010-09-07 Thread Marco Rodrigues
reassign 471824 ftp.debian.org
retitle 471824 RM: pgpool -- RoQA; orphaned, alternatives, low popcon

thanks

Hi!

Please see the following reasons for the removal request:

* Package is orphaned.
 * Better alternatives (pgpool2 is on the archive).
* Few users - a popcon of 38 users.

Reverse Depends:
  pgpool2
  pgpool2

The package pgpool2 currently has Replaces: pgpool.

Thank you!

-- 
Marco Rodrigues

http://www.marblehole.com


[Registry] [Bug 631903] [NEW] missing GRUB_TIMEOUT - TypeError: expected string or buffer

2010-09-06 Thread Marco Rodrigues
Public bug reported:

Startupmanager is crashing on start with following error messages :

Generating grub.cfg ...
Found background image: Lake_mapourika_NZ1.tga
Found linux image: /boot/vmlinuz-2.6.34-1-amd64
Found initrd image: /boot/initrd.img-2.6.34-1-amd64
Found linux image: /boot/vmlinuz-2.6.34
Found initrd image: /boot/initrd.img-2.6.34
Found Microsoft Windows XP Professionnel on /dev/sdb1
Found Ubuntu 10.04 LTS (10.04) on /dev/sdc12
Found Debian GNU/Linux (squeeze/sid) on /dev/sdc6
Found Windows 7 (loader) on /dev/sdd1
done
Grub2 detected
Usplash detected
Splashy not detected
Traceback (most recent call last):
  File /usr/sbin/startupmanager, line 54, in module
main()
  File /usr/sbin/startupmanager, line 51, in main
SumGui()
  File /usr/share/startupmanager/gtk_frontend.py, line 193, in
__init__
self.setup_widgets()
  File /usr/share/startupmanager/gtk_frontend.py, line 202, in
setup_widgets
self.set_shared_grub_widgets()
  File /usr/share/startupmanager/gtk_frontend.py, line 223, in
set_shared_grub_widgets
self.timeout_spinner.set_value(self.grub.get_timeout())
  File /usr/lib/pymodules/python2.6/bootconfig/grub.py, line 91, in
get_timeout
timeout = utils.extract_number(line)
  File /usr/lib/pymodules/python2.6/bootconfig/utils.py, line 64, in
extract_number
match = number_filter.search(line)
TypeError: expected string or buffer


Solution:

Add this line:

GRUB_TIMEOUT=5

(or similar) to the config.

** Affects: startup-manager
 Importance: Undecided
 Status: New

** Affects: debian
 Importance: Unknown
 Status: Unknown

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

** Also affects: debian via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589490
   Importance: Unknown
   Status: Unknown

-- 
missing GRUB_TIMEOUT - TypeError: expected string or buffer
https://bugs.launchpad.net/bugs/631903
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for Debian.

___
Mailing list: https://launchpad.net/~registry
Post to : registry@lists.launchpad.net
Unsubscribe : https://launchpad.net/~registry
More help   : https://help.launchpad.net/ListHelp


Bug#520013: Package removal

2010-09-06 Thread Marco Rodrigues
reassign 520013 ftp.debian.org
retitle 520013 RM: faubackup -- RoQA; orphaned, dead upstream, better
alternatives
thanks

Hi!

Please see the following reasons for the removal request:

* Package is orphaned.
* Dead upstream (Upstream author abandoned development).
* No development activity since 2006.
* Better alternatives (vbackup, dirvish).

No Reverse Depends.

Thank you!

-- 
Marco Rodrigues

http://www.marblehole.com


  1   2   3   4   5   6   7   8   9   10   >