RE: Serial port sniffing?

2020-07-20 Thread Ronaldo Mercado
Hi, Perhaps the script below works… # set up the baud rate and no parity stty -F /dev/ttyUSB0 9600 -parenb # listen on TCP port 8001 and forward all traffic to the serial port while [ 1 ] ; do nc -l $(hostname -i) 8001 /dev/ttyUSB0; echo reconnecting ...; done Then intercept all network

RE: CPE Weekly: 2020-06-21

2020-06-22 Thread Ronaldo Mercado
Thanks for your message. > See our wiki page here for more > information:https://docs.fedoraproject.org/en-US/cpe/ I am replying because the link in your message reports "403 Forbidden" I copy below the message from firefox. Best wishes, R Mercado Forbidden You don't have permission to

Re: Terminal ^D

2020-05-04 Thread Ronaldo Mercado
Hi, I think you want Shift-⌘-D to close the split. Best wishes.

Re: How to deal with large number of bugs related to the, "multiple definition of..." issue

2020-02-17 Thread Ronaldo Mercado
Hello, > The most common fix I used was, using "extern" in all but one place. > Well I guess what I was looking for was for us non-C/C++ programmers. :) > I can grep the source and arbitrarily choose which one not to use extern > with, but is there a right way? I would like to see an example

info files index generation on fedora 30 - how does the 'dir' file get generated?

2019-07-04 Thread Ronaldo Mercado
Hi, Yesterday I noticed that the info files from /usr/share/info/*.info.gz on my fedora 30 pc were missing. This was because emacs 'info' command reported "emacs can't find the info directory node" A while the /usr/share/info/dir file had been generated. What generated the info directory

Testing gnuplot with libcerf

2018-11-05 Thread Ronaldo Mercado
Hi, I would like to test an update to gnuplot from bugzilla #1476616. https://bugzilla.redhat.com/show_bug.cgi?id=1476616 I am using fedora 28 and I managed to install the package okay from copr I don't know my way around gnuplot. I tried the simple plot from

Re: gnuplot 5.2

2018-10-16 Thread Ronaldo Mercado
Hello Patrick I placed the spec file here. https://kiso49j.fedorapeople.org Regards, Ronaldo ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: gnuplot 5.2

2018-10-15 Thread Ronaldo Mercado
Thanks Jose for creating the libcerf package. I placed it in copr and it generated packages okay. https://copr.fedorainfracloud.org/coprs/kiso49j/libcerf/build/810018/ I also attempted a gnuplot 5.2 (without libcerf) that failed because I did not include "emacs" in BuildRequires.

Re: gnuplot 5.2

2018-10-14 Thread Ronaldo Mercado
Hi, The warnings seem benign. They are related to the spec file that has references for an emacs-related package that is commented out. The error about "directory not found" seems relevant. Do the "prepare" and "build" steps of rpmbuild work okay? rpmbuild -bp gnuplot.spec rpmbuild -bc

Re: Startup messages shown twice on EFI boot

2018-09-01 Thread Ronaldo Mercado
Hi, I get the same double messages on my home system (fedora 28). I am not sure whether my system is EFI or not. I would also be interested to know the reason and the solution. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send

FC27 packages after upgrade

2018-06-16 Thread Ronaldo Mercado
Hi, I upgraded last week to fedora 28. Today I found that 'dnf upgrade' could not complete. $ sudo dnf upgrade Last metadata expiration check: 0:10:55 ago on Sat 16 Jun 2018 12:26:26 BST. Error: Problem 1: package kernel-modules-extra-4.16.11-200.fc27.x86_64 requires kernel-uname-r =

AW: struts-action reading property set in config

2002-01-29 Thread Ronaldo . Mercado
Hi, you add the attribute className in the xml (struts-config.xml) with your own class derived from ActionMapping, say com.tecmath.cms.mt.struts.Mapping which implements the method public void setTest(String param) { //usually ... this.test = param; } and you can use test as you

AW: Adding/Modifying parameters in the Request object

2002-01-24 Thread Ronaldo . Mercado
Hi, I did something like that by returning a dynamically generated ActionForward and I believe the folks in the developer list plan something to make this acrobatics easier in later releases. return new ActionForward( mapping.findForward(success).getPath() + ?newparam=xx ); HTH Ronaldo

AW: Forwarding from a FormAction with parameters...

2002-01-17 Thread Ronaldo . Mercado
Hi, In the place that returns the forward, you can create a new ActionForward dynamically. For your example, return new ActionForward( mapping.findForward(success).getPath() + ?type=initial ); HTH Ronaldo -Ursprüngliche Nachricht- Von: Alex Paransky [mailto:[EMAIL PROTECTED]]

AW: Bloated struts-config.xml

2001-11-13 Thread Ronaldo . Mercado
Over here, we've added entities in the header of struts-config.xml like this: ?xml version=1.0 encoding=ISO-8859-1 ? !DOCTYPE struts-config PUBLIC -//Apache Software Foundation//DTD Struts Configuration 1.0//EN http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd; [ !-- General

Dia crashes loading beziergons

2000-10-30 Thread Ronaldo Mercado
imlib-cfgeditor-1.9.7-3.i386.rpm gimp-devel-1.0.4-7.i386.rpm imlib-devel-1.9.7-3.i386.rpm gtk+-1.2.6-7.i386.rpmlibxml-1.8.9-1.i386.rpm gtk+-devel-1.2.6-7.i386.rpm libxml-devel-1.8.9-1.i386.rpm Thanks, R.M. Ronaldo Mercado - [EMAIL PROTECTED]