similar to: Sloe reponse using net use command

Displaying 20 results from an estimated 7000 matches similar to: "Sloe reponse using net use command"

2010 Dec 11
1
PDC on 3.0.8 upgraded to 3.5.6-70 now getting 'Access Is Denied' from clients
Wow! this got long on me. The problem seems similar to the one expressed here: http://www.mail-archive.com/samba at lists.samba.org/msg111029.html but I already had server signing = no in my config, and the 4 relevant options all seem correct. client schannel = Auto server schannel = Auto client signing = auto server signing = No On one of my PC's I can see 'If possible =
2010 Jan 24
0
tree()...binary reponse giving only one split
Hi, I'm new to CART. I have a data set with a binary reponse (0/1) and several predictors. I chose 2 continuous predictors to start and used the following code. testdata.ltr<-tree(nondev85dev06~dist_rampm_wa + dis_prim_wa,testdata) The two predictors should be quite explanatory based upon previous work. After running this code, I am getting only one split using the first predictor
2011 May 25
1
polkit error when starting virt-manager on fedora14
Hi, I have the following error in syslog when starting virt-manager and trying to connect: May 25 16:39:33 sage libvirtd: 16:39:33.525: error : remoteDispatchAuthPolkit:3846 : Policy kit denied action org.libvirt.unix.manage from pid 27509, uid 500, result: 512 I can manually start the kvm guest using virsh, but why can't virt-manager start them? This is on fedora14 x86_64: # rpm
2007 Dec 10
1
Multiple Reponse CART Analysis
Dear R friends- I'm attempting to generate a regression tree with one gradient predictor and multiple responses, trying to test if change in size (turtle.data$Clength) acts as a single predictor of ten multiple diet taxa abundances (prey.data) Neither rpart or mvpart seem to allow me to do multiple responses. (Or if they can, I'm not using the functions properly.) > library(rpart)
2011 Sep 13
1
How to install libvirt 0.9.4 RPM on Fedora 14?
Hi, I'm trying to install the newest version of libvirt and libvirt-client from the rpms at ftp://libvirt.org/libvirt/ on a Fedora 14 machine. The naming of the rpms as "libvirt-0.9.4-1.fc14.x86_64.rpm" suggests that this is exactly the system this was made for, however, installation still does not go smoothly. When I try to install these packages with yum install
2011 Jun 22
2
analysing a three level reponse
Hello, I am struggling to figure out how to analyse a dataset I have inherited (please note this was conducted some time ago, so the data is as it is, and I know it isn't perfect!). A brief description of the experiment follows: Pots of grass were grown in 1l pots of standad potting medium for 1 month with a regular light and watering regime. At this point they were randomly given 1l of one
2011 Apr 18
1
Undefined interfaces?
Hi, I have a working fc14 install with a few virtual interfaces set up, and just noticed the following in messages: Apr 18 13:07:43 fc14 libvirtd: 13:07:43.155: error : interfaceGetXMLDesc:355 : internal error could not get interface XML description (netcf: NETLINK socket operation failed - couldn't find ifindex for interface `br0:0`) Apr 18 13:07:43 fc14 libvirtd: 13:07:43.165: error :
2018 Feb 15
0
[PATCH v2 2/2] inspector: rpm summary and description may not be utf-8
The application inspection code assumes the data in the RPM database are encoded in UTF-8. However this is not always the case. As a basic workaround, try to parse the string to UTF-8 and if that fails, try converting it from latin-1. --- inspector/expected-fedora.img.xml | 4 ++++ lib/inspect-apps.c | 30 +++++++++++++++++++++++----
2018 Feb 28
0
[PATCH v3 2/2] inspector: rpm summary and description may not be utf-8
The application inspection code assumes the data in the RPM database are encoded in UTF-8. However this is not always the case. As a basic workaround, try to parse the string to UTF-8 and if that fails, try converting it from latin-1. --- inspector/expected-fedora.img.xml | 4 ++++ lib/inspect-apps.c | 30 +++++++++++++++++++++++----
2011 Apr 04
0
iptables errors with guest
Hi, I've just set up a fedora14 guest on a fedora14 server, and just noticed the following in messages: Apr 4 16:29:50 fc14 libvirtd: 16:29:50.767: error : virRunWithHook:857 : internal error '/sbin/iptables --table mangle --delete POSTROUTING --out-interface virbr0 --protocol udp --destination-port 68 --jump CHECKSUM --checksum-fill' exited with non-zero status 2 and signal 0:
2011 Jul 17
1
authconfig-gtk-6.1.9-1.fc14.i686.rpm missing durring URL Install ?
Hello, This is a rather strange problem. I am using the i386 netinstall CD to boot and do a URL (HTTP) install since my machine only has CD drive and can't boot from USB either. During the install, the installer was looking for package authconfig- gtk-6.1.9-1.fc14.i686.rpm and claims that it's missing. I checked the RPMs under packages, and for sure it wasn't there. But look at the
2011 Apr 21
2
How to install binutils-devel on Centos Linux 5.5
Good morning, I am trying to install binutils-devel on Centos Linux 5.5 so that we can obtain lib liberty required by the oprofile-0.9.6 Linux profiler. Using root , I enter: yum local install binutils-devel-2.20.51.0.7-6.fc14.i686.rpm. Then I get the message: Public key for binutils-devel-2.20.51.0.7-6.fc14.i686.rpm is not installed. Please tell me where I get the Public key for
2018 Feb 14
1
[PATCH] inspector: rpm summary and description may not be utf-8
The application inspection code assumes the data in the RPM database are encoded in UTF-8. However this is not always the case. As a basic workaround, try to parse the string to UTF-8 and if that fails, try converting it from latin-1. --- inspector/expected-fedora.img.xml | 4 ++ lib/inspect-apps.c | 75 +++++++++++++++++++++++++--
2011 May 25
3
Re: (XEN) Scrubbing Free RAM........................ Reboot
On Wed, May 25, 2011 at 12:41 AM, JAMES BOND 123 007 <james123007@gmail.com> wrote: > Hi , > I saw your thread post at > http://web.archiveorange.com/archive/v/ZvO4jnaavtTfcyqnHoRX > , about problems with XEN 4.0 installation. > I have the same problem and my machine is similar to yours( HP Proliant > DL380G6, 4GB-RAM) This question is better asked on the xen-users list.
2003 Oct 07
1
is.na(v)<-b (was: Re: Beginner's query - segmentation fault)
I am puzzled by the advice to use is.na(x) <- TRUE instead of x <- NA. ?NA says Function `is.na<-' may provide a safer way to set missingness. It behaves differently for factors, for example. However, "MAY provide" is a bit scary, and it doesn't say WHAT the difference in behaviour is. I must say that "is.na(x) <- ..." is rather repugnant,
2010 Nov 16
3
Centos 6 installation memory requirements
Will (does) Centos 6 require 512Mb of memory for the GUI install like FC14 or the lower requirement of FC13? My ASUS EE 700 has ~490Mb of memory (vidoe steals some from the 512Mb base) and FC14 switches to text install and does not install any GUI, leaving the boot in test mode. I recall a message earlier that 6 is based off of 14, but not the final Anaconda, thus my question. It would be
2011 Jun 28
1
More than 32G on memory in a domU guest?
I must be missing something obvious. I have a large domU guest: dom0# cat /etc/xen/turing name = "turing" uuid = "8d3383a0-f0ae-f0b1-215d-c2e04115e9fe" maxmem = 40000 memory = 40000 vcpus = 12 bootloader = "/usr/bin/pygrub" kernel = "/var/lib/xen/boot_kernel.nrTJko" ramdisk = "/var/lib/xen/boot_ramdisk.y6Gcn9" extra = "ro
2012 Mar 21
0
MIPS emulation ....
.... When I query my qemu-mips under FC14 64-bit, libvirt.x86_64 0.8.3-10.fc14, qemu 2:0.13.0-1.fc14, I see the following: [root at Q6600:/etc, Wed Mar 21, 03:24 PM] 1022 # qemu-mips -cpu ? MIPS '4Kc' MIPS '4Km' MIPS '4KEcR1' MIPS '4KEmR1' MIPS '4KEc' MIPS '4KEm' MIPS '24Kc' MIPS '24Kf' MIPS '34Kf' [root at Q6600:/etc, Wed
2010 Dec 20
0
R 2.12.1 in Fedora Updates Testing
R 2.12.1 is built now for Fedora and EPEL. It is in "updates-testing" (or it will be within the next 24 hours). In accordance with the new policies on Fedora Updates, these new packages will not be pushed as official updates until they either receive positive testing from users, or sit in updates-testing for two weeks. You can help us test these packages, and move them forward.
2012 Oct 10
1
nfs4 idmapd.conf user mapping
On my CentOS 6.3 machine, in /etc/idmapd.conf I've updated the "[Mapping]" section of the config file: Nobody-User = paulbsch Nobody-Group = paulbsch But the mapping is not working. Files still show up as being owned by "nobody". On my Fedora 14 machine, with the exact same changes to /etc/idmapd.conf, the mapping works perfectly and the files show up as being owned by