Displaying 20 results from an estimated 20000 matches similar to: "Feature Request Creation date/time"
2005 Mar 04
2
are there known problems with NTConfig.POL with samba 3.11 ?
Hi Jerry ,hi Sambatsitas,
yesterday i installed a brand new ldap smb pdc with latest smb sources (
all suse 9.2 ),
and latest ldap scripts from idealx.( orginal source rpm )
All work fine ( as far i testet it ). (Usrmgr was just wow..!)
So at last i did a NTConfig.POL with poledit.exe for win xp serv Pack2
on the netlogon share.
I used adm modified adm files and a other poledit cause
system.adm
2006 Jan 06
3
Installing Java 1.4.2
For scalix on Centos the Scalix forum provides instructions for
convincing Scalix that Centos is Redhat:
http://www.scalix.com/community/viewtopic.php?t=516&highlight=centos
I am up to the point of getting Java JDK1.4.2 installed.
I did a: yum list|grep "java" and got:
gcc-java.i386 3.4.4-2
installed
java-1.4.2-gcj-compat.noarch
2005 Apr 28
0
[Bug 2423] Feature Request: Ability to transfer files newer than date or file. (--newer switch).
https://bugzilla.samba.org/show_bug.cgi?id=2423
------- Additional Comments From james.grinter@uk.nomura.com 2005-04-28 03:27 -------
I'd find this kind of feature really useful too.
I'm pushing files, but I'm using --include and --exclude patterns to build the
list of files I want to transfer, in some cases avoiding directory recursion. --
files-from and include/exclude
2019 Feb 25
7
Problem with mdadm, raid1 and automatically adds any disk to raid
Hi.
CENTOS 7.6.1810, fresh install - use this as a base to create/upgrade new/old machines.
I was trying to setup two disks as a RAID1 array, using these lines
mdadm --create --verbose /dev/md0 --level=0 --raid-devices=2 /dev/sdb1 /dev/sdc1
mdadm --create --verbose /dev/md1 --level=0 --raid-devices=2 /dev/sdb2 /dev/sdc2
mdadm --create --verbose /dev/md2 --level=0 --raid-devices=2
2006 Aug 28
2
Cannot get simple data.frame binding.
I am stuck on a simple problem where an example works
fine but the real one does not.
I have a data.frame where I wish to sum up some values
across the rows and create a new data.frame with some
of old data.frame variables and the new summed
variable.
It works fine in my simple example but I am doing
something wrong in the real world. In the real world
I am loading a labeled data.frame. The
2008 Apr 25
1
"Date Created" missing on files transferred from an ext3 file system to an NTFS file system
I'm using rsync 2.6.9 to transfer tiff files from a linux RHEL 5 server
to an NFSv3 directory exported by a NAS running Windows Storage Server
2003 R2 sp2. The NAS is running Microsoft Services for NFS.
The rsync command I'm using is:
rsync -auz --remove-source-files /m2/archives /nfs-destination
The problem I'm having is that ~50% of the files that are moved are
missing a
2009 May 06
6
by-group processing
Given a dataframe like
> data
ID Type N
1 45900 A 1
2 45900 B 2
3 45900 C 3
4 45900 D 4
5 45900 E 5
6 45900 F 6
7 45900 I 7
8 49270 A 1
9 49270 B 2
10 49270 E 3
18 46550 A 1
19 46550 B 2
20 46550 C 3
21 46550 D 4
22 46550 E 5
23 46550 F 6
24 46550 I 7
>
containing an identifier (ID), a
2011 Feb 21
3
multiple plots using a loop
Dear R users,
I am trying to write myself a loop in order to produce a set of 20
length frequency plots each pertaining to a factor level. I would like
each of these plots to be available on the same figure, so I have used
par(mfrow = c(4, 5)). However, when I run my loop below, it produces
20 plots for each factor level and only displays the last factor
levels LF plots. I'm fairly new to
2006 Oct 05
1
creation time stamps for ext4 ?
Hi,
I would like to know if there are any plans to introduce a creation
timestamp in future ext3/4 versions. Having a 4th timestamp saving the
creation time would be very good for projekts like Samba for example.
It would be important that creation time can also be set manually
later on by some system call. Systems like FreeBSD's UFS and Solais'
ZFS already support creation times.
2006 Nov 14
2
Broken ncurses symlinks
Good day,
Some of my ncurses symlinks are broken, can anyone help me repair these
broken links. I tried installing ncurses 5.5 which added two more broken
links. Attached is the orginal broken links I had.
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
2002 Dec 12
1
incorrect file creation dates
Hello!
A good day to you all. The file creation dates that show up on my Windows 2000 pro box don't seem to match the file creation dates on the samba linux box. Any suggestions on what i should look into? i am currently using 2.2.5a with rh 7.2. Thanks!
---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
-------------- next part
2008 Mar 02
2
Variance Calculation in R
Hello,
Thanks everyone for helping me with the previous queries.
step 1: Here is the orginal data: short sample
ProbeID Sample_1_D Sample_1_C Sample_2_D Sample_2_C
1 224588_at 2.425509867 11.34031409 11.46868531 11.75741478
step 2: i calculate the variance of the sample using this R code
x<-1:20000
y<-2:141
data.matrix<-data.matrix(data[,y])#create data.matrix
2004 Jun 29
4
camberra distance?
Hi!
Its not an R specific question but had no idea where to ask elsewhere.
Does anyone know the orginal reference to the CAMBERA DISTANCE?
Eryk.
Ps.:
I knew that its an out of topic question (sorry).
Can anyone reccomend a mailing list where such questions are in topic?
2005 Mar 04
4
Difference between Snom 190 & Elmeg 290?
Hi list!
While looking for the Snom 190 I found another phone, the Elmeg IP 290
(www.elmeg.de).
Looking at the pictures & the specs they seem to be very similar beasts
but the firmware is supposedly not interchangeable.
Does anyone know the difference between the 2, do they work with Asterisk?
The weird thing is that Elmeg has similar phones with the Snom look but
they are ISDN only (no
1999 Aug 19
1
date() should not append a final "\n" ?!?
Between R 0.63.2 and 0.64, the behavior of
date()
has been changed in order to become platform independent.
It now uses POSIX calls, basically
time_t t;
time(&t);
return ctime(&t);
This currently returns (for me on Sun SPARC Solaris)
> date()
[1] "Thu Aug 19 10:36:28 1999\n"
where I think the final "\n" is really UNdesired.
---
Is this just
2008 Jun 09
4
Copying files from specific date.
Dear all,
Does anyone aware of any utility to copy files which are created or modify form a specific date ?.
Thanks
Rajeev R. Veedu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20080609/ae761b2c/attachment-0002.html>
2012 Mar 25
3
Many messages clustered around the same date.saved value
Subject: Different user messages clustered around the same date.saved value
After updating dovecot to 2.1.3, I can now use "doveadm expunge -A ..."
to iterate through all user trash folders and expunge old messages.
However, I noticed a strange thing: querying what would have been deleted
doveadm -ftab fetch -A "date.saved" mailbox Trash savedbefore 7d
showed many
2011 Dec 13
2
Problem with ploting fitted values
Hello!
I have such a problem...
Estimated a model based on common data (you can find it in R library), and I
wanted to plot the orginal values with the estimated one. Unfortunately I
can only see the original values.
Below is the code with data library:
/
library(forecast)
data(AirPassengers)
AP <- AirPassengers
class(AP)
start(AP)
end(AP)
frequency(AP)
lgAP <- log(AP)
t<-2:length(AP)
2005 Nov 18
3
Sorting messages by date
I've recovered a load of messages from a different mail server without it's
index file (it was corrupted). I now have thousands of messages which
display in Outlook Express (yes, you may puke at this), all as today's date.
However when I read them in Pine, the date of each message is displayed
correctly, but they're in no particular order whatsoever.
There are several
2001 Aug 06
3
Split Ogg Files
I'm sure there are a lot of people who've run into this problem with regard
to ogg files... that is, when recording from live sources you end up with
beautiful, wonderful sounding, brilliant ogg files that might be around 100
Meg for two hours.
Now, if I want to split it into tracks, or remove commercials, what are my
options. With mp3, there are little programs in windows that