search for: oldids

Displaying 7 results from an estimated 7 matches for "oldids".

Did you mean: oldidx
2011 Sep 20
2
Converting ID Numbers to Unique ID Number
First off, let me apologize for the elementary question. I'm obviously a novice. Here's a stripped version of my problem. March foreign id = 1234, my id = 1 foreign id = 1235, my id = 2 foreign id = 1236, my id = 3 So we are adding new people for April, and things don't necessarily come in order: April foreign id = 1236 foreign id = 5000 foreign id = 1234 foreign id = 1235 foreign
2006 Sep 26
1
extended ACLs and Samba
Hi, i've a Project share with many subfolders. In this subfolder many user have dedicated access rights to single files. Sometimes a project member change and the new one should get the same rights as the old one. But here is my problem. With the following line i can easy change the owner of files: find /samba/project -user oldid -exec chown newid {} ";" But i don't know
2013 Jan 18
2
A smart way to use "$" in data frame
Hello all, I have a data frame dataa: newdate newstate newid newbalance newaccounts 1 31DEC2001 AR 1 1170 61 2 31DEC2001 VA 2 4565 54 3 31DEC2001 WA 3 2726 35 4 31DEC2001 AR 3 2700 35 The following gives me the balance of state AR:
2017 Jun 06
1
Test for the end of PostingIterator in perl?
Hi all. I want to iterate over all the documents in my database. my $pi = $db->postlist_begin(""); while ("$pi" =~ qr/END/) { my $oldid = $pi->get_docid; $pi++; #... } That used to work with Search::Xapian in perl version 1.2, but now with xapian-bindings-1.4.4 it does not seem to. How are you supposed to tell when you have reached the
2009 May 19
8
Ubuntu HVM installation is very slow
Hi Everyone, I am trying my hands on xen under Solaris SXCE build 113. The machine has the following configuration: 2 Quad Core Xeon CPUs 16 GB RAM Solaris SXCE b113 4 disks - 2 mirrors x 2 stripes under ZFS The problem is that xen HVM is very slow. I am using the following command to create an Ubuntu 9.0.4 test vm. virt-install -n test1 -r 2048 --vcpus=2 -f /vdatapool/data/test1.img -s 50
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
Note that this does not fix gettext for app, that will be done separately in another patch as F10/F11 require different setups for that. In the meantime gettext works if manually changed in environment.rb to gettext_rails instead of gettext/rails Signed-off-by: Jason Guiditta <jason.guiditt at gmail.com> --- src/app/controllers/application.rb | 200 --------
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server