similar to: Quo vadis?

Displaying 20 results from an estimated 500 matches similar to: "Quo vadis?"

2003 Feb 20
2
subset with NA
Easy question that I can't find an answer for. I'm trying to subset a data frame and want to exclude the positive values, i.e. I want the NA values. My data: > summary(temp$tuna) Min. 1st Qu. Median Mean 3rd Qu. Max. NA's 1 2 3 3 4 5 1211 Querying for subset(temp, tuna %in% "NA", select.... subset(temp, tuna == NA,
2017 Nov 01
1
Creating Tag
i want to tag categories to its menuname. i have a csv containing menu item name and in other csv i have a column containing some strings, i want to pick that strings from categories and look into menu items if any menu item containing that string i want to create a new column next to menu item name flagged as 1 otherwise 0 and the only condition is once a menu item flagged as 1 i don't need
2010 Sep 02
2
unanswered questions
Hello, Since some months I can not get any feedback from you for my questions in two different account with the same name. I just wonder is there any specific reason for it? Maybe my english is not so clear or I ask wrong questions for wrong lists I don't know but in any case I think I should have been informed. Sincerely Yours Murat Can Tuna
2010 Sep 01
2
user permissions
Hello, I have a problem about reaching my share folder when the permission is 750 but whenever I change it to 755 I can see the content of the folder. for 750 I get this result: "smbclient //serverip/sharename -U username" smb: \> ls NT_STATUS_NETWORK_ACCESS_DENIED listing \* 0 blocks of size 0. 9 blocks available smb: \> but for 755 everything is fine but of
2009 Nov 28
1
[LLVMdev] llvm-2.6 since October version bump.
Just a quick question. Back in October (26th) after downloading llvm-2.6.tar.gz, I did a sha1sum of the file and got; 67f4bace9e64cc39255583aa837470d9b9de0aa5 Today I downloaded the same file and got a sha1sum of; 547471147cbf6d3e49539e01196ffada2c79c250 While it might be possible the error is on my end. Was the tarball changed since its release and the version number not changed? Thanks
2012 Jul 11
12
99% iowait on one core in 8 core processor
Hi All, We have a xen server and using 8 core processor. I can see that there is 99% iowait on only core 0. 02:28:49 AM CPU %user %nice %sys %iowait %irq %soft %steal %idle intr/s 02:28:54 AM all 0.00 0.00 0.00 12.65 0.00 0.02 2.24 85.08 1359.88 02:28:54 AM 0 0.00 0.00 0.00 96.21 0.00 0.20 3.19 0.40 847.11 02:28:54 AM
2005 Aug 30
3
64 bit R for Windows
I am assisting in the purchase of 64-bit Windows XP system for researchers who run R. These systems will have AMD Opteron processors and at least 4GB of RAM. I'd appreciate advice on whether there is a working version of R that can take full advantage of such systems. Milton F. L?pez IT Guy Inter-American Tuna Commission (IATTC) 8604 La Jolla Shores Drive La Jolla, CA 92037 Tel: (858)
2006 Mar 28
2
Asterisk & SMP: Is irqbalance Redundant on 2.6 Kernels?
Asterisk users, I posted the following email to the Fedora users list <https://www.redhat.com/archives/fedora-list/2006-March/msg04154.html> and it got no responses, so now I'm calling on your expertise. Please take a look at it and share your knowledge on the subject with me. Additionally, let me know if you believe what I am trying to do is critically flawed. It's possible
2010 Sep 15
0
problem about UID
Hi everyone, I have an ubuntu server 9.10 as server and fedora 11 as client and I have installed and configured samba 3.4.0 on ubuntu and samba 3.4.7-0.50.fc11 on fedora, and openldap smbldap-tools and ldapscript. My problems are related to UID numbers ( at least I think so). muratcan, muratcan2, muratcan3 has been created by ldapscript and on server side there is written
2008 Dec 07
1
[LLVMdev] llc -fast generating incorrect assembly
When compiling to the x86-64 architecture, llc -fast generates incorrect assembly for the getlementptr instruction. This only seems to occur when llc is passed the fast flag. [tamirs at tuna compiler]$ cat jonx.ll ; ModuleID = '<stdin>' define i32 @main() { ret i32 0 } define i32 @_l5_get(i32 %t3, i32* %t1) { %t9 = getelementptr i32* %t1, i32 %t3 ; <i32*> [#uses=1]
2010 Nov 02
1
SFTP subsystem and umask
Hello, I have noticed that the -u parameter to the sftp-server or internal-sftp subsystem is not working correctly. For openssh-5.6p1 I believe that the problem lies in this code, starting at line 1414 in sftp-server.c: ---------------------------------------------------------- case 'u': mask = (mode_t)strtonum(optarg, 0, 0777, &errmsg); if (errmsg != NULL)
2016 Feb 17
0
CEBA-2016:0208 CentOS 7 tuna BugFix Update
CentOS Errata and Bugfix Advisory 2016:0208 Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-0208.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 3a24bcda6239f7c68f1757d8bfd407219f4e48fc25a22f55a2d5c5ec9005e77a oscilloscope-0.11.1-12.el7_2.noarch.rpm
2007 Oct 24
7
Compatibility Issues with dell poweredge 1950 and TE110P card
Has anyone had any compatibility issues with a TE110P card installed on a Dell Poweredge 1950? I noted the following error on the LCD display of the Dell Poweredge 1950: E1711 PCI PErr Slot 1 E171F PCIE Fatal Error B0 D4 F0. The Dell hardware owners manual states that it means the system BIOS has reported a PCI parity error on a component that resides in PCI configuration space at bus 0,
2004 Sep 10
2
Blocking and compression.
Hello. I thought I'd introduce myself. I'm the guy that wrote kexis way back when. For those of you that dont know, kexis was written before flac, and pretty much does what flac does, although its not nearly as nice or robust. I wrote kexis actualy cause I was interested in playing around with lossless compression and shorten was about the only tool that was linux friendly, but had a
2007 Mar 12
16
booting an ISO inside Xen (full virt)
Hi list, I''m using Dom0 gentoo with xen 3.0.4 and xenman. I have several DomU working and it is really nice :) so all my DomUs are installed with disk images. Now i want to use an ISO to boot and install a linux system (or win). When i try to boot the DomU i dont have nothing, nothing relevant (for me) in logs and i can connect to the console. The state of the DomU is unknow. Any help
2007 Jan 24
2
Thoughput
Hi, I am after a feel of the throughput capabilities for TC and Iptables in comparison to dedicated hardware. I have heard talk about 1Gb+ throughput with minimal performance impact using 50ish TC rules and 100+ Iptables rules. Is there anyone here running large throughput / large configurations, and if so, what sort of figures? Regards Dan
2006 Jun 02
2
Audio problems on Zap & SIP, local network, not IRQ related?
I am trying to get to the bottom of audio clicks, pops, dropouts with my Asterisk server. These occur even when the system is under minimal load (e.g. 1 Zap device in a queue being played music on hold) and occurs with both Zap and Sip devices so isn't network related. The audio problems occur at the same time on all channels and seems to be when Asterisk "gets busy" and uses
2019 Jun 04
1
centos7.6 nvme support
Hello: I create a centos7.6 virtual machine which use 3.10.0-957 kernel?using pci passthrough to support nvme device? and I found interrupt can not distribute to target CPU which in smp_affinity set?the problem solved when I update kernel to 5.0.20,is anyone can tell me how to solve this problem without updating kernel?? thanks advance!! -------------- next part -------------- An HTML
2006 Feb 09
1
Optimizing Linux to run Asterisk
Could anyone either recommend a website or howto on optimizing Linux to run asterisk. Such examples of what I mean are.. Renice of asterisk pid's Forcing irq smp_affinity (For interupt hogging T1 cards) .. That kind of stuff, I looked on the wiki and nothing directly mentions server optimization. Or, is this something that *should* be totally irrelevent when dealing with Asterisk. P.S. I
2013 May 25
1
Question regarding dropped packets
Hi, I''ve got a machine that''s hosting a number of virtual machines (58 + the dom0) and I''m having some weird issues with packet loss and high latency that happens when ksoftirqd spikes in CPU usage. The machine itself is CentOS 5 x86_64 running the stock Xen packages (3.1.2). It''s a dual quad-core w/ hyperthreading, 48 gigs of ram, and using Adaptec