RE: be2net failed to initialize regression

2013-03-11 Thread Perla, Sathya
-Original Message- From: Gavin Shan [mailto:sha...@linux.vnet.ibm.com] Could you give me the FW version (ethtool -i) of the adapter (after be2net successfully probes in a 3.7 kernel.) firmware-version: 2.104.281.0 If the FW version is as old as 2.x, then the culprit commit

RE: be2net failed to initialize regression

2013-03-08 Thread Perla, Sathya
> -Original Message- > From: netdev-ow...@vger.kernel.org [mailto:netdev-ow...@vger.kernel.org] > On Behalf Of CAI Qian > > Emulex CNA card failed to initialize using 3.8 and the latest upstream kernel, > > [ 87.479859] be2net :04:00.0: POST timeout; stage=0xc911 > [ 87.515978]

RE: be2net failed to initialize regression

2013-03-08 Thread Perla, Sathya
-Original Message- From: netdev-ow...@vger.kernel.org [mailto:netdev-ow...@vger.kernel.org] On Behalf Of CAI Qian Emulex CNA card failed to initialize using 3.8 and the latest upstream kernel, [ 87.479859] be2net :04:00.0: POST timeout; stage=0xc911 [ 87.515978] be2net

Re: [rt-users] request

2013-01-07 Thread Jourdan Perla
) on the wiki. http://requesttracker.wikia.com/wiki/InstallationGuides With all the different setups out there, there is no one true a-z install guide that will work for everybody. Just read a few and try it out. Jourdan Perla University of California, Davis From

[Soc-coordination] Prestito Antiusura riservato per i non bancabili

2012-07-25 Thread Perla
Prestito antiusura per privati e aziende Per informazioni clicca qui Unsubscribe ___ Soc-coordination mailing list Soc-coordination@lists.alioth.debian.org

Prestito Antiusura riservato per i non bancabili

2012-07-25 Thread Perla
Prestito antiusura per privati e aziende Per informazioni clicca qui Unsubscribe ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org

[Rails] Re: Activeresource locking

2012-06-29 Thread narayana perla
Thanks alot for the pointer :) -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send email

[Rails] Prob with updating a record with Activeresource object

2012-06-29 Thread narayana perla
Hi, I am updating a record using activeresource object. I get an error cant mass assign protected attributes id, created_at , updated_at. This is because i read a record, modify some values and then update the entry using object.save( which also updates id, created_at etc). To remove this error i

[Rails] Activeresource locking

2012-06-28 Thread narayana perla
Hi, I have a scenario where a row in a DB can be updated by multiple activeresource clients. Is there a way to lock a row in activeresource ? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To

[Open #997] opposition towards Facebooks proposed new data use policy

2012-06-04 Thread Perla
FYI http://www.our-policy.org/ http://www.europe-v-facebook.org/EN/en.html http://www.corriere.it/scienze_e_tecnologie/12_giugno_04/facebook-900-milioni-voto-severgnini_d5342570-ae06-11e1-bd42-307990543816.shtml ___ Open mailing list

[Rails] Is there a ftp crawler in ruby on rails?

2012-06-01 Thread narayana perla
Hi, I'm a newbie to ROR. I wanted to write some code which can help me to list and then index all the paths on a remote server. Is there a ftp server crawler in ruby? Thanks, Narayana -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the

[Rails] Re: Is there a ftp crawler in ruby on rails?

2012-06-01 Thread narayana perla
Hi Everaldo, Thanks for the info. Im trying to make a database of (Name(can be an ID or filename), Path) of certain directories on several paths residing on remote servers. Thanks, Narayana. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to

Re: [rt-users] Lookup of Requestor Custom Field

2012-04-26 Thread Jourdan Perla
That did it. Thanks! From: Ruslan Zakirov [mailto:ruslan.zaki...@gmail.com] Sent: Tuesday, April 24, 2012 10:23 PM To: Jourdan Perla Cc: rt-users@lists.bestpractical.com Subject: Re: [rt-users] Lookup of Requestor Custom Field You need FirstCustomFieldValue method instead of _Value. Ruslan

[rt-users] Lookup of Requestor Custom Field

2012-04-24 Thread Jourdan Perla
-error( $newowner ); #set the owner my ($status, $msg) = $self-TicketObj-SetOwner( $newowner ); unless( $status ) { $RT::Logger-error( Impossible to assign the ticket to $newowner: $msg ); return undef; } return 1; - Jourdan Perla BFTV Admin Group (BAE/FST/TEX/VEN) University of California

Re: [rt-users] rt-mailgate 302 Error. No, not Plack.

2012-03-15 Thread Jourdan Perla
...@lists.bestpractical.com] On Behalf Of Kevin Falcone Sent: Wednesday, March 14, 2012 4:49 PM To: rt-users@lists.bestpractical.com Subject: Re: [rt-users] rt-mailgate 302 Error. No, not Plack. On Wed, Mar 14, 2012 at 09:43:47PM +, Jourdan Perla wrote: An Error Occurred = 302 Found

