similar to: Problem with Samba DFS and Active Directory/XP

Displaying 20 results from an estimated 800 matches similar to: "Problem with Samba DFS and Active Directory/XP"

2007 Nov 22
1
Cluster Analysis:build a classifier?
Dear All, I'm currently doing a project about unsupervised learning, and I'll be using R to analyse a few network traffic datasets downloaded off Andrew Moore's website (http://www.cl.cam.ac.uk/Research/SRG/netos/nprobe/data/papers/sigmetrics/index.html). Could anyone shed some light on how to build a classifier from the training set A, and then use a validation set B to assess the
2013 Jan 01
0
[LLVMdev] [DragonEgg] [Polly] Should we expect DragonEgg to produce identical LLVM IR for identical GIMPLE?
Hi Dmitry, > > In our compiler we use a modified version LLVM Polly, which is very sensitive to > proper code generation. Among the number of limitations, the loop region > (enclosed by phi node on induction variable and branch) is required to be free > of additional memory-dependent branches. In other words, there must be no > conditional "br" instructions below phi
2012 Dec 31
3
[LLVMdev] [DragonEgg] [Polly] Should we expect DragonEgg to produce identical LLVM IR for identical GIMPLE?
Dear all, In our compiler we use a modified version LLVM Polly, which is very sensitive to proper code generation. Among the number of limitations, the loop region (enclosed by phi node on induction variable and branch) is required to be free of additional memory-dependent branches. In other words, there must be no conditional "br" instructions below phi nodes. The problem we are facing
2011 Jan 18
2
ssh-add with stdin and read_passphrase
I would like to use ssh-add to unlock a key with a password provided through a web interface. It seems even though ssh-add calls read_passphrase with RP_ALLOW_STDIN at ssh-add.c:173, stdin is not used as a last resort without a valid terminal or display. Is it an intended behaviour ? And if so, what are the security implications of using popen() to write the password to ssh-add (not using echo
2003 Feb 05
3
Redhat ACL support
Hi, I'm trying to setup a RedHat 8 fileserver, it must work seamlessly within our 2000/NT network. After some research, I believe the first thing I need to do is install ACL support. I tried doing this once, didn't go well, had to reinstall RedHat. What files do I need and from where, to install ACL support for RedHat 8?
2011 Dec 01
2
HDF5 compound data types and h5r/hdf5 R packages
Hi there, I have a Java process that writes HDF5 files with the following approximate structure: group "xxx" { group "yyy" { dataset {} dataset {} } group "zzz" { dataset {} dataset {} } } where dataset is a rank one dataspace having a compound datatype defined as: H5T_UNIX_TIME, float, float, float, float I
2010 Jan 25
2
Too much cpu wait on nfs server when we need to read data on it
Hi, I have a big server with 24 Disk on 2 3ware card. When i write data on my nfs server everything is fine but when i want to read data i have a lot of cpu wait. [root at NFS /]# vmstat 1 procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu------ r b swpd free buff cache si so bi bo in cs us sy id wa st 0 1 112 9592 7140 1879496 0 0
2010 Nov 04
2
How to do bootstrap for the complex sample design?
Hello; Our survey is structured as : To be investigated area is divided into 6 regions, within each region, one urban community and one rural community are randomly selected, then samples are randomly drawn from each selected uran and rural community. The problems is that in urban/rural stratum, we only have one sample. In this case, how to do bootstrap? Any comments or hints are greatly
2010 Jan 23
5
authentication failure
I noticed that my server has a lot ca. 1000x auth failure from different alocated in China / Romania and Netherlands per day since 3 days It looks to me like somebody was trying to get into server by guessing my password by brute force. what would be the best to stop this attack and how? the server running apache mysql and ftp PORT STATE SERVICE 21/tcp open ftp 80/tcp open http 443/tcp
2012 Jan 06
5
proper way to mirror apt.puppetlabs.com?
I am wanting to set up a local mirror of apt.puppetlabs.com, and am a bit confused by the layout as well as the announcement that was made in this thread: http://groups.google.com/group/puppet-users/browse_thread/thread/0786824ea9531fe3/f53c9006843ab8dc I''m not sure exactly what I should be pulling, as rsync://apt.puppetlabs.com/packages/apt gets everything, but it seems like a bit of a
2010 Jan 20
4
followup to request for centos C/W
just to follow on my earlier post, i have pointers to a couple commercial C/W manuals for RHEL administration, but both of them use an entire chapter discussing virtualization using Xen. i'm under the impression that RH is firmly in the KVM camp (at least for now), and that learning Xen on red hat/centos wouldn't be as useful as learning KVM. thoughts? rday --
2009 Oct 15
1
Warning messages: Reached total allocation of 1023Mb: see help(memory.size)
Hi there, I run the following code in R and got the warning like that, how can I change the memory.size? Or anything else? Thanks a lot! Faye temp<-apply(Idd4.perms$permstats[-stratum1,], + 2,sort) Error: cannot allocate vector of size 47.5 Mb In addition: Warning messages: 1: In apply(Idd4.perms$permstats[-stratum1, ], 2, sort) : Reached total allocation of 1023Mb: see help(memory.size)
2011 Dec 20
2
rgeos on Linux requires GEOS 3.2.3, not 3.3.1
Some notes on installing rgeos in R 2.14.0 on a Linux Mint 11 (x86_64-pc-linux-gnu) machine 1. rgeos 0.1-15 will not run with GEOS 3.2.0-1, which is the version currently available on Synaptic package manager 2. I installed GEOS 3.3.1 (the latest version) from http://trac.osgeo.org/geos/, but rgeos will not run with this either 3. I then install GEOS 3.2.3, and now rgeos works fine! It seems
2012 Feb 15
7
ggplot rank stack bar automatically.
Hi, all, I am currently trying to learn this example. http://learnr.wordpress.com/2009/03/17/ggplot2-barplots/ I created the stack bar easily. If I would like to rank the stack bar from the highest on the right, shortest on the left and eventually I could show the data "1991-00" on the left and "1823-30" on the right, how could I do that? Apart from this, I find
2010 Mar 09
72
[Bug 26980] New: GT230M/nouveau: X server hangs spontaneously
http://bugs.freedesktop.org/show_bug.cgi?id=26980 Summary: GT230M/nouveau: X server hangs spontaneously Product: xorg Version: 7.5 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2012 Sep 26
2
Online Chat application in Rails 3.1.3
Hi all, How to create *Online Chat application* in Rails 3.1.3 and Ruby 1.9.3 Could any one please tell me the steps or any sample application..Please Kingston.s -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To
2015 May 31
3
Installing TMAP in R Studio on Linux Mint
Dear Dirk et al, What I've tried is to install libgeos-dev: sudo apt-get install libgeos-dev Which gives me, even after adding the ubuntugis-unstable PPA: E: Unable to locate package libgeos-dev So I'm a little stuck at the moment. I'm trying to install TMAP on R-Studio, which requires a number of packages all of which rely on the libgeos-dev being in place, and I can't seem to
2012 Feb 11
0
How to solve long tick labels (axis.text.x)
Hi, all, I am a newbie for [r]. I am currently trying to learn this example. /http://learnr.wordpress.com/2009/03/17/ggplot2-barplots// /http://learnr.wordpress.com/2009/03/17/ggplot2-barplots/ / After I made a drawing /c <- b + facet_grid(Region ~ .) + opts(legend.position = "none") / If I want to make the axis.text.x (I don't want to mix with axis labels, so I type
2011 Mar 16
2
how do we read netcdf / hdf files in R?
Dear R Users, How do we read netcdf / hdf format files in R ? Also, can we convert netcdf to hdf format in R? Great Thanks, Best Regards, Yogesh [[alternative HTML version deleted]]
2010 Jan 25
5
Bash script for backup
Hello guyz! I'm new here, and this is my very first truble... I need a script that will backup & compress the folder /media/system in the folder /media/backups But that's not the problem, I need that only the last 7 backups (last 7 days, yeah I know, cronjob...) will stay in that folder... The script need: 1 - Compress folder /media/system 2 - Store in /media/backups 3 - Name the