Displaying 20 results from an estimated 1000 matches similar to: "Ncurses dependencies"
2007 Jul 15
0
asterisk ncurses dependencies
Hello, I'm deploying asterisk on a comtrend mips adsl router, I'm aware of the
dependence of libncurses, so I compiled ncurses 5.6 for that platform, As you
must Know this devices are not resource wide and flash memory especially,
after ncurses compilation I have a /usr/share/terminfo with 1,6 MB space and
some other libraries, libmenu libform llibpanel etc, I would like to know if
2007 Jul 19
1
asterisk libraries dependecies
Hello, I'm deploying asterisk on a comtrend mips adsl router, I'm aware of the
dependence of libncurses, so I compiled ncurses 5.6 for that platform, As you
must Know this devices are not resource wide and flash memory especially,
after ncurses compilation I have a /usr/share/terminfo with 1,6 MB space and
some other libraries, libmenu libform llibpanel etc, I would like to know if
2020 Mar 30
0
Status of GF108GLM [NVS 5200M]
Yes, GF108 is Fermi (F = Fermi). Reclocking is currently not available
for that generation, unfortunately. You should be able to otherwise
use your GPU just fine, but I'm guessing it'll come up in the "07"
state when it powers on (in the state as-is it appears powered off,
which it will do automatically when not in use), which as you can see
is a fraction of the total GPU
2013 Sep 09
3
[LLVMdev] Let's not depend on terminfo / curses?
Hi,
llvm recently switched to using terminfo for detecting if terminals support
escape codes. There's some discussion about this after the commit happened
here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130805/183590.html
After the discussion, it looks like the approach was switched from
depending on curses on just terminfo. From what I gather (the changelog
didn't
2004 Nov 19
1
Upgrading PXE initrd.img with new kernel and drivers
Quite simply, HOW? :)
I have the pxeboot initrd.img from the RH 3.0 AS CD's. We need to put a new
cciss.o driver from HP into this initrd.img. Unforunately, the modules in
the pxeboot initrd.img we have are 2.4.21-4 and our new driver is compiled
for 2.4.21-15, so we have to upgrade everything.
I downloaded the kernel-BOOT-2.4.21-15 RPM and installed that, so I have all
those drivers. My
2003 Oct 29
2
workaround for HFS+'s case-insensitivity?
I am using Mike Rubel's snapshot-style rsync to do backups from my web
server (Linux) to my desktop (MacOS X). Mostly, this works great,
except where case sensitivity (or rather, HFS+'s semi-lack thereof)
causes problems.
Specifically, it seems impossible to successfully back up my Linux box's
/usr/share/terminfo, as it contains directories that differ ONLY in
case (e.g.,
2010 Sep 15
3
changing from zap to DAHDI
I am changing a system from zap to DAHDI.
I removed everything zap. when doing the command:
sh -x /etc/init.d/dahdi start, I see
initlog -q -c 'modprobe wct4xxp'
sh: /sbin/ztcfg: No such file or directory
FATAL: Error running install command for wct4xxp
doing updatedb then,
locate zap returns me
/var/lib/asterisk/sounds/spy-zap.gsm
/usr/share/groff/1.18.1.1/font/devps/zapfdr.pfa
2020 Apr 10
0
Status of GF108GLM [NVS 5200M]
On Fri, Apr 10, 2020 at 2:06 PM Jes?s J. Guerrero Botella
<jesus.guerrero.botella at gmail.com> wrote:
>
> Hi, Ilia.
>
> Sorry for such a big delay in answering. Real life and that stuff...
>
> I am a newcomer so, please, if I do something wrong regarding my
> quoting style or whatever, just let me know and I'll quickly improve. :)
Perfect so far!
>
> El
2014 Oct 25
5
[Bug 85444] New: [NV46] Heavy corruption, no hardfreeze, back to console and libexa.so segfault
https://bugs.freedesktop.org/show_bug.cgi?id=85444
Bug ID: 85444
Summary: [NV46] Heavy corruption, no hardfreeze, back to
console and libexa.so segfault
Product: xorg
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component:
2013 Sep 09
0
[LLVMdev] Let's not depend on terminfo / curses?
On 9 September 2013 01:09, Nico Weber <thakis at chromium.org> wrote:
> I think depending on curses is gross,
>
I totally agree, but I also don't have a better way of doing this. I agree
with Joerg that hard-coding escape sequences is not the way forward. Even
though curses is available on pretty much every OS, there are hacks you
have to do to port across OSs, especially old
2008 Oct 15
1
error during installworld on 7.1 beta (was: error during buildworld on 7.1 beta)
During installworld I get:
cat /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/man/ncurses.3x
> ncurses.3
sh /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/man/MKterminfo.sh
/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/man/terminfo.head
/usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include/Caps
2008 Jun 24
0
unable to installworld 7-STABLE: annot open unsorted21610: No such file or directory
Hello,
I'm trying to build a 2-hour-ago csupped 7-STABLE, and I've got this error
message during an installworld:
cat /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/man/ncurses.3x >
ncurses.3
sh /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/man/MKterminfo.sh /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/man/terminfo.head
2013 Sep 12
3
[LLVMdev] Let's not depend on terminfo / curses?
On Mon, Sep 9, 2013 at 12:24 AM, Renato Golin <renato.golin at linaro.org>wrote:
> On 9 September 2013 01:09, Nico Weber <thakis at chromium.org> wrote:
>
>> I think depending on curses is gross,
>>
>
> I totally agree, but I also don't have a better way of doing this. I agree
> with Joerg that hard-coding escape sequences is not the way forward.
>
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
2008 Dec 04
1
rsync Failure
Hello All:
I'm having an issue with rsync in that it recently (11/29/2008)
started to crash during a daily cron job backup. Below is some info
on how rsync is being used to backup our servers.
Version:
2.6.9
Execution:
Called daily via a wrapper script, and up until about 2 weeks ago,
ran fine. The wrapper script just loops through a series servers to
backup. The first server
2020 Mar 15
2
Status of GF108GLM [NVS 5200M]
Hello.
I am not subscribed to the list, so, please, if I do anything wrong
just let me know politely and I'll try to improve :)
I just want to know if there's any branch of nouveau version that will
work with this chip. lspci lists it as:
01:00.0 VGA compatible controller: NVIDIA Corporation GF108GLM [NVS
5200M] (rev a1)
I think it's Fermi, but I am not sure. When I try to change
2012 Jun 26
1
Terminfo ansi-m entry missing
Hi All:
It appears that the terminfo ansi-m file is no longer distributed with
the CentOS 6.2 (along with many others). Can anyone advise how I can
obtain this file? As a work around I have copied the file from a CentOS
4 box but that is probably not the "proper" way to do it.
TIA
Regards, Hugh
--
Hugh E Cruickshank, Forward Software, www.forward-software.com
2018 Jun 07
4
¿Cómo puedo determinar cuellos de botella con información genética de poblaciones remanentes en R?
Buen día a todos,
Alguien conoce si existe la manera de determinar cuellos de botella pasados o actuales en poblaciones naturales remanentes con información genética (microsatélites) en R. Gracias por su valiosa ayuda de antemano.
Saludos,
Diego
________________
Diego P. Vélez Mora
Departamento de Ciencias Biológicas
UNIVERSIDAD TÉCNICA PARTICULAR DE LOJA
San Cayetano Alto s/n
Loja, Ecuador
2005 Feb 02
1
unknown terminal type
I know this is kinda unrelated to what this forum is all about,
but I really have looked around in google.
I have created a custom filesystem (for montavista linux) and
as far as vi and clear goes, "linux unknown terminal type" is
displayed. there is no /etc/termcap or /usr/lib/terminfo but an
/usr/share/terminfo/... is found... any ideas on this one?
Ma. Kharisma V. Esguerra
System
2005 Nov 08
1
[Bug 1116] Solaris 10: mucho remote terminal problems
http://bugzilla.mindrot.org/show_bug.cgi?id=1116
Summary: Solaris 10: mucho remote terminal problems
Product: Portable OpenSSH
Version: 4.2p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: jaearick