search for: andi

Displaying 20 results from an estimated 8615 matches for "andi".

Did you mean: and
2008 Mar 13
1
memcache_client fails Marshal.load of AR objects
wondering if anyone watching can make sense of this, I''m try to work the memcache_client into my app, but every time it tries to read from memcache I get a Marshall error that the AR classes are not defined. But it''s more vexing than that, as the error does not occur within the console. From a console everything works as expected, but when running in the app it fails.
2016 Jan 06
4
Cannot remove symlink with missing target
...an SMB share and find that symbolic links whose target no longer exists cannot be removed on the client side. Example, on the SMB client side in an SMB-mounted directory: 1. Create a file and a relative symlink to it: $ touch a $ ln -s a b $ ls -l total 0 -rw-rw-r--. 1 andi andi 0 Jan 6 14:42 a lrwxrwxrwx. 1 andi andi 1 Jan 6 14:42 b -> a 2. Removing the symlink target causes removal of symlink to fail: $ rm a $ ls -l total 0 lrwxrwxrwx. 1 andi andi 1 Jan 6 14:42 b -> a # With colors on, the b and a are now marked red, indicating...
2016 Apr 28
4
Centos hold me back from work - sshd ...bull
ine-imac-andy:~ andy$ ssh 141.52.135.21 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that a host key has just been
2006 Mar 09
1
R2.2.1-patched build failed with PGI 6.1 on x86-64
Hi All, While attempting to build R-patched using the Portland Group compiler suite on our dual Opteron 250 box running Scyld 29cz5 (based on RH, kernel 2.4.29), I get: make[5]: Leaving directory `/home/andy/Rbuild/R221-pgi/src/library/tools/src' make[5]: Entering directory `/home/andy/Rbuild/R221-pgi/src/library/tools/src' pgcc -I../../../../include -I/include -I/include/CC -fpic
2016 Apr 28
4
Centos hold me back from work - sshd ...bull
I don?t know what?s going on the sushi from the laptop always kick me out!!! Fresh installation. packet_write_wait: Connection How can that be! Andy
2008 Dec 04
5
DomU can''t be destroyed
Hi All, I have searched for a bit and haven''t found anything. I am having an issue with DomU''s persisting (even after a reboot) that aren''t running, and can''t be destroyed. Problem is I cant create one with the same name either. This is Xen 3.3.0 on Centos 5.2. [root@COBRA1 ~]# xm list Name ID Mem VCPUs State
2012 Apr 07
3
[LLVMdev] Problems on getting the OPT resultant bitcode
Hi, I want to write a piece of code to instrument c++ programs. I have finished writing the pass, but I do not know how to get the resultant bitcode I ran OPT with the following arguments: opt -basiccg -basicaa -load /home/andy/llvm-3.0.src/Release/lib/InstTest.so -InstTest </home/andy/llvm-3.0.src/workspace/threadTest/Debug/threadTest.bc> -o=</home/andy/output/out.bc> /dev/null
2003 Mar 24
0
compiling R on Linux w/ Intel compilers
Dear R-help, Has anyone been able to compile R on Linux using Intel's C(++) and Fortran compilers? When I tried it (using R-devel from March 19), I get the following error when it gets to compiling the "methods" package. Can some one tells me where to start looking? What is "error 139"? Any help greatly appreciated! Cheers, Andy PS: This is on Mandrake 9.0, running
2003 Apr 23
3
changing dir to network drive in Rgui caused crash ( 1.7. 0)
Uwe & Marc, Adding the --vanilla flag doesn't help. Actually, the crash happens if I browse to a folder on a mapped drive. I.e., if I type in "q:\Andy" in the text box, it works, but if I try to browse to Q:\Andy and then click on OK, that's when it crashes. Andy > From: Uwe Ligges [mailto:ligges at statistik.uni-dortmund.de] > > Marc Schwartz wrote: >
2002 Aug 19
4
question about Rpvm, SNOW, etc.
Dear R-devel, Inspired by Michael Li's talk at JSM, I decided to try rpvm and snow on our two linux boxes. It only took me a couple of hours of screwing around to get it working (sooner if I had RTFM). Our setup is: 2 dual PIII-866 Xeons, one with 2GB RDRAM, the other with 1.28GB RDRAM. The first machine is acting as the NIS/NFS server. both /usr and /home are exported to the second
2006 Feb 19
3
accounts and subdomains
With reference to a previous post:http://www.ruby-forum.com/topic/55201#new I would like my app to function as follows: A new user signs up for my application, his username is "andy". When andy now logs in to the application the url is redirected to : http://andy.myapplication.com Questions: Is this possible to develop on a windows box with webrick? Do I need anything special like
2008 Nov 26
2
deliver segv on sieve redirect
Hello, I've been trying out the bleeding edge, 1.2.alpha4. I'm having a problem with deliver and dovecot-1.2-sieve-0.1.1. I get a segv on this sieve script: require ["fileinto", "reject", "vacation", "envelope", "regex"]; if header :contains "subject" ["urgent"] { redirect "someone at somewhere.net";
2005 Sep 20
4
Two Locations, One Domain - LDAP Auth Failure
Hi Dirk, thanks for your reply! I definatly want to go down the BDC route so that I always log on to the nearest server. The link between the two isn't really an issue - both have a DSL connection to the internet. I started by modifying my smb.conf files so that each server is a local master for their subnet, but only the uni box is domain master. After fiddling with the 'remote
2020 Jul 15
6
Samba mount error after server packages update
Hello, I've a virtual machine working as a samba server ("clear linux release 28640", whose relevant information are in the attached file "server_clearmi_28640.txt"). The samba client is an android 4 virtual machine (https://www.android-x86.org/releases/releasenote-4-4-r5.html). I can succesfully mount samba shares from the android "terminal emulator", with the
2016 Jan 06
0
Cannot remove symlink with missing target
...e target no longer exists cannot be removed on the > client side. > > Example, on the SMB client side in an SMB-mounted directory: > > 1. Create a file and a relative symlink to it: > > $ touch a > $ ln -s a b > $ ls -l > total 0 > -rw-rw-r--. 1 andi andi 0 Jan 6 14:42 a > lrwxrwxrwx. 1 andi andi 1 Jan 6 14:42 b -> a > > 2. Removing the symlink target causes removal of symlink to fail: > > $ rm a > $ ls -l > total 0 > lrwxrwxrwx. 1 andi andi 1 Jan 6 14:42 b -> a > # With colors on, the b...
2020 Feb 20
3
Unknown setting error with dovecot-sql.conf.ext
Hi All, I am trying to install Dovecot connecting to MySQL and all seems to be working until I try to send/receive. I'm getting a "Unknown setting" error for anything that is inside dovecot-sql.conf.ext dovecot-sql.conf.ext is inside /etc/dovecot and is referenced from /etc/dovecot/conf.d/auth-sql.conf.ext The error I get is: auth: Fatal: sql
2016 Jan 06
0
Cannot remove symlink with missing target
...target no longer exists cannot be removed on > the client side. > > Example, on the SMB client side in an SMB-mounted directory: > > 1. Create a file and a relative symlink to it: > > $ touch a > $ ln -s a b > $ ls -l > total 0 > -rw-rw-r--. 1 andi andi 0 Jan 6 14:42 a > lrwxrwxrwx. 1 andi andi 1 Jan 6 14:42 b -> a > > 2. Removing the symlink target causes removal of symlink to fail: > > $ rm a > $ ls -l > total 0 > lrwxrwxrwx. 1 andi andi 1 Jan 6 14:42 b -> a > # With colors on, the...
2003 Mar 28
3
make check still fails with 1.7.0beta (3/27/2003)
Dear R-devel, I grabbed 1.7.0 beta from today. "make check" still fails at base-Ex.R. The last few lines of the output are: > lsf.str()#- how do the functions look like which I am using? Error in exists(nam <- nms[i], envir = envir, mode = mode) : F used instead of FALSE Execution halted Looks like the same problem as before, but at a different place. Mandrake Linux
2005 Jan 05
1
(no subject)
Googling for `rw1061.exe' turned up: http://www.cipic.ucdavis.edu/~dmrocke/Class/EAD289D/R/rw1061.exe Andy > From: Qun Shi > > Hi Andy, > > Thanks a lot for your promptly response. I searched the whole > web site, I > found the source code for version 1.6.X. Since I'm not a > computer person, > I don't how to compile it, but what I want is binary file
2005 Oct 17
5
TC show filter command shows all u32 filters defined with different priority iin all priority.
Hi, I am currently working on the TC. I have seen some behaviour which seems to be odd. I know someone in the mailing list would have seen this problem or may have some fix for this problem. When I try to include u32 filters with different priority or pref, I could see the filters being set on all the priority''s irrespective of the priority number. See my sample script below and the