[rt-users] FW: rt-mailgate 302 Error. No, not Plack.

2012-03-15 Thread Jourdan Perla
Missed a Location in /etc/request-tracker3.8/apache2-modperl2.conf Location /rt/REST/1.0/NoAuth Order Allow,Deny Allow from rt.myserver.com /Location Did the trick. -Jourdan -Original Message- From: Jourdan Perla Sent: Thursday, March 15, 2012 10:44 AM To: rt-users

Re: [rt-users] rt-mailgate 302 Error. No, not Plack.

2012-03-14 Thread Jourdan Perla
alert emergency Set($LogToSyslog, 'info'); Set($LogToScreen, 'warning'); # log to /var/log/rt3.log Set($LogToFile, 'debug'); Set($LogDir, '/var/log'); Set($LogToFileNamed , rt3.log); On Fri, Feb 24, 2012 at 10:24:52PM +, Jourdan Perla wrote: Fixed it. I was missing an Auth exclusion for the /REST

[rt-users] rt-mailgate 302 Error. No, not Plack.

2012-02-24 Thread Jourdan Perla
Install of RT3.8 on Ubuntu 10.4 LTS. I'm getting that pesky 302 Found error as I'm trying to push mail into my queues using rt-mailqueue. I've done the usual Googling and wiki hunts, and I've run out of options. - Aliases are working fine, it's a rt-mailgate error. - Plack is up to date

Re: [pypy-dev] numpypy / scipypy additions

2012-01-21 Thread Joseph Perla
Yes, it looks like reshape is there. I was wondering if I should submit patches to this list with the other methods, or if there is a different process for that. Yes, I remember reading that post. It makes sense, but having a few (or more) methods directly available in python run under PyPy

[pypy-dev] pypy dev

2012-01-20 Thread Joseph Perla
I'd like to develop to improve numpypy/scipypy j ___ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev

[pypy-dev] numpypy / scipypy additions

2012-01-20 Thread Joseph Perla
Hello everyone, I want to add functions to numpypy and also start making scipypy useful to scientists. How do I commit my code? First, a little bit about myself: I have been following PyPy's development for 5 years. I met Armin Rigo and other PyPy devs at EuroPython 2011 in Florence this past

Re: [pypy-dev] numpypy / scipypy additions

2012-01-20 Thread Joseph Perla
I should add that I'm looking into the possibility of writing a Fortran - RPython compiler in order to mechanically port many of the rest of the functions scipy and get them into the JIT. j On Fri, Jan 20, 2012 at 7:16 AM, Joseph Perla josephjavierpe...@gmail.comwrote: Hello everyone, I

[Desktop-packages] [Bug 315555] Re: (NVidia) Hardware Drivers is empty

2011-11-21 Thread Perla
on ubuntu 10.04 this works for me: sudo apt-get install nvidia-common thanks -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to jockey in Ubuntu. https://bugs.launchpad.net/bugs/31 Title: (NVidia) Hardware Drivers is empty Status in

[Bug 315555] Re: (NVidia) Hardware Drivers is empty

2011-11-21 Thread Perla
on ubuntu 10.04 this works for me: sudo apt-get install nvidia-common thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/31 Title: (NVidia) Hardware Drivers is empty To manage notifications

[Desktop-packages] [Bug 421572] Re: Video calls with GTalk WEB client (gmail chat) users don't work

2011-11-03 Thread Perla
Hello. I cannot use video chat with gtalk, I've tried several browers (firefox 7.0.1, epiphany Browser web 2.30.2 and chromium 15.0.874.106 Build 107270 Linux) and Empathy 2.30.3 on ubuntu 10.04. When I start video chat, the browser crashes (epiphany and chromium) or freezes (firefox), empathy

[Desktop-packages] [Bug 421572] Re: Video calls with GTalk WEB client (gmail chat) users don't work

2011-11-03 Thread Perla
I've forgotten: sometimes they have problem (freeze, crash) immediately, sometimes they have problem only when I accept the video chat. It's seems to be a random behaviour. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to empathy in

[Bug 421572] Re: Video calls with GTalk WEB client (gmail chat) users don't work

2011-11-03 Thread Perla
Hello. I cannot use video chat with gtalk, I've tried several browers (firefox 7.0.1, epiphany Browser web 2.30.2 and chromium 15.0.874.106 Build 107270 Linux) and Empathy 2.30.3 on ubuntu 10.04. When I start video chat, the browser crashes (epiphany and chromium) or freezes (firefox), empathy

