Re: UI weird after update?

2012-05-10 Thread Andrew Melo
screwed up security settings to make the images un-loadable. Is that even possible? So, no ideas! ** ** *From:* jenkinsci-users@googlegroups.com [mailto: jenkinsci-users@googlegroups.com] *On Behalf Of *Andrew Melo *Sent:* 10 May 2012 02:50 *To:* jenkinsci-users@googlegroups.com

UI weird after update?

2012-05-09 Thread Andrew Melo
this? Andrew -- -- Andrew Melo

Re: UI weird after update?

2012-05-09 Thread Andrew Melo
On Thu, May 10, 2012 at 9:14 AM, Andrew Melo andrew.m...@gmail.com wrote: Hey Everyone, My machine updated to 1.463, and it seems like the CSS isn't working or something. I've tried to clear the cache, refresh, clear the cache, restart, etc... This is what it looks like on my end: http

Re: Resolution-independent layouts?

2012-04-21 Thread Andrew Melo
with #self.stage.connect('allocation-changed', self.handleResize) And though the callback fires, it doesn't scale the stage properly. Thanks, andrew On 19 April 2012 00:58, Andrew Melo andrew.m...@gmail.com wrote: Hello, I'm new to clutter and I'm not really sure how to implement the following: I'm

Error building plugin

2012-04-20 Thread Andrew Melo
-hpi-plugin:maven-plugin:1.74 from the specified remote repositories: central (http://repo1.maven.org/maven2) Thanks, Andrew -- -- Andrew Melo

Re: Error building plugin

2012-04-20 Thread Andrew Melo
10:42:15 UTC+1, Andrew Melo wrote: Hello all, I'm trying to build a plugin (https://github.com/etsy/** jenkins-master-project https://github.com/etsy/jenkins-master-project) which doesn't seem to be able to resolve the dependencies right. Might this hae to do with the maven shuffle that's been

Parameterized build trigger or matrix build?

2012-04-19 Thread Andrew Melo
sub-job, when ideally you would get one per master build) Looking through the list of plugins, would the paramaterized build be a better choice? Can it, for instance, take the junit results from the child builds and put it in its own report? Thanks, Andrew -- -- Andrew Melo

Resolution-independent layouts?

2012-04-18 Thread Andrew Melo
or letterboxed) Sorry if this is an easy question, but I couldn't find anything in the API or online (perhaps I'm searching wrong) Thanks, Andrew -- -- Andrew Melo ___ clutter-app-devel-list mailing list clutter-app-devel-list@clutter-project.org http

High CPU usage

2012-04-13 Thread Andrew Melo
that? Thanks, Andrew -- -- Andrew Melo

Re: High CPU usage

2012-04-13 Thread Andrew Melo
-refresh” tag on it. ** ** --Rob ** ** *From:* jenkinsci-users@googlegroups.com [mailto: jenkinsci-users@googlegroups.com] *On Behalf Of *Andrew Melo *Sent:* Friday, April 13, 2012 12:36 PM *To:* jenkinsci-users@googlegroups.com *Subject:* High CPU usage ** ** Hello

Re: High CPU usage

2012-04-13 Thread Andrew Melo
: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Andrew Melo Sent: Friday, April 13, 2012 12:46 PM To: jenkinsci-users@googlegroups.com Subject: Re: High CPU usage The pages have it and it says, Enable auto-refresh. Does that mean it's off and clicking

Re: ChangeLog parser without SCM

2012-04-01 Thread Andrew Melo
Could you make a local git mirror and trigger Jenkins off that? Andrew Melo Sent from my secret fortress. On Apr 1, 2012, at 15:07, Martin d'Anjou martin.danjo...@gmail.com wrote: I maintaing a rogue Jenkins installation which has no access to the SCM. I build with a shell script

[gt-user] GridFTP Performance Markers

2012-03-30 Thread Andrew Melo
Which didn't work. Am I missing a configuration option somewhere? Thanks, Andrew -- -- Andrew Melo

Re: EnvInject: injecting environment variables from URL

