Please correct your records
The current e-mail address for John Bullock should be
johnjamesbull...@gmail.com
Thank You..
___
Redhat-devel-list mailing list
Redhat-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/redhat-devel-list
--On Sunday, October 19, 2003 12:35 PM +0200 sting sting
<[EMAIL PROTECTED]> wrote:
As I know there is a default stack size for a pthread; but it grows and
shrinks during run time.
can I know the size of this stack during run time ?
I don't know about Linux, but under another OS (OS/2) the stack
On Fri, 17 Oct 2003, Diane Prange wrote:
> anyone know of a way to script mailing an e-mail specifying -r, who it
> is from, -s, the subject, -c copy to, and -b blind copy. Or does anyone
> know of source for BSD mailx which will run on RedHat 9.0?
You should better modify a little bit t
Diane Prange wrote:
We are moving a system from Solaris to RedHat 9.0. I am working on
converting perl scripts to work on RedHat 9.0. Most of the scripts use
the BSD mailx program to mail out notices with the "-r" flag which
allows you to specify who the letter is from. The /bin/mail program
wh
Hi,
The mutt man page says that it supports the -b, -c and -s flags. It also
says that the REPLYTO environment variable can be used to specify the default
reply-to address. This leads me to believe you could use mutt as a mailx
replacement in your scripts by setting the REPLYTO variable prior
>|does anyone
>|know of source for BSD mailx which will run on RedHat 9.0?
Check out nail at
http://omnibus.ruf.uni-freiburg.de/~gritter/
Bob T.
___
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-dev
--On Thursday, October 16, 2003 5:33 PM +0200 sting sting
<[EMAIL PROTECTED]> wrote:
> 1)The top command shows the memory of a process and all its threads as if
> they
> were all using the same size of memory ; which is probably so;
> I have a process with some (5) threads and I want to know how
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, 16 Oct 2003 15:01:57 +0200, sting sting wrote:
> I am using RH7.3 , RH8 , and RH 9 .
> I am writing an application in C++, called myApp (the executable) which uses
> 5 threads; (posix threads)
> Now , the output of ps -aux | grep myApp
> on R
Sorry all...I know that is inappropriate for this list...Didn't mean to
send it to everyone. My apologies.
~John Fabello
425-456-8900
-Original Message-
From: John Fabello
Sent: Wednesday, October 08, 2003 2:10 PM
To: [EMAIL PROTECTED]
Subject: RE: How to customize Linux rmdir s
]
Sent: Wednesday, October 08, 2003 2:04 PM
To: [EMAIL PROTECTED]
Cc: Linse Pallan
Subject: Re: How to customize Linux rmdir system call
On Wed, Oct 08, 2003 at 03:39:21PM -0400, Linse Pallan wrote:
> Can anyone help me ?
You can avoid rebuilding glibc by implementing the functions that you
want
On Wed, Oct 08, 2003 at 03:39:21PM -0400, Linse Pallan wrote:
> Can anyone help me ?
You can avoid rebuilding glibc by implementing the functions
that you want to override in a shared object, and using
system-wide preloading by specifying the library in
/etc/ld.so.preload. See the man page ld.so(
On Thu, 2 Oct 2003, Alan Yang wrote:
> Hello,
>
> I ran into a situation where I don't know how to break the catch-22 cycle.
> The scenario is like this:
> 0. from a DELL machine with scsi device
> 1. I installed the FreeSwan ipsec that seems like a rebuild of kernel is required
> so that
Alan Yang wrote:
so, I am stuck. what to do? I cannot reboot because it would panic
and if I do mkinitrd trying to make a valid img file that would also
fail due to the loop.o wasn't in the kernel that I booted from.
Boot the standard Red Hat kernel and then run mkinitrd.
jch
_
op.o wasn't in the kernel that I booted from.
>
> cannot seem to figure a way to break this cycle.
>
> Did I miss anything?
>
> Thanks,
> alan
>
> -Original Message-
> From: John Haxby [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 03,
Friday, October 03, 2003 12:09 AM
To: [EMAIL PROTECTED]
Subject: Re: mkinitrd failed with 'All of your loopback devices are in
use'
Alan Yang wrote:
>Hello,
>
>I ran into a situation where I don't know how to break the catch-22 cycle.
>The scenario is like this:
>0.
Alan Yang wrote:
Hello,
I ran into a situation where I don't know how to break the catch-22 cycle.
The scenario is like this:
0. from a DELL machine with scsi device
1. I installed the FreeSwan ipsec that seems like a rebuild of kernel is required
so that when insmod loads ipsec.o there wil
> Is it possible that bash isn't available yet?
> Perhaps some lib not on /?
No, all bash libs are available on the root FS. They kind of have
to be, as bash *is* /bin/sh...
Bill
___
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://www.redhat.
Jonathan Bartlett wrote:
The reason that normal startup scripts don't, is that there's no guarantee
/bin/sh will point to bash, or even that bash is installed.
If you want to use bash, the first line should be /bin/bash instead of
/bin/sh, so it's obvious it needs bash specifically.
Is it possibl
On Sun, 28 Sep 2003, Jonathan Bartlett wrote:
> The reason that normal startup scripts don't, is that there's no guarantee
> /bin/sh will point to bash, or even that bash is installed.
Have you tried to install RHL sans bash? Thought not.
RH _can_ make that guarantee.
--
Please, reply only to
also you would wanna add requires: bash for initscripts rpm.
not sure how portable initscripts package was designed to be, would anyone
ever use it outside redhat? if not making a commitment to bash could be
reasonable.
just my .02
v
On Sun, 28 Sep 2003, Jonathan Bartlett wrote:
> The reason t
The reason that normal startup scripts don't, is that there's no guarantee
/bin/sh will point to bash, or even that bash is installed.
If you want to use bash, the first line should be /bin/bash instead of
/bin/sh, so it's obvious it needs bash specifically.
Jon
On Sun, 28 Sep 2003, [iso-8859-1]
On Sunday, Sep 28th 2003 at 14:31 +0100, quoth Manoj Kumar:
=>Is there any reason not to use bash features in init
=>scripts?
=>Consider, for example, this fragment from
=>/etc/sysconfig/network-scripts/ifup-post:
=>
=>DEVICETYPE=`echo $DEVICE | sed "s/[0-9]*$//"`
=>REALDEVICE=`echo $DEVIC
/etc/profile would probably be the one.
grep -ir ulimit /etc/*
/etc/init.d/functions: ulimit -S -c 0 >/dev/null 2>&1
/etc/profile:ulimit -S -c 0 > /dev/null 2>&1
/etc/rc.d/init.d/functions: ulimit -S -c 0 >/dev/null 2>&1
[this is on RH7.2]
On Wed, 24 Sep 2003, Masahide Tomita wrote:
> Hi,
-c ?
Well, it's not a shell variable, but /etc/profile says "ulimit -S -c 0"
to "turn off" core dumping. I suspect that you are re-enabling it in
your own profile. If you want to enable core dumping for a specific
daemon, then either start it from your own
Dave, Thanks for the response. When I tested severn (early in the cycle)
it seemed fine for me (was using a non highmem) boxes. We are however
seeing a lot of issues in Shrike,Valhalla,RH 8 with the 2.4.20-xx
kernels on highmem boxes >1GB.
I am going to try and setup a test box with >1GB and see
[EMAIL PROTECTED] said:
> You can edit the files by hand, having the device/alias be that should
> work.
I've done that at the 7.3 level with great success, but the changes to the
script structure in 9 (I skipped 8, first time ever) evaded me, and I went
back to the gui to make the entries and
Al Potter ([EMAIL PROTECTED]) said:
> And old-time RedHat hax0r that I am, I tend to try the supplied gui tools to
> configure things and then check the config files to see what changed. In
> this case, ath$ does not even show up as a possibility in
> redhatconfig-network.
You can edit the fi
While we're on the subject, and I apologize in advance for asking here, I've
been fooling with the madwifi drivers for the Atheros chipset wireless
cardbus and pcmcia cards.
This driver was ported from $BSD, and the company name _is_ Atheros, so it
shows up in linux as ath0, not eth0.
This see
Pekka Savola ([EMAIL PROTECTED]) said:
> > > > Can you elaborate in what way it isn't working?
> >
> > > Yes, later today.
> >
> > Try the attached.
>
> Good for testing, but the real fix probably needs to disregard some
> specific files from "ifcfg-*", like in /etc/init.d/network:
>
> interf
On Wed, 3 Sep 2003, Bill Nottingham wrote:
> Dax Kelson ([EMAIL PROTECTED]) said:
> > > > In my testing, it is *not*
> > > > working with PCMCIA nics. :(
> > >
> > > Can you elaborate in what way it isn't working?
> > >
> > > Bill
> >
> > Yes, later today.
>
> Try the attached.
Good for testi
Dax Kelson ([EMAIL PROTECTED]) said:
> > > In my testing, it is *not*
> > > working with PCMCIA nics. :(
> >
> > Can you elaborate in what way it isn't working?
> >
> > Bill
>
> Yes, later today.
Try the attached.
Bill
--- hotplug-2002_04_01/etc/hotplug/net.agent.foo2003-09-03 16:48
Dax Kelson ([EMAIL PROTECTED]) said:
> I have a PCMCIA:
>
> Cisco Aironet 350
> Lucent Orinoco Gold
> Xircom RealPort Ethernet
>
> Ideally I would like the following hardcoded:
>
> Orinoco == eth1
> Aironet == eth2
> Xircom == eth3
>
> Looking in severn I noticed that the initscripts package
Just do like all of us who need features like crack and domxml (pre RHL
9) do: rebuild the SRPM. It's really not that difficult.
T.T. wrote:
> Hello.
> I use Red Hat Network.
> Plese make the php-mbstring of rpm.
> ***
> php-mbstring for ./configure --with-mbst
Hi Roberto,
> I'm installing KDE developer, 2.1x for KDE 3.1.5. I'm running Red Hat
> 9.0. At the very beginning, I'm told by KDE Develop Setup, the the QT
> documentation is found, but the the KDELIB-DOC is not found.
Not entirly sure what you are looking for, but did you install kdelibs-
deve
You must compile with optimization... -O2
jeff
rahul patil wrote:
hi,
I want build an application that requires the exact memory address
(for LCD display). I use ioremap to achieve that. However, when i try
to compile the file, i get the following error.
implicit declaration of ioremap
and he
using both virtual cpus, tried different bioses etc.. but no worky :(
-j
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Laurent GUERBY
Sent: Tuesday, August 19, 2003 12:51 PM
To: [EMAIL PROTECTED]
Subject: Re: "Hyperthreading"
On Tue, 2003-08-1
On Tue, 2003-08-19 at 12:16, James Olin Oden wrote:
> I think 2.4.18 of the linux kernel and beyond do so, and specifically RH 9
> supports hyper threading right out of the box. I have been using it on
> some boxes supporting hyperthreading without any issues since the RH 9
> beta came out (phoebe
On Mon, 18 Aug 2003, Richard Troy wrote:
>
>
> Hi guys,
>
> I'm just wondering: We just recently - last weekend - decided to "move
> into the modern era" on one of our server boxes running RedHat Linux. Our
> hardware selection was P4 2.6ghz, 800mhz fsb, with a gig of main memory on
> an Intel
Hollis [mailto:[EMAIL PROTECTED]
Sent: Monday, August 18, 2003 11:27 PM
To: Rishabh Kumar Goel
Cc: [EMAIL PROTECTED]
Subject: Re: FireWire HDD problem
On Mon, 18 Aug 2003, Rishabh Kumar Goel wrote:
> I have a Bencent 3.5" FireWire HDD. I also have a TI's TSB43ab22 iOHCI PCI
> car
> > Hi guys,
> >
> > I'm just wondering: We just recently - last weekend - decided to "move
> > into the modern era" on one of our server boxes running RedHat Linux. Our
> > hardware selection was P4 2.6ghz, 800mhz fsb, with a gig of main memory on
> > an Intel brand mother board with integrated
On Mon, 18 Aug 2003, Richard Troy wrote:
>
>
> Hi guys,
>
> I'm just wondering: We just recently - last weekend - decided to "move
> into the modern era" on one of our server boxes running RedHat Linux. Our
> hardware selection was P4 2.6ghz, 800mhz fsb, with a gig of main memory on
> an Intel
I don't know about >120GB drives, however, Hyperthreading works in the
recent Red Hat released 2.4 kernels. I'm not sure if that's a back port
from 2.6 or what. What happens is the kernel sees 2*n processors where
n is the number of physical processors in the machine. I.e. if you have
a 2 pr
On Mon, 18 Aug 2003, Laurent GUERBY wrote:
> Will newer Red Hat releases / kernel versions get better performance
> and plug/unplug behaviour? Any other user experience with this drive?
usb2 in the kernel is very new and performance is not the best. i get
about 50% more performance from firewire
On Mon, 18 Aug 2003, Rishabh Kumar Goel wrote:
> I have a Bencent 3.5" FireWire HDD. I also have a TI's TSB43ab22 iOHCI PCI
> card with a PCI-PCI bridge interface.
You have to set the drive for cable select, not master or slave.
-Dan
--
[-] Omae no subete no kichi wa ore no mono da. [-]
_
Hi,
For what it's worth, a web search turned up:
http://armin.emx.at/ipod/ieee1394_howto.html
Venkatesh
> I have a Bencent 3.5" FireWire HDD. I also have a TI's TSB43ab22 iOHCI PCI
> card with a PCI-PCI bridge interface.
> When i plug the HDD into the card in my Pentium 4, i recie
On Mon, 18 Aug 2003, Rishabh Kumar Goel wrote:
> I have a Bencent 3.5" FireWire HDD. I also have a TI's TSB43ab22 iOHCI PCI
> card with a PCI-PCI bridge interface.
> When i plug the HDD into the card in my Pentium 4, i recieve the following
> errors:
> 1.Configrom Quadlet read error.
> 2.
On Mon, 2003-08-04 at 20:18, Sadanapalli, Pradeep Kumar (MED, TCS)
wrote:
> Hi ,
> I am not sure whether this is the correct list for my post, if not
> excuse me.
>
> For the runtime testing of C++ applications for memory corruption and
> memory leak detection ,
> we are currently using Insure++ f
Cat /proc/stat
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gary Cote
Sent: 2003年6月6日 2:52
To: [EMAIL PROTECTED]
Subject: RE: Finding CPU Utilization %
This might be splitting hairs, but the load average,
as I understand it, is not exactly CPU
Actually, I'm not trying to add a new driver. Just adding a few entries to
the pcitable so that the card is detected and the megaraid module is loaded
automatically. My pcitable entries are fine, the card is detected at install
time. The only issue is when the installer fails on the hwdata rpm,
I don't know how to make custom iso install cds with newer drivers bundled
in. However, I'm sure you're aware that you can download LSI's driver disk
and install RH 8 using "linux dd" at the boot prompt. This will get you
using the 1.18h driver.
It still doesn't look like they've released a 1.18
Have you tried mmap()ing /dev/mem? You would then directly access
0x1 - start + base, where base is the address of the virtual memory
that mmap assigned to your pages, and start is the first address of
physical memory that you actually specified to map.
You should avoid mapping any more pag
On 19 Jul 2003, rahul patil wrote:
>
> hi,
> I want build an application that requires the exact memory address
> (for LCD display). I use ioremap to achieve that. However, when i
> try to compile the file, i get the following error.
>
> implicit declaration of ioremap
> and hence
> unreferenced
On 19 Jul 2003, rahul patil wrote:
> hi,
> I want build an application that requires the exact memory address
> (for LCD display). I use ioremap to achieve that. However, when i
> try to compile the file, i get the following error.
>
> implicit declaration of ioremap
> and hence
> unreferenced
On Mon, 14 Jul 2003, Steve Dixon wrote:
> servers have changed or the line itself, the only difference is the OS
> of the gateway. Any idea what could be causing the slow connection to
> the server?
There is possible that the imap server you're connecting to is
configured to perform user
On Mon, 14 Jul 2003, Steve Dixon wrote:
> We switched over from a windows 2000 server for a gateway to a redhat 9
> box, all updates. I am using a firewall tool called narc. I've tried
> others but with the same effect. Before we switched over to linux we
> could connect to our mail server(loca
> "mt" == Miloslav Trmac <[EMAIL PROTECTED]> writes:
mt> On Tue, Jul 08, 2003 at 08:32:35AM -0700, Vladimir G. Ivanovic wrote:
>> Isn't S_IFMT defined as part of POSIX and not part of the XSI extensions?
>>
>> http://www.opengroup.org/onlinepubs/007904975/basedefs/sys/stat.h.h
On Tue, Jul 08, 2003 at 08:32:35AM -0700, Vladimir G. Ivanovic wrote:
> Isn't S_IFMT defined as part of POSIX and not part of the XSI extensions?
>
>http://www.opengroup.org/onlinepubs/007904975/basedefs/sys/stat.h.html
See the PDF version. It surely "looks" more official, although in theory
b
On Mon, 7 Jul 2003, John wrote:
> On Mon, 7 Jul 2003, Leonard den Ottolander wrote:
>
> > Hi Sean,
> >
> > > So it seems to be "distro" relatedhmmm...
> >
> > Well, compiler version related (but afaik only Red Hat ships the gcc-2.96
> > compiler). On my Red Hat 7.3 system the error also i
On Mon, 7 Jul 2003, Michael Schwendt wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Mon, 7 Jul 2003 02:24:38 +0200, Leonard den Ottolander wrote:
>
> > Hi Sean,
> >
> > > So it seems to be "distro" relatedhmmm...
> >
> > Well, compiler version related (but afaik only Red
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Mon, 7 Jul 2003 02:24:38 +0200, Leonard den Ottolander wrote:
> Hi Sean,
>
> > So it seems to be "distro" relatedhmmm...
>
> Well, compiler version related (but afaik only Red Hat ships the gcc-2.96
> compiler). On my Red Hat 7.3 system the
On Mon, 7 Jul 2003, Leonard den Ottolander wrote:
> Hi Sean,
>
> > So it seems to be "distro" relatedhmmm...
>
> Well, compiler version related (but afaik only Red Hat ships the gcc-2.96
> compiler). On my Red Hat 7.3 system the error also is reproducible. You should
I had a mate check o
On Mon, 7 Jul 2003, Leonard den Ottolander wrote:
> Hi Sean,
>
> > So it seems to be "distro" relatedhmmm...
>
> Well, compiler version related (but afaik only Red Hat ships the gcc-2.96
> compiler). On my Red Hat 7.3 system the error also is reproducible. You should
> probably report a b
Hi Sean,
> So it seems to be "distro" relatedhmmm...
Well, compiler version related (but afaik only Red Hat ships the gcc-2.96
compiler). On my Red Hat 7.3 system the error also is reproducible. You should
probably report a bug at http://bugzilla.redhat.com .
By the way, if you need stac
On 6 Jul 2003, Sean Bruno wrote:
> So it seems to be "distro" relatedhmmm...
>
I don't have a RHL 8.0 or 9 system to test on. If you can take the time,
build gcc (the most likely candidate) from the tarball contained in the
src.rpm and see whether that has the problem. The spec file contains
So it seems to be "distro" relatedhmmm...
Anyone from Red-Hat wanna' chime in on this one?
On Sun, 2003-07-06 at 15:52, John wrote:
> On 6 Jul 2003, Sean Bruno wrote:
>
> > I have been troubleshooting an issue with a multi-threaded application
> > port from Solaris X86 to Linux.
> >
> > It
On 6 Jul 2003, Sean Bruno wrote:
> I have been troubleshooting an issue with a multi-threaded application
> port from Solaris X86 to Linux.
>
> It was randomly dumping core on "main" or other random parts of code.
>
> After hacking on the issue for about a week, I decided to write a little
> hel
-Original Message-
From: rtiger [mailto:[EMAIL PROTECTED]
Sent: Thu 03/07/2003 15:16
To: [EMAIL PROTECTED]
Cc:
Subject: confirm 353173
___
Redhat-devel-lis
Hi John,
> As I recall from when I looked at StackGuard some time ago, 'Canary" is
> a technical term in the context of StackGuard.
That I am aware of. Problem is how to get rid of the undefined reference.
> I suggest you seek help from immunix where you will find people expert
> in the use and
On Thu, 26 Jun 2003, Leonard den Ottolander wrote:
> Hi,
>
> I am trying to build a stackguarded gcc-2.96-RH73 from the latest StackGuard
> patch that can be found at http://www.immunix.org/stackguard.html (updated
> june 2003!). Problem is I keep getting
> stage1/crtbegin.o(.text+0x9d): undef
On Fri, 13 Jun 2003, James Olin Oden wrote:
> OK, this is the original problem I was trying to figure with the debug
> version of init. In house we have an app that was starting a process
> manager from init. It was starting after the sysinit entry and before
> the runlevel script entries (it n
On Tuesday 17 June 2003 09:01, Farkas Levente wrote:
> hi,
> so my biggest problem is that, when I've got these error and keep
> getting the error, than do wc -l /proc/net/ip_conntrack and it's just
> 300-400 so I assume 48632 is more than enough. am I wrong?
Hmm no not wrong, i am sure that wc -l
This is something I have been wondering about as well ...
-Original Message-
From: Maxim Koshelev [mailto:[EMAIL PROTECTED]
Sent: 17 June 2003 13:38
To: [EMAIL PROTECTED]
Subject: Re: threads problems in RedHat9??
---INTERNET EMAIL NOTIFICATION---
This email originates from the
hi,
so my biggest problem is that, when I've got these error and keep
getting the error, than do wc -l /proc/net/ip_conntrack and it's just
300-400 so I assume 48632 is more than enough. am I wrong?
Balint Cristian wrote:
On Tuesday 17 June 2003 15:23, Farkas Levente wrote:
hi,
I forgot to menti
Tarhon-Onu Victor wrote:
On Tue, 17 Jun 2003, Balint Cristian wrote:
you can change it:
[EMAIL PROTECTED] root]# echo 1024000 > /proc/sys/net/ipv4/ip_conntrack_max
Be careful if increase will eat more memory
Or if you don't have {S,D}NAT rules in the nat table it would be
wise to r
Hello again,
All work fine with linking vs /lib/i686. Just one broblem left:
how to built on generic RH9 host without changing permisions on
/lib/tls or removing them...
Thanks again to Thomas.
Thomas Bailey wrote:
>Maxim,
>
>I had a similar problem - the destructors associated with thread
>spe
On Tuesday 17 June 2003 15:23, Farkas Levente wrote:
> hi,
> I forgot to mention that it can't be the reason:
> # cat /proc/sys/net/ipv4/ip_conntrack_max
> 48632
>
> Balint Cristian wrote:
> > [EMAIL PROTECTED] root]# cat /proc/sys/net/ipv4/ip_conntrack_max
> > 8184
> >
> > It is 8000 entry by defa
On Tue, 17 Jun 2003, Balint Cristian wrote:
> you can change it:
> [EMAIL PROTECTED] root]# echo 1024000 > /proc/sys/net/ipv4/ip_conntrack_max
>
> Be careful if increase will eat more memory
Or if you don't have {S,D}NAT rules in the nat table it would be
wise to rmmod ip_conntrack
hi,
I forgot to mention that it can't be the reason:
# cat /proc/sys/net/ipv4/ip_conntrack_max
48632
Balint Cristian wrote:
[EMAIL PROTECTED] root]# cat /proc/sys/net/ipv4/ip_conntrack_max
8184
It is 8000 entry by default
you can change it:
[EMAIL PROTECTED] root]# echo 1024000 > /proc/sys/net/ip
[EMAIL PROTECTED] root]# cat /proc/sys/net/ipv4/ip_conntrack_max
8184
It is 8000 entry by default
you can change it:
[EMAIL PROTECTED] root]# echo 1024000 > /proc/sys/net/ipv4/ip_conntrack_max
Be careful if increase will eat more memory
On Tuesday 17 June 2003 14:29, Farkas Levente wrot
On Tue, 17 Jun 2003, Maxim Koshelev wrote:
> Thanks Thomas,
> I'll try this workarround today.
> But why redhat team distribute such broken library?
Ah, the joys of bleeding-edge software.
--
Please, reply only to the list.
Join the "Linux Support by Small Businesses" list at
http://mail.co
Thanks Thomas,
I'll try this workarround today.
But why redhat team distribute such broken library?
Thanks again for explanation.
Maxim.
Thomas Bailey wrote:
>Maxim,
>
>I had a similar problem - the destructors associated with thread
>specific storage are not called in the RH 9 pthread library ei
Maxim,
I had a similar problem - the destructors associated with thread
specific storage are not called in the RH 9 pthread library either.
You can work around this by linking against the pthread and libc
libraries in /lib or /lib/i686, which seem to work. Unfortunately, the
only way I could do t
On Mon, 16 Jun 2003, James Olin Oden wrote:
> On Mon, 16 Jun 2003, Bill Nottingham wrote:
>
> > James Olin Oden ([EMAIL PROTECTED]) said:
> > > On Mon, 16 Jun 2003, Bill Nottingham wrote:
> > >
> > > > James Olin Oden ([EMAIL PROTECTED]) said:
> > > > > and looked at things. The last syscall
On Mon, 16 Jun 2003, Bill Nottingham wrote:
> James Olin Oden ([EMAIL PROTECTED]) said:
> > On Mon, 16 Jun 2003, Bill Nottingham wrote:
> >
> > > James Olin Oden ([EMAIL PROTECTED]) said:
> > > > and looked at things. The last syscall I see init in after
> > > > running the init 6, is:
> > >
On Mon, 16 Jun 2003, Bill Nottingham wrote:
> James Olin Oden ([EMAIL PROTECTED]) said:
> > On Mon, 16 Jun 2003, Bill Nottingham wrote:
> >
> > > James Olin Oden ([EMAIL PROTECTED]) said:
> > > > and looked at things. The last syscall I see init in after
> > > > running the init 6, is:
> > >
James Olin Oden ([EMAIL PROTECTED]) said:
> On Mon, 16 Jun 2003, Bill Nottingham wrote:
>
> > James Olin Oden ([EMAIL PROTECTED]) said:
> > > and looked at things. The last syscall I see init in after
> > > running the init 6, is:
> > >
> > > futex(0x4212f1f4, FUTEX_WAIT, -1, NULL
> >
> >
On Mon, 16 Jun 2003, Bill Nottingham wrote:
> James Olin Oden ([EMAIL PROTECTED]) said:
> > and looked at things. The last syscall I see init in after
> > running the init 6, is:
> >
> > futex(0x4212f1f4, FUTEX_WAIT, -1, NULL
>
> What glibc are you running?
>
I am running:
glibc
James Olin Oden ([EMAIL PROTECTED]) said:
> and looked at things. The last syscall I see init in after
> running the init 6, is:
>
> futex(0x4212f1f4, FUTEX_WAIT, -1, NULL
What glibc are you running?
Bill
___
Redhat-devel-list mailing list
On Fri, 13 Jun 2003, James Olin Oden wrote:
> I was experience a problem with init (not running rc scripts; I will deal
> with this in seperate email), and so I pulled down the SysVinit srpm
> and rebuilt it with DEBUG set to 1 in init.h. This cause init to print
> lots of nice debug output, but.
Chris,
I tend not to trust people who can't spell, because md5sums of their
thoughts and their deeds are not matching.
Jokes aside, let me restate my question and explain that I'm fully aware
what rawhide is, and that you may want to go patronize newbies in
#linuxhelp.
I merely wanted to state that
Honestly, judging your level of expertise by this email i would advice
not running rawhide or exec-shield. It's not 'blessed' software, nor is
it 'known to work'. It's not even 'beta' software! It's not called
'bleeding-edge' for nothing ;-)
If you read the docs & anouncements for exec-shield,
Vijay Patil ([EMAIL PROTECTED]) said:
>I was going through the PS2 detection routines
> in the kudzu code (psaux.c) and struck a problem
> there. I tried copying the psauxProbe() function and
> mouse_read(), mouse_cmd() functions to another C file
> and running it (after removing the psaux
Hi Thomas,
I don't really know what these two libraries are, but I would use some sort
of sync to make sure that the main thread doesn't exit before the spawned
one even starts. I do know that LinuxThreads doesn't necessarily immediately
start the thread spawned by pthread_create(). Maybe the
On Wed, 11 Jun 2003, Steve Dixon wrote:
> at the reference guide there aren't any parameters that I can pass the
> card with /etc/modules.conf. Can someone from redhat confirm this?
Please use mii-tool to see if the lan card negociaded properly
the speed and duplex with the other equipme
ehalf Of Tony Nugent
Sent: Tuesday, June 10, 2003 6:16 PM
To: RedHat Development Mailing List
Subject: Re: Network bandwitdth
On Tue Jun 10 2003 at 08:17, "Steve Dixon" wrote:
> I have a quick question that I havent been able to figure out. We are
> on a fiber connection to the
On Tue Jun 10 2003 at 08:17, "Steve Dixon" wrote:
> I have a quick question that I havent been able to figure out. We are
> on a fiber connection to the internet which gives us about 3Mbps. We
> have a windows 2000 server that has been used as a gateway and is able
> to take full use of the bandw
At 03:05 09.06.2003, [EMAIL PROTECTED] wrote:
On Sun, 8 Jun 2003, Balint Cristian wrote:
> A asure you too from my ibook:
>
> [EMAIL PROTECTED] FILMS]# rpm -qa | grep glibc
> glibc-kernheaders-2.4-8.17
> glibc-common-2.3.2-48
> glibc-devel-2.3.2-48
> glibc-2.3.2-48
> [EMAIL PROTECTED] FILMS]# teln
Balint Cristian ([EMAIL PROTECTED]) said:
> _ALL_ ppc rawhide now are 32 bit except kernel and glibc64 (the 64bit version
> of glibc).I think (maybe i am wrong) redhat killed ppc64 tree the 64 bit
> version of rawhide because of idea that on real 64 bit machines only kernel
> is running 64 bit
On Sun, 8 Jun 2003, Balint Cristian wrote:
> A asure you too from my ibook:
>
> [EMAIL PROTECTED] FILMS]# rpm -qa | grep glibc
> glibc-kernheaders-2.4-8.17
> glibc-common-2.3.2-48
> glibc-devel-2.3.2-48
> glibc-2.3.2-48
> [EMAIL PROTECTED] FILMS]# telnet rezso.rdsor.ro 22
> Trying 212.93.155.178.
On Sunday 08 June 2003 14:22, [EMAIL PROTECTED] wrote:
> On Sun, 8 Jun 2003, Elliot Lee wrote:
> > On Sun, 8 Jun 2003 [EMAIL PROTECTED] wrote:
> > > It's an iBook. Rawhide has amazingly worked pretty well on this
> > > iBook. :)
And it work well !!
> You are restating my point. I wanted
1 - 100 of 5182 matches
Mail list logo