[Bug 421572] Re: Video calls with GTalk WEB client (gmail chat) users don't work

2011-11-03 Thread Perla
I've forgotten: sometimes they have problem (freeze, crash) immediately, sometimes they have problem only when I accept the video chat. It's seems to be a random behaviour. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in

[Bug 421572] Re: Video calls with GTalk WEB client (gmail chat) users don't work

2011-11-03 Thread Perla
Hello. I cannot use video chat with gtalk, I've tried several browers (firefox 7.0.1, epiphany Browser web 2.30.2 and chromium 15.0.874.106 Build 107270 Linux) and Empathy 2.30.3 on ubuntu 10.04. When I start video chat, the browser crashes (epiphany and chromium) or freezes (firefox), empathy

[Bug 421572] Re: Video calls with GTalk WEB client (gmail chat) users don't work

2011-11-03 Thread Perla
I've forgotten: sometimes they have problem (freeze, crash) immediately, sometimes they have problem only when I accept the video chat. It's seems to be a random behaviour. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [un/loquer] manoseando la pagina

2011-10-22 Thread Perla Líquida
súper! El 21 de octubre de 2011 13:46, brolin . brolin...@gmail.com escribió: Ey juan que bien, muchas gracias! No aguanta poner un link de tienda? para vender las camisetas o los drawdios ... uf :D -- b 2011/10/21 kalashnikov kalashni...@otrabanda.org hola agregue nuevos links

Re: [un/loquer] (sin asunto)

2011-10-03 Thread Perla Líquida
uau! 2011/10/2 email.r...@gmail.com email.r...@gmail.com EEhh!!! :-D On Thu, Sep 29, 2011 at 11:29 AM, Federico Lopez jardincosm...@gmail.comwrote: ufff amigos que felicidad ver esto! :D On Thu, Sep 29, 2011 at 9:16 AM, brolin . brolin...@gmail.com wrote:

Re: [un/loquer] Invitación a Cali

2011-09-11 Thread Perla Líquida
brolin, al fin 'q sería lo q mostraríamos en Cali? sería bacano llevar algo bonito, preparado :$ 2011/9/8 Perla Líquida perlaliqu...@gmail.com … uf, qué bueno! El 27 de agosto de 2011 09:19, brolin . brolin...@gmail.com escribió: Ey Dani, muchas gracias por la invitación, inicialmente creo

Re: [un/loquer] Invitación a Cali

2011-09-08 Thread Perla Líquida
… uf, qué bueno! El 27 de agosto de 2011 09:19, brolin . brolin...@gmail.com escribió: Ey Dani, muchas gracias por la invitación, inicialmente creo que si vamos. Pero igual tenemos que discutirlo, danos hasta el martes para confirmarte definitivamente después que discutirlo por acá.

[un/loquer] para Kalashnikov

2011-07-30 Thread Perla Líquida
… tu bautizo, ven y reclama tu regalo. mj erre ziruma con rafa ___ unloquer mailing list unloquer@lists.aktivix.org https://lists.aktivix.org/mailman/listinfo/unloquer

Re: [un/loquer] laloli [la loma libre] hoy

2011-07-16 Thread Perla Líquida
me encanta laloli mucha suerte, mj El 16 de julio de 2011 09:26, kalashnikov kalashni...@otrabanda.orgescribió: hoy a las 11 en la estacion san javier para subir a la loma ___ unloquer mailing list unloquer@lists.aktivix.org

Re: [un/loquer] reunión con c3p

2011-06-09 Thread Perla Líquida
Muchísima suerte. Nos cuentan mj El 9 de junio de 2011 14:08, elmago...@gmail.com escribió: Juan, yo quiero estar pero no puedo... En que andan? Ya logre hablar con el señor del material... Tendremos mesas !! qué bueno! El 9/06/2011, a las 0:14, kalashnikov kalashni...@otrabanda.org

Re: [un/loquer] 3. Invitacion Video proyecciones By Vincent Moon (Perla L?quida)