2012-03-23 Thread Andrew Melo
to test this, so I might be wrong); b) I am not sure if this injection is transparent in a master-slave setting. Any suggestion is appreciated. -- -- Andrew Melo

Re: Is there such as thing template builds

2012-03-20 Thread Andrew Melo
(like a try server) separated. That way the build would be the same in both cases, but the historical test results wouldn't be mixed up like they are currently. Having two separate bulds makes it really easy to desynchronize the two. Thanks -- -- Andrew Melo

Matrix Build deletion?

2012-03-07 Thread Andrew Melo
? Thanks, Andrew -- -- Andrew Melo

Re: Parameterized build not working - plz help

2012-03-06 Thread Andrew Melo
that variable doesn't get passed through the SSH session. Why are you using the SSH command and not running the commands on a slave? - On Tue, Mar 6, 2012 at 10:06 AM, Andrew Melo andrew.m

Re: Parameterized build not working - plz help

2012-03-06 Thread Andrew Melo
that will help? Yeah, you should just run a slave on your linux machine, have it connect to your master and use the execute shell build step to get commands to run there with each build. Thanks, Jatin. On Tue, Mar 6, 2012 at 10:38 AM, Andrew Melo andrew.m...@gmail.comwrote: On Tue, Mar 6, 2012

Re: Parameterized build not working - plz help

2012-03-06 Thread Andrew Melo
, 2012 at 6:30 PM, Andrew Melo andrew.m...@gmail.com wrote: Hi there, How are you submitting the job? -andrew On Mon, Mar 5, 2012 at 8:15 PM, Jatin D Patel depo.ja...@gmail.comwrote: Hi all, I have set up a string value Name : VERSION Default Value : 17 Ref: http://wiki.hudson-ci.org

Re: Parameterized build not working - plz help

2012-03-06 Thread Andrew Melo
that variable doesn't get passed through the SSH session. Why are you using the SSH command and not running the commands on a slave? - On Tue, Mar 6, 2012 at 10:06 AM, Andrew Melo andrew.m

Re: Parameterized build not working - plz help

2012-03-06 Thread Andrew Melo
that will help? Yeah, you should just run a slave on your linux machine, have it connect to your master and use the execute shell build step to get commands to run there with each build. Thanks, Jatin. On Tue, Mar 6, 2012 at 10:38 AM, Andrew Melo andrew.m...@gmail.comwrote: On Tue, Mar 6, 2012

Re: Redundant syncs by Perforce plugin when using matrix jobs

2012-03-05 Thread Andrew Melo
to remove that first sync? As you can imagine, if your view is quite large, the sync could take a while and slow down the build. Regards, Tom. -- -- Andrew Melo

Re: Is there a way to wait for other builds to finish?

2012-03-01 Thread Andrew Melo
that I could use to see if a job is still running? The Join plugin *should* work. What did you see when you tried it? Thanks, Brad -- -- Andrew Melo

How to return a null parameter definition?

2012-02-27 Thread Andrew Melo
. https://github.com/PerilousApricot/jenkins/blob/master/core/src/main/java/hudson/model/ParametersDefinitionProperty.java#L145). I figure I'd ask to write something that would actually make it upstream to you guys on the first try instead of rewriting it. Thanks, Andrew -- -- Andrew Melo

Re: Optional File Parameterization?

2012-02-20 Thread Andrew Melo
), I'm doing my qualifying exam tomorrow AM, so I can't dig out the backtrace, but one of the stack frames was in buildWithParameters. I can send that tomorrow once I'm done if that helps. Thanks! Andrew -- Sami Andrew Melo andrew.m...@gmail.com kirjoitti 20.2.2012 kello 0.09: Hello, everyone

Optional File Parameterization?

2012-02-19 Thread Andrew Melo
Hello, everyone- We currently use jenkins to test commits that are in our Git repository, but I'd like to add support for developers to test their current workspace with jenkins before the commit makes it up. I added some logic to the beginning of the build process to unpack a tarball passed in

Re: Crash: Ip or Hostname as bind_address

2010-06-21 Thread Andrew Melo
overbrenging van de inhoud van een verzonden e-mail, noch voor tijdige ontvangst daarvan. -- -- Andrew Melo

