similar to: How to disable changing of modification times on file access?

Displaying 20 results from an estimated 600 matches similar to: "How to disable changing of modification times on file access?"

2010 Apr 29
2
C5: correct place for routing scripts?
Hello I have several Centos 4 and Centos 5 servers. Because of the nature of the environment, there are some static arp entries made with arp command and then source routing made with "ip rule/ip route" -commands. Those commands are now placed at /etc/rc.d/rc.local which is bad: if server is rebooted, those commands will be done correctly but if administrator restarts network with
2009 Mar 17
1
How to get usb storage under /media in runlevel 3?
Hello I have previously used Centos 4.x in runlevel 3, when I plug in my usb storage device/cd in cd-rom, it is shown under /media, for example /media/MyUsbStick. Now in Centos 5.2, when I insert usb storage device, nothing is shown under /media (runlevel 3). When I have runlevel 5 and X running, usb stick / cdrom is automounted fine. I can mount the stick using /dev/xxx device, but would
2001 Feb 28
2
Lock up issue
[Since samba-bugs has been shutdown, I'm posting this here...] I'm running RH 7.0 with both 2.2.16 and 2.4.2 kernels I've got the following samba packages installed: samba-client-2.0.7-21ssl samba-common-2.0.7-21ssl I have a Windows NT 4 server (SP6a) which stores many of my files since I use both Linux and Windows to access them (Linux on my desktop, Windows on my laptop) I
2004 Nov 03
3
Crossover and Free/Wine
Does the non-free versions of wine known as Codeweavers Crossover ever make it into the free versions? I really can't justify paying for Codeweavers right now since I only use it every once in a while for one app. But it sure works a lot nicer than the non-free version. -- - Chris Linux 2.6.9-gentoo-r2 i686 AMD Athlon(tm) XP 23:43:35 up 2 days, 8:05, 7 users, load average: 0.29,
2017 Jul 18
2
force port redirection for list of users
Thanks somuch. I am checking it. Best Regards, On Tue, Jul 18, 2017 at 9:08 PM, Reuti <reuti at staff.uni-marburg.de> wrote: > > > Am 08.07.2017 um 18:41 schrieb Sudarshan Soma <sudarshan12s at gmail.com>: > > > > Hi , > > I have the following requirement . > > other than following users, any other user sshd connection should be > > redirected
2007 Dec 07
0
applciation configuration for imagemagick
Hi, I would like to specify a path for my imagemagick application, but I coldn''t figure out how to do it. That''s what I got so far at the environment.rp # Include your application configuration below IMAGE_MAGICK_PATH = "??" The path I want it to point to is "C:\Programme\ImageMagick" Thanks for your help. -- Posted via
2008 Apr 16
0
Applciation cannot open a file
I'm running 3.0.28a on RHEL 4 U4. The problem I see is tied between an application running on winxp (Altiris Image Browser) and the samba server. The application says it is unable to open specific files. I've tried some things to resolve this. I set force user = root for the share in question. This should have fixed it, but it did not. I set chmod to o+rwx per file. I do not see this
2001 Sep 15
3
kernel oplocks 2.2.1a
Hello all, Either the docs or the value in smb.conf.default is wrong. (Or at least confusing).
2007 Mar 10
2
barplot, for loop?
Hi R-users, I have a dataset like this: kuvaaja kuva yhteispisteet Hannu isokala 8 Hannu kaapin alta löytynyt 2 Hannu kaapin alta löytynyt 2 8 Hannu limamikko 1 Hannu maukasta marmeladia 8 Hannu skrinnareita 4 Hate madekoukkujen suojelupyhimys 3 Hate matka aikaan joka ei enää palaa 3 Hate munat puoliks padassa 6 Hate pyynikki 2 Hate vailla armeerausta 2
2007 Mar 11
1
recoding question
Hi R-users, I have a data frame like this: photographer category picture points Hannu kalat limamikko 1 Teemu kalat verkkovaja 3 Hate kalat munat puoliks padassa 6 Hannu kalat isokala 8 Teemu kasvit, sienet ja muut eliöt harppi 2 Hate kasvit, sienet ja muut eliöt pyynikki 2 Petteri kasvit, sienet ja muut eliöt harmaaleppä 5 Lauri kasvit, sienet ja muut eliöt lumipuu 9 Teemu linnut kainostelua 1
2009 Jul 04
2
Shading the area between lines
Hi, I have a graph with seven parallel horizontal lines. Is it possible to shade the area between two adjacent lines? Thank you in advance, Hannu
2004 Sep 23
3
R glm
Hello: would you please help me with the following glm question? for the R function glm, what I understand is: once you specify the "family", then the link function is fixed. My question is: is it possible I use, for example, "log" link function, but the estimation approach for the guassian family? Thanks, Shuangge Ma, Ph.D. ******************************************** *
2013 Jan 02
1
samba4 anonymous ldap search
I'm using Version 4.1.0pre1-GIT-e4218e4 samba4 server. It allows nicely anonymous ldap searches, latest versions does not allow that. I have followed Microsofts kb326690 and kb320528 guides, but it seems not helpful. Is the anonymous ldap possible anymore? regards Hannu
1998 Oct 07
2
R-beta: R0.62.3 installation on RedHat 5.0
I have R-0.62.3 and RedHat 5.0 with fort77. At the office R is running but when I install a package, eg. 'akima' I get a message make: f77: Command not found 'R INSTALL library' does not accept fort77, but R installation checks f77/g77/fort77. Is there an easy way to edit some file and replace f77/g77 with fort77? At home I have the same R and Linux versions, but when
2004 Sep 22
5
block statistics with POSIX classes
I have a monthly price index series x, the related return series y = diff(log(x)) and a POSIXlt date-time variable dp. I would like to apply annual blocks to compute for example annual block maxima and mean of y. When studying the POSIX classes, in the first stage of the learning curve, I computed the maximum drawdown of x: > mdd <- maxdrawdown(x) > max.dd <- mdd$maxdrawdown > from
2010 Nov 10
4
Installing R and an editor on a USB drive
Hi, I have adviced my students to install R and an editor on a USB drive for working in the computer class. With R everything works fine following these instructions: http://personal.bgsu.edu/~mrizzo/Rmisc/usbR.htm. But several editors (e.g., Tinn-R and WinEdt) require administrator rights. I have found out that Emacs (Vincent Goulet's Emacs for Windows Modified
2006 Jan 22
1
NAs in optim
Hi, I am trying to maximize a utility function using optim. I have a problem with optim, since some of the values in the caw, mom, me and btm matrixes in the code bellow are missing. Is there a handy way just to skip the missing values in the loop? g <- 5 retp <- NULL object <- function (x) { b1 <- x[1] b2 <- x[2] b3 <- x[3] for(i in 1:nrow(ret)){ for(j
2006 Mar 23
1
R 2.2.1: install packages
Hi, when using a laptop and trying to install packages for R for Windows 2.2.1 I get the following error > utils:::menuInstallPkgs() --- Please select a CRAN mirror for use in this session --- Warning: unable to access index for repository http://cran.dk.r-project.org/bin/windows/contrib/2.2 Warning: unable to access index for repository
2010 Nov 11
1
Tinn-R_2.3.6.0
Hi, I just found out that Tinn-R_2.3.6.0 is now available on http://sourceforge.net/projects/tinn-r/. When configuring Tinn-R: R > Configure > Permanent (Rprofile.site) I get error C:\Program Files\R\R-2.12.0\bin\etc\RProfile.site The above file was not found. Please try to repeat the procedure! The correct path for RProfile.site is C:\Program Files\R\R-2.12.0\etc\Rprofile.site I was
2003 Sep 26
4
valid users = %S in rc4
After upgrading rc2 -> rc4 (suse binary packages) line 'valid users = %S' in [homes] section prevents user getting to his homedirectory in logfile smbd says: [2003/09/25 15:07:59, 2] smbd/service.c:make_connection_snum(384) user 'xxxx' (from session setup) not permitted to access this share (xxxx) Hannu