2011-05-31 Thread Perla Líquida
delicioso! :) mj El 30 de mayo de 2011 15:44, Paula Vélez pvele...@gmail.com escribió: maria josé, yo puedo subirlo a la finca pues se está quedando en mi casa. paula 3. Invitacion Video proyecciones By Vincent Moon (Perla L?quida

[pgsql-es-ayuda] exportar datos de un archivo con datos en las filas

2011-05-29 Thread Perla
, Perla. - Enviado a la lista de correo pgsql-es-ayuda (pgsql-es-ayuda@postgresql.org) Para cambiar tu suscripción: http://www.postgresql.org/mailpref/pgsql-es-ayuda

[pgsql-es-ayuda] importar datos de un archivo xlm

2011-05-29 Thread Perla
Estimados: necesito importar datos de un archivo xml a Postgresql, alguien puede ayudarme ? solo necesito importar los datos de algunos campos, no todos, El archivo es de este tipo: EventID4634/EventID Version0/Version Level0/Level Task12545/Task Opcode0/Opcode

Re: [un/loquer] idea de socializar sobre lsl

2011-05-05 Thread Perla Líquida
uy, y me la perdí. Un rayo quemó el router en la finca y me quedé con las ganas de verlo, nos contás dónde van a quedar colgadas las cosas. beso pa tdos, mj ___ unloquer mailing list unloquer@lists.aktivix.org

Re: [un/loquer] mesas

2011-04-24 Thread Perla Líquida
El 23 de abril de 2011 17:20, kalashnikov kalashni...@otrabanda.orgescribió: apenas para la maquina del tiempo de perla :) eso le escribí a Elena, porque me dio como pena en este asunto de mesas, escribir que perfecto para la perla. Gracias, k, mj 2011/4/22 Elena M Gomez elmago

Re: [un/loquer] idea de socializar sobre lsl

2011-04-23 Thread Perla Líquida
Donde Fede me parece deli. +1 (en todo caso, pa donde sea. Ofrezco también Ziruma, mi finca, para ahora o después) :* pa cada uno. mj El 22 de abril de 2011 00:24, kalashnikov kalashni...@otrabanda.orgescribió: mejor en el camino peatonal del rio a la altura de la minorista de una vez hacemos

Re: [android-developers] Re: (File export) What's going on with my code?[NEED HELP]

2011-04-04 Thread Perla Benitez
Help El abr 3, 2011 10:01 p.m., Alaeddine Ghribi alaeddineghr...@gmail.com escribió: To be honest, i don't know how to step through the code until i get the exception :\! F5 in the debugger? But as you said, i have an other option that consists to put a break point un the catch line! I'll report

Re: [android-developers] Re: Dev Console profile edit page??

2011-04-01 Thread Perla
Justin Anderson magouyaw...@gmail.com escribió: And now... not 30 seconds after I post this... it is working again. Sorry for the false scare! Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Fri, Apr 1, 2011 at 1:01 AM, MagouyaWare

Re: [android-developers] Inflate alloc a new View or reuse it

2011-04-01 Thread Perla
Tjamla pedr0 pulsarpie...@gmail.com escribió: Hi, I am a little bit confused about this piece of code : for(int i = 0; i poi.getCommenti().size();i++){ item = poi.getCommenti().get(i); commento = li.inflate(R.layout.commento, null);

Re: [android-developers] Regarding Size Of Tab Tiltle...

2011-04-01 Thread Perla
Gracias Fredrik Hyttnäs-Lenngren fredd...@gmail.com escribió: Hi Yogi, Create an xml for your tab: - # LinearLayout xmlns:android=* http://schemas.android.com/apk/res/android*; android:id=*@+id/tabsLayout*android:layout_width =*fill_parent* android:layout_height=*fill_parent*

[Libreoffice] EPS Export with text for LaTex and PSFrag

2011-03-21 Thread Jesse Perla
Does anyone know how to get LibreOffice Draw to export EPS without text rendered as curves? This is necessary to use these diagrams in LaTex with PSFrag for example. I can't figure out the changes to the configuration files (or in the latest OpenOffice for that matter as the config files seem to

[un/loquer] 10 años con los pies en la tierra

2010-12-06 Thread Perla Líquida
va a estar lindo y es por las víctimas de minas antipersonal. los 10 años de la Campaña Colombiana Contra Minas (CCCM) un abrazo de esta embolatada, http://www.youtube.com/watch?v=NQQVWnI_CW0 mj ___ unloquer mailing list unloquer@lists.aktivix.org

Re: [un/loquer] espacio adicional

2010-12-06 Thread Perla Líquida
Lo que dice Paula es absolutamente verdad. Heredar ese espacio... uf! Subterrakeo + mj ___ unloquer mailing list unloquer@lists.aktivix.org https://lists.aktivix.org/mailman/listinfo/unloquer

Bug#402067: Calvary greetings

2010-11-14 Thread Perla Cacciaguerra
Calvary greetings, Dear I know this message may come as a surprise to you, but please open the attachment message in good faith, go through it carefully and get back to me immediately. Remain blessed in His present Sis. Perla Cacciaguerra Beloved in the Lord.docx Description: application

Re: [dev] Carta abierta de oooES para OOo|LibO|Educooo

2010-11-11 Thread Perla Alvarez Britez
Amigos, amigas me sumo a las firmas, por sobre todo como usuaria, Perla Alvarez Britez, perlaalvarezbri...@gmail.com

Re: [un/loquer] Mas unloquers ...

2010-11-10 Thread Perla Líquida
uau! felicitaciones! mj El 10 de noviembre de 2010 16:28, Eliana Beltran leli...@gmail.comescribió: Yo voto porque nos llamemos seis/loquers jaquemate-space! (broma) En hora buena por la nueva dotación, estrenenla pronto! :) e, On Nov 10, 2010, at 3:50 PM, brolin . brolin...@gmail.com

