Displaying 20 results from an estimated 200 matches similar to: "Playing with ReadFileScatter()"
2011 Jun 19
1
save and load in R
I have a list of txt files that I want to convert into .rdata R data
object.
filenames
1. "./file1.txt"
2. "./file2.txt"
3. "./file3.txt"
4. "./file4.txt"
5. "./file5.txt"
6. "./file6.txt"
7. "./file7.txt"
8. "./file8.txt"
9. "./file9.txt"
10. "./file10.txt"
I saved these files as
for ( i in
2025 Jan 16
2
question about the recursive algorithm
Hello,
I always run rsync as follows: "sudo rsync -PaSHAXvi --del DIR1/
DIR2". I would think that whenever I see in the output of this rsync
command a few lines of the form A/B/... and then further down in the
output again a few lines of the form A/B/... (dots are dirs or files),
then every line between such two lines is also of this form.
I then discovered that this is incorrect
2006 Dec 04
7
I need help to connect Postgres and Ruby on Rails Please.
Hello to everyone, I have a problem that is giving me a headache, and
trying to do a project in Ruby on Rails and I need to connect with a
Data Base that is en Postgres, the truth is that I didn’t think that it
was so hard to connect a DB with postgres because I was working with
Msyql and everything was easy. This are the thinks that I have install
in my computer.
1. Debian GNU/Linux, kernel
2004 Sep 01
2
ocfs doesn't free space?
an ocfs-volume was nearly full (only 800MB free). i deleted some
datafiles to free space:
$ df -h .
Filesystem Size Used Avail Use% Mounted on
/dev/sdp1 10G 5.3G 4.8G 53% /db/DPS
so there are more than 4GB available.
$ sqlplus /nolog
SQL*Plus: Release 9.2.0.4.0 - Production on Wed Sep 1 12:57:48 2004
Copyright (c) 1982, 2002, Oracle Corporation. All rights
2018 Mar 13
1
trashcan on dist. repl. volume with geo-replication
Hi Kotresh,
thanks for your repsonse...
answers inside...
best regards
Dietmar
Am 13.03.2018 um 06:38 schrieb Kotresh Hiremath Ravishankar:
> Hi Dietmar,
>
> I am trying to understand the problem and have few questions.
>
> 1. Is trashcan enabled only on master volume?
no, trashcan is also enabled on slave. settings are the same as on
master but trashcan on slave is complete
2008 Oct 27
5
xen 3.3.0 + intrepid domU (2.6.27-7-server) + >4gb ram problem
Hi,
we''re using Xen 3.3.0 on Debian Etch with 2.6.18.8 kernel from xen.org
on dom0. We have problems starting Intrepid domU (using Intrepid''s
kernel 2.6.27-7-server) if we give more than 4GB of memory to this domain.
Using memory = ''4096'' works perfectly, but changing it to ''4097'' already
gives an error. Can anyone put some light on this?
2012 Jun 19
2
we want to delete all files in a folder except the files with the most recent date
Hi,
We want to delete all files in a folder except the files with the most recent date
example
ls -l
jun 3 10:45 file1
jun?3 12:20 file2
jun 2 10:20 file3
jun 2 05:00 file4
jun 1 12:00 file5
jun 1 10:00 file6
jun2 en jun1 must be deleted
regards,
2002 Jun 07
1
rsync option
Approximated petitioner:
Perhaps this will help.
SunOS 5.7 Last change: 25 Jan 2002 5
User Commands rsync(1)
-C, --cvs-exclude auto ignore files in the same way CVS
does
--existing only update files that already exist
--ignore-existing ignore files that already exist
2009 Aug 24
18
Current 2.6.3x kernel and patches for Ubuntu 9.04?
Are these the current functional procedures for dropping a dom0 on a
jaunty 64 bit server?
xen-tools:
http://bderzhavets.wordpress.com/2009/08/14/attempt-of-prevu-xen-3-4-1-hypervisor-on-ubuntu-jaunty-server-64-bit/
kernel:
http://bderzhavets.wordpress.com/2009/07/07/building-xenified-2-6-30-1-kernel-via-xen-patches-2-6-30-2-tar-bz2/
Regarding the patches used in the above procedure from here:
2011 Jul 21
2
Libguestfs hangs after issuing a launch command
Hi,
I am using libguestfs 1.12.0 and I am facing a problem with it .
I am using guestfs python bindings to "launch" a vdi image file .
It works fine except immediately after a VM is stopped(which uses the same
vdi file)
i.e in normal conditions launch command works but when a vm (which uses the
same vdi file) is started - stopped , a call to "launch" command hangs the
2007 Oct 08
1
Getting an actual system error
Heya all,
I don''t think I''ve been paying attention. When a Windows API function
fails, I could have been doing this:
raise SystemCallError(GetLastError())
Instead of this:
# Where ''Error'' is nested under the current class.
raise Error, get_last_error
I''m not sure how big of a deal this is in practice, however, or if it''s
even preferred for
2006 May 03
11
Curse words
Hello, I just had a problem with someone cusing on my rail app now is
there somthing like Red Cloth that I can use to disable ''dirty words''
--
Posted via http://www.ruby-forum.com/.
2007 Nov 22
1
wget'ing files relative paths?
I'm trying to wget some very specific files off a web page, but some of the
paths are relative paths (e.g. ../path/to/file) rather than abosolute
(e.g. http://direct/path/to/file
). Obviously, when wget gets to that part, it craps out...
Is there a switch in wget (in CentOS 5 - latest wget package) that lets me
maintain this session? I tried some of the options here
2005 Aug 23
2
rsync problem
Hi,
My rsync is stopped working suddenly I got following in verbose and
log,
mkstemp failed: No such file or directory
and
rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229)
my rsync code :
rsync -az -e ssh --delete $HOSTTOBACKUP:$SOURCE
$DR_BACKUP_DIR/daily.0 >$tempfile 2>&1
the same code was working last week, what will be the problem, how
to proceed to fix?
2005 Apr 27
5
Eager load mysteriously deletes records
Hi
This looks like a bug in ActiveRecord.
I am messing with eager loading (on 12.1) and all of a sudden records
started disappearing from a table (and I am not doing anything delete
related)!!
The following line works OK:-
@todos = Todo.find(:all, :include => [ :whens],:order => "position ASC")
The following line is mysteriously deleteing :where rows from the DB
after
2007 Oct 27
0
Who wants to take a stab at IO.foreach?
Hi all,
Anyone want to help with a native IO.foreach?
I''m missing some of the critical logic here. This currently just does a
straight BYTE_MAX data read, instead of a line by line data read, and
doesn''t deal with lines split between multiple reads.
I checked strtok into CVS (for windows-pr) if anyone wants to use that
instead of String#split. It''s in
2001 Mar 15
1
Printing problems with wine
Hello,
I have some Problems with getting WINE to print. I'm using wine on a
non-Windows machine with Debian Potato. Everything works fine except
printing. When I try to print something I always get something like
"Printer not setup properly".
The errormessage from wine is
err:psdrv:PSDRV_AFMGetCharMetrics No whitespace found.
My .wine/config -file looks like this:
[parallelports]
2009 Feb 27
8
Kernel build failure
Did a ''git pull'' a few minutes ago and tried to rebuild my kernel and
was given this error:
make
CHK include/linux/version.h
CHK include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-x86
CALL scripts/checksyscalls.sh
CHK include/linux/compile.h
CC drivers/acpi/acpica/hwsleep.o
drivers/acpi/acpica/hwsleep.c: In function
2004 Feb 24
1
Serial port communication
Hello,
I'm trying to use my Visual C++ program under Linux using Wine.
My program configurates a serial port, sends and receives data through it.
At first everything seemed to be running, but then I noticed a very curious thing: the program running under wine seems to have no notice when a single byte was sent to it to the serial port. If I send two or more bytes - everything OK. With one
2005 Aug 07
1
Can''t rake without swig
You can''t rake without swig now. I keep swig out of my path so I can do
a build without swig to be sure it works with the download.
Exception `Errno::ENOENT'' at ./rake/rakewx.rb:20 - No such file or
directory - swig -version
No such file or directory - swig -version
./rake/rakewx.rb:20:in ``''
./rake/rakewx.rb:20:in `have_good_swig''
./rake/rakewx.rb:254:in