search for: fionread

Displaying 20 results from an estimated 33 matches for "fionread".

Did you mean: aio_read
2004 Mar 26
1
nmbd dying
...s still running. This last time around, I had a ptrace running on both nmbd processes and found that the parent process was the one still running, but the child process had died. Here's the end of the ptrace of the child: poll([{fd=9, events=POLLIN, revents=POLLIN}], 1, 5000) = 1 ioctl(9, FIONREAD, [81]) = 0 recvfrom(9, "\t\1\201\200\0\1\0\2\0\0\0\0\vBORDER-ACCT\tbordere"..., 1024, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("127.0.0.1")}, [16]) = 81 close(9) = 0 write(5, "BORDER-ACCT\0\0\0\0\0\0\0\0\0\0...
2011 Oct 11
5
[PATCH] libxl: reimplement buffer for bootloading and drop data if buffer is full
...t = 1; + continue; + } + timeout = 0; /* Input from xenconsole, read xenconsoled_fd, write bootloader_fd */ if (FD_ISSET(xenconsoled_fd, &rsel)) { + if (xenconsoled_prod == XENCONSOLED_BUF_SIZE) { + if (ioctl(xenconsoled_fd, FIONREAD, &read_ahead) < 0) + goto out_err; + memmove(xenconsoled_buf, &xenconsoled_buf[read_ahead], XENCONSOLED_BUF_SIZE - read_ahead); + xenconsoled_prod -= read_ahead; + } ret = read(xenconsoled_fd, &xenconsoled_buf[x...
2008 Oct 24
3
more smbd CPU mystery
...215\22\243\246\315\367\245Yw\303\31\305\6nLz\243"..., 32768, 65112414) = 32768 write(5, "\0\0\0/\377SMB/\0\0\0\0\210\1\310\0\0\0\0\0\0\0\0\0\0\0"..., 51) = 51 gettimeofday({1224887351, 100692}, NULL) = 0 select(32, [5 21 31], [], NULL, {60, 0}) = 2 (in [5 31], left {60, 0}) ioctl(31, FIONREAD, [64]) = 0 read(31, "\1\0\0\0\2\0\0\0\0\0\0\0000\0\0\0ubuntu-8.04.1-de"..., 64) = 64 write(5, "\0\0\0G\377SMB\240\0\0\0\0\210\1\310\0\0\0\0\0\0\0\0\0"..., 75) = 75 gettimeofday({1224887351, 103900}, NULL) = 0 select(32, [5 21 31], [], NULL, {60, 0}) = 1 (in [5], le...
2019 Jun 17
0
[ANNOUNCE] libX11 1.6.8
...bGetNamedGeometry() specs/XKB: Fix misprint in documentation of XkbAllocGeomOverlayRows() specs/XKB: Fix misprint in documentation of XkbAllocGeomOverlayKeys() specs/XKB: Fix misprint in documentation of XkbFreeGeomOverlayKeys() XlibInt.c: include headers needed for ioctl(...FIONREAD...) on Solaris Include reallocarray.h in tarballs so "make distcheck" passes Add missing close paren to XrmGetStringDatabase synopsis in man page Albert Astals Cid (2): compose.dir: Add ast_ES.UTF-8 locale.dir: Add ast_ES.UTF-8 Jon Turney (4): Add autoconf...
2006 Dec 10
1
[BUG] Compiz hangs at launch when the focus windows is a swing window
...n () I also ran a strace on compiz to see what was happening and it is in an infinite loop on a poll syscall. This is repeting over and over : poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, -1) = 1 read(4, "s\0\203\16\3\0\300\0\202\0\340\0037_\341l\207\4\1\0\34"..., 32) = 32 ioctl(4, FIONREAD, [64]) As a guess i pretty much think it is another java bug not really a compiz bug but it is pretty problematic as you only can reboot the computer to take control back if you can't kill compiz from another computer. As a side note here is my java version ( Java HotSpot(TM) Client VM (...
2019 Oct 24
3
winbind : suspend nightmare
On Wed, 2019-10-23 at 22:21 -0700, Jeremy Allison wrote: > On Wed, Oct 23, 2019 at 11:58:33PM +0000, Jon Gerdes wrote: > > winbind has a concept of offline and online but I don't know what > > that > > is, nor how nss works with it. I've tried using smbcontrol to tell > > winbind it is offline or online but that does not seem to work. > > Restarting
2018 May 14
0
Wine release 3.0.1
...Fix ABC width calculations when applying transformations internally. gdi32: Fix synthetic bold outline text metrics. gdi32/tests: Add more text metrics tests in synthetic bold bitmap fonts. gdi32: Fix text metrics in synthetic bold bitmap fonts. ws2_32/tests: Add ioctlsocket(FIONREAD) tests with listening socket. ws2_32: Fix ioctlsocket(FIONREAD) with listening socket. Alex Henrie (2): msxml3: Remove CRs in domtext_put_data and add them in domtext_get_xml. msvcrt: Compile but show an error if Bessel functions aren't available. Alexandre Julliard (5):...
2013 Nov 08
1
Rsync hanging, even with timeout and contimeout specified
...2a"..., 38}], msg_controllen=0, msg_flags=0}, 38}, {{msg_name(0)=NULL, msg_iov(1)=[{"d\273\1\0\0\1\0\0\0\0\0\0\6mirror\6aarnet\3edu\2a"..., 38}], msg_controllen=0, msg_flags=0}, 38}}, 2, MSG_NOSIGNAL) = 2 poll([{fd=3, events=POLLIN}], 1, 5000) = 1 ([{fd=3, revents=POLLIN}]) ioctl(3, FIONREAD, [54]) = 0 recvfrom(3, "\250\317\201\200\0\1\0\1\0\0\0\0\6mirror\6aarnet\3edu\2a"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("127.0.0.1")}, [16]) = 54 gettimeofday({1383869704, 702952}, NULL) = 0 poll([{fd=3, events=POLLIN}], 1, 4995)...
2016 May 02
0
[Announce] Samba 4.2.12 Available for Download
...rtlett <abartlet at samba.org> * BUG 11780: smbd: Only check dev/inode in open_directory, not the full stat(). * BUG 11789: build: Mark explicit dependencies on pytalloc-util. o Ralph Boehme <slow at samba.org> * BUG 11714: lib/tsocket: Work around sockets not supporting FIONREAD. o Günther Deschner <gd at samba.org> * BUG 11789: libsmb/pysmb: add pytalloc-util dependency to fix the build. o Berend De Schouwer <berend.de.schouwer at gmail.com> * BUG 11643: docs: Add example for domain logins to smbspool man page. o Nathan Huff <nhuff at acm.org...
2016 May 02
0
[Announce] Samba 4.2.12 Available for Download
...rtlett <abartlet at samba.org> * BUG 11780: smbd: Only check dev/inode in open_directory, not the full stat(). * BUG 11789: build: Mark explicit dependencies on pytalloc-util. o Ralph Boehme <slow at samba.org> * BUG 11714: lib/tsocket: Work around sockets not supporting FIONREAD. o Günther Deschner <gd at samba.org> * BUG 11789: libsmb/pysmb: add pytalloc-util dependency to fix the build. o Berend De Schouwer <berend.de.schouwer at gmail.com> * BUG 11643: docs: Add example for domain logins to smbspool man page. o Nathan Huff <nhuff at acm.org...
2007 Apr 23
0
Re Wine and games (Correction)
...K, NULL, [], 8) = 0 write(9, ";\3\5\0\24\0\0\3\4\0\27\0\0\0\0\0\200\2\340\1\223\3\n\0"..., 64) = 64 read(9, "\1\1\17\37\0\0\0\0=\0\340\2\0\0\0\0 \233l\0\0\0\0\0\20"..., 32) = 32 gettimeofday({1177304340, 621324}, NULL) = 0 gettimeofday({1177304340, 621412}, NULL) = 0 ioctl(10, FIONREAD, [0]) = 0 rt_sigprocmask(SIG_BLOCK, [HUP INT USR1 USR2 ALRM CHLD IO], [], 8) = 0 write(3, "|\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\377\377"..., 64) = 64 read(5, "\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 64) = 64 rt_sigprocmask(SIG_SETMA...
2009 Jan 28
2
[PATCH] fs: Add new pre-allocation ioctls to vfs for compatibility with legacy xfs ioctls
...gne case FIOQSIZE: break; + case F_IOC_RESVSP_32: + case F_IOC_RESVSP64_32: +#ifdef BROKEN_X86_ALIGNMENT + arg = copy_to_space_resv(arg); + cmd = _NATIVE_IOC(cmd, struct space_resv); +#endif + error = ioctl_preallocate(filp, arg); + goto out_fput; + case FIBMAP: case FIGETBSZ: case FIONREAD: Index: xfs/fs/ioctl.c =================================================================== --- xfs.orig/fs/ioctl.c 2009-01-21 21:03:27.321448363 +0100 +++ xfs/fs/ioctl.c 2009-01-27 20:36:59.189424147 +0100 @@ -15,6 +15,7 @@ #include <linux/uaccess.h> #include <linux/writeback.h> #inc...
2018 Mar 02
0
Wine release 3.3
...--------------------------- Changes since 3.2: Akihiro Sagawa (5): gdi32: Fix synthetic bold outline text metrics. gdi32/tests: Add more text metrics tests in synthetic bold bitmap fonts. gdi32: Fix text metrics in synthetic bold bitmap fonts. ws2_32/tests: Add ioctlsocket(FIONREAD) tests with listening socket. ws2_32: Fix ioctlsocket(FIONREAD) with listening socket. Alex Henrie (7): shlwapi/tests: Drop ordinal test workarounds for Windows <= 2000. schannel/tests: Relax GetInfo return value test. mmdevapi/tests: Fix capture test that consistently f...
2016 Feb 23
0
[Announce] Samba 4.4.0rc3 Available for Download
...bi at samba.org> * BUG 11700: s3:utils/smbget: Set default blocksize. o Anoop C S <anoopcs at redhat.com> * BUG 11734: lib/socket: Fix improper use of default interface speed. o Ralph Boehme <slow at samba.org> * BUG 11714: lib/tsocket: Work around sockets not supporting FIONREAD. o Volker Lendecke <vl at samba.org> * BUG 11724: smbd: Fix CID 1351215 Improper use of negative value. * BUG 11725: smbd: Fix CID 1351216 Dereference null return value. * BUG 11732: param: Fix str_list_v3 to accept ; again. o Noel Power <noel.power at suse.com> * BUG 11...
2016 Feb 23
0
[Announce] Samba 4.4.0rc3 Available for Download
...bi at samba.org> * BUG 11700: s3:utils/smbget: Set default blocksize. o Anoop C S <anoopcs at redhat.com> * BUG 11734: lib/socket: Fix improper use of default interface speed. o Ralph Boehme <slow at samba.org> * BUG 11714: lib/tsocket: Work around sockets not supporting FIONREAD. o Volker Lendecke <vl at samba.org> * BUG 11724: smbd: Fix CID 1351215 Improper use of negative value. * BUG 11725: smbd: Fix CID 1351216 Dereference null return value. * BUG 11732: param: Fix str_list_v3 to accept ; again. o Noel Power <noel.power at suse.com> * BUG 11...
2016 Mar 16
4
[Announce] Samba 4.4.0rc5 Available for Download
...bi at samba.org> * BUG 11700: s3:utils/smbget: Set default blocksize. o Anoop C S <anoopcs at redhat.com> * BUG 11734: lib/socket: Fix improper use of default interface speed. o Ralph Boehme <slow at samba.org> * BUG 11714: lib/tsocket: Work around sockets not supporting FIONREAD. o Volker Lendecke <vl at samba.org> * BUG 11724: smbd: Fix CID 1351215 Improper use of negative value. * BUG 11725: smbd: Fix CID 1351216 Dereference null return value. * BUG 11732: param: Fix str_list_v3 to accept ; again. o Noel Power <noel.power at suse.com> * BUG 11...
2016 Mar 16
4
[Announce] Samba 4.4.0rc5 Available for Download
...bi at samba.org> * BUG 11700: s3:utils/smbget: Set default blocksize. o Anoop C S <anoopcs at redhat.com> * BUG 11734: lib/socket: Fix improper use of default interface speed. o Ralph Boehme <slow at samba.org> * BUG 11714: lib/tsocket: Work around sockets not supporting FIONREAD. o Volker Lendecke <vl at samba.org> * BUG 11724: smbd: Fix CID 1351215 Improper use of negative value. * BUG 11725: smbd: Fix CID 1351216 Dereference null return value. * BUG 11732: param: Fix str_list_v3 to accept ; again. o Noel Power <noel.power at suse.com> * BUG 11...
2017 Feb 14
2
[Announce] Samba 4.6.0rc3 Available for Download
...n idmap_ad manpage. o Andreas Schneider <asn at samba.org> * BUG 12552: waf: Do not install the unit test binary for krb5samba. o Amitay Isaacs <amitay at gmail.com> * BUG 12547: ctdb-build: Install CTDB tests correctly from toplevel. * BUG 12549: ctdb-common: ioctl(.. FIONREAD ..) returns an int value. o Garming Sam <garming at catalyst.net.nz> * BUG 12577: 'samba-tool dbcheck' gives errors on one-way links after a rename. o Uri Simchoni <uri at samba.org> * BUG 12529: waf: Backport finding of pkg-config. CHANGES SINCE 4.5.0rc1 ======...
2017 Feb 14
2
[Announce] Samba 4.6.0rc3 Available for Download
...n idmap_ad manpage. o Andreas Schneider <asn at samba.org> * BUG 12552: waf: Do not install the unit test binary for krb5samba. o Amitay Isaacs <amitay at gmail.com> * BUG 12547: ctdb-build: Install CTDB tests correctly from toplevel. * BUG 12549: ctdb-common: ioctl(.. FIONREAD ..) returns an int value. o Garming Sam <garming at catalyst.net.nz> * BUG 12577: 'samba-tool dbcheck' gives errors on one-way links after a rename. o Uri Simchoni <uri at samba.org> * BUG 12529: waf: Backport finding of pkg-config. CHANGES SINCE 4.5.0rc1 ======...
2016 Mar 16
0
[Announce] Samba 4.4.0rc5 Available for Download
...1700: s3:utils/smbget: Set default blocksize. > > o Anoop C S <anoopcs at redhat.com> > * BUG 11734: lib/socket: Fix improper use of default interface speed. > > o Ralph Boehme <slow at samba.org> > * BUG 11714: lib/tsocket: Work around sockets not supporting FIONREAD. > > o Volker Lendecke <vl at samba.org> > * BUG 11724: smbd: Fix CID 1351215 Improper use of negative value. > * BUG 11725: smbd: Fix CID 1351216 Dereference null return value. > * BUG 11732: param: Fix str_list_v3 to accept ; again. > > o Noel Power <no...