similar to: Minicom capture file

Displaying 20 results from an estimated 30000 matches similar to: "Minicom capture file"

2008 Feb 06
2
Samba GUI interface
CentOS 5.1 I was just trying to add users and shares to Samba from GUI interface. I've already added users from command line. Regardless, when I go to select users the existing users is blank. When I add a user if it already exists I get a complaint that user exists. If I add a new user from GUI it does not get added to the blank list. OK I just added a user from gui, applied it [HIT OK] went
2007 Jan 28
1
Problems with minicom on CentOS 4.4
Hi all I am a newcomer of this ML. And I installed CentOS a couple of hours ago on my i386 box because it is said that CentOS is a community based binary distro of RHEL. Before that I used to use RH9(it is quite out of date for my newly upgraded PC) as my host environment to work on embedded systems. The installation procedure went smoothly and after that everything looked functional, however, I
1997 Feb 09
0
Minicom 1.75 Vulnerability
hi ppl, well, here is another standard buffer overrun vulnerability, which may sometimes lead to root compromise (not always. not in new distributions, fortunately). Current Slackware and current RedHat don''t install minicom suid root, only sgid/uucp, which is not *that* dangerous. But when you build minicom from source, it asks you to do "chmod +s" on it. Summary:
2007 Jan 05
1
minicom
I need a terminal program, such as minicom, which I see is not part of my Strongbolt install of CentOS+BQ loaded on a RaQ 4 system. Does anyone know if a standard rpm for minicom should work or where to get a package that will provide minicom or other terminal program? Or, perhaps there is another terminal program installed in my system that I can look for? -- Robert
2020 Jun 12
0
Minicom and Ncurses
Nicolas Kovacs writes: > Hi, > > I have to do some maintenance on a CentOS 7 proxy installed on a routerboard > without a video card. The only way to access this machine directly is via > Minicom and serial port. > > I'm using NetworkManager TUI (nmtui) to configure network interfaces, but > Ncurses rendering in Minicom works in the sense that chickens fly and horses
2020 Jun 12
4
Minicom and Ncurses
Hi, I have to do some maintenance on a CentOS 7 proxy installed on a routerboard without a video card. The only way to access this machine directly is via Minicom and serial port. I'm using NetworkManager TUI (nmtui) to configure network interfaces, but Ncurses rendering in Minicom works in the sense that chickens fly and horses swim. What you get is a forest of question marks with a few
2008 May 22
1
Failed boot drive
Unclear on how to recover from failed boot drive? SDA has failed but I'm still able to boot. I need to replace primary boot drive. Upon initial build I created a RAID 1 mirror of /boot dir/partition. How do I get system to boot off second or third drive so that I can replace /sda? I've successfully replaced /sdb & sdc raid 5 drives in the past but have always struggled to get primary
1998 May 26
0
Re: Beware of dangerous enviroment (Re: Overflows in minicom)
On Sat, 23 May 1998, Torkil Zachariassen wrote: > >I have browsed various versions of libc and found a handful of weak points > >where the value of an enviroment variable is trusted more than necessary. > [1] > Could you explain to programming novices on linux-security - people like > myself 8) - hwo this could affect security on a firewall (proxy and/or > IP-router,
1998 May 19
1
Beware of dangerous enviroment (Re: Overflows in minicom)
On Tue, 12 May 1998, Andi Kleen wrote on BUGTRAQ: > I assumed the libc would ignore NLSPATH when the app runs suid (similar > like it does with LD_LIBRARY_PATH etc.). If it doesn''t that is a bad bug. > > [... clickety click ... ] > > At least glibc 2.1 uses __secure_getenv() for NLSPATH. Don''t know about 2.0, > separate GNU gettext, or libc5. I have
2006 Apr 05
2
/dev/ttyS1 on Xen (domain 0)
Hi, On a regular FC4 machine there are 76 device file for /dev/ttyS*. I tried running minicom on a Xen machine (domain 0) whose serial port is connected to a different machine (a machine with no VGA/Keyboard/Mouse). It gave the following error: minicom: WARNING: configuration file not found, using defaults Device /dev/ttyS1 access failed: No such file or directory. So I checked, and ls
2024 Mar 04
1
[External] Re: capture "->"
It seems like you want to use -> and <- as arrows with different meanings to "A gets the value of B" in your package, as a means of writing expressions in your package language. Another possibility would be to use different symbols instead of the problematic -> and <-, for example you could use <.~ and ~.> which are not at all flipped or changed before you get a chance
2014 Nov 04
0
Source Dropouts - More info
Is it possible to run a packet capture to see what happens over the wire when this occurs? That would give some concrete information. If you have the disk space, just rotate out a capture file every hour. Once you catch it, filter out a pcap file with what happens when the sources are disconnected, and send us a link. Brad Isbell brad at musatcha.com http://www.musatcha.com On Tue, Nov 4, 2014
2024 Mar 04
1
[External] Re: capture "->"
Dear Barry, In general, I believe users are already accustomed with the classical arrows "->" and "<-" which are used as such in quoted expressions. But I agree that "-.>" is a very neat trick, thanks a lot. A small dot, what a difference. All the best, Dmitri On Mon, Mar 4, 2024 at 11:40?AM Barry Rowlingson < b.rowlingson at lancaster.ac.uk> wrote:
2009 Aug 25
3
Terminal emulation and serial ports
I have to reinit a firewall that can only be done from its console port, and I do not have an XP system with Hyperterminal on it. So I went through the archive and learned that minicom could do the job for me. I installed it and went to configure it (minicom -s). I can set the speeds, but the challenge is selecting the serial device. I have a Serial-to-USB dongle, and when I connect it,
2006 Jan 04
2
telnet to serial connection?
hello folks! here's my situation: i've got two WTI RPB+ remote power switches (essentially a 5-port power strip which you can control via serial interface to make each of the ports switch on and off independently). they work fine; i plug a DB-9 cable into the back of my machine, fire up minicom, and i have full control. however, my eventual plan is to use these as fencing
2015 Aug 14
0
capture.output() duplicates last line unless newline (R-devel bug)
The fix for PR#16481 had a side effect involving capture.output(), so this may be transient, please recheck whether the issue has disappeared in the meantime. -pd On 14 Aug 2015, at 11:09 , Henrik Bengtsson <henrik.bengtsson at ucsf.edu> wrote: > In R-devel (2015-08-12 r69024), capture.output() incorrectly > duplicates the last line unless it ends with a newline. I don't see
2024 Mar 04
1
[External] Re: capture "->"
Maybe someone has already suggested this, but if your functions accepted strings you could use sub or gsub to replace the -> with a symbol that parsed at the same precedence as <-, say <<-. Then parse it and deal with it. When it is time to display the parsed and perhaps manipulated formulae to the user, deparse it and do the reverse replacement. > encode <-
1996 Feb 18
0
OmniMedia Sequence P1S PCI Video Capture Card
I was uncertain if the following is too commercial for the FreeBSD-announce mailing list, but on the other hand, things that promote the use and value of FreeBSD seem like a good thing too. So if this is too commercial for the list you can let me know at brian@mediacity.com. ----------------------------------------------------------------------- Talisman Sequence P1S $299 PCI Video Capture
2011 Feb 25
0
Named capture in regexp
Dear R core developers, One feature from Python that I have been wanting in R is the ability to capture groups in regular expressions using names. Consider the following example in R. > notables <- c(" Ben Franklin and Jefferson Davis","\tMillard Fillmore") > name.rex <- "(?<first>[A-Z][a-z]+) (?<last>[A-Z][a-z]+)" > (parsed <-
2014 Feb 04
0
capture.output(): Using a rawConnection() [linear] instead of textConnection() [exponential]?
I've noticed that the processing time for the default capture.output() grows exponentially in the number of characters outputted/captured. The default settings sinks to a temporary textConnection(). When instead sinking to a rawConnection(), the processing time becomes linear. See below example and attached PNG figure [also at