Re: Valid database names in 0.11

2010-06-14 Thread Andrew Melo
_user _replicator (in a patch, not in trunk yet. soon I hope) But it's understood that _ databases are 'special', and that namespace isn't available for users either, so they shouldn't be concerned about the exception. best, Andrew Cheers Jan -- -- -- Andrew Melo

Re: Development tools to use

2010-06-09 Thread Andrew Melo
in design docs. For a repl, I would use the spidermonkey-provided 'js' repl. best, Andrew Thanks Phat Sent from my iPhone -- -- Andrew Melo

Re: Searching a schema-free-friendly PHP framework

2010-04-13 Thread Andrew Melo
-free-friendly PHP framework? I saw online somewhere a CakePHP datasource implemented somewhere on the internet, did you take a look at that? best, Andrew Thanks for suggestions, Martin -- -- Andrew Melo

Re: About denormalization and keep consistent

2010-04-09 Thread Andrew Melo
;          content.save(bulk=true)       } i don't sure that all contents will updated may be only 5 and then process crushed. 2010/4/8 Andrew Melo andrew.m...@gmail.com: On Thu, Apr 8, 2010 at 12:53 PM, faust faust...@gmail.com wrote: What difference? if do Author  after_save     if name_changed

Re: About denormalization and keep consistent

2010-04-09 Thread Andrew Melo
= self.name;          content.save(bulk=true)       } i don't sure that all contents will updated may be only 5 and then process crushed. 2010/4/8 Andrew Melo andrew.m...@gmail.com: On Thu, Apr 8, 2010 at 12:53 PM, faust faust...@gmail.com wrote: What difference? if do Author

Re: About denormalization and keep consistent

2010-04-09 Thread Andrew Melo
On Fri, Apr 9, 2010 at 3:00 PM, Michael Ludwig mil...@gmx.de wrote: Andrew Melo schrieb am 09.04.2010 um 14:24:24 (-0500) [Re: About denormalization and keep consistent]: On Fri, Apr 9, 2010 at 2:22 PM, faust faust...@gmail.com wrote: Author changes their profile document. Something

Re: About denormalization and keep consistent

2010-04-08 Thread Andrew Melo
? Thanks. -- -- Andrew Melo

Re: About denormalization and keep consistent

2010-04-08 Thread Andrew Melo
and the actual change occurs. Then, you're gonna get a conflict and have to write up the logic to handle that intelligently. best, Andrew 2010/4/8 Andrew Melo andrew.m...@gmail.com: On Thu, Apr 8, 2010 at 12:29 PM, faust faust...@gmail.com wrote: I can catch changes in my app before save author, may

Re: URL transformation within CouchDB?

2010-04-07 Thread Andrew Melo
as far as I can tell. Any ideas?  I know about reverse proxys, etc, just would like to avoid additional layers here. Thanks -- -- Andrew Melo

Re: storing objects with function attributes

2010-04-04 Thread Andrew Melo
the func value to a string, everything's cool. Can I store function attributes in CouchDB? What do you want the attributes to do? Thanks, Todd -- -- Andrew Melo

Re: Is it necessarily encode attachments in base64?

2010-03-31 Thread Andrew Melo
On Wed, Mar 31, 2010 at 11:59 AM, faust faust...@gmail.com wrote: any one know about? Not if you use the standalone attachment API. There is a nice page about it in the documentation. -- -- Andrew Melo

Re: Validate uniqueness field

2010-03-30 Thread Andrew Melo
implement it by using it as a docid, like { _id : user:unique,   ... } Chris -- -- Andrew Melo

Re: Validate uniqueness field

2010-03-30 Thread Andrew Melo
was just thinking, and someone else can correct me if I'm wrong, but you may be able to do ['email','username'] as the _id. -Melo 2010/3/30 Andrew Melo andrew.m...@gmail.com: On Tue, Mar 30, 2010 at 9:13 AM, faust faust...@gmail.com wrote: It's very frightful for me implement uniqueness

Re: test suites failing on 0.11.0b921503

