Displaying 20 results from an estimated 5000 matches similar to: "Slow Windows XP shared browsing."
2003 Nov 25
1
idmap uid range missing or invalid
I'm getting this error on a Redhat 9 install. I was all working fine and now
for some reason its not.
here's part of the log leading up to the error.
[2003/11/25 10:17:02, 0] nsswitch/winbindd_util.c:winbindd_param_init(379)
winbindd: idmap uid range missing or invalid
[2003/11/25 10:17:02, 0] nsswitch/winbindd_util.c:winbindd_param_init(380)
winbindd: cannot continue, exiting.
2003 Aug 11
3
Plea for Help with Slow Roaming Profiles
I've posted a couple of times about this problem. This is a plea for help
with Roaming Profile configuration.
The short problem is that logging on and logging off takes about ten
minutes, with a fresh roaming profile (~1MB), on a 100Mb LAN.
If anyone has any suggestions or pointers or questions, *please* pipe up.
I'm all out of ideas.
2010 Oct 19
2
separate elements of a character vector
Dear colleagues, this seems like an easy problem, and I found some suggestions which I've incorporated in the help list, but I can't quite get it right.
I want to add a series of years to a second x-axis category label. I generate them with test and test_2 below, format them with some spacing (which is the suggestion I took from the R-list) and concatenate them and then write them with
2003 Aug 20
12
Samba PDC + WinXP = problems fetching remote profiles
Hi, everybody!
I have 20 WinXP client machines and a sever running
Samba (first try was with 2.2.8, now it's 3.0.0rc1).
If it matters to someone (for statistics, fun or for
understanding the problem), i use Slackware 9.0 Linux,
kernel 2.4.20 on server (and clients are XPpro/SP1,
buld 2600 as far as i remember). I almost had no
problems configuring samba for browsing and fortunately
i
2010 Oct 10
1
Create single vector after looping through multiple data frames with GREP
Hello all,
I changed the subject line of the e-mail, because the question I''m posing now is different than the first one. I hope that this is proper etiquette. However, the original chain is included below.
I've incorporated bits of both Ethan and Brian's code into the script below, but there's one aspect I can't get my head around. I'm totally new to programming
2011 Jan 18
2
Counting dates in arbitrary ranges
Dear Colleagues,
I have a data set that looks as below. I'd like to count the number of dates in a series of arbitrary ranges (breaks) i.e. not pre-defined breaks such as months, quarters or years. table(format()) produces ideally formatted output, but table() does not appear to accept arbitrary ranges.
I also tried converting the dates to numeric and using histogram to try to get the data,
2005 Jun 01
2
IAX2 analog telephone adapter
Hello All,
I am looking for a IAX2 analog telephone adapter, just want to ask your
views on which ones are bad, good and the best.
Thanks in advance,
Dinesh Birlasekaran
Network Engineer,
ComIT, Institute of Molecular and Cell Biology
61 Biopolis Drive, Singapore 138673
HP : 92962676 DID : 65869804 Fax : 67791117 Email :
dinesh@imcb.a-star.edu.sg
WWW: www.imcb.a-star.edu.sg
2016 Jun 13
1
[PATCH] virtio_balloon: fix PFN format for virtio-1
On Mon, Jun 13, 2016 at 09:08:44PM +0300, Michael S. Tsirkin wrote:
> On Wed, May 18, 2016 at 03:38:53PM +0300, Michael S. Tsirkin wrote:
> > Everything should be LE when using virtio-1, but
> > the linux balloon driver does not seem to care about that.
> >
> > Cc: stable at vger.kernel.org
> > Reported-by: Cornelia Huck <cornelia.huck at de.ibm.com>
>
2016 Jun 13
1
[PATCH] virtio_balloon: fix PFN format for virtio-1
On Mon, Jun 13, 2016 at 09:08:44PM +0300, Michael S. Tsirkin wrote:
> On Wed, May 18, 2016 at 03:38:53PM +0300, Michael S. Tsirkin wrote:
> > Everything should be LE when using virtio-1, but
> > the linux balloon driver does not seem to care about that.
> >
> > Cc: stable at vger.kernel.org
> > Reported-by: Cornelia Huck <cornelia.huck at de.ibm.com>
>
2005 Jun 29
1
Asterisk/SER/Call Manager
Hi all,
I have Asterisk talking to my call manager 4.0 with SIP trunk as mentioned
in the wiki. I also have SER talking to Asterisk. I need the SER talking
to my Call manager. The reason why CCM cannot talk to SER is because SER is
a on a public ip address, and CCM is on a private ip address.
The asterisk how ever has 2 nics, which talks to both and external. Is it
possible to allow
2003 Sep 19
1
Revisiting slow explorer.exe connections
Hi:
I recently encountered a problem reading directories via an XP Pro
client shared from a samba server (redhat's rpm samba-2.2.7-5.8.0). File
listing was sometimes VERRRY slow. It was not a DNS issue in this case.
The symptoms, and my fix is below, but I wanted to ask, is there a way
to deal with this from the server? (I dunno- like redirecting port 80 or
something).
>From the client,
2011 Jan 17
1
Importing multiple text files with lapply.
Hello,
I'm trying to read in 50 text filess with dates as content to create a list of tables.
a is the list of filenames that need to be read in.
The following command returns the following error
mylist<-lapply(a, read.table(header=TRUE, sep="\n"))
Error in read.table(header = TRUE, sep = "\n") :
element 1 is empty;
the part of the args list of
2010 Oct 06
2
Converting scraped data
Dear Colleagues,
I used this code to scrape data from the URL conatined within. This
code should be reproducible.
require("XML")
library(XML)
theurl <- "http://www.queensu.ca/cora/_trends/mip_2006.htm"
tables <- readHTMLTable(theurl)
n.rows <- unlist(lapply(tables, function(t) dim(t)[1]))
class(tables)
test<-data.frame(tables, stringsAsFactors=FALSE)
2011 Jan 25
1
subsetting based on joint values of critera
Dear colleagues, I have a dataset that looks as below.
I would like to make a new dataset that excludes the cases which are joint conjunctions of particular state names and years, so Connecticut and 2010, Maryland and 2010 and Vermont and 2010.
I'm trying the following subset code:
newdata<- subset(bpa, (!State=="Connecticut" & year<"2010"))
It appears that
2011 Mar 31
1
error in recode.defalt ....object '.data' not found
Dear colleagues, working with the data frame below, trying to reverse two variables I the error message below.
i searched through the help list but could not find any postings which could help me solve the situation. I tried attaching and detaching the data frame to no avail.
Yours, Simon Kiss
*DATA FRAME
'data.frame': 1569 obs. of 9 variables:
$ equal : num 3 4 3 2 3 4 2 3 2 2 ...
2011 Apr 22
1
indexing list elements with lapply?
Dear colleagues,
I have a list that looks like what the code below produces. I need a function to go through each list element and work on the second column of each list element (the first column is irrelevant to me...if the proposed function works on the first column as a consequence of a writing something simple, that's fine).
I need to index the second column of each list element to the
2012 May 28
1
Rcurl, postForm()
Dear colleagues,
Could I get some assistance using postForm() to scrape the business names and addresses at this website:
http://www.brantford.ca/business/LocalBusinessCommunity/Pages/BusinessDirectorySearch.aspx
I've read through (http://www.omegahat.org/RCurl/RCurlJSS.pdf) and scoured the web for tutorials, but I can't crack it. I'm aware that this is probably a pretty basic
2010 Sep 21
2
group means of multi-way table?
hello, can someone tell me how to generate the means for a data frame
that looks like this? My data frame has many more variables, but I
won't bother you with those; these are the one's that I'm interested in.
Needless to say, z is the variable in which I'm interested. I'd like
to find out the mean score of z for NDP managers, Conservative
managers and Liberal managers
2010 Oct 18
2
httparty vs mechanize
Are these two competing gems?
Thanks!
--
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 unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more
2012 Nov 09
5
using lapply with recode
Hello:
Forgive me, this is surely a simple question but I can't figure it out, having consulted the help archives and "Data Manipulation With R" (Spector).
I have a list of 11 data frames with one common variable in each (prov). I'd like to use lapply to go through and recode one particular level of that common variable.
I can get the recode to work, but it only returns the