Displaying 20 results from an estimated 26 matches for "linuxthreads".
2003 Jun 20
2
Compiling Linuxthreads
I'm trying to compile Linuxthreads from ports on my FreeBSD 4.8 system
here, and for some reason I keep getting this:
You can use an experimental patch to reduce the number of
condition variable triggered context switches by defining
WITH_CONDWAIT_PATCH
Some unsafe calls to exit() can be detected by defining
LINUXTHREADS_DETECT_U...
2007 Apr 18
4
linuxthreads & Printers in Centos5...
Dear All,
Firstly, many thanks for the hard work put in by the development team :)
Now I have a couple of problems, any help welcome:
1) Some of our software needs linuxthreads (i.e. InsightII) but it's closed
source and the writers (Accelrys) are unlikely to respin the code as they
want us to move to a different program.
Is there any way of installing another set of glibc libs on centos 5, to allow
an old, broken, but uselful program to run?
2) As part of my se...
2004 Dec 15
21
Re: Xen and reiser4
>>> Hi all
>>>
>>> Thanks to Milan I am able to get further with xen and reiser4
>>>
>>> - In swap line 6 and 7 status_flags.c
>>>
>>> #include <linux/bio.h>
>>> #include <linux/page-flags.h>
>>>
>>>
>>> - PACKED is redefined, but the definitions are the same, so the gcc
>>>
2006 Mar 02
3
Child PID's
All, I'm not sure how to word this question but we're noticing a lot of
our asterisk boxes no longer have multiple asterisk child processes.
i.e. doing a 'ps ax' reveals only 1 asterisk PID when normally I'm used
to seeing 8+ .. There is no rhyme or reason to it, and we're using the
safe_asterisk script which has always worked in the past. Ast 1.2.4, zap
1.2.4, naturally..
2005 Apr 07
1
/lib/tls will be no more in Fedora Core 4 Test 2 - updated instructions for Xen?
In Fedora Core 4 Test 2, the /lib/tls directory has gone. Most
applications are linked to /lib/libc.so.6:
# ldd /bin/true
libc.so.6 => /lib/libc.so.6 (0x00c72000)
/lib/ld-linux.so.2 (0x001b6000)
and there is /lib/obsolete/linuxthreads/ for apps that need it.
What should we Xen users do now if we want to avoid triggering the code
that used to emulate unsupported stuff in /lib/tls? Do we have to do
anything?
--
Robin
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://li...
2007 Mar 27
1
NPTL degraded?
I'm not sure what has happened but for some reason my CentOS 4 system is
showing me using default threads??
# getconf GNU_LIBPTHREAD_VERSION
linuxthreads-0.10
# uname -rimpv
2.6.9-42.0.10.EL #1 Tue Feb 27 09:24:42 EST 2007 i686 athlon i386
I could have sworn it used to show:
NPTL 2.3.4
Like a couple other machines. Any ideas what might have changed this or how I
get it back??? the devel package for NPTL is installed but from my
understanding tha...
2005 Mar 22
0
Re: [uml-user] NPTL/db4 problem with FC3
(Me Too ++: I''m running into the same issues with a non-nptl DB4 and rpm
on rhel4)
And making it even more interesting:
http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/release-notes/as-x86/
"Red Hat Enterprise Linux 5 will no longer include support for
LinuxThreads. Therefore, applications that require LinuxThreads support
must be updated before they will be able to work properly on a Red Hat
Enterprise Linux 5 system."
I would appreciate a description of what needs to be done in order for
xen or UML to support the use of nptl inside the guest server...
2006 Apr 27
5
Xen 3.0.2 on AMD64 - and initrd fun :)
Mm, I have a big Quad-Opteron.. thing.. that I''m trying to get Xen onto.
I''ve used the 3.0.2 binary-install mode, updated menu.lst as per the
README, but I need an initrd which contains the HP cciss RAID driver,
and no Xen initrd image was installed into /boot.
Now I notice
xen-3.0.2-2-install/install/lib/modules/2.6.16-xen/kernel/drivers
/block/cciss.ko
But I
2006 Aug 22
6
/lib/tls.disabled or xen-friendly glibc?
Hi,
until now I have run Xen with /lib/tls out of the way for both dom0 and domU''s,
but now I''m trying to install OpenLDAP in a domU, which requires TLS as
default. So now I have at least three options ahead of me:
1. mv /lib/tls.disabled back to /lib/tls and accept the performance penalty (is
there any documentation on how heavy this penalty is?)
2. Compile OpenLDAP
2004 Aug 06
1
Streamer / scheduler - play file at predifined time?
On Mon, 14 Oct 2002, Michael Smith wrote:
> kill -HUP pid
> Replace 'pid' with the pid (process id) of the ices process. ps can tell
> you that.
hmmm... Our setup has ices running as 5 processes.
25140 pts/0 S 0:00 ../ices egoplay.xml
25141 pts/0 S 0:00 ../ices egoplay.xml
25142 pts/0 S 0:06 ../ices egoplay.xml
25143 pts/0 S 0:00 ../ices
2004 Apr 12
0
CVS head on FreeBSD 4.9 will not compile
The latest recursive mutex additions in Asterisk will not compile on my
FreeBSD 4.9 systems. Anyone out there with FreeBSD or OpenBSD that got it working?
I guess I need an update to Gnu Pthreads, but can't find anything by looking
in ports. There's something called linuxthreads, but it's over my head to
understand if that helps or not.
See bug http://bugs.digium.com/bug_view_page.php?bug_id=0001411
We need to solve this to be able to move ahead with *BSD ports.
/O
1999 Oct 13
2
XMMS: busywaiting??
...When playback is *paused*, xmms is taking up 80-100% of CPU.
Peter, might you have any idea what would be wrong? System behavior is the
same under Debian 2.0 [glibc2.0] and current [glibc2.1.2]. I'm using ALSA
rather than OSS, my system libs should all be thread capable and I'm running
linuxthreads 0.71.
Monty
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
2005 Mar 21
11
NPTL/db4 problem with FC3
This is a cross post to <xen-devel@lists.sourceforge.net> and <user-
mode-linux-user@lists.sourceforge.net>
Dear lists,
Anybody successfully running cyrus-imapd in FC2/3+Xen/UML? When i tried
to run cyrus-imapd in a virtual FC3 (Xen or UML) i got lot''s of
DBERROR db4: Berkeley DB library configured to support only
DB_PRIVATE environments
DBERROR:
2005 Oct 12
1
[ World of Warcraft ] The 1.8 Patch brings the target ( or targeting ) problem back
...a Debian Etch with wine 20050725 compiled manually. I've a
2.6.12.4 configured manually. My old Debian 2.4 kernel (2.4.27) don't
fix
the problem either.
/lib/libc.so.6 returns this :
"
GNU libio by Per Bothner
crypt add-on version 2.1 by Michael Glad and others
linuxthreads-0.10 by Xavier Leroy
BIND-8.2.3-T5B
libthread_db work sponsored by Alpha Processor Inc
NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
"
I've no mod installed.
[1]
http://forums.gentoo.org/viewtopic-t-246098.html
[2]
Tricks :
You can target NPC and monsters usin...
2001 Oct 01
1
Latest CVS of wine won't compile
...AR PURPOSE.
Compiled by GNU CC version 2.95.2 19991024 (release).
Compiled on a Linux 2.4.0 system on 2001-01-19.
Available extensions:
GNU libio by Per Bothner
crypt add-on version 2.1 by Michael Glad and others
Berkeley DB glibc 2.1 compat library by Thorsten Kukuk
linuxthreads-0.9 by Xavier Leroy
NoVersion patch for broken glibc 2.0 binaries
BIND-8.2.3-T5B
NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
NSS V1 modules 2.1 by Thorsten Kukuk
libthread_db work sponsored by Alpha Processor Inc
marvin:~ # uname -mrs
Linux 2.4.10 i686...
2003 Jul 31
2
mysql323 + gcc on 4.8-s
4.8-stable as/of jun 9th (update scheduled) has gcc version,
2.95.4
i'm building mod_php3 (some local stuff needs a php3 processor) with mysql
support. using the mysql323 client/server from ports. mysql (which i
know i've built before on older stable's) reports gcc can't convert
longlong to something or other... basicly saying i need a newer compiler.
i'm installing gcc33
2006 May 25
3
3.0.23rc1 - Failed to setup RT_SIGNAL_NOTIFY handler
...ven for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 2.95.4 20011002 (Debian prerelease).
Compiled on a Linux 2.4.18 system on 2003-04-08.
Available extensions:
GNU libio by Per Bothner
crypt add-on version 2.1 by Michael Glad and others
linuxthreads-0.9 by Xavier Leroy
BIND-8.2.3-T5B
libthread_db work sponsored by Alpha Processor Inc
NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
Report bugs using the `glibcbug' script to <bugs@gnu.org>.
der tom
2006 Dec 28
1
winbindd issues on member server
.../*.MDX/*.mmo/*.MMO/*.prg/*.PRG/*.dbt/*.DBT/
level2 oplocks = No
strict locking = No
log level = 1
Some other info that might help.
Host type: i486-suse-linux-gnu
System: Linux bafs1 2.6.8.1 #2 Thu Sep 9 16:57:23 CEST 2004 i686 i686
i386 GNU/Linux
Architecture: i686
Addons: db db2 linuxthreads noversion
Build CFLAGS: -O2 -mcpu=i486 -march=i486 -g
Build CC: gcc
Compiler version: 2.95.3 20010315 (SuSE)
Kernel headers: UTS_RELEASE
Symbol versioning: yes
Build static: yes
Build shared: yes
Build pic-default: no
Build profile: yes
Build omitfp: no
Build bounded: no
Build static-nss: no
Stdio:...
2004 Jul 15
2
SoxMix - Fails to Execute
...Date: Thu, 15 Jul 2004 16:10:12 -0400 (EDT)
From: ruixun wu <ruixunwu@yahoo.ca>
Subject: Re: [Asterisk-Users] Re: Problem loadin oh323 solved
To: asterisk-users@lists.digium.com
Reply-To: asterisk-users@lists.digium.com
Hi,
Thanks for you reply.
I download glibc-2.3.2.tar.gz and
glibc-linuxthreads-2.3.2.tar.gz. The configuration
process was fine, no error occured(I typed
glibc-2.3.2/configure --enable-add-ons=linuxthreads).
But there was a strange things happened in make
process. The make process kept compling the files
located in directory glibc-2.3.2/csu and wouldn't
stop. At first I d...
2016 Feb 27
2
Database left unlocked by Tcl bindings
On Thu, 25 Feb 2016 23:37:52 +0000, Olly Betts <olly at survex.com> wrote:
> On Thu, Feb 25, 2016 at 05:21:17PM +0100, Eric J wrote:
> > On Thu, 25 Feb 2016 02:24:51 +0000, Olly Betts <olly at survex.com> wrote:
> > > It's clearly not as simple as execl() always releasing the lock, but I
> > > don't think we've ruled out the OS entirely yet - the