2010-03-11 Thread Andrew Melo
Apache CouchDB 0.11.0b921503 (LogLevel=info) is starting. Apache CouchDB has started. Time to relax. Though someone on the list said it is a harmless error. I'm running RHEL5.1 x86_64.  I believe all of my libraries are up to spec. -- -- Andrew Melo

Re: test suites failing on 0.11.0b921503

2010-03-11 Thread Andrew Melo
wasted your time.  It's not in the standard place /js/ or /usr/local/lib64 though, could be part of the problem.  Maybe its hard coded somewhere in couch or the default is still being used? -- -- Andrew Melo

Re: test suites failing on 0.11.0b921503

2010-03-11 Thread Andrew Melo
don't know offhand). You might've hit a bitness problem somewhere. -- -- Andrew Melo

Re: RHEL5.1

2010-03-10 Thread Andrew Melo
ucol_strcollIter_4_2 which is part of ICU.  Yes, it turns out CentOS's repositories did no better at getting the right version of icu (4.2.1) installed though I'm glad to be using it over RHN.  I don't even know what question to ask next... -- -- Andrew Melo

Re: static binary

2010-03-06 Thread Andrew Melo
, at 07:46, km wrote: Hi all, Is it possible to make a static binary of the couchdb (upcoming release 0.11) ? so that i can distribute it on other systems which donot have all the dependencies ? any ideas ? thanks regards, Krishna -- -- Andrew Melo

Re: Websocket-Server?

2010-02-23 Thread Andrew Melo
/] ) to translate ws to http and back. It would be great if couch could handle ws all by itself. cheers, tobi -- -- Andrew Melo

Re: Windows installer 0.10.1

2010-02-17 Thread Andrew Melo
to perform the installation itself is Windows only. Cheers, Mark -- -- Andrew Melo

Re: Website down

2010-02-13 Thread Andrew Melo
://couchdb.apache.org is down.  Anybody else having this issue? -EN -- -- Andrew Melo

Re: FIFO/LIFO accountancy

2010-02-03 Thread Andrew Melo
it then sells? Maybe an RDBMS would be a better fit :-( B. -- Chris Anderson http://jchrisa.net http://couch.io -- -- Andrew Melo

Re: Initial couchdb accounts feedback

2010-01-10 Thread Andrew Melo
is nthr mns readabil -- -- Andrew Melo

Re: AW: Re: AW: Re: {error:bad_request,reason:invalid UTF-8 JSON}

2009-12-09 Thread Andrew Melo
{title:There is Nothing Left to Lose,artist:Foo Fighters} Will work. HTH, Mark -- -- Andrew Melo andrew.m...@gmail.com

Re: Server side scripting

2009-11-23 Thread Andrew Melo
). It might solve your problem. Best Regards, Andrew Melo Thanks for your advice , Regards Sebastien PASTOR -- -- Andrew Melo andrew.m...@gmail.com

Update API

2009-11-08 Thread Andrew Melo
Forgive me everyone, but my google-fu is having trouble finding the documentation for the updates API for the newer version of Couch. Can someone point me in the right direction? Thanks, Melo -- -- Andrew Melo andrew.m...@gmail.com

Re: Update API

2009-11-08 Thread Andrew Melo
for the pointer. I'll try and grok those files. Best regards, Andrew On Sun, Nov 8, 2009 at 12:57 PM, Andrew Melo andrew.m...@gmail.com wrote: Forgive me everyone, but my google-fu is having trouble finding the documentation for the updates API for the newer version of Couch. Can someone

Re: Update API

2009-11-08 Thread Andrew Melo
/How_to_intercept_document_updates_and_perform_additional_server-side_processing but I would trust the test suite more :) Dave On Sun, Nov 8, 2009 at 1:24 PM, Andrew Melo andrew.m...@gmail.com wrote: On Sun, Nov 8, 2009 at 12:18 PM, Paul Davis paul.joseph.da...@gmail.com wrote: Andrew, Don't forget

Re: String and Number

2009-10-29 Thread Andrew Melo
On Thu, Oct 29, 2009 at 12:11 PM, Duy Nguyen duynguyen0...@yahoo.com wrote: Hi Does CouchDB treat string and number differently ? What do you mean? Strings and numbers are different in JSON, if that's what you mean. -Andrew

