search for: _select

Displaying 15 results from an estimated 15 matches for "_select".

Did you mean: select
2011 Oct 06
1
OpenSSH hanging
...t is usually successful, but eventually, the session is hung and the CRTL-Z does not put the process into background. The ssh -v output OpenSSH_5.4p1, OpenSSL 0.9.8m 25 Feb 2010 and when I run a truss: [snipped] kwrite(4, " ?9E ? d ? ? e 9 ? O\b ?".., 576) = 576 _select(5, 0x2005DC28, 0x00000000, 0x00000000, 0x00000000) = 1 kread(4, " ?8E07 y ? ? ? } ? < ? ?".., 8192) = 32 kfcntl(0, F_DUPFD, 0x00000000) = 5 kfcntl(1, F_DUPFD, 0x00000000) = 6 kfcntl(2, F_DUPFD, 0x00000000) = 7 kioctl(...
2005 Jul 13
2
rsync --server and "max connections"
Greetings, There is a "max connections" limit when using rsync --daemon, as per the rsyncd.conf file (default is 0). Is there also one when rsync --server (on the target node) is us used (in the absence of a rsyncd.conf file) ? If so, would there be a warning message like "max connections (#) reached - try again later" ? (using 2.5.4 on aix 5.2 for source and target)
2001 Dec 18
3
rsync hang, more details [LONG]
...r and two on the client. This is a pretty consistent feature: The client and server appear to be deadlocked waiting for each other. Also attached below are a script for populating a sample hierarchy, and the rsync invocation. Backtrace on server: #0 0xff218224 in _poll () #1 0xff1cb808 in _select () #2 0x24bec in writefd_unbuffered (fd=1, buf=0xffbe5ed0 ">", len=66) at io.c:406 #3 0x24eac in mplex_write (fd=1, code=62, buf=0x591d8 "\a\020", len=62) at io.c:498 #4 0x24f24 in io_flush () at io.c:518 #5 0x24940 in readfd (fd=0, buffer=0xffbe7020 &...
2005 Mar 03
3
ssh hang problem under solaris 8
...s=0) at serverloop.c:325 #3 0x00034d6c in server_loop2 (authctxt=0x123ac8) at serverloop.c:776 #4 0x0003ae0c in do_authenticated (authctxt=0x123ac8) at session.c:2265 #5 0x0002ea78 in main (ac=1161216, av=0x11f288) at sshd.c:1719 ssh: (gdb) backtrace #0 0xff19d618 in _poll () #1 0xff14d53c in _select () #2 0x3156c in ?? () #3 0x2d048 in ?? ()
2009 Dec 15
1
Strange Winsock problem
Hello, I try to port a small program (Windows resouces manipulation tool) on MacOSX, but I've a strange compilation problem : Code: wineg++ -c -I. -I/usr/local/include/wine -I/usr/local/include/wine/windows -o ExeIconManipulation.o ExeIconManipulation.cpp /usr/include/sys/_select.h:47: error: declaration of C function ?int select(int, fd_set*, fd_set*, fd_set*, timeval*)? conflicts with /usr/local/include/wine/windows/winsock.h:1048: error: previous declaration ?int select(int, fd_set*, fd_set*, fd_set*, const timeval*)? here winegcc: g++ failed I didn't use winsock...
2004 Dec 07
1
rsync hangs when tunneling... help!
...gc=1, argv=0x807d000) at clientserver.c:98 #11 0x80504ec in start_client (argc=2, argv=0x807d000) at main.c:861 #12 0x8050a8d in main (argc=2, argv=0x807d000) at main.c:1142 #13 0x804a069 in _start () server parent process: #0 0xff19db44 in _poll () from /usr/lib/libc.so.1 #1 0xff15236c in _select () from /usr/lib/libc.so.1 #2 0x00025ee8 in writefd_unbuffered () #3 0x00026f4c in io_multiplex_write () #4 0x0001ce6c in rwrite () #5 0x0001cfcc in rprintf () #6 0x00012ae0 in recv_generator () #7 0x000139fc in generate_files () #8 0x00019528 in do_recv () #9 0x000197f4 in start_server ()...
2018 Mar 29
2
virtio over SW-defined/CPU-driven PCIe endpoint
...int can emit PCI interrupts (e.g. MSI) to the attached host. The model described in the virtio spec's "Virtio PCI Bus" section doesn't seem to work in this case, since it assumes: - Writes to some fields in the PCI configuration space (e.g. {queue,device_feature,driver_feature}_select) synchronously update other fields (e.g. queue_size), which can immediately be accessed by the host. This isn't possible when the memory content is created by a CPU that isn't a synchronous part of PCI accesses. - Writing to some fields in the PCI configuration space (e.g. device_statu...
2008 Aug 05
1
Also seeing high winbindd CPU usage
I think somebody had a similar problem (also on Solaris), but that thread seemed to die. I've compiled (with Sun Studio cc) and installed samba-3.2.1 on a Solaris 10 x64 box, which is a member of a (Windows Server 2003 controlled) domain. I previously had samba 3.0.28a running on the same machine without any problems. Now winbindd is eating up all of the CPU (on the CPU it's assigned
2006 Feb 14
1
Firefox java script error in prototype.js
...uot;id", @master) %> <div id="slave_id_list"> <%= select("slave", "id", @slave) %> </div> <%= observe_field("master[id]", :frequency => 0.25, :update => "slave_id_list", :url => {:action => :update_slave_select}, :with => "''my_id=''+value") %> also I made: def index @master = ... @slave= ... end def update_slave_select @slave= .... render(:partial => ''select'') end and in _select.rhtml: <%= select("slave", "id", @sl...
2010 Sep 08
5
Adding a selected checkbox to a new nested model without polluting the model
...to return. I know I could use a ''selected'' virtual attribute but I don''t want to pollute my model just for this. In fact, there is something that does exactly the opposite that I want, the :_destroy: <%= i_f.check_box :_destroy %> I would like exactly the opposite, :_select. Anybody has figured this out before? Thanks guys, Gam -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from...
2009 Jun 30
0
[PATCH server] permit many-to-many vms / networks relationship
...ls/vm.rb | 17 ++- src/app/services/network_service.rb | 12 +- src/app/services/nic_service.rb | 2 +- src/app/services/vm_service.rb | 39 +++--- src/app/views/host/show.rhtml | 2 +- src/app/views/network/_select.rhtml | 2 +- src/app/views/network/edit_nic.rhtml | 4 +- src/app/views/nic/show.rhtml | 2 + src/app/views/task/_user_list.rhtml | 2 +- src/app/views/vm/_form.rhtml | 217 ++++++++++++++++++++++++- src/app/views/vm/_grid...
2014 Feb 12
61
P2V: Headless support
This introduces support to run P2V without X server. Runtime parameters are specified via kernel command line making it hopefully suitable for automated migration with a little help of PXE boot. Patchset is not squashed and represents dev. history.
2009 Oct 13
2
Mac R spinning wheel with Package Manager (PR#14005)
...1635 RxmlNanoHTTPRecv 1635 R_SelectEx 1635 select$DARWIN_EXTSN$NOCANCEL...
2003 Dec 01
0
No subject
...latest released gcc. /usr/local was an automount on my node. I ended up getting getting and extra physical drive, fooling automounter into letting me have my own /usr/local, and getting ddd to compile and run on Solaris 2.5.1. Since the error pointed back to a select and the only select is in sys_select, I put a breakpoint in sys_select and did a bt every time I hit it. Maybe the parameter values will jump out at you and you can offer me some clues. In any case I will continue to persue this problem. Thanks again for your time. GNU DDD 3.3 (sparc-sun-solaris2.5.1), by Dorothea L|tkehaus and A...
2003 Dec 01
0
No subject
...-2.2.1a-qnx/source/nsswitch/wb_common.c --- samba-2.2.1a/source/nsswitch/wb_common.c Fri Jul 6 04:01:43 2001 +++ samba-2.2.1a-qnx/source/nsswitch/wb_common.c Sat Jul 28 20:26:12 2001 @@ -25,6 +25,9 @@ #include "winbind_nss_config.h" #include "winbindd_nss.h" +#ifdef HAVE_SYS_SELECT_H +#include <sys/select.h> +#endif /* Global variables. These are effectively the client state information */ ---------------------------------------------------- (5) Incompatible SHM in QNX4 The file profile.c which contains lots of shm code is compiled (with errors), eventhough confi...