similar to: ncurses admin tool over ssh

Displaying 20 results from an estimated 9000 matches similar to: "ncurses admin tool over ssh"

2011 Nov 22
7
[PATCH] use ncurses-config to find all curses related libs
After a split of libtinfo from libncurses in openSuSE Factory the tools will not link anymore. In the URL below it was suggested to use ''ncurses-config --libs'' to find the correct linker options. But ncurses-config does not exist neither in SLES11 nor in openSuSE. So check for both ncurses5-config and ncurses-config, if the latter happens to exist in other environments. With
2004 Dec 13
6
Asterisk on SuSE 9.1?
I am trying to do my first asterisk install on a SuSE 9.1 box, using the asterisk-update script mentioned a few days ago on this list. I did read the 'quickstart' document on onlamp.com, and made sure the following packages were installed via yast: bison, cvs, gcc, kernel-source, libtermcap-devel, ncurses-devel, newt-devel, openssl096b, and openssl-devel. The SuSE 9.1 DVD contained
2019 Oct 27
1
ls permissions format changed in CentOS 8
It's a missing ncurses feature in the older PuTTY that's trigged by an update to ncurses or terminfo in CentOS 8. PuTTY 0.72 added support for the REP (repeating character) command and the newer terminfo adds that as an xterm feature. The Epsilon author spotted it in the PuTTY changelog. So any curses app that uses repeating characters will have this problem when used with an old
2006 Feb 21
3
ncurses programs look messaed up
When using things like links, centericq, or ntsysv on my fedora core 2 box the fonts in ncurses based programs look fine, but on my centos4.2 box all the pipes and dashes end up looking like ?????????????????? Does anyone know how to fix this problem ?
2014 Nov 05
2
[PATCH] Use -ltinfo instead of -lncurses.
In tools except guestfish, we don't use ncurses, or even curses, just 2 termcap functions and a global variable. These are provided by libtinfo, so just link to that. In guestfish we use readline which needs ncurses. Leave that alone. --- builder/Makefile.am | 2 +- configure.ac | 12 ++++++------ customize/Makefile.am | 2 +- mllib/Makefile.am | 6 +++---
2015 Aug 31
1
Cross-compiling tinc 1.1 for Windows
aw, sorry about the format, next try: Hi all, I've been using tinc for quite some time and I would like to test the latest 1.1 branch. Unfortunately, I was unable to cross-compile tinc on Ubuntu with mingw64 for Windows. The instructions Guus provided for tinc 1.0 (http://www.tinc-vpn.org/examples/cross-compiling-64-bit-windows-binary/ ) are missing packages required for tinc 1.1, e.g.:
2016 Mar 08
1
[PATCH v3] configure: handle older version of ncurses
ncurses didn't have pkg-config files in not-that-old versions. If those couldn't be found, then try the ncurses6-config tool. --- m4/guestfs_libraries.m4 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/m4/guestfs_libraries.m4 b/m4/guestfs_libraries.m4 index c5a4a01..e751db1 100644 --- a/m4/guestfs_libraries.m4 +++ b/m4/guestfs_libraries.m4 @@ -113,7 +113,14 @@
2006 Nov 14
2
Broken ncurses symlinks
Good day, Some of my ncurses symlinks are broken, can anyone help me repair these broken links. I tried installing ncurses 5.5 which added two more broken links. Attached is the orginal broken links I had. _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE!
2003 Apr 05
1
samba, ncurses, and sysV printing?
Dear SAMBA Group, I've playing around with getting SAMBA to do things for me. I have an Ultra-1 running Solaris 2.6 and a Win-XP system with a Canon BJC-2000 printer attached to it. I'm trying to get the SUN to print to the printer on the XP box. I have followed various instructions but now when I print as "root" with "lp -d bjc <file>" I get an email message
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
2003 Jan 29
2
acs_map
I'm having trouble compiling wine on a newish box. The problem is a missing symbol 'acs_map' cropping up in dlls/ttydrv/graphics.o. The symbol is not directly in the relevant source file so it seems to be from a macro or typedef but extensive grepping has not identified the source. I suspect the problem is a package missing in the distro (dRock 1.6.0) but have not been able to
2006 Mar 14
5
New ncurses Asterisk Manager Interface
I am currently developing a asterisk ncurses interface using the manager API. The project is currently awaiting sourceforge's approval but I have a beta online at http://sig.lange.googlepages.com/assman . The projects real home will be assman.sf.net. This project really consists of two parts, libassman is a C manager API and assman is the ncurses portion. It's still beta but I have been
2014 Nov 11
1
[PATCH] use pkg-config to look up ncurses
Hardcoding -ltinfo breaks on distros that do not build the sep library (which is the default ncurses behavior). Use pkg-config to look up the right libraries regardless of how the distro built things. --- builder/Makefile.am | 5 +++-- configure.ac | 18 ++++++------------ customize/Makefile.am | 2 +- mllib/Makefile.am | 6 +++--- resize/Makefile.am | 2 +-
2014 Nov 09
0
Re: use pkg-config to look up ncurses (#11)
NACK. Something needs to be done, but overlinking every program to ncurses isn't it. I think the configure script should prob look for ncurses or curses when tinfo/termcap doesn't exist. I'll have a look when I get back. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com
2009 May 14
4
authenticate Linux users to AD on Windows 2003R2
Hello, I have enough details on how to have Linux users authenticate to a 2003r2 AD, but I need help getting their home dir's to automatically mount to a windows share. Any details would be greatly appreciated. Many thanks, James
2019 Oct 26
2
ls permissions format changed in CentOS 8
It's not a ls bug. I've stepped through the code with gdb and it looks just fine. At this point I think Epsilon (a 32-bit app) is corrupting the image of its child process in a strange way. I'm working with the author at Lugaru (who's very responsive) to track it down. He couldn't reproduce it right away. I just reproduced it on a virgin CentOS 8 image at Linode with
2015 Mar 16
0
CEBA-2015:0687 CentOS 6 ncurses FASTTRACK BugFix Update
CentOS Errata and Bugfix Advisory 2015:0687 Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-0687.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 5d7449100c2c23593fbaf7bf5048b8e8d19295e4adb4ebc0c366b8e572cd1142 ncurses-5.7-4.20090207.el6.i686.rpm
2010 Jan 21
1
file attributes (ACL's) lost
Hello, I have an iSCSI mount that I disconnected from during a reboot and after remounting it all the ACL's are missing. Using 'll' shows no extended file attributes and 'getfacl' on the dir' shows that the previous attributes are now missing. Restarting smb, nmb, & winbind didn't restore them either. Is there a way to restore the attributes? Not sure how they
2011 Sep 07
1
Samba on freebsd - permissions issue
Hello, I have Samba set up on FreeBSD with a share for guests. I don't need or want any authentication for this share. [test2] path = /data/test2 read only = No create mask = 0777 guest ok = Yes The file permission on the host directory was set to 2777 and nobody:nobody. When a windows machine writes to the dir the permissions look fine. For example,
2004 Feb 24
1
Samba 3.0 PDC install with openssl error
Hello, Trying to configure OpenLDAP, for a Samba PDC server, but I keep getting the following error; checking for openssl/ssl.h... no checking for ssl.h... no configure: error: Could not locate TLS/SSL package However, ssl.h is located in /usr/local/ssl/include/openssl/ssl.h The enveloped configure command is; env CPPFLAGS='-I/usr/local/BerkeleyDB.4.2/include -I/usr/kerberos/include'