Re: Reserved words

2009-10-29 Thread Andrew Melo
On Thu, Oct 29, 2009 at 4:13 PM, Chris Stockton chrisstockto...@gmail.com wrote: We intend on possibly naming document properties #_* would this cause future conflicts? Any recommendation for a private prefix for property names within documents? Documents may contain properties that belong to

Re: massive replication?

2009-10-23 Thread Andrew Melo
On Fri, Oct 23, 2009 at 2:22 PM, Miles Fidelman mfidel...@meetinghouse.net wrote: A couple of the recent CouchDB powerpoint presentations illustrate replication across massive numbers of database instances.  Does that represent anything remotely possible, for real? We have an application that

Attachments and conflicts

2009-10-22 Thread Andrew Melo
? Will logA get removed? best regards, Andrew -- Andrew Melo andrew.m...@gmail.com

Re: couch behavior for san snapshots

2009-10-22 Thread Andrew Melo
Might have to do with some interaction on how they cache things. But I'm not an expert by any means. -- Andrew Melo andrew.m...@gmail.com On Thu, Oct 22, 2009 at 10:38 AM, Alex P apede...@kolosy.com wrote: Paul - yes, that's how it was installed. We've read about issues surrounding this type

Re: MIME dump/load and implications

2009-08-07 Thread Andrew Melo
Below Andrew Melo Sent from my secret fortress. On Aug 7, 2009, at 7:16, Brian Candler b.cand...@pobox.com wrote: However it can also have attachments, which are binary clean and each have their own MIME type. Do couch attachments have to be binary clean? Like 7bit clean?

Re: Startup error

2009-06-26 Thread Andrew Melo
about getting it fixed in the libraries. thanks for your help, Andrwe -- Andrew Melo andrew.m...@gmail.com On Thu, Jun 25, 2009 at 5:55 PM, Noah Slaternsla...@apache.org wrote: On Thu, Jun 25, 2009 at 05:52:22PM -0500, Andrew Melo wrote: This may not be the best forum for this, but how can you

Re: Startup error

2009-06-25 Thread Andrew Melo
On Thu, Jun 25, 2009 at 4:25 PM, Noah Slaternsla...@apache.org wrote: Hey, Sorry for not addressing your problems more directly. Over the last few years I have found that 90% of all problems reported can be fixed by advising people to build a new version of CouchDB from SVN, and maybe

Re: Startup error

2009-06-25 Thread Andrew Melo
Noah, Over the last few years I have found that 90% of all problems reported can be fixed by advising people to build a new version of CouchDB from SVN, and maybe compiling the most recent version of Erlang in 32 bit. This may not be the best forum for this, but how can you force erlang to

[Bug 269489] Re: Missing window decoration

2009-04-26 Thread Andrew Melo
I am not the original poseter, but I get the same error and the same glitch (no decorators, gnome-terminal windows don't render) dell latitude c610, ati radeon m6 ly with 16mb of ram running at 1400x1050x16 (there's not enough vram to run at 32 bit (dumb)) compiz log: am...@amelo2-laptop:~$

[Bug 269489] Re: Missing window decoration

2009-04-26 Thread Andrew Melo
lspci ** Attachment added: lspci http://launchpadlibrarian.net/26016636/lspci.txt -- Missing window decoration https://bugs.launchpad.net/bugs/269489 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 269489] Re: Missing window decoration

2009-04-26 Thread Andrew Melo
xsession ** Attachment added: xsession.errors http://launchpadlibrarian.net/26016649/.xsession-errors -- Missing window decoration https://bugs.launchpad.net/bugs/269489 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 269489] Re: Missing window decoration

2009-04-26 Thread Andrew Melo
I am not the original poseter, but I get the same error and the same glitch (no decorators, gnome-terminal windows don't render) dell latitude c610, ati radeon m6 ly with 16mb of ram running at 1400x1050x16 (there's not enough vram to run at 32 bit (dumb)) compiz log: am...@amelo2-laptop:~$

[Bug 269489] Re: Missing window decoration

