Displaying 20 results from an estimated 53 matches for "__read".
Did you mean:
_read
2006 Jan 06
2
DO NOT REPLY [Bug 3382] New: hang in read() in exclude.test of testsuite
...and getting back 0 bytes.
I attached to rsync with a debugger and stopped execution, and got this:
(ladebug) attach 198075 rsync
Reading symbolic information ...done
Attached to process id 198075 ....
Interrupt (for process)
Stopping process localhost:198075 (rsync).
stopped at [<opaque> __read(...) 0x3ff800d67d8]
Information: An <opaque> type was presented during execution of the previous
command. For complete type information on this symbol, recompilation of the
program will be necessary. Consult the compiler man pages for details on
producing full symbol table information us...
2008 Apr 28
4
Wineserver causing heavy CPU load
I am running Fedora 8 uname -r = 2.6.24.4-64.fc8 on my box with Wine 0.9.58. When I first installed it I noticed that my CPU usage jumped and stayed at 100% with wineserver taking > 85%. I killed the wineserver process and it dropped down, however it soon jumped back up when wineserver restarted itself. I then killed it again and all related processes and disabled it from starting as a damen
2002 Dec 25
1
Trouble installing samba
...king for _dup2... no
> checking for _opendir... no
> checking for _readdir... no
> checking for _seekdir... no
> checking for _telldir... no
> checking for _closedir... no
> checking for __dup... no
> checking for __dup2... no
> checking for __opendir... no
> checking for __readdir... no
> checking for __seekdir... no
> checking for __telldir... no
> checking for __closedir... no
> checking for __getcwd... no
> checking for _getcwd... no
> checking for __xstat... no
> checking for __fxstat... no
> checking for __lxstat... no
> checking for _stat....
1999 Oct 26
0
Solaris 7 not compiling HEAD code
...ll... yes
checking for _dup... yes
checking for _dup2... yes
checking for _opendir... yes
checking for _readdir... yes
checking for _seekdir... yes
checking for _telldir... yes
checking for _closedir... yes
checking for __dup... no
checking for __dup2... no
checking for __opendir... no
checking for __readdir... no
checking for __seekdir... no
checking for __telldir... no
checking for __closedir... no
checking for __getcwd... no
checking for _getcwd... yes
checking for __xstat... no
checking for __fxstat... no
checking for __lxstat... no
checking for _stat... yes
checking for _lstat... yes
checking f...
2001 Nov 07
1
Configuring 2.2.2 (or 2.0.7) on Digital Unix 4.0f fails - "No locking"
...yscall... yes
checking for _dup... no
checking for _dup2... no
checking for _opendir... no
checking for _readdir... no
checking for _seekdir... no
checking for _telldir... no
checking for _closedir... no
checking for __dup... yes
checking for __dup2... yes
checking for __opendir... yes
checking for __readdir... yes
checking for __seekdir... yes
checking for __telldir... yes
checking for __closedir... yes
checking for __getcwd... yes
checking for _getcwd... no
checking for __xstat... no
checking for __fxstat... no
checking for __lxstat... no
checking for _stat... no
checking for _lstat... no
checking...
2009 Sep 01
15
install sxce as paravirtual guest
I have tried to define a domain or using virt-install both failed.
Could some one give me the correct command to do this?
I used:
virt-install --nographics --paravirt --os-type=solaris
--os-variant=opensolaris --ram 1024 --name cam-host --disk
path=/dev/dsk/c0t600A0B800049E902000008EB4A9CE744d0p0,driver=phy -l
/export/media_images/sol-nv-b121-x86-dvd.iso
thx,
florian
2002 Oct 21
1
compilation probs...
...or syscall... no
checking for _dup... no
checking for _dup2... no
checking for _opendir... no
checking for _readdir... no
checking for _seekdir... no
checking for _telldir... no
checking for _closedir... no
checking for __dup... no
checking for __dup2... no
checking for __opendir... no
checking for __readdir... no
checking for __seekdir... no
checking for __telldir... no
checking for __closedir... no
checking for __getcwd... no
checking for _getcwd... no
checking for __xstat... no
checking for __fxstat... no
checking for __lxstat... no
checking for _stat... no
checking for _lstat... no
checking for...
2002 Oct 29
1
Problem running ./configure
...or syscall... no checking for _dup... no checking for _dup2...
no checking for _opendir... no checking for _readdir... no checking for
_seekdir... no checking for _telldir... no checking for _closedir... no
checking for __dup... no checking for __dup2... no checking for
__opendir... no checking for __readdir... no checking for __seekdir...
no checking for __telldir... no checking for __closedir... no checking
for __getcwd... no checking for _getcwd... no checking for __xstat... no
checking for __fxstat... no checking for __lxstat... no checking for
_stat... no checking for _lstat... no checking for...
2003 Jun 02
2
./configure --with-pam fails allways
...opendir
configure:5977: checking for _readdir
configure:5977: checking for _seekdir
configure:5977: checking for _telldir
configure:5977: checking for _closedir
configure:6032: checking for __dup
configure:6032: checking for __dup2
configure:6032: checking for __opendir
configure:6032: checking for __readdir
configure:6032: checking for __seekdir
configure:6032: checking for __telldir
configure:6032: checking for __closedir
configure:6087: checking for __getcwd
configure:6087: checking for _getcwd
configure:6142: checking for __xstat
configure:6142: checking for __fxstat
configure:6142: checking for...
2002 Nov 21
0
please can someone help me?
...l... yes
checking for _dup... yes
checking for _dup2... yes
checking for _opendir... yes
checking for _readdir... yes
checking for _seekdir... yes
checking for _telldir... yes
checking for _closedir... yes
checking for __dup... no
checking for __dup2... no
checking for __opendir... yes
checking for __readdir... no
checking for __seekdir... no
checking for __telldir... no
checking for __closedir... no
checking for __getcwd... no
checking for _getcwd... yes
checking for __xstat... no
checking for __fxstat... no
checking for __lxstat... no
checking for _stat... yes
checking for _lstat... yes
checking f...
2008 Apr 30
16
[PATCH 00/15] ia64/pv_ops take 5
Hi. This patchset implements ia64/pv_ops support which is the
framework for virtualization support.
Now all the comments so far have been addressed, but only a few exceptions.
On x86 various ways to support virtualization were proposed, and
eventually pv_ops won. So on ia64 the pv_ops strategy is appropriate too.
Later I'll post the patchset which implements xen domU based on
ia64/pv_ops.
2008 Apr 30
16
[PATCH 00/15] ia64/pv_ops take 5
Hi. This patchset implements ia64/pv_ops support which is the
framework for virtualization support.
Now all the comments so far have been addressed, but only a few exceptions.
On x86 various ways to support virtualization were proposed, and
eventually pv_ops won. So on ia64 the pv_ops strategy is appropriate too.
Later I'll post the patchset which implements xen domU based on
ia64/pv_ops.
2008 Apr 09
15
[PATCH 00/15] RFC: ia64/pv_ops take 4
Hi. This patchset implements ia64/pv_ops support which is the
framework for virtualization support.
Please review and comments.
On x86 various ways to support virtualization were proposed, and
eventually pv_ops won. So on ia64 the pv_ops strategy is appropriate too.
Later I'll post the patchset which implements xen domU based on
ia64/pv_ops. Currently only ia64/xen pv_ops implementation
2008 Apr 09
15
[PATCH 00/15] RFC: ia64/pv_ops take 4
Hi. This patchset implements ia64/pv_ops support which is the
framework for virtualization support.
Please review and comments.
On x86 various ways to support virtualization were proposed, and
eventually pv_ops won. So on ia64 the pv_ops strategy is appropriate too.
Later I'll post the patchset which implements xen domU based on
ia64/pv_ops. Currently only ia64/xen pv_ops implementation
2002 Jul 26
1
creating unicode_map.437 and unicode_map.ISO8859-1?
Hello,
I am running HP-UX 11 with Samba 2.2.5 binaries for HPUX and I keep getting
the error that Samba can't
find the unicode_map.xxx file. Well, I notice that all I have in
/usr/local/samba/lib/codepages
is codepage type files, not unicode. Why do the binaries not include a
compiled make_unicodemap?
I did download the source and found the .c file for the command. When I try
to run
2008 May 19
18
[PATCH 00/17] ia64/pv_ops take 6
Hi. This patchset implements ia64/pv_ops support which is the
framework for virtualization support.
Changes from take 5 are rebased to Linux 2.6.26-rc3,
bug fix ivt.S paravirtualization and multi entry point support.
I believe these patches can be applied to the linux ia64 repository.
On x86 various ways to support virtualization were proposed, and
eventually pv_ops won. So on ia64 the pv_ops
2008 May 19
18
[PATCH 00/17] ia64/pv_ops take 6
Hi. This patchset implements ia64/pv_ops support which is the
framework for virtualization support.
Changes from take 5 are rebased to Linux 2.6.26-rc3,
bug fix ivt.S paravirtualization and multi entry point support.
I believe these patches can be applied to the linux ia64 repository.
On x86 various ways to support virtualization were proposed, and
eventually pv_ops won. So on ia64 the pv_ops
2002 Oct 11
0
[Fwd: samba-2.2.5 in Tru64 unix v4.0e]
...for _opendir... (cached) no
checking for _readdir... (cached) no
checking for _seekdir... (cached) no
checking for _telldir... (cached) no
checking for _closedir... (cached) no
checking for __dup... (cached) yes
checking for __dup2... (cached) yes
checking for __opendir... (cached) yes
checking for __readdir... (cached) yes
checking for __seekdir... (cached) yes
checking for __telldir... (cached) yes
checking for __closedir... (cached) yes
checking for __getcwd... (cached) yes
checking for _getcwd... (cached) no
checking for __xstat... (cached) no
checking for __fxstat... (cached) no
checking for __...
2001 Jan 26
10
Please Help
I've downloaded the binary Samba 2.0.7 for AIX. I have no idea how to install this critter. Can anyone walk me thru this step by step? I think once i have
it running, I'll be able to configure it based on the info at samba.org. It's just getting it running that troubles me. I have some experience with *nix, but
not with compliling (sorry, no C compliler on system) and installing
2002 Jul 01
5
./configure --with-pam
...g for _opendir... (cached) no
checking for _readdir... (cached) no
checking for _seekdir... (cached) no
checking for _telldir... (cached) no
checking for _closedir... (cached) no
checking for __dup... (cached) no
checking for __dup2... (cached) yes
checking for __opendir... (cached) no
checking for __readdir... (cached) no
checking for __seekdir... (cached) no
checking for __telldir... (cached) no
checking for __closedir... (cached) no
checking for __getcwd... (cached) no
checking for _getcwd... (cached) no
checking for __xstat... (cached) yes
checking for __fxstat... (cached) yes
checking for __lxs...