[pgsql-es-ayuda] Execute y Update

2010-10-13 Thread Perla
Buenas! ahora tengo un problema con la sentencia EXECUTE para realizar un UPDATE en una función, la función es la siguiente:   CREATE OR REPLACE FUNCTION crear_cxm() RETURNS VOID AS $$ BEGIN EXECUTE 'update datos set $1=$2*$3' USING cxm,cantidad,monto; END; $$ LANGUAGE plpgsql;   y el

[pgsql-es-ayuda] se puede realizar COMMIT en una función?

2010-10-08 Thread Perla
Hola! hice una función que realiza un UPDATE y quería hacer un COMMIT dentro de la función, pero me da el siguiente error: ERROR:  SPI_execute_plan failed executing query commit: SPI_ERROR_TRANSACTION CONTEXTO:  PL/pgSQL function cambia_clase line 12 at sentencia SQL   La función es algo así:

Re: [un/loquer] fuerza de trabajo arduino y piano

2010-10-05 Thread Perla Líquida
¿en c3p? ___ unloquer mailing list unloquer@lists.aktivix.org https://lists.aktivix.org/mailman/listinfo/unloquer

Re: [un/loquer] fuerza de trabajo arduino y piano

2010-10-05 Thread Perla Líquida
:* 2010/10/5 Eliana Beltran leli...@gmail.com Casa tres patios , maria :) ___ unloquer mailing list unloquer@lists.aktivix.org https://lists.aktivix.org/mailman/listinfo/unloquer

Re: [un/loquer] hoy 28 bailo en el mamm

2010-09-30 Thread Perla Líquida
uau! mil gracias! :) ésa era la idea. La música me la sopló Jorge Uribe (que le encantó), y la arregló Marce Ocampo. Mil gracias! La verdad, quedé con ganas de hacer algo más .. Ethel… ah, qué belleza! ¡qué belleza de exposición!!! ¿la viste??? A mí me dieron como ganas de llorar y con los

Re: [un/loquer] +bios.br[ainstorm]

2010-09-30 Thread Perla Líquida
ah, Brolin y Eliana, qué buen par. ___ unloquer mailing list unloquer@lists.aktivix.org https://lists.aktivix.org/mailman/listinfo/unloquer

[pgsql-es-ayuda] insertar desde archivo un dato date que es vacio

2010-09-29 Thread Perla
Hola! tengo un archivo con campos DATE que no tienen valor y cuando quiero ingresarlo en la tabla me da el siguiente error:    ERROR:  la sintaxis de entrada no es válida para tipo date: «»   si en el campo DATE coloco el valor NULL, me da el siguiente error:    ERROR:  la sintaxis de entrada

Türkiye'nin En Özel Konut Projesi

2010-09-25 Thread Elit Perla Palas
Bu mail içeriğini düzgün görüntüleyemiyorsanız tıklayınız. Mail İstemiyorum / Remove Me

[pau-mikro] 让我和你分享一个秘密...37g

2010-09-16 Thread Perla Gruner
亲爱的家人: 你好,我是张2老c师, z我准备送你一R份珍贵的礼物: 1. 世界第一名9推h销训练大n师汤姆.霍普金斯《如何成为销m售冠军》绝密录音 2. 世界第一人际关系大u师哈维麦凯28000元上海《人J脉=钱脉》课9程录音 3.亚洲成功学L权威陈安之价S值22000元《超级L总裁班》 现场版DVD 4.亚洲创业导x师张辉价7值6800元《网络j秘E密行N销课n程内部精华版》DVD 5.《白手起家-零风s险打造你的赚D钱机器》 电子书 。。2G。一共17份大礼。。V总价q值98000元,你今n生不v应该错5过。。y。。。

Re: [un/loquer] Proyecto Piano ...

2010-09-09 Thread Perla Líquida
Hola. No pongo esto en el piratepad, pues no sé si sí califica. Les cuento que hay un proyecto que empezaré a desarrollar pronto, que es de un calendario que tiene equivalencias entre los días, meses, con notas musicales y colores y una de las imágenes es de un piano pa mostrar las

Re: [un/loquer] Hackmitin 2010 en la ciudad de Oaxaca , México, del 30 de octubre al 1 de noviembre 2010.

2010-08-30 Thread Perla Líquida
Oaxaca! ___ unloquer mailing list unloquer@lists.aktivix.org https://lists.aktivix.org/mailman/listinfo/unloquer