2009-04-26 Thread Andrew Melo
lspci ** Attachment added: lspci http://launchpadlibrarian.net/26016636/lspci.txt -- Missing window decoration https://bugs.launchpad.net/bugs/269489 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 269489] Re: Missing window decoration

2009-04-26 Thread Andrew Melo
xsession ** Attachment added: xsession.errors http://launchpadlibrarian.net/26016649/.xsession-errors -- Missing window decoration https://bugs.launchpad.net/bugs/269489 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 342048] [NEW] upgrade prompts for a password without any context

2009-03-12 Thread Andrew Melo
Public bug reported: Binary package hint: mythexport When upgrading mythexport from the trunk, it asks for a password during the process without saying what it's for or which password it needs. ** Affects: mythexport (Ubuntu) Importance: Undecided Status: New -- upgrade prompts

[Bug 342048] [NEW] upgrade prompts for a password without any context

2009-03-12 Thread Andrew Melo
Public bug reported: Binary package hint: mythexport When upgrading mythexport from the trunk, it asks for a password during the process without saying what it's for or which password it needs. ** Affects: mythexport (Ubuntu) Importance: Undecided Status: New -- upgrade prompts

[Bug 325614] [NEW] package mythcontrols None [modified: /var/lib/dpkg/info/mythcontrols.list] failed to install/upgrade: trying to overwrite `/usr/share/mythtv/themes/default-wide/controls-ui.xml', wh

2009-02-04 Thread Andrew Melo
Public bug reported: Binary package hint: mythplugins apport complained about this one. ProblemType: Package Architecture: i386 Dependencies: DistroRelease: Ubuntu 9.04 ErrorMessage: trying to overwrite `/usr/share/mythtv/themes/default-wide/controls-ui.xml', which is also in package

[Bug 325614] Re: package mythcontrols None [modified: /var/lib/dpkg/info/mythcontrols.list] failed to install/upgrade: trying to overwrite `/usr/share/mythtv/themes/default-wide/controls-ui.xml', whic

2009-02-04 Thread Andrew Melo
** Attachment added: DpkgTerminalLog.gz http://launchpadlibrarian.net/22005433/DpkgTerminalLog.gz -- package mythcontrols None [modified: /var/lib/dpkg/info/mythcontrols.list] failed to install/upgrade: trying to overwrite `/usr/share/mythtv/themes/default-wide/controls-ui.xml', which is

[Bug 325614] [NEW] package mythcontrols None [modified: /var/lib/dpkg/info/mythcontrols.list] failed to install/upgrade: trying to overwrite `/usr/share/mythtv/themes/default-wide/controls-ui.xml', wh

2009-02-04 Thread Andrew Melo
Public bug reported: Binary package hint: mythplugins apport complained about this one. ProblemType: Package Architecture: i386 Dependencies: DistroRelease: Ubuntu 9.04 ErrorMessage: trying to overwrite `/usr/share/mythtv/themes/default-wide/controls-ui.xml', which is also in package

[Bug 325614] Re: package mythcontrols None [modified: /var/lib/dpkg/info/mythcontrols.list] failed to install/upgrade: trying to overwrite `/usr/share/mythtv/themes/default-wide/controls-ui.xml', whic

2009-02-04 Thread Andrew Melo
** Attachment added: DpkgTerminalLog.gz http://launchpadlibrarian.net/22005433/DpkgTerminalLog.gz -- package mythcontrols None [modified: /var/lib/dpkg/info/mythcontrols.list] failed to install/upgrade: trying to overwrite `/usr/share/mythtv/themes/default-wide/controls-ui.xml', which is

[Bug 216699] Re: Browser hangs intermittently waiting for resources to download

2009-01-20 Thread Andrew Melo
Bug is still present in 9.04 alpha 3. -- Browser hangs intermittently waiting for resources to download https://bugs.launchpad.net/bugs/216699 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 319278] [NEW] Plugin Finder reports success even when it fails

2009-01-20 Thread Andrew Melo
Public bug reported: Binary package hint: mozilla-firefox Using the alpha3 liveCD, the pluginfinder reports success when it fails to install. On the stock install, when visiting a page with flash, the plugin finder suggests you add the multiverse repository. Hitting 'ok' brings up an error

