search for: iw

Displaying 20 results from an estimated 165 matches for "iw".

Did you mean: inw
2000 Feb 28
4
Multiple smbd processes generated
We have an occasional problem which manifests with multiple processes being created for a particular user. For example, for a user "xy004": xy004 8463 0.0 0.0 6.02M 0K ?? IW 11:48:59 0:02.02 smbd xy004 9426 0.0 0.0 5.99M 0K ?? IW 11:52:18 0:03.68 smbd xy004 10433 0.0 0.0 5.81M 0K ?? IW 12:17:20 0:00.85 smbd xy004 12211 0.0 0.0 5.81M 0K ?? IW 12:29:50 0:00.88 smbd xy004 12588 0.0 0.0 5.81M 0K...
2007 Apr 09
2
Paint chanegs block dbus and fuse plugins
...ndow *w, const WindowPaintAttrib *attrib, const CompTransform *transform, Region region, unsigned int mask) { Bool status; INACTIVE_SCREEN (w->screen); INACTIVE_WINDOW (w); WindowPaintAttrib fAttrib = *attrib; if (iw->managed && w->mapNum && (w->screen->display->activeWindow != w->id)) { Bool painted = FALSE; if (fAttrib.opacity != iw->inactiveOpacity) { fAttrib.opacity = iw->inactiveOpacity; painted = TRUE; } if (fAttrib.br...
2008 Dec 09
2
assign()ing within apply
..., 639L, 494L, 649L, 166L, 735L, 163L, 120L, 755L, 612L, 174L, 129L, 331L, 269L, 152L, 552L, 227L, 243L, 96L), spp = c("MH", "MST", "MH", "HE", "BE", "MH", "MH", "MH", "MH", "Or", "IW", "Or", "MH", "MH", "BY", "MH", "MH", "BE", "MH", "MR")), .Names = c("oplt", "rplt", "tree", "spp"), row.names = c(4587L, 4570L, 3947L, 2761L, 3653L, 652L, 4...
2012 Mar 01
1
Parameterization of Inverse Wishart distribution available in MCMCpack and bayesm libraries
...MCMCpack and the bayesm libraries allow us to make draws from the Inverse Wishart distribution. But I wanted to find out how exactly is the Inverse Wishart distribution parameterized in these libraries. The reason I ask is the following: Now its generally standard to express Inverse Wishart as IW(0.5 * DOF,0.5* Scale). (DOF-> Degree of freedom, Scale -> Scale parameter). If we follow standard usage when we refer to the Degree of Freedom of the above IW distribution it is = DOF (and not 0.5* DOF). Similarly the Scale parameters of the above IW it is= Scale (and not 0.5*Scale). F...
2003 Jul 11
1
SSH/v1 dead processes bug
...ne look at it? Basically, between 4.7-REL and 4.8-REL ssh was upgraded and now exhibits the following bug. If you connect with protocol v1 you get three ssh processes, one of which never dies, even after the ssh session has been closed. % ps aux | grep ssh root 219 0.0 0.0 4076 0 ?? IW - 0:00.00 sshd: paul [priv root 265 0.0 0.0 4076 0 ?? IW - 0:00.00 sshd: paul [priv root 580 0.0 0.3 2592 640 ?? Is Wed09PM 0:01.54 /usr/sbin/sshd root 584 0.0 0.0 4076 0 ?? IW - 0:00.00 sshd: root [priv root 592 0.0 0.0...
2009 Sep 14
4
Location of Packages?
Sorry, one more: on OSX, I deleted my old 2.9.2 R.app, and installed the 64 bit version of 2.9.0. I then did an "install.packages("car")" under my new 2.9.0. It seems to have worked, but alas, I still get an error that package 'car' was built under R version 2.9.2 . Where exactly does R under OSX install its packages? (is it a bug that another car is loaded?) PS:
2003 Apr 11
2
no idle CPU ... system hogging it all ...
...Thu07AM 18:27.81 (vmdaemon) root 5 0.0 0.0 0 0 ?? DL Thu07AM 0:01.62 (bufdaemon) root 6 0.0 0.0 0 0 ?? DL Thu07AM 0:01.03 (vnlru) root 7 0.0 0.0 0 0 ?? DL Thu07AM 9:03.81 (syncer) root 28 0.0 0.0 212 0 ?? IWs - 0:00.00 adjkerntz -i root 134 0.0 0.0 952 528 ?? Ss Thu10AM 0:06.17 /usr/sbin/sysl root 138 0.0 0.1 6304 5608 ?? Ss Thu10AM 0:51.81 /usr/sbin/name daemon 140 0.0 0.0 988 436 ?? Ss Thu10AM 0:02.75 /usr/sbin/port root 142 0.0 0.0...
2007 Apr 19
0
R help- getting same results with different data
...O K S S K O K HR W O K S D O O W S O K O K W S O HR O O O O O S O W O O O S K W O W K O O O HP K W W W K S W O O O W D K S O S K O O O O K W O O K O K K K E S S K K HR D O K D HR O O O K K O K O S O O O S O O S O D S O O D O O O W D HR S O HP W S O K K O S K O O O O W O O O O O O O O K O O O K O O IW O W O W K S O O K O S K D K D O O O K O S K K K K O HP O K K O K HP S K D W S HR S S O W O O O HR S D O K HR K O D O O K W W O O O O S W K O K O O K O O O K O K O S O O O S K HR K K O O O O K S W S O K O K HR O W O O O K O K O E O K E S S K HP S W K O W HR S O O K K K O K D O O O S FC S S S O HR O...
2004 Aug 21
3
Puzzled at lm() and time-series
...lt;- lapply(X, function(x) ts(x, frequency=12, start=c(1994,7))) lm(y ~ x, X) and this works fine - whether you do an lm() before or after making ts objects, it's okay. But I have a situation where things aren't okay. I have two happy time-series objects in a data frame: > M$g.cpi.iw Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec 1994 11.07 10.94 11.20 10.31 9.81 9.47 1995 9.89 9.81 9.74 9.67 10.29 10.47 11.39 10.92 10.07 10.38 10.31 9.69 ... (deleted) 2004 4.35 4.13 3.49 2.23 2.83 3.02 NA...
2003 Feb 11
1
Samba running, but nobody can see shares
Samba not responding to broadcast calls from networked PCs. Short: My Redhat Linux 8.0 box is not replying to udp broadcasts, and I can't figure out why. Network: The offending Redhat 8.0 Linux Box (//DS) attempting to run Samba 2.2.7 Firewall Redhat 7.3 (//IW) successfully running Samba 2.2.4 Win98 (//MS) Win2k (//SL) <Not running at the time of these tests> Very long: I've read through the docs, the mans, the FAQs and relevant responses to samba questions I can find. I have read a lot of The Samba Black Book (which seems sadly quite outdated...
2006 Feb 06
2
appeal --- add sd to summary for univariates
just a short beg for the next R 2.3 version: I know it is easy to add the sd into summary() in the source bowels of R---but everytime R is updated, my change disappears. :-(. I do not believe that R has an easy extension mechanism for univariate summaries, short of a function rewrite here. Could this please be added into R 2.3? Aside, a logical ordering might also be: mean sd min q1 med q3
2014 Aug 07
0
CEBA-2014:1029 CentOS 7 iw FASTTRACK BugFix Update
...rrata and Bugfix Advisory 2014:1029 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1029.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: f415d3067a6526104536cf9b4e00cce18b0bbd2792caab51cd94cb08bb3da22f iw-3.10-6.el7.x86_64.rpm Source: dfe3180a04390035fdaf19b6fe269d0a9ec82070ce8d358a6dd8c5ab25335424 iw-3.10-6.el7.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hughesjr, #centos at irc.freenode.net
2006 Aug 01
8
Problem importing lots of records
I run a script that imports a few thousand records into the database. The script runs once for each of several XML files. What it does is parse the XML and for each element of a certain type creates a record in a rails database that gets indexed with acts_as_ferret. This worked fine before but today after a few files (70000 records) this started to happen for any file I tried:
2008 Apr 19
0
http://groups.google.co.il/group/rubyonrails-talk/post?hl=iw
Hi I want to show product prices in many currencies Is there a way to import Exchange rates automatically? Thanks ErezĀ  --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe
2014 Oct 10
3
[LLVMdev] Stange behavior in fp arithmetics on x86 (bug possibly)
...to be the commit that added support for it <http://lists.cs.uiuc.edu/pipermail/llvm-branch-commits/2010-May/003229.html>. I'm not sure I understand the distinction between retl/retq. x86 has 4 return instruction (cribbing from the Intel manual): C3 RET Near return CB RET Far return C2 iw RET imm16 Near return + pop imm16 bytes CA iw RET imm16 Far return + pop imm16 bytes (And I think that's been true since the 8086.) Distinguishing between near and far (e.g., ret vs. lret in AT&T or retn vs. retf with some other assemblers) makes sense, but what would a l or q suffix deno...
2019 May 25
3
[PATCH 1/2] drm/nouveau/disp/nv50-: force scaler for any non-default LVDS/eDP modes
Higher layers tend to add a lot of modes not actually in the EDID, such as the standard DMT modes. Changing this would be extremely intrusive to everyone, so just force the scaler more often. There are no practical cases we're aware of where a LVDS/eDP panel has multiple resolutions exposed, and i915 already does it this way. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110660
2004 Aug 17
1
An entire data frame which is a time-series?
...col.names=c("junk", "junk2", "wpi", "g.wpi", "wpi.primary", "g.wpi.primary", "wpi.fuel", "g.wpi.fuel", "wpi.manuf", "g.wpi.manuf", "cpi.iw", "g.cpi.iw", "cpi.unme", "g.cpi.unme", "cpi.al", "g.cpi.al", "cpi.rl", "g.cpi.rl")) Now I can do things like: g.wpi = ts(raw$g.wpi, frequency=12, start=c(1994,7)) and it works fine. One by one, I can...
2010 Sep 21
1
reshape is re-ordering my variables
...e reshape function to do numeric variables followed by character? I ask because that seems to be the case below. > str(rcw) 'data.frame': 23 obs. of 21 variables: $ ICU : int 1 18 17 9 22 19 6 16 25 26 ... $ Q6.RC.1 : chr "SM" "JF" "IW" "MS" ... $ Q6.FT.RC.1.years : int 0 8 12 3 9 1 5 16 5 5 ... $ Q6.FT.RC.1.months: int 0 0 0 0 0 0 0 6 0 0 ... $ Q6.PT.RC.1.years : int 2 0 0 1 2 0 0 0 0 0 ... $ Q6.PT.RC.1.months: int 0 0 0 0 0 0 0 0 0 0 ... $ Q6.RC.2 : chr "BA" "ML" "...
2016 Feb 04
2
CentOS7 wireless config on command line on asus
Hi all, I'm trying to configure wireless on my Asus laptop running CentOS7. I see wlan0 when I type iw dev, but if I type ip link set wlan0 up I get the following error: RTNETLINK answers: Operation not possible due to RF-kill Any idea what is wrong?? Adrian -- Adri P. van Bloois Antonlaan 104 email: adrian at pa0rda.nl 3701 VG Zeist voice: +31-(0)-30-6912741 The Netherlands fax: NONE...
2014 Sep 30
1
CentOS 7 does not pick up my atheros wireless
...Manager or otherwise. I have the following output from lspci: lspci |grep AR 08:05.0 Ethernet controller: Qualcomm Atheros AR5212/AR5213 Wireless Network Adapter (rev 01) uname -a Linux imaginationland 3.10.0-123.8.1.el7.x86_64 #1 SMP Mon Sep 22 19:06:58 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux iw --version iw version 3.10 iw -l reports that nl80211 is not found, which is probably the root cause of not having access to the pci device, however, I have no idea why I am unable to access this module. I am unable to get wireless working, however, just prior to uninstalling network manager, I di...