similar to: Rsync problem

Displaying 20 results from an estimated 300 matches similar to: "Rsync problem"

2012 Mar 15
3
Adding mean values to boxplots
Hello there, I was wondering if anyone might be able to help me as I'm pretty new to R. I'm trying to create a boxplot from a data table returned from an sproc. I have the following code, which generates the plot as I'd like it: library("RODBC"); conn <- odbcConnect("datawarehouse"); # connect to datawarehouse results <- sqlQuery(conn, "call
2007 Aug 11
1
zfs send/recv partial filesystem?
Hi, I want to send peices of a zfs filesystem to another system. Can zfs send peices of a snapshot? Say I only want to send over /app at today and not include /app/conf data while /app/conf is still apart of the /app at today snapshot? I say app/conf as an example, it could be webserver/http-webservername/config or a piece of a repository. I know once the receive -F option is added
2014 Dec 09
1
[PATCH] Improve LPC order guess
On 12/08/14 12:13 PM, Erik de Castro Lopo wrote: > Martijn van Beurden wrote: > >> >Sorry, most of the testmaterial isn't copylefted, and I don't >> >think it is possible to get a nice copylefted test library. > I don't think we need it to be copy left. We would keep it as > a separate git repo of test files, and we could probably just > use snippets
2014 Dec 07
3
[PATCH] Improve LPC order guess
Op 04-12-14 om 20:05 schreef Erik de Castro Lopo: > Martjin, are you able to make your test material available? DO > you have any test scripts your use to run your tests? Sorry, most of the testmaterial isn't copylefted, and I don't think it is possible to get a nice copylefted test library. That's because most copylefted material is indie, and sadly the mastering techniques
2008 Jan 08
6
What current Dell Systems are supported/work
Sorry for the repost... I don't think the first one posted.. posted to freebsd.stable, freebsd-current, Freebsd-hardware I checked the hardware in the online documentation manual/hardware It only lists the bits and peices of the machine say the hard drive controller and so forth. but doesn't give you a particular system to look at as a working machine with FreeBSD 6.2 does anybody
2004 Jun 10
4
Fixed it myself... (ldap/winbind)
After much searching, research, compiling, and some guess work, I found my problem was wrapped around one simple fact. I didn't have the samba.schema included. I now have some suggestions: 1. If you are going to force people to use something complex, DOCUMENT it. Assume there are people like me who have no understanding of ldap. Even some automatic script should be written for people who
2006 Aug 12
1
Lockup on VT switch
Hi, I'm having trouble with Compiz and suspending on an i855GM machine with X.org 7.1.1 (AIGLX) and Debian sid. If Compiz is running when the resume process switches back to X after having suspended, my X server locks. It is possible to ssh in and 'killall -9' it, but of course then my session is gone and I have to log in again, defeating the purpose of suspend/resume. I suppose, given
2007 Mar 09
0
Vexim with LDA delivery
No support help needed, just a success report having Dovecot integrate with Vexim (exim with web based frontend and sql db): http://silverwraith.com/vexim/ Just wanted to forward some configs to the list if anyone finds them useful. I just switched from vexim's normal "virtual_delivery" to "dovecot_virtual_delivery" so I could use sieve, which works nicely with
2007 Apr 11
1
WebmAdmin for DoveCot
Hi, I am using Dovecot with Sendmail in my environment. So far I am doing manual operations like adding new users, aliases, setting quota etc. Is there any WebAdmin interface that works with 'Dovecot and Sendmail' and can help in above tasks, plz suggest. Regards -Azher -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2002 Dec 24
1
Persmissions on 'root' folder
Hi, I'd like to accomplish te following but can't seem to find how: Share1 subdir1 subdir2 Share 1 that is connected by our Windows clients, should NOT be writable directly. This means, nobody (except a specified group/user?) should be able to create a top-level folder or file in this share. Write and execute rights through the subdir1 and subdir2 should however be left alone and
2006 Jul 26
15
Rails without a primary key
I''ve been trying to use Rails on a database where the biggest datawarehouse-style table doesn''t have a primary key. It really doesn''t make sense and just adds extra unnecessary space. I do have, however, a column that I normally use to search on (IP) that returns many rows. The table also references several other tables through rails-friendly foreign keys. Simple AR
2015 Jul 01
3
[LLVMdev] C as used/implemented in practice: analysis of responses
On 1 July 2015 at 10:17, Renato Golin <renato.golin at linaro.org> wrote: > On 1 July 2015 at 03:53, Sean Silva <chisophugis at gmail.com> wrote: >> Unfortunately in other cases it is very hard to communicate what the user >> should assert/why they should assert it, as Chris talks about in his blog >> posts. So it realistically becomes sort of black and white --
2015 Jun 28
2
[LLVMdev] C as used/implemented in practice: analysis of responses
On 27 June 2015 at 17:01, Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote: > >> On 2015 Jun 26, at 17:02, Peter Sewell <Peter.Sewell at cl.cam.ac.uk> wrote: >> >> On 26 June 2015 at 22:53, Sean Silva <chisophugis at gmail.com <mailto:chisophugis at gmail.com>> wrote: >>> All of these seem to fall into the pattern of "The compiler
2003 Apr 03
2
'df' command says partition is full, when it isn't (can't create files, etc)
I am working with ext3 w/ the 2.4.20 kernel. I recently had a case where my root partition indicated that is was 100% full. I was unable to create new files, etc on the system. However, when I issued the 'du' command, the system indicated that only 2G of the 5G drive was in usage. I did a dump of the FS and I see were there is an indication of no free blocks. I decided to reboot
2002 Jul 24
3
quality question?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 No one has any idea on my question of recompressing ogg files? - -- Robert Cole -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9P5QvOWbzte5wVEURAtnoAJ9d2c7ip94Qqte5AQWP2XaYZ/EQ+ACcDs9a sji3Mrw+X3ofLJ5lmyZN6oQ= =3lh9 -----END PGP SIGNATURE----- <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project
2010 Aug 21
2
Making a series of similar, but modified .r files - suggested method(s)?
Dear all: Any suggestions are much appreciated. I am looking for a way to make a series of similar, but slightly modified, .r files. My issue is automating making 320 .r files that change the for(i in 1:x) in my base .r file (as well as other elements, e.g., the load(...), setwd(...)). For smaller jobs running on a single computer with batch files, I have been manually changing the for(i in 1:x)
2004 Sep 18
2
IP Intercom's
Im looking for an Intercom solution thats interoperable wit Asterisk. Ive read several posts about people using the 2nd lines on some SIP phones w/speaker phone. Unfortunatley I dont that is going to cut it in a large warehouse enviroment. Does anyone have a solution that uses a "loudspeaker" ? Thank you, Steve Maroney
2016 Dec 02
2
Files get created as BUILTIN\administrators
Hi All, I've got a problem on a Samba Active Directory domain controller. This is the third controller in our network, and the only one with this problem. When I try to create a file, it is created with this persmissions: -rwxrwxr-x+ 1 BUILTIN\administrators users 0 dec 2 08:28 test* On the other machines, it gets created as dirk.users, which is how I would like it to work. I am
2009 Aug 03
6
[LLVMdev] "masm syntax" for X86 backend
2009/8/3 Anton Korobeynikov <anton at korobeynikov.info> > >> Anyway I wll report back when I have a proper overview of the area, > >> it would be good if you could also look into the problem so contact > >> me back if you are, also it maybe a good idea to share this with > >> Anton and Evan. > > > > I already spoke to anton. The MASM
2006 Aug 11
6
Exporting to Excel ( all versions )
Hello, Thanks in advance for reading. I''m attempting to export data to an excel spreadsheet, and have done so successfully using RubySpreadsheet ( http://sourceforge.net/projects/rubyspreadsheet/ ) which is a port of the Perl WriteExcel module... Many of the methods however were left out, one of them being "insert_bitmap" and unfortunatley the bitmap is an important part