[Bug 238961] Re: aironet card doesn't restart after suspend/resume

2009-01-19 Thread Andrew Melo
Is there anything else I can post to help this bug out? I'm on the 9.04 alpha 3 livecd and the problem is still there. Thanks! -- aironet card doesn't restart after suspend/resume https://bugs.launchpad.net/bugs/238961 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 199140] Re: Network manager shows and connects to virtual interfaces

2008-12-22 Thread Andrew Melo
I have the same bug when trying to use hamachi. The hamachi client assigns a static IP, but networkmanager tries to run dhclient on the address which fails. The underlying interface is a tun device which gets a new mac address each time, so saving settings to tell NM to ignore it don't work.

[Bug 150519] Re: radeon driver can not do xv with AIGLX enabled

2008-12-11 Thread Andrew Melo
Bryce, sorry for the delay, I still get green where the XV overlay should be with the following device section: Section Device Identifier Configured Video Device Driver radeon # Option VideoKey 0x01 # Option GartSize 128 Option AGPSize 64 Option AGPMode 2 # Option

[Bug 150519] Re: radeon driver can not do xv with AIGLX enabled

2008-12-11 Thread Andrew Melo
sorry for the multiple posts, but stripping the device section to just the accelmethod line doesn't work. -- radeon driver can not do xv with AIGLX enabled https://bugs.launchpad.net/bugs/150519 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 238961] Re: aironet card doesn't restart after suspend/resume

2008-10-06 Thread Andrew Melo
dmesg There's a lot of cruft at the beginning, the sleep/resume is towards the end. ** Attachment added: dmesg.log http://launchpadlibrarian.net/18268140/dmesg.log -- aironet card doesn't restart after suspend/resume https://bugs.launchpad.net/bugs/238961 You received this bug notification

[Bug 238961] Re: aironet card doesn't restart after suspend/resume

2008-10-06 Thread Andrew Melo
lspci. Thanks for taking a look. ** Attachment added: lspci-vvnn.log http://launchpadlibrarian.net/18268157/lspci-vvnn.log -- aironet card doesn't restart after suspend/resume https://bugs.launchpad.net/bugs/238961 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 238961] Re: aironet card doesn't restart after suspend/resume

2008-10-06 Thread Andrew Melo
version.log ** Attachment added: version.log http://launchpadlibrarian.net/18268128/version.log -- aironet card doesn't restart after suspend/resume https://bugs.launchpad.net/bugs/238961 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 270742] Re: [regression] NM reports ssid of (none) with 0 signal strength

2008-09-16 Thread Andrew Melo
log of NM ** Attachment added: incorrect_roaming.txt http://launchpadlibrarian.net/17660213/incorrect_roaming.txt -- [regression] NM reports ssid of (none) with 0 signal strength https://bugs.launchpad.net/bugs/270742 You received this bug notification because you are a member of Ubuntu

[Bug 270742] [NEW] [regression] NM reports ssid of (none) with 0 signal strength

2008-09-15 Thread Andrew Melo
Public bug reported: Binary package hint: network-manager On a cisco aironet 350, after updating to Intrepid, SSIDs show up in the drop-down menu, but when connected, the signal-strength bar is at 0% and all notifications for the applet say Wireless network connection to '(none)' This is a

[Bug 270744] [NEW] GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

2008-09-15 Thread Andrew Melo
Public bug reported: Binary package hint: network-manager When starting NM, the following is spammed to the console. GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed [EMAIL PROTECTED]:~$ dpkg --list | grep network | grep manager ii network-manager

[Bug 238961] Re: aironet card doesn't restart after suspend/resume

2008-09-15 Thread Andrew Melo
** Also affects: network-manager-applet (Ubuntu) Importance: Undecided Status: New ** Also affects: network-manager (Ubuntu) Importance: Undecided Status: New -- aironet card doesn't restart after suspend/resume https://bugs.launchpad.net/bugs/238961 You received this bug

[Bug 189398] Re: Cisco Aironet stopped working in Hardy