Re: [un/loquer] festivalito hacker.

2010-08-28 Thread Perla Líquida
Ya saben que pa lo que sea, pueden contar conmigo y con la Fundación. Voy a hacer un noticiero (algo así) de cosas buenas y divertidas. un/loquer siempre está. mj El 26 de agosto de 2010 09:43, cristian paul peñaranda rojas p...@kristianpaul.org escribió: On Thu, Aug 26, 2010 at 12:53:09PM

Re: [un/loquer] Fwd: Saludos desde la Casa Tres Patios

2010-08-05 Thread Perla Líquida
2001 space odissey, diría yo, para un asado satelital. mj El día 5 de agosto de 2010 13:14, Elena M Gomez elmago...@gmail.com escribió: me pego.. que peli se propone? El 5 de agosto de 2010 10:51, kalashnikov kalashni...@medellinwireless.net escribió: retomando el asado satelital en casa 3

[Bug 316215] Re: rule to enable use of android's adb

2010-07-15 Thread Perla
@Tero Karvinen: first of all, thank you so much for your answer. -with wm: I can see the device with lsusb ONLY with windows mobile: Bus 002 Device 002: ID 0bb4:0c13 High Tech Computer Corp. so I known the vendor ID and add it in udev rule. Additionally, I can see HTC in computer as HTC Storage:

[Bug 601577] [NEW] package openoffice.org-emailmerge 1:3.1.1-5ubuntu1 failed to install/upgrade:

2010-07-04 Thread Perla Alvarez Britez
Public bug reported: Binary package hint: openoffice.org No entiendo mucho el ingles, pero el problema que tengo es que no me el sistema no me permite actualizar, como solía hacerlo diariamente. Y además algunos funciones de las teclas han dejado de hacerlo, sin saber por qué. Confio en que

[Bug 601577] Re: package openoffice.org-emailmerge 1:3.1.1-5ubuntu1 failed to install/upgrade:

2010-07-04 Thread Perla Alvarez Britez
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/51365592/Dependencies.txt ** Attachment added: VarLogDistupgradeAptlog.gz http://launchpadlibrarian.net/51365593/VarLogDistupgradeAptlog.gz ** Attachment added: VarLogDistupgradeApttermlog.gz

Re: [osol-discuss] Fast Reboot stopped working

2010-06-24 Thread Enrico Perla
Hi, so your problem is on the line: findroot (pool_rpool,4,a) In fact, libgrubmgmt does an explicit check: #define IS_PRTNUM_VALID(x) ((uint_t)(x) FD_NUMPART) to check if the second 'member' of the findroot directive is smaller than FD_NUMPART (which is 4). Your configuration does

Re: [osol-discuss] Fast Reboot stopped working

2010-06-24 Thread Enrico Perla
6963965 was filed to track this issue. -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] Fast Reboot stopped working

2010-06-23 Thread Enrico Perla
Can you paste your menu.lst file? (likely: /rpool/boot/grub/menu.lst) The error comes from libgrubmgmt (in the specific case, grub_get_boot_args()) that fails to recognize a findroot entry inside your menu file. -- This message posted from opensolaris.org

Re: [un/loquer] nómadas

2010-06-17 Thread Perla Líquida
No creo que pueda ir a ayudar pues mi hermano está acá y se va el lunes, entonces quiero aprovechar el tiempo con él. La posibilidad de que guarden cosas, etc. en el espacio en Manila sigue abierta, en caso de que haya cosas que no sean de uso inmediato pero sí prácticas o, incluso, todo el

[CMake] Problems with linking on MinGW?

