search for: cfd

Displaying 20 results from an estimated 70 matches for "cfd".

Did you mean: cd
2012 Sep 25
1
minor swap issue ....
...Linux Q6600 2.6.35.14-106.fc14.x86_64 #1 SMP Wed Nov 23 13:07:52 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux Tue Sep 25 10:14:09 2012 -0.281487 seconds Tue Sep 25 10:14:09 CDT 2012 [wam at Q6600, test, 10:14:09am] 3385 % on the VM, logged in through a different terminal window: [wam at centos-5, CFD, 10:09:14am] 6507 % [wam at centos-5, CFD, 10:09:14am] 6507 % ( cd ../Utils/ ; make extra ) ; cd . make[1]: Entering directory `/home/wam/dev/CFD/Utils' make[2]: Entering directory `/home/wam/dev/CFD/Utils' /home/wam/dev/CFD/Utils/../lib/R4/SSE2/libutils.a up to date. make[2]: Leaving direc...
2008 Jul 26
0
Still no joy: no X11 protocols
...CK debug3: fd 9 is O_NONBLOCK debug1: channel 1: new [x11] debug1: confirm x11 debug2: channel 1: rcvd eof .... debug2: channel 1: garbage collecting debug1: channel 1: free: x11, nchannels 2 debug3: channel 1: status: The following connections are open: #0 client-session (t4 r0 i0/0 o0/0 fd 6/7 cfd -1) #1 x11 (t4 r2 i3/0 o3/0 fd 9/9 cfd -1) debug3: channel 1: close_fds r 9 w 9 e -1 c -1 debug1: client_input_channel_open: ctype x11 rchan 2 win 65536 max 16384 debug1: client_request_x11: request from 127.0.0.1 55025 debug2: fd 9 setting O_NONBLOCK debug3: fd 9 is O_NONBLOCK debug1: channel...
2007 Jan 16
0
patch to enable ssh use sock fd 3,4
...ket qw(:all); our $bind_port = 12345; our $bind_addr = "0"; $^F = 5; socket(my $sfd, AF_INET, SOCK_STREAM, 6) || die "socket: $!"; bind($sfd, sockaddr_in($bind_port, inet_aton $bind_addr)) || die "bind: $!"; listen($sfd,SOMAXCONN) || die "listen: $!"; accept (Cfd,$sfd); close $sfd; open 3,"<&Cfd"; open 4,"<&Cfd"; if(! grep fileno(Cfd) == $_,(3,4)) { close Cfd;} exec {ssh} qw(ssh -D2085 -oProxyCommand=:socket: user at sshd_host); So if you pass -oProxyCommand=:socket: to ssh it will not make a new child but use those 2 f...
2006 Jul 16
2
CFD Plots in R and Other Things
Dear All, I am getting some data from fluid dynamics simulations (air mixing in a pipe, 2D axial symmetry, geometry described by a radial coordinate r and an axial coordinate z) which I'd like to plot and analyze with R. Think about slicing the cylinder along its axial direction to get a set of cross sections which are orthogonal to the z axis. For each section, I have a set of velocity
2013 May 16
1
support remotely mounting disk images in p2v
Figure I'd share the latest revision to p2v I had regarding $subject. The patch now applies against HEAD and compiles fine. I was able to update the package on the client and run virt-p2v, though have yet to do a full end-to-end verification Most likely a little more work is needed to tidy up some edge cases and fully flush things out, but the majority of the work should be in place. On the
2014 Dec 01
0
ssh connections not closing when Qt application is opened?
...ing it is not a bug, so can some people on this > list give it a try and see if they can reproduce it? If you connect with '-vvv' you can see multiple x11 connections being open: debug3: channel 1: status: The following connections are open: #0 client-session (t4 r0 i0/0 o0/0 fd 4/5 cfd -1) #1 x11 (t4 r2 i3/0 o3/0 fd 7/7 cfd -1) #2 x11 (t4 r3 i0/0 o0/0 fd 8/8 cfd -1) #3 x11 (t4 r4 i0/0 o0/0 fd 9/9 cfd -1) The additional x11 connections are from automatically launched dbus stuff. On exit they don't get closed, therefore the hang. This happens on C6 and C7 with GTK+...
2009 Nov 15
2
Segmentation faults on SEXP conversion
...a larger package development). The relevant C++ routine is as follows: void Rwrite(SEXP fd, SEXP msg) { int *ofd = INTEGER(fd); const char * omsg = CHAR(asChar(msg)); printf("[%i] %s",*ofd,omsg); } And the corresponding interface in R is as follows: ptest <- function() { cfd <- as.integer(2); cmsg <- as.character("Hi"); storage.mode(cfd) <- "integer"; storage.mode(cmsg) <- "character"; .Call("Rwrite", fd=cfd, msg=cmsg, PACKAGE="forkex" ); } Upon running...
2006 Nov 22
10
[Bug 1264] Channel not close by sshd Server
...ebug1: channel 10: new [server-session] debug1: session_open: channel 10 no more sessions debug1: session open failed, free channel 10 debug1: channel 10: free: server-session, nchannels 11 debug3: channel 10: status: The following connections are open: #0 server-session (t4 r0 i0/0 o0/0 fd 13/12 cfd -1) #1 server-session (t4 r1 i3/0 o3/0 fd -1/-1 cfd -1) #2 server-session (t4 r2 i3/0 o3/0 fd -1/-1 cfd -1) #3 server-session (t4 r3 i3/0 o3/0 fd -1/-1 cfd -1) #4 server-session (t4 r4 i3/0 o3/0 fd -1/-1 cfd -1) #5 server-session (t4 r5 i3/0 o3/0 fd -1/-1 cfd -1) #6 server-session (t4 r...
2011 Aug 13
1
How do I disable auto-logout ....
.... I have a 64-bit CentOS 5.6 VM running on a 64-bit FC14 host. I notice that it has an automatic logout feature after a period of idleness, see below: [wam at centos-5, CFD, 5:52:45pm] 1183 % ll -tr LIST LIST.Update /usr/local/bin/P* /usr/local/bin/*WAM* ; ps -u wam -lf ; uname -a ; date ls: No match. F S UID PID PPID C PRI NI P SZ:RSS WCHAN STIME TTY TIME CMD 5 S wam 2270 2266 0 15 0 * 22540:1788 ? 15:48 ? 00:00:04 ss...
2006 Oct 03
0
rsync stops outputting when synchronizing a directory with many files
...c version 2.6.3 protocol version 28 When rsync is deleting the files in a directory with 12,000+ files (i.e. when the directory was removed in the original, and is being removed in the mirror), it stops outputting results in the middle of reporting the next file to be deleted: . . . deleting d1/cfd/james/CFDkit+caboodle_Jai/pdes++/examples/EmbeddedBoundaries2D/naca0012/oscillating/SU/AMR_3/naca0012_adjustment_blk005325.soln deleting d1/cfd/james/CFDkit+caboodle_Jai/pdes++/examples/EmbeddedBoundaries2D/naca0012/oscillating/SU/AMR_3/naca0012_adjustment_blk005324.soln deleting d1/cfd/james/CFDki...
2017 Dec 27
2
Numerical stability in chisq.test
The chisq.test on line 57 contains following code: STATISTIC <- sum(sort((x - E)^2/E, decreasing = TRUE)) However, based on book "Accuracy and stability of numerical algorithms" available from: http://ftp.demec.ufpr.br/CFD/bibliografia/Higham_2002_Accuracy%20and%20Stability%20of%20Numerical%20Algorithms.pdf Table 4.1 on page 89, it is better to sort the data in increasing order than in decreasing order, when the data are non-negative. An example: x = matrix(c(rep(1.1, 10000)), 10^16, nrow = 10001, ncol = 1) # We...
2011 Aug 10
1
Problems setting up a VM ....
.... New to this list & definitely new to virtualization :-/ .... I am trying to setup a 64-bit CentOS 5.6 VM on a 64-bit FC14 server host, all patched up as of a couple of weeks ago. uname -a on the host shows: [wam at Q6600, CFD, 9:24:23am] 540 % uname -a Linux Q6600 2.6.35.11-83.fc14.x86_64 #1 SMP Mon Feb 7 07:06:44 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux [wam at Q6600, CFD, 9:52:43am] 541 % I access the server by ssh on my LAN. I was working on this last Sunday & got stuck, see below. I posted this question to a...
2009 Feb 16
1
-R port forwarding and remote host:port info
...port 22220 forwarding to localhost port 0 requested. ... debug1: channel 2: free: forwarded-tcpip: listening port 22220 for localhost port 0, connect from 127.0.0.1 port 49644, nchannels 3 debug3: channel 2: status: The following connections are open: #1 server-session (t4 r0 i0/0 o0/0 fd 12/10 cfd -1) #2 forwarded-tcpip: listening port 22220 for localhost port 0, connect from 127.0.0.1 port 49644 (t4 r1 i3/0 o3/0 fd 11/11 cfd -1) ... Again, only half of the useful information. This time with other information: localhost port 0 That's not useful :) The problem is, I cannot figure...
2009 May 24
0
OpenSSH_5.2p1. non-vpn login to root account requests TUN interface and cannot exit
...1: gc: notify user debug2: channel 1: gc: user detached debug2: channel 1: send close debug2: channel 1: is dead debug2: channel 1: garbage collecting debug1: channel 1: free: client-session, nchannels 2 debug3: channel 1: status: The following connections are open: #0 tun (t4 r0 i0/0 o0/0 fd 4/4 cfd -1) #1 client-session (t4 r1 i3/0 o3/0 fd -1/-1 cfd -1) debug3: channel 1: close_fds r -1 w -1 e 7 c -1 Running ssh -oTunnel=no root at pig does not help either. Commenting out Tunnel=yes in configuration file does work. I wonder why TUN device is requested when I am not asking for SSH-VPN tun...
2008 Apr 01
1
Frequent "Connection reset by peer"
...but one of them loses connection in everything between 0-120 seconds. Switching on verbose on the troubling machine I also get the: "debug1: channel 0: free: client-session, nchannels 1 debug3: channel 0: status: The following connections are open: #0 client-session (t4 r0 i0/0 o0/0 fd 4/5 cfd -1) debug3: channel 0: close_fds r 4 w 5 e 6 c -1 Read from remote host ucsbackup03: Connection reset by peer Connection to ucsbackup03 closed. debug1: Transferred: stdin 0, stdout 0, stderr 96 bytes in 5329.1 seconds debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0 debug1: Exit status...
2019 Oct 03
1
Roaming profiles don't work properly on newly joined Windows clients
...up = xxx ??????? dns forwarder = 192.168.0.1 ??????? server role = active directory domain controller ??????? rpc_server:spoolss = external ??????? rpc_daemon:spoolssd = fork ??????? printing = CUPS ??????? spoolss: architecture = Windows x64 [netlogon] ??????? path = /var/lib/samba/sysvol/cfd.intranet/scripts ??????? read only = No [sysvol] ??????? path = /var/lib/samba/sysvol ??????? read only = No [Profiles] ??????? path = /home/samba/Profiles ??????? read only = no ??????? veto files = /*sync*/ [users] ??????? path = /home/samba/users ??????? read only = no [printers] ??...
2009 Feb 08
0
[OpenSSH_5.1] Untrusted X11 forwarding (ssh -X) no longer works?
...ose debug3: channel 1: will not send data after close debug2: channel 1: send close debug2: channel 1: is dead debug2: channel 1: garbage collecting debug1: channel 1: free: x11, nchannels 2 debug3: channel 1: status: The following connections are open: #0 client-session (t4 r0 i0/0 o0/139 fd 6/7 cfd -1) #1 x11 (t4 r2 i3/0 o3/0 fd 10/10 cfd -1) debug3: channel 1: close_fds r 10 w 10 e -1 c -1 Xlib: connection to "localhost:10.0" refused by server Xlib: Invalid MIT-MAGIC-COOKIE-1 key Error: Can't open display: localhost:10.0 [Both ends are OpenBSDs. Client side is 4.4-RELEASE....
2019 Nov 14
1
Roaming profile not syncing with the server
...temTime="2019-11-14T11:43:41.344300700Z" /> ??? <EventRecordID>4778</EventRecordID> ??? <Correlation /> ??? <Execution ProcessID="1404" ThreadID="1716" /> ??? <Channel>Application</Channel> ??? <Computer>DESKTOP-RLKxxxx.cfd.intranet</Computer> ??? <Security UserID="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" /> ? </System> ? <EventData> ? </EventData> </Event> ------------------------------------------------------ Looking up error 1504, there's plenty of references to a bug i...
2017 Dec 19
0
[PATCH] Implement classless static routes
...struct rtentry r; - if (dev->ip_gateway == INADDR_ANY) - return 0; - - memset(&r, 0, sizeof(r)); - - set_s_addr(&r.rt_dst, INADDR_ANY); - set_s_addr(&r.rt_gateway, dev->ip_gateway); - set_s_addr(&r.rt_genmask, INADDR_ANY); - r.rt_flags = RTF_UP | RTF_GATEWAY; - - if (ioctl(cfd, SIOCADDRT, &r) == -1 && errno != EEXIST) { - perror("SIOCADDRT"); - return -1; + /* RFC3442 demands: + If the DHCP server returns both a Classless Static Routes option and + a Router option, the DHCP client MUST ignore the Router option. */ + if (dev->routes != NUL...
2009 Jun 17
0
New book: Mathematical modeling using R
...407583. See also: http://www.wiley.com/WileyCDA/WileyTitle/productCd-3527407588.html http://books.google.com/books?id=Czp1N5UWpyEC List of reviews below. The book covers a broad range of mathematical models including statistics, ordinary and partial differential equations, 3D FD- and FE-models in CFD and structural mechanics etc. It includes an introduction into R and 31 R programs that can be downloaded in the Internet. It is shown how R can be embedded into an integrated open-source software concept which covers the entire range of models mentioned above, and which includes other outstanding...