search for: danae

Displaying 20 results from an estimated 156 matches for "danae".

Did you mean: adnae
2012 Apr 24
2
Use quotes on a FOR LOOP R
Hello All! I need some help to get a FOR LOOP to print the interactor with the quotation mark. Let me be more specific: I have the following: cbind("Michael","Dana","Rob")->LIST outcome: [,1] [,2] [,3] [1,] "Michael" "Dana" "Rob" UNFORTUNATELY, I need to do the following: as.data.frame.list(LIST)->LIST2 rm(LIST)
2006 Sep 22
2
Write list problem
I upgrade my Debian Samba packages from 3.0.14a-1 to 3.0.23c-1. I experienced 2 problems, one was that certain shares were locking users out who were listed in the "Valid users" parameter, but not all shares were doing this. I ran across a post that advised changing the parameter to "users" alone, omitting "valid" This fixed it, but I'm not sure why. WHen did
2002 May 13
3
Samba DC issue.
Hello, I'm trying to use samba (Version 2.2.3a-6 for Debian) as a DC for a windows 2000 pro network. Everything seems to work OK, except the roaming profiles. Every few days (I haven't locked down a pattern yet) all machines connected to the server loose their connection, and no one can connect again until the server is rebooted. I'm using log level 3, and this is what log.smbd
2007 Apr 12
0
Programmer/admin needed in Dana Point, CA
We are a small (10 people) company located in Dana Point, CA. Right on the coast halfway between LA and San Diego. 3 blocks to the beach from the office. We are looking for a programmer to work with our designers developing and maintaining the dynamic portions of our websites. Programming is a mix of C, perl, python and a little bit of java. Environment is all FreeBSD servers
2009 May 13
5
Help with reshape/reShape and indexing
Dear R Helpers, I have trouble applying reShape and reshape although I read the documentation and several posts, so I would very much appreciate your help on the two points below. I have a dataframe df = data.frame(Name=c("a", "a", "a", "b", "b", "c"), X1=c("12", "13", "14", "20", "25",
2005 Jan 20
7
VoIP-to-TDM processing on-card?
Are there any cards that work with * that do the VoIP-to-TDM processing on the cards, with multiple interfaces? The QuickNet Internet LineJack meets the description I believe, but it only has a single FXS or FXO. Are there any cards that have more than one FXS? Thanks. __ Dana Olson Disclaimer: The information transmitted in this message is intended only for the person or entity to which it
2005 Jan 03
5
DHCP Attribute for TFTP server for Aastra 480i?
I have this Aastra 480i phone, and you can set the TFTP server IP address manually in the phone, but there should be a way to have it find the TFTP server information via DHCP. Does anyone know if this is possible, and if so, what is the attribute I have to set on my DHCP server? Thanks! __ Dana Olson Disclaimer: The information transmitted in this message is intended only for the person or
2005 May 16
2
Pass variable to Authenticate?
I'm trying to figure out a way to make my own agent login, because I don't like how the default works. I have the login and logout working fine using the dynamic add and remove commands, but I need to be able to create a list of users and passwords. I thought of a way to do it using a list of passwords, but the agent would only ever be prompted for their password. I won't want that.
2009 Nov 22
2
Help with indexing
Dear R Helpers, I am missing something very elementary here, and I don't seem to get it from the help pages of the ave, seq and seq_along functions, so I wonder if you could offer a quick help. To use an example from an earlier post on this list, I have a dataframe of this kind: dat = data.frame(name = rep(c("Mary", "Sam", "John"), c(3,2,4))) dat$freq =
2009 Dec 09
5
Shared storage between open Xen, VMware ESX, XenServer, KVM and a normal Linux...
Guys! I have one fiber channel IBM storage (10T) and 8 HP Proliant servers with 32G of RAM on each and 1 HP with 4G of RAM. My question is: * How to use the same storage (block device) with all my different virtualization servers simultaneously? I have 2 open source Xen with CentOS 5.4, 2 VMWare ESX, 2 Citrix XenServer, 2 KVM powered by Ubuntu and 1 Debian exporting the IBM storage to a SAN
2005 Feb 04
4
HP ProLiant server for Asterisk
I'm looking at ordering a server from HP. I checked around on Google and found in the Wiki that the ProLiant DL380 is supposed to be known to work with *. I'm going to get a price quote on the following setup: HP ProLiant DL380 G4 Server w/ the following options: Intel Xeon 3.20GHz/1MB 2GB REG PC2-3200 (2 X 1GB) HP ProLiant Battery Backed Write Cache Enabler for SA6i RAID 1 drive set HP
2020 May 13
1
Re: Unit libvirtd.service could not be found. on VM
Thanks, I discovered I had wrong permissions for /var/lib/libvirt/qemu/, after setting them to drwxr-x--x. qemu qemu and executing daemon-reload libvirtd.service exists now on my vms :) However - I'm not able to get it to run. In the journal I see the message libvirtd[6800]: Unable to import CA certificate list /etc/pki/vdsm/certs/cacert.pem I have verified its permissions and that it's
2010 Mar 30
1
convert xva to img
Hi all, I need to get NetScaler running for a load balancing project. So I''m trying to convert the xva to an image for use with Xen. I have done the following; downloaded xenmigrate.py downloaded and untarred the xva image from Citrix ran the following: python xenmigrate.py --convert=Ref\:214/ ns.img xenmigrate says that it has completed successfully however I can''t mount
2005 Jan 14
3
Packet8 DTA310 and Asterisk
I have my DTA310 getting an IP via DHCP. I loaded the unlocked firmware version (Application Code Version: DTA version 1.0 US (8x8 001111)) onto it via TFTP, so I could access the SIP configuration. Under the SIP config, I put the IP of my * system, the 5060 port, and for Domain Name, I put default (is that right?). I checked off the Send Registration Request box. Dial Plan I left at the default,
2018 Jan 09
0
[Bug 13207] New: rsyncd doesn't send output of failed pre-xfer exec script to client
https://bugzilla.samba.org/show_bug.cgi?id=13207 Bug ID: 13207 Summary: rsyncd doesn't send output of failed pre-xfer exec script to client Product: rsync Version: 3.1.1 Hardware: x64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: core
2011 Oct 01
2
Help with cast/reshape
I realize that this is terribly basic, but I just don't seem to see it at this moment, so I would very much appreciate your help. How shall I transform this dataframe: > df1 ? Name Index Value 1??? a???? 1?? 0.1 2??? a???? 2?? 0.2 3??? a???? 3?? 0.3 4??? a???? 4?? 0.4 5??? b???? 1?? 2.1 6??? b???? 2?? 2.2 7??? b???? 3?? 2.3 8??? b???? 4?? 2.4 into this dataframe: > df2 ??? Index?
2005 Jul 04
1
Unresolved symbols - Zaptel 1.0.9 and Linux 2.4.31
I installed a vanilla 2.4.31 kernel from kernel.org and my system was working great. Then I tried upgrading zaptel to 1.0.9 and now I get unresolved symbols: # modprobe zaptel /lib/modules/2.4.31/misc/zaptel.o: /lib/modules/2.4.31/misc/zaptel.o: unresolved symbol proc_mkdir_R8712438a /lib/modules/2.4.31/misc/zaptel.o: /lib/modules/2.4.31/misc/zaptel.o: unresolved symbol add_wait_queue_R93ee100c
2005 Mar 24
1
RE: [R] Mapping actual to expected columns for princomp object
[Re-directing to R-devel, as I think this needs changes to the code.] Can I suggest a modification to stats:predict.princomp so that it will check for column (variable) names? In src/library/stats/R/princomp-add.R, insert the following after line 4: if (!is.null(cn <- names(object$center))) newdata <- newdata[, cn] Now Dana's example looks like: > predict(pca1, frz) Error in
2020 May 13
2
Re: Unit libvirtd.service could not be found. on VM
Thanks, Michal, On my laptop I do have libguestfs and libvirt-daemon-qemu. both libvirtd.service and libvirtd.socket are running ok on my laptop I just realized I haven't mentioned - my vms intend to serve as hosts themselves, and that's why they, too, need to have libvirtd.service running on them. up to recently I didn't have such a problem when I installed a vm on my laptop -
2006 May 16
0
configure a small local network
Hi to all, I'm a newbie installing and configuring samba/ldap and so on... I'm looking for help! :) I have a small network: ? hosts: - melo2 (WinXP Home) - melo3 (WinXP Professional) - melo4 (Debian) ? on melo4 I created 4 users using "smbldap-useradd": - alice, bob, charles, dana - I alse created a group "office" using "smbldap-groupadd" and added those