2010-06-15 Thread Jesse Perla
I am using CMake 2.8.1 on Windows 7. I have MinGW installed with GCC 4.5 I have successfully compiled a library with a MinGW and cmake. The full path to the library is: c:\working\etk_binaries\libetk-mgw45.a However, when I want to link this file into an executable (no need to have the CMake

Re: [CMake] Problems with linking on MinGW?

2010-06-15 Thread Jesse Perla
On Tue, Jun 15, 2010 at 12:01 PM, Hendrik Sattler p...@hendrik-sattler.dewrote: Your library name is NOT libetk-mgw45. Try etk-mgw45 instead and read about library file names. Thanks for your help. Alas, on MSVC10 and Intel11.1 windows, the link_directories and target_link_libraries approach

[Bug 316215] Re: rule to enable use of android's adb

2010-06-14 Thread Perla
Hello I've Ubuntu 10.04 and I try to connect my HTC diamond by USB with the original cable. I've tried to add rule (SUBSYSTEM==usb, SYSFS{idVendor}==0bb4, MODE=0666 and also SUBSYSTEM==usb, ATTRS{idVendor}==0bb4, MODE=0666) and restart udev, but nothing. the output of my lsusb: Bus 005 Device

Re: [un/loquer] nómadas

2010-04-29 Thread Perla Líquida
Echeverría Directora Fundación Manuel Mejía Vallejo Enlaces personales / personal links: belladonnawild.blogspot.com Fotos: http://www.flickr.com/photos/belladonnawild/ Perla: http://www.flickr.com/photos/belladonnawild/sets/72157600131475918/ 324.gif___

Re: [un/loquer] Fwd: Saludos

2010-04-28 Thread Perla Líquida
Vallejo Enlaces personales / personal links: belladonnawild.blogspot.com Fotos: http://www.flickr.com/photos/belladonnawild/ Perla: http://www.flickr.com/photos/belladonnawild/sets/72157600131475918/ ___ unloquer mailing list unloquer

Re: [un/loquer] nómadas

2010-04-26 Thread Perla Líquida
hola. El 26 de abril de 2010 07:57, Federico Lopez jardincosm...@gmail.comescribió: 2010/4/25 Perla Líquida perlaliqu...@gmail.com: ya saben que el espacio esta a la orden. lo 'unico es que estoy en Miami hasta el 17 de mayo. no los podria acomodar pero puedo coordinar las cosas desde

Re: [un/loquer] Nos invitan a participar en el flisol el sabado

2010-04-26 Thread Perla Líquida
Enlaces personales / personal links: belladonnawild.blogspot.com Fotos: http://www.flickr.com/photos/belladonnawild/ Perla: http://www.flickr.com/photos/belladonnawild/sets/72157600131475918/ ___ unloquer mailing list unloquer@lists.aktivix.org https

Re: [un/loquer] Cámara para ver señales WiFi (y microondas)

2010-04-26 Thread Perla Líquida
/unloquer -- Maria José Mejía Echeverría Directora Fundación Manuel Mejía Vallejo Enlaces personales / personal links: belladonnawild.blogspot.com Fotos: http://www.flickr.com/photos/belladonnawild/ Perla: http://www.flickr.com/photos/belladonnawild/sets/72157600131475918

Re: [un/loquer] como salio BIOS2

2010-04-26 Thread Perla Líquida
Directora Fundación Manuel Mejía Vallejo Enlaces personales / personal links: belladonnawild.blogspot.com Fotos: http://www.flickr.com/photos/belladonnawild/ Perla: http://www.flickr.com/photos/belladonnawild/sets/72157600131475918/ ___ unloquer mailing

Re: [un/loquer] nómadas

2010-04-25 Thread Perla Líquida
ya saben que el espacio esta a la orden. lo 'unico es que estoy en Miami hasta el 17 de mayo. no los podria acomodar pero puedo coordinar las cosas desde aca. mi voto es por donde esten mejor. besos, mj ___ unloquer mailing list

[richfaces-issues] [JBoss JIRA] Created: (RF-8595) Incorrect image paths for the components Suggestionbox, Calendar

2010-04-16 Thread vinod perla (JIRA)
Level: Public (Everyone can see) Reporter: vinod perla Priority: Minor Fix For: 3.3.1 When a suggestion box component is used, the browser couldn't able to load certain images because of incorrect image paths. In the browser view source the image paths

[richfaces-issues] [JBoss JIRA] Updated: (RF-8595) Incorrect image paths for the components Suggestionbox, Calendar

2010-04-16 Thread vinod perla (JIRA)
[ https://jira.jboss.org/jira/browse/RF-8595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] vinod perla updated RF-8595: Steps to Reproduce: 1. Use Suggestion box in a jspx/jsp 2. Open Frirefox browser turn on Firebug, click on 'Net

Re: [un/loquer] Montaje para el microcamscopio

2010-04-12 Thread Perla Líquida
mailing list unloquer@lists.aktivix.org https://lists.aktivix.org/mailman/listinfo/unloquer -- Maria José Mejía Echeverría Directora Fundación Manuel Mejía Vallejo Enlaces personales / personal links: belladonnawild.blogspot.com Fotos: http://www.flickr.com/photos/belladonnawild/ Perla: http

Re: [un/loquer] tardigrade

2010-04-10 Thread Perla Líquida
/ Perla: http://www.flickr.com/photos/belladonnawild/sets/72157600131475918/ ___ unloquer mailing list unloquer@lists.aktivix.org https://lists.aktivix.org/mailman/listinfo/unloquer

Re: [un/loquer] que aparatos tiene maria jose ...

2010-03-30 Thread Perla Líquida
libre a ver si depronto resulta algo. gracias :D e, 2010/3/29 Perla Líquida perlaliqu...@gmail.com hola! Perdón por la demora para responder; apenas ahora estoy conectada. demasiado ocupada con la función del cementerio (salió divina) y otros… pff! nos interesaria saber si todavia

Re: [un/loquer] recoleccion de datos IX Festival Internacional de la Imagen

2010-03-11 Thread Perla Líquida
://lists.aktivix.org/mailman/listinfo/unloquer -- Maria José Mejía Echeverría Directora Fundación Manuel Mejía Vallejo Enlaces personales / personal links: belladonnawild.blogspot.com Fotos: http://www.flickr.com/photos/belladonnawild/ Perla: http://www.flickr.com/photos/belladonnawild/sets

[un/loquer] Comunicaciones IX Festival Internacional de la Imagen

2010-03-11 Thread Perla Líquida
Aunque normalmente este tipo de eventos comunica bien las cosas, a mí me gustaría como saber bien qué se va a hacer (en español de no-programador y básicamente-ignorante…, es decir, para la mayoría de nosotros, los analfabetas, para escribir algo sencillo y comunicarlo en medios y a los amigos y

[un/loquer] festival ZER01

2010-03-11 Thread Perla Líquida
/a mr.netiqueta… jeje ahh por otro lado, acaban de publicar la convocatoria de Interacticos 10 en el medialab-prado (madrid) entre las obras que propuse esta BIOS, asi pues que ahi hay otra oportunidad mas para ver como evoluciona.. creo que lo que se presente en manizales trazara el

Re: [osol-discuss] Build 134 Won't boot

2010-03-10 Thread Enrico Perla
Yes, it is exactly that bug. I'm going to fix it by moving the progressbar_start() call (which leads down to the call to cv_reltimedwait()) after callout_init() has been called. The fix will be integrated soon. - Enrico -- This message posted from opensolaris.org

Re: [un/loquer] sitio de trabajo

2010-03-09 Thread Perla Líquida
/mailman/listinfo/unloquer -- Maria José Mejía Echeverría Directora Fundación Manuel Mejía Vallejo Enlaces personales / personal links: belladonnawild.blogspot.com Fotos: http://www.flickr.com/photos/belladonnawild/ Perla: http://www.flickr.com/photos/belladonnawild/sets/72157600131475918

Re: [un/loquer] 8mil predios

2010-03-05 Thread Perla Líquida
fede. con mucho gusto mj 2010/3/5 Perla Líquida perlaliqu...@gmail.com: hola, chicos, yo pongo a disposición un espacio en Manila, arribita de ciudad del río. lo había puesto antes y lo vuelvo a poner a la orden. abrazos, mj El 5 de marzo de 2010 12:11, Federico Lopez

Re: [un/loquer] netiqueta

2010-03-01 Thread Perla Líquida
:( definir el topic/tema/subject, escribiendolo de manera que haga clara referencia a lo que se trata en el cuerpo del email sirve tanto como saber a quien leemos y a quien no, de hecho es una ayuda para saber si abrimos o borramos el mensaje. Nos ayuda a economizar tiempo. Por lo anterior

[un/loquer] templo budista de botellas

2010-03-01 Thread Perla Líquida
(sin palabras) mj ___ unloquer mailing list unloquer@lists.aktivix.org https://lists.aktivix.org/mailman/listinfo/unloquer

Re: [un/loquer] EAT el nombre es...

2010-03-01 Thread Perla Líquida
estoy de acuerdo con lo de las versiones y el beta pal primero me parece bueno. (y el nombre ya se sabrá) mj ___ unloquer mailing list unloquer@lists.aktivix.org https://lists.aktivix.org/mailman/listinfo/unloquer

[un/loquer] buen viaje, Alejo

2010-03-01 Thread Perla Líquida
buen viaje y pronto regreso yo, la próxima vez, espero estar más cerca de lo que se haga. Siempre dejás buena energía por acá (supongo mj a Alejo buen viaje, espero que siga orbitando los anillos de un/loquer ,, buena energia la que le metiste al grupo por estos meses, gracias por

Re: [un/loquer] sabado 1pm carlos E

2010-02-27 Thread Perla Líquida
mañana queremos hacer la sesion creativa .. en ciudad del rio .. hora por definir. me avisan? me interesa y voy a estar en Ziruma (la finca) sin internet ni computadores :) sólo patos, gallinas, codornices, legumbres, manga, árboles, casita-en-el-arbol en proceso, Matías y el clima que esté

Re: [un/loquer] flyfire

2010-02-27 Thread Perla Líquida
Visión: La paz mundial divertida Misión: Crear e identificar nodos de producción de paz divertida Enlaces personales / personal links: belladonnawild.blogspot.com Fotos: http://www.flickr.com/photos/belladonnawild/ Perla: http://www.flickr.com/photos/belladonnawild/sets/72157600131475918

<    1   2   3   4   5   >