search for: unlogged

Displaying 16 results from an estimated 16 matches for "unlogged".

2005 Apr 17
1
Unlogical phenomenon caused by locator
I was wondering if someone could help me! Here is what I don't understand! Why the text in the function isn't showing up before the locator action? ########### plot(1:10) toto<-function(){ cat("Why this text isn't showing up before the point selection !!!!!!!!") point<-locator(2) return(point) } toto() P.S.: I am using the most recent version of R for mac Thanks
2009 Apr 17
1
[PATCH 1/1] OCFS2: Log -EIO errors just when hit them.
This patch logs(ERROR) -EIO errors just when they are hitted. Signed-off-by: Wengang Wang <wen.gang.wang at oracle.com> -- diff -up ./linux-2.6.29.y.build/fs/ocfs2/buffer_head_io.c.orig ./linux-2.6.29.y.build/fs/ocfs2/buffer_head_io.c --- ./linux-2.6.29.y.build/fs/ocfs2/buffer_head_io.c.orig 2009-04-17 13:55:52.000000000 +0800 +++ ./linux-2.6.29.y.build/fs/ocfs2/buffer_head_io.c 2009-04-17
2008 Oct 15
3
Removing characters and periods from character strings
Hello R-users, I have code that gives me the important variables from an analysis. I need to input these variables into a different analysis. To do this, I need to modify them slightly... 1) remove all numbers at the end of the variables, 2) remove all periods. I tried to do it with the awkward code below. It works to remove all the numbers, but when I try to remove the period everything
2011 May 02
3
Issue providing seamless migrtion (3.0.24 to 3.5.6) - sambaNTPassword mystery
Hello everyone, I am operating a migration of samba from 3.0.24 (mysql passdb backend) to 3.5.6 (openldap passdb), samba working as a domain controller (PDC) and file share. The main challenge is to provide a seamless migration for users. For this new version, I am using smbldap-tools 0.9.6, nss_ldap, openldap 2.4. Everything run on FreeBSD 8.2. To get used to samba, I have managed to make
1999 Feb 25
1
locator() and log axes (PR#126)
In both the versions of 0.63.3 I have compiled locator() gives silly results for log axes eg > plot(1:10,log="x") > locator(1) #click on the point at (4,4) $x [1] 9694.383 $y [1] 4.034130 It appears that the x coordinate is 10^right number -- it's getting unlogged twice --please do not edit the information below-- Version: platform = sparc-sun-solaris2.6 arch = sparc os = solaris2.6 system = sparc, solaris2.6 status = in progress status.rev = 0 major = 0 minor = 63.3 year = 1999 month = February day = 24 language = R Search Path: .GlobalEnv...
2005 Jun 27
2
RTNETLINK answers: File exists
Hi List, I am new at this and trying to set up shorewall. I was using mnf-en to do it but it was using an old version of shorewall (shorewall-2.0.8-2mdk) and didn''t have the features I wanted. So I''ve installed shorewall-2.4.0-1mdk. Other bits of interest: iproute2-2.6.10-1mdk iptables-1.2.9-8mdk I''m trying to get the providers feature working. show capabilities:
2006 Jan 22
0
Rank Product
Hello Guys, I'm using the package RankProduct to determine the differential expression of genes in 2 classes. The importance of the thing is to know: - How can I determine which class is the class of up-regulated genes and which to the down regulated gene - How can i interpret the results : $pfp, $RPs, $RPrank, Orirank,
2004 Apr 01
1
SSH Logging
Hi, I'd like to be able to log file transfers to/from an SSH server (both through scp and sftp-server). Perhaps I'm not looking in the right places, but I don't see a way of doing this in the current code. The "scponly" shell goes some (small) way towards doing this, however, it logs patterns rather than filenames in scp transfers. I have even less success with sftp. If
2000 Aug 10
0
Weird login problem !!
Hello, I have discovered what seems to me an unlogic issue in Samba. I have a Samba logon server with login scripts based on machine names (%m.bat). This is what happens when I make a connection as a regular user. [2000/08/07 10:23:11, 1] smbd/service.c:make_connection(550) testpc (10.33.6.247) connect to service FSK as user m2000944 (uid=27419, gid=27419) (pid 18902) Identification,
1998 Dec 04
1
Red Hat 5.2''s login doesn''t do PAM session management correctly
This is a "heads up" for anyone who relies on PAM session management in order to clean up after a login session. Red Hat 5.2''s login does not perform PAM session management correctly, potentially resulting in sessions which lose their authentication before the login shell starts. login.c in Red Hat 5.2''s util-linux package was modified so that it no longer forks a
2006 Mar 25
0
Linux box talks to XP Pro, XP Pro permissions deniedon LinuxBox
Let's keep this on list please... See if you can connect as samba user from samba box... smbclient -L WHATEVER_YOUR_SERVER_NAME -U Administrator smbclient -L WHATEVER_YOUR_SERVER_NAME -U Michael but note - casing is rather odd and might be your problem. UNIX is case sensitive but Windows/Samba is not case sensitive... therefore Samba will see 'Michael' as 'michael' and
2009 Jan 02
5
[Bug 19373] New: Xorg hangs after restart
http://bugs.freedesktop.org/show_bug.cgi?id=19373 Summary: Xorg hangs after restart Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: critical Priority: high Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy:
2007 Sep 03
13
Some basic questions
...when I display it, it prints whole text in one line..how can I solve that? Datatype is TEXT 2. I can see a list of all posts at ..post/ with index method but I want to see a particular post with ..post/[id] .. how can I do that? 3. I want my application to be completely secured and whatever page unlogged in user tries to open, it should redirect to :controller => ''user'', :action => ''login'' ... some before_filter maybe but I dont know where to put that to secure all of the application. 4. How to display a column of options from a table into a drop down lis...
2011 Feb 01
6
help
PLEASE HELP I actually want to do the following: a[j] = (1/(j!))*Π (i-1-d), j = 500, Π means product i = 1 to j   Yet, j! will stop at 170 and Π (i-1-d) at 172; so, a[j] will not exceed 170. I would like to have at least 200 a[j].   WHAT SHOULD I DO?   PLEASE SEE MY CODE FOR DETAIL!! #################################################### R CODE:
2010 Jun 01
2
storing output data from a loop that has varying row numbers
Hi All, I am trying to run a loop that will have varying numbers of rows with each output. Previously I have had the same number of rows so I would use (and I appreciate that this will no doubt achieve some gasps as being thoroughly inefficient!): xdfrow<-(0) xdfrow1<-(1:32) xdfrow2<-(33:64) xdfrow3<-(65:96) xdfrow4<-(97:128) xdfrow5<-(129:160) xdfrow6<-(161:192)
1998 Dec 03
2
interactions between OPIE-ftpd and RH5.2
Ran into a weird problem, and this seemed a good forum to toss it out into -- if I've gaffed, please let me know. Just upgraded my RH5.0 box to RH5.2. Went well, worked nearly seamlessly. When running 5.0, though, I'd installed the opie-fied ftpd that comes with the most recent opie package (ftp://ftp.inner.net/pub/opie/opie-2.32.tar.gz) and had it work without a hitch. I'd also