similar to: Using syslinux to boot from .... hard disk?

Displaying 20 results from an estimated 2000 matches similar to: "Using syslinux to boot from .... hard disk?"

2005 May 20
3
Close list to outsider's posts?
Hi I'm assuming that Wayne is the obvious destination for this request. Can we make the mailing list reject emails from non-subscribers? This would drastically reduce the amount of spam we receive. Thanks, Shachar -- Shachar Shemesh Lingnu Open Source Consulting ltd. Have you backed up today's work? http://www.lingnu.com/backup.html
2005 Jun 19
1
HLT when idle
Hi all, I am wondering about the following suggested change: In isolinux.asm, line 50 (at least in my Debian patched version), add the line "hlt" inside the "DO_IDLE" macro. Explanation: When running isolinux on a vmware box, the boot menu takes up all available CPU. This change seems to solve this problem. I have read elsewhere that such a change will not go in, as the
2005 Apr 12
7
Max filesize for rsync?
What the maximum filesize rsync can transfer? I'm trying to rsync one of my servers to another but the rsync is croaking on a file that's barely 1GB. Tips, hints, suggestions? rsync server is AIX 4.3.3 ML11 - rsync 2.6.3 rsync client is AIX 5.3 ML1 - rsync 2.6.4 Thanks -Jeff -- Jeff Schoby Unix/Network Admin City of Columbia, Missouri 573.874.6320
2008 Oct 05
4
Why is -e sent to the remote rsync side?
> $ rsync -e 'ssh -v' lingnu.com: > OpenSSH_5.1p1 Debian-2, OpenSSL 0.9.8g 19 Oct 2007 > debug1: Reading configuration data /etc/ssh/ssh_config > debug1: Applying options for * > debug1: Connecting to lingnu.com [199.203.56.105] port 22. > debug1: Connection established. ... > debug1: Sending command: rsync --server --sender -de.L . As we can see, rsync runs ssh, and
2004 Oct 26
2
old Wine from CVS
Hi, I'm debugging an audio problem that started sometime post wine-20040505. That release works fine, but running under wine-20040615 the program fails. Looking at the Changelog for 0615 it says that 'lots of audio bugs were fixed'. Probably true, but it looks like one was created. So, how can I download Wine for a specific date? Say wine-20040525. I tried to figure out these
2005 Feb 24
6
Rsyncing really large files
Hello everyone, I have a question regarding syncing of large files. We have a setup where we need to sync a 500GB file with changes in random blocks. The changes are made in a manner, so moving blocks is not probable (actually it will never happen). As I understand it, the way rsync works is: - remote server calculates all checksum blocks and transmits these to client - local client calculates
2005 Mar 11
0
Last plug - rsyncrypto independant devel mailing list
Hi all, A while back I announced "Rsyncrypto", a rsync friendly encryption system. With version 0.11 just out, and proving reasonably usable in and on its own right, we now have an independent mailing list discussing just rsyncrypto. I have therefor allowed myself this one last notice to this list. All further rsyncrypto related announcements will go to
2005 Feb 06
0
Announcement - rsyncrypto 0.02 released
Hi all, I'm sorry if this is off topic here. I'll send this one anyways, but do let me know if you are interested in related project's release announcements so that I don't spam this list unnecessarily in the future. rsyncrypto is a utility that encrypts file in a rsync friendly way. Small changes to the plain text file will result in small changes to the cypher text file.
2015 Mar 04
0
[Bug 4615] encryption with rsync: using ssh's algorithms?
https://bugzilla.samba.org/show_bug.cgi?id=4615 --- Comment #2 from Shachar Shemesh <shachar at shemesh.biz> --- What you're asking for is currently possible with an external utility, called rsyncrypto (http://rsyncrypto.lingnu.com). It, in fact, does not require you to trust the server you're storing your backups on. -- You are receiving this mail because: You are the QA Contact
2005 Feb 04
2
rsync huge tar files
Hi folks, Are there any tricks known to let rsync operate on huge tar files? I've got a local tar file (e.g. 2GByte uncompressed) that is rebuilt each night (with just some tiny changes, of course), and I would like to update the remote copies of this file without extracting the tar files into temporary directories. Any ideas? Regards Harri
2005 Feb 20
1
Commercial Liscense for rsync
Dear All, I am very new in open source. Please give me some ideas on the following questions. What is the liscense of rsync for commerical use? Do I need to pay for commercial use? Is it still GPL? A similar case is MySQL. It has commercial liscense for business use. Any help will be appreciate! Thanks! Regards, Fred
2005 Feb 20
1
Rsync run on TCP/IP?
Dear All, I have searched the email archive but i didn't find a clear answer(maybe I miss it) ^^ 1. Does rsync run on TCP/IP? 2. Without ssh, then rsync will be transferred in plain text? 3. Does rsync support Samba? Am I true to say that rsync, which is mainly on user authetication, is transparent to the storage like ftp? Any help to any questions will be appreciated! Thank You!
2011 Apr 11
1
rsync in theory.
I am looking at add some code to the rsync tool but want to know if I am "totally out to lunch". I realize that my example is so trivial that I am sure I will get replies of "don't do it that way", but bear in mind that it is just an example, and there are real world cases where I think this functionality would be useful. I am trying to figure out if rsync can do
2009 Sep 07
1
Optimizing RSync algorithm using techniques with Google used in courgette
Hi,I am student at LUMS SSE (http://cs.lums.edu.pk) and an active RSync user. Just few days ago, Google wrote about Courgette*: an algorithm which is specially written for syncing executables. By using Courgette, Google made diff size 1/10th of previous techniques used. I was wondering if this (or something on same lines) can be used to optimize RSync? I am senior and have to do a project. I am
2005 May 13
4
Encryption
Hi All, I am using rsync to backup our office server to our Internet server (RHE). As an association for doctors we are looking at providing a backup service for their practices using rsync. As it would be patient data it would need to be encrypted. I have found a few options, namely esync wurt rsyncrypto Does anyone have experience with the above and perhaps like to recommend one? On the
2009 Sep 04
2
rsync algorithm for large files
I thought rsync, would calculate checksums of large files that have changed timestamps or filesizes, and send only the chunks which changed. Is this not correct? My goal is to come up with a reasonable (fast and efficient) way for me to daily incrementally backup my Parallels virtual machine (a directory structure containing mostly small files, and one 20G file) I?m on OSX 10.5, using rsync
2008 Dec 04
3
rssync source code as a windows project
Hi Friends, I have started learning rsync source code but I am finding very difficult to go back and forth to find the execution flow. I could see that rsync code is written in UNIX and the compilation is difficult. Does anybody converted it into Windows Project so that we can open in using Visual Studio IDE and it will be very simple to search for some function and find the complete work flow.
2003 May 19
2
How can I Generate the cachedmetrics file?
Hello to everybody, I have accidentally deleted my cachedmetrics file. I thought that after I run wine and the file is not present, wine would generate it - but it didn't :( Does anybody know how can I generate that file? Thanx in advance Stelios -- http://www.freemail.gr - ?????? ???????? ???????????? ????????????.
2003 Nov 20
2
FreeBSD Compilation Issues
I acquired wine from source (version 20031118) just this morning, and I ran into some issues with an error stopping make in /dll/glu32/, the last few lines of the output: ------//------ rm -f libwine_unicode.so.1 && ln -s unicode/libwine_unicode.so.1 libwine_unicode .so.1 gcc -shared -Wl,-Bsymbolic,-z,defs glu32.spec.o glu.o glu32.dll.dbg.o -o glu 32.dll.so -L../../libs/wine
2003 Apr 04
5
syslinux on Windows to USB compactflash disk
Hi folks, I'm trying to make a CompactFlash bootable with SYSLINUX. The hard part is that I'm trying to run SYSLINUX on Windows 2000 and am attempting to write to the compactflash that's plugged in via a USB reader/writer. Its not working -- Windows complains about the 16-bit subsystem wanting direct access to the drive. So then is the problem SYSLINUX fighting with Windows or