2008-09-07 Thread Andrew Melo
with: Linux amelo-laptop 2.6.27-2-generic #1 SMP Thu Aug 28 17:20:02 UTC 2008 i686 GNU/Linux I don't get the hang on boot, I merely get the suspend/restart bug now. thanks! -- Cisco Aironet stopped working in Hardy https://bugs.launchpad.net/bugs/189398 You received this bug notification

[Bug 238961] Re: aironet card doesn't restart after suspend/resume

2008-09-07 Thread Andrew Melo
This behavior is still exhibited by: Linux amelo-laptop 2.6.27-2-generic #1 SMP Thu Aug 28 17:20:02 UTC 2008 i686 GNU/Linux ** Tags added: linux-2.6.27 -- aironet card doesn't restart after suspend/resume https://bugs.launchpad.net/bugs/238961 You received this bug notification because you

[Bug 189398] Re: Cisco Aironet stopped working in Hardy

2008-09-07 Thread Andrew Melo
the bug is 238961, btw -- Cisco Aironet stopped working in Hardy https://bugs.launchpad.net/bugs/189398 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

[Bug 248438] Re: M6 LY is corrupt/crashes after suspend/resume, need AGPMode 2

2008-09-05 Thread Andrew Melo
I'm going to upgrade to intreped tonight. Do you still need the backtraces if the server works okay? Do you want me to test with AGPMode=4 again? -- M6 LY is corrupt/crashes after suspend/resume, need AGPMode 2 https://bugs.launchpad.net/bugs/248438 You received this bug notification because you

[Bug 217901] Re: [Hardy] [Wireless]Aironet 350 should have WPA Encryption

2008-08-19 Thread Andrew Melo
I am having the same issue, even though I get the line in my syslog when hotplugging the card (airo): WPA is supported -- [Hardy] [Wireless]Aironet 350 should have WPA Encryption https://bugs.launchpad.net/bugs/217901 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 150519] Re: radeon driver can not do xv with AIGLX enabled

2008-08-15 Thread Andrew Melo
@Brian: Is there a PPA or otherwise I can get the latest driver? My laptop doesn't have a CD drive so LiveCDs aren't options. Thanks. -- radeon driver can not do xv with AIGLX enabled https://bugs.launchpad.net/bugs/150519 You received this bug notification because you are a member of Ubuntu

[Bug 248438] Re: M6 LY is corrupt/crashes after suspend/resume

2008-08-12 Thread Andrew Melo
Tormod: AGPMode 2 makes it work fine. It worked in the past though, so I think this is a regression. -- M6 LY is corrupt/crashes after suspend/resume https://bugs.launchpad.net/bugs/248438 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 239193] Re: Firefox closes randomly when loading web pages, possible java or flash problem?!?

2008-08-05 Thread Andrew Melo
I am also having the same problem. Is this crash reproducible? If so, which are the steps that lead to it? One of the rotating banner ads on http://fark.com or http://img.4chan.org/b/ causes it, but I'm not sure which one. Just reloading a few times causes the problem Which flash package do

[Bug 253819] Re: Flash consistently causes either a hard lock or a segfault

2008-07-31 Thread Andrew Melo
** Attachment added: bt.txt http://launchpadlibrarian.net/16462652/bt.txt -- Flash consistently causes either a hard lock or a segfault https://bugs.launchpad.net/bugs/253819 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 253819] [NEW] Flash consistently causes either a hard lock or a segfault

2008-07-31 Thread Andrew Melo
Public bug reported: Binary package hint: firefox I don't know if this is more appropriate to post here, but browsing with either flash 9 or flash 10 causes firefox to occasionally either vanish with a segfault or lock hard. I have attached a debug log/backtrace to help diagnose. On a related

[Bug 253819] Re: Flash consistently causes either a hard lock or a segfault

2008-07-31 Thread Andrew Melo
Another BT from firefox locking hard ** Attachment added: bt2.txt http://launchpadlibrarian.net/16463671/bt2.txt -- Flash consistently causes either a hard lock or a segfault https://bugs.launchpad.net/bugs/253819 You received this bug notification because you are a member of Ubuntu Bugs,

<